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
2020-10-15
Merge branch 'work_for_merge' of https://github.com/zubycz/mruby into zubycz-...
Yukihiro "Matz" Matsumoto
2020-10-15
Fix out of bound access in `parse.y`.
Yukihiro "Matz" Matsumoto
2020-10-15
Merge pull request #5084 from mruby/mruby3
Yukihiro "Matz" Matsumoto
2020-10-14
Avoid using C struct dump for test Ruby code.
Yukihiro "Matz" Matsumoto
2020-10-13
Introduce endless range (a part of #5085)
taiyoslime
2020-10-12
Revert e2e6554b56 not to use `MRB_TRY()`; close #5088
Yukihiro "Matz" Matsumoto
2020-10-12
Unify `mrb_str_to_str` to `mrb_obj_as_string`.
Yukihiro "Matz" Matsumoto
2020-10-12
Update `bintest` of `mruby-bin-debugger`.
Yukihiro "Matz" Matsumoto
2020-10-12
Add `const` before `struct mrb_irep` in `mruby-bin-debugger` gem.
Yukihiro "Matz" Matsumoto
2020-10-12
Fix `mrb_int_mul_overflow()` to check either operand being zero.
Yukihiro "Matz" Matsumoto
2020-10-12
Embed debug information to resolve Windows VC's issue.
Yukihiro "Matz" Matsumoto
2020-10-12
Adjust backslash position in multi-line macros.
Yukihiro "Matz" Matsumoto
2020-10-12
Use `MRB_INT_MAX` instead of `INT_MAX` according to variable type.
Yukihiro "Matz" Matsumoto
2020-10-12
Restore old function names for compatibility; ref #5070
Yukihiro "Matz" Matsumoto
2020-10-12
Restore old function names for compatibility; fix #5070
Yukihiro "Matz" Matsumoto
2020-10-12
Fix warning from VC regarding implicit int conversion.
Yukihiro "Matz" Matsumoto
2020-10-12
Made `Rational` overhaul.
Yukihiro "Matz" Matsumoto
2020-10-12
Avoid `unsigned int`; Use `mrb_int` instead.
Yukihiro "Matz" Matsumoto
2020-10-12
Remove meaningless `IO.open(1<<32)` test.
Yukihiro "Matz" Matsumoto
2020-10-12
Skip some `Math.atan2()` tests.
Yukihiro "Matz" Matsumoto
2020-10-12
Update `IO#popen` to use keyword arguments instead of `Hash` args.
Yukihiro "Matz" Matsumoto
2020-10-12
Use `mrb_integer()` instead of `mrb_int()`.
Yukihiro "Matz" Matsumoto
2020-10-12
Silence warnings from implicit integer conversions.
Yukihiro "Matz" Matsumoto
2020-10-12
Add a new gem: `mruby-catch`.
Yukihiro "Matz" Matsumoto
2020-10-12
Change float representation in `mrb` binary files.
Yukihiro "Matz" Matsumoto
2020-10-12
Replace the implementation of method tables in classes/modules.
Yukihiro "Matz" Matsumoto
2020-10-12
Raname `mrb_exc_new_str_lit()` to `mrb_exc_new_lit()`.
Yukihiro "Matz" Matsumoto
2020-10-12
Handle integer overflow in `rational_s_new`.
Yukihiro "Matz" Matsumoto
2020-10-12
Use `mrb_int_value()` instead of `mrb_fixnum_value()`.
Yukihiro "Matz" Matsumoto
2020-10-12
Update `mruby-random` gem to support 32 bit platforms.
Yukihiro "Matz" Matsumoto
2020-10-12
Reorganize `Integer` system.
Yukihiro "Matz" Matsumoto
2020-10-12
Remove unnecessary assignment in String#upto
n4o847
2020-10-12
Describe the need for `-o` option if multi files given.
Yukihiro "Matz" Matsumoto
2020-10-12
Update usage description of `mrbc`.
Yukihiro "Matz" Matsumoto
2020-10-12
"backport" CRuby r46756; ref #3500
Yukihiro "Matz" Matsumoto
2020-10-12
Change the return type of `mrb_check_intern()` and friends.
Yukihiro "Matz" Matsumoto
2020-10-12
Avoid using `mrb_check_intern_str()`.
Yukihiro "Matz" Matsumoto
2020-10-12
"backport" CRuby r46656; #2500
Yukihiro "Matz" Matsumoto
2020-10-12
Fixed wrong size calculation for `memsize_of()`.
Yukihiro "Matz" Matsumoto
2020-10-12
Rename `MRB_TT_FIXNUM` to `MRB_TT_INTEGER`.
Yukihiro "Matz" Matsumoto
2020-10-12
change linkage to internal
cremno
2020-10-12
define sprintf and format as global functions
cremno
2020-10-12
move mrbgem initialization into sprintf.c
cremno
2020-10-12
Add tests for CRuby bug #9982
cremno
2020-10-12
Integrate `Fixnum` class into `Integer` class
dearblue
2020-10-12
Update tests for integer division.
Yukihiro "Matz" Matsumoto
2020-10-12
Make `Proc#parameters` to support keyword arguments; fix #5066
Yukihiro "Matz" Matsumoto
2020-10-12
Use xoshiro128++ instead of xorshift96/128.
Yukihiro "Matz" Matsumoto
2020-10-12
Fix `rand_real` to return random number `[0,1)` not `[0,1]`.
Yukihiro "Matz" Matsumoto
2020-10-12
Rename float configuration option names.
Yukihiro "Matz" Matsumoto
[next]