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
Age
Commit message (
Expand
)
Author
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
Explain `MRB_USE_MALLOC_TRIM`; ref #5069
Yukihiro "Matz" Matsumoto
2020-10-12
Remove compiler feature detection
Rory OConnell
2020-10-12
Better malloc_trim define name
Rory OConnell
2020-10-12
Work around removing tmp dir
Rory OConnell
2020-10-12
Add call to malloc_trim on a full GC
Rory OConnell
2020-10-12
Add methods for asking about compiler features
Rory OConnell
2020-10-12
Remove obsolete `MRB_WITHOUT_FLOAT` macro from `numeric.c`.
Yukihiro "Matz" Matsumoto
2020-10-12
Change some `int` variables to `mrb_int`.
Yukihiro "Matz" Matsumoto
2020-10-12
Remove `full-core` from `target/appveyor.rb`.
Yukihiro "Matz" Matsumoto
2020-10-12
Update `IO#popen` to use keyword arguments instead of `Hash` args.
Yukihiro "Matz" Matsumoto
2020-10-12
Update `mrb_get_args()` keyword argument support [incompatible]
Yukihiro "Matz" Matsumoto
2020-10-12
Separate jump destination check in `OP_R_RETURN`.
Yukihiro "Matz" Matsumoto
2020-10-12
Make the scope of `const struct RProc *dst` narrower.
Yukihiro "Matz" Matsumoto
2020-10-12
Redefine `CHECKPOINT_*` macros.
Yukihiro "Matz" Matsumoto
2020-10-12
Include `mruby/endian.h` only when `MRB_NO_FLOAT` is undefined.
Yukihiro "Matz" Matsumoto
2020-10-12
Abandon packing all lower case symbols with 6 characters.
Yukihiro "Matz" Matsumoto
2020-10-12
Add `U` prefix for `mrb_sym` dump.
Yukihiro "Matz" Matsumoto
2020-10-12
Don't compare `int' with `size_t` (from `sizeof()`).
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
Stop warning on 64 bit platforms.
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
Handle potential overflow in `int_div` and `flo_idiv`.
Yukihiro "Matz" Matsumoto
2020-10-12
Use `mrb_int_value()` instead of `mrb_fixnum_value()`.
Yukihiro "Matz" Matsumoto
2020-10-12
Add `MRB_NAN_BOXING` for `boxing` target.
Yukihiro "Matz" Matsumoto
2020-10-12
Add `mrb_integer()` definition for `MRB_NAN_BOXING`.
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
Update build process for both host and cross compile.
Yukihiro "Matz" Matsumoto
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
Update `Rakefile`.
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
Remove `MRB_NO_FLOAT_INLINE` and `MRB_WBOX_FLOAT_INLINE` configuration.
Yukihiro "Matz" Matsumoto
2020-10-12
Fixed ISO section numbers in `test/t/superclass.rb`.
Yukihiro "Matz" Matsumoto
2020-10-12
Make division by zero cause `ZeroDivisionError`.
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
[prev]
[next]