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-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-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
2021-01-08
Merge pull request #5267 from shuujii/delay-test-code-build-until-rake-test
Yukihiro "Matz" Matsumoto
2021-01-08
Save&restore execution point (`pc`) in `c->cibase->pc`; fix #5261
Yukihiro "Matz" Matsumoto
2021-01-08
Delay test code build until `rake test`
KOBAYASHI Shuji
2021-01-07
Use `nint()` for implicit cast; ref #5260
Yukihiro "Matz" Matsumoto
2021-01-06
Add heredoc_push_indented helper function
Seeker
2021-01-06
Fix line continuations with mixed indentation in squiggly heredocs
Seeker
2021-01-06
Fix build with `enable_cxx_exception`
KOBAYASHI Shuji
2021-01-06
Specify receivers for `gembox` methods; ref #5241
Yukihiro "Matz" Matsumoto
2021-01-06
Merge pull request #5241 from dearblue/gembox
Yukihiro "Matz" Matsumoto
2021-01-06
Use `~0U` instead of `~0` to avoid sign comparison warnings.
Yukihiro "Matz" Matsumoto
2021-01-06
Merge branch 'improve-source-scanning-for-presym' of https://github.com/shuuj...
Yukihiro "Matz" Matsumoto
2021-01-06
Avoid comparing `-1` with `size_t` (unsigned); Use `~0` instead.
Yukihiro "Matz" Matsumoto
2021-01-06
Allow context switch from C using `mrb_fiber_resume()`.
Yukihiro "Matz" Matsumoto
2021-01-05
Remove duplicated `remove_sign_bits()` call.
Yukihiro "Matz" Matsumoto
2021-01-04
Fix `mirb` not to be terminated by `codegen error`.
Yukihiro "Matz" Matsumoto
2021-01-03
Fix for escaped newlines in squiggly heredocs
Seeker
2021-01-02
Avoid `int64_t` on 32 bit platforms.
Yukihiro "Matz" Matsumoto
2021-01-02
Check `NaN` and `Infinity` before converting `Float` to `Rational`.
Yukihiro "Matz" Matsumoto
2021-01-02
Allow negative integer value formatting in base 8 and 16.
Yukihiro "Matz" Matsumoto
2021-01-02
Use type casting macros; ref #5246 #5247
Yukihiro "Matz" Matsumoto
2020-12-31
Treat tabs as 8 spaces in squiggly heredocs
Seeker
2020-12-31
Fix regression for squiggly heredocs
Seeker
2020-12-28
Fix mixed indentation and escaped tabs in squiggly heredocs
Seeker
2020-12-27
Fix for empty lines in squiggly heredocs
Seeker
[next]