index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
mrbgems
Age
Commit message (
Expand
)
Author
2021-02-03
Avoid Heap Overflow in `heredoc_remove_indent`; fix #5316
Yukihiro "Matz" Matsumoto
2021-02-01
Allow more than 256 child `irep`; fix #5310
Yukihiro "Matz" Matsumoto
2021-01-31
Use `mrb_open_core()` instead of `mrb_open()` in `mrbc`
KOBAYASHI Shuji
2021-01-29
Remove unnecessary range confirmation
dearblue
2021-01-29
Fixed `String#unpack` to handle the highest range of integer values
dearblue
2021-01-29
Replace `mrb_intern_cstr` to `mrb_intern_lit`.
Yukihiro "Matz" Matsumoto
2021-01-28
Remove duplicated `--cflags`; [ci skip]
Yukihiro "Matz" Matsumoto
2021-01-28
Remove unnecessary bit shift in `rational_new_f`.
Yukihiro "Matz" Matsumoto
2021-01-26
Revert "Fix the wrong directory `host-bin` to `host/bin`."
Yukihiro "Matz" Matsumoto
2021-01-26
Change `mruby-config` to print usage on invalid arguments.
Yukihiro "Matz" Matsumoto
2021-01-26
Fix the wrong directory `host-bin` to `host/bin`.
Yukihiro "Matz" Matsumoto
2021-01-26
Revert "Minimize the changes in #5277"
Yukihiro "Matz" Matsumoto
2021-01-25
Silence 'loss of data' warnings.
Yukihiro "Matz" Matsumoto
2021-01-25
Fix a bug for the case `frexp()` return `Infinity`.
Yukihiro "Matz" Matsumoto
2021-01-25
Should use a limit for 32 bit platform; ref 05a8cc44
Yukihiro "Matz" Matsumoto
2021-01-24
Define `RAT_INT_LIMIT` for 32 bit platforms.
Yukihiro "Matz" Matsumoto
2021-01-24
Prohibit `r` suffix after scientific notation (e.g. `1e10`).
Yukihiro "Matz" Matsumoto
2021-01-24
Detect integer overflow in `rational_new_f()`.
Yukihiro "Matz" Matsumoto
2021-01-22
Minimize the changes in #5277
Yukihiro "Matz" Matsumoto
2021-01-21
Merge branch 'avoid-including-presym.inc-in-existing-header-files' of https:/...
Yukihiro "Matz" Matsumoto
2021-01-21
Fix a bug that `:_1` to cause syntax error; fix #5295
Yukihiro "Matz" Matsumoto
2021-01-21
Better error messages with yacc tokens.
Yukihiro "Matz" Matsumoto
2021-01-21
Silence gcc warning from `strncpy()`.
Yukihiro "Matz" Matsumoto
2021-01-18
Fix build error for mruby-bin-debugger
dearblue
2021-01-17
Define `Rational#quo`; fix #5268
Yukihiro "Matz" Matsumoto
2021-01-16
Fix NULL pointer dereference with mruby-os-memsize and mruby-method
dearblue
2021-01-15
Avoid syntax error regarding colons in the expression; fix #5290
Yukihiro "Matz" Matsumoto
2021-01-14
Merge pull request #5273 from dearblue/fiber
Yukihiro "Matz" Matsumoto
2021-01-13
Rational denominator should not be zero.
Yukihiro "Matz" Matsumoto
2021-01-12
Capture the return value of `Fiber.yield` via C; ref #5261
dearblue
2021-01-12
Merge pull request #5289 from dearblue/sockaddr_un
Yukihiro "Matz" Matsumoto
2021-01-12
Initialize all area of `struct sockaddr_un`
dearblue
2021-01-12
Merge branch 'reorganize-ci' of https://github.com/dearblue/mruby into dearbl...
Yukihiro "Matz" Matsumoto
2021-01-12
Silence Windows warnings (cast and `setmode`).
Yukihiro "Matz" Matsumoto
2021-01-12
Changed packing format of inline symbols.
Yukihiro "Matz" Matsumoto
2021-01-11
Merge pull request #5285 from dearblue/io-unimps
Yukihiro "Matz" Matsumoto
2021-01-11
Integrate the argument parsing part of `IO.popen`
dearblue
2021-01-11
Remove functions for unimplemented methods
dearblue
2021-01-11
Create a `mruby-config` that can be run on the host by cross-building
dearblue
2021-01-11
Avoid including `presym.inc` in existing header files
KOBAYASHI Shuji
2021-01-10
Fix CI failure on Windows environment.
Yukihiro "Matz" Matsumoto
2021-01-10
Fix mixture of inline `int` declaration in `for` statement.
Yukihiro "Matz" Matsumoto
2021-01-10
Revert "Revert "Simplify full-core.gembox""
Yukihiro "Matz" Matsumoto
2021-01-10
Revert "Save&restore execution point (`pc`) in `c->cibase->pc`; fix #5261"
dearblue
2021-01-10
Unified `pc` and `err` of `mrb_callinfo`
dearblue
2021-01-10
Changes `stackent` to `stack` of `mrb_callinfo`
dearblue
2021-01-10
Unified `target_class` and `env` of `mrb_callinfo`
dearblue
2021-01-09
Fix wrong float to rational conversion in 32 bit mode.
Yukihiro "Matz" Matsumoto
2021-01-09
Convert float number to rational by decoding mantissa.
Yukihiro "Matz" Matsumoto
2021-01-09
Remove `khash.h` leftovers.
Yukihiro "Matz" Matsumoto
[next]