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
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
2020-10-12
move mrbgem initialization into sprintf.c
cremno
2020-10-12
Add tests for CRuby bug #9982
cremno
2020-10-12
Always add trailing `.0` in `Float#inspect`; ref #4225
KOBAYASHI Shuji
2020-10-12
Rename `mruby_version` in the lockfile to `mruby`; close #4658
Yukihiro "Matz" Matsumoto
2020-10-12
Integrate `Fixnum` class into `Integer` class
dearblue
2020-10-12
Fix `Fixnum` and `Float` comparison in `Hash` lookup
KOBAYASHI Shuji
2020-10-12
Update the PR #4922 according to #3123.
Yukihiro "Matz" Matsumoto
2020-10-12
Update tests for integer division.
Yukihiro "Matz" Matsumoto
2020-10-12
Update the PR #4992 to enable integer division always.
Yukihiro "Matz" Matsumoto
2020-10-12
Update vm.c
Lanza
2020-10-12
Make `Proc#parameters` to support keyword arguments; fix #5066
Yukihiro "Matz" Matsumoto
2020-10-12
Update `mruby3.md`.
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
Add default `host` target for cross compiling.
Yukihiro "Matz" Matsumoto
2020-10-12
Rename float configuration option names.
Yukihiro "Matz" Matsumoto
2020-10-12
Allow `MRUBY_CONFIG` to specify target file out of source tree.
Yukihiro "Matz" Matsumoto
2020-10-12
Add a new document named `mruby3.md`.
Yukihiro "Matz" Matsumoto
2020-10-12
Add assertion we can pack function pointers in `mrb_method_t`.
Yukihiro "Matz" Matsumoto
2020-10-12
Rename `MRB_METHOD_T_STRUCT` to `MRB_USE_METHOD_T_STRUCT`.
Yukihiro "Matz" Matsumoto
2020-10-12
Change out-of-range condition of `time_t` conversion.
Yukihiro "Matz" Matsumoto
2020-10-12
Avoid out-of-range error for negative time on `MRB_TIME_T_UINT`.
Yukihiro "Matz" Matsumoto
2020-10-12
Change default `mrb_value` representation to `MRB_WORD_BOXING`.
Yukihiro "Matz" Matsumoto
2020-10-12
Skip array embedding if `MRB_NO_BOXING` and `MRB_32BIT`; fix #4382
Yukihiro "Matz" Matsumoto
2020-10-12
Add static check for `MRB_USE_FLOAT` and `MRB_WITHOUT_FLOAT`.
Yukihiro "Matz" Matsumoto
2020-10-12
Fix wrong YAML in `.github/workflows/build.yml`.
Yukihiro "Matz" Matsumoto
2020-10-12
Simplify `NaN` boxing definitions.
Yukihiro "Matz" Matsumoto
2020-10-12
Rename `OP_JUW` instruction to `OP_JMPUW`.
Yukihiro "Matz" Matsumoto
2020-10-12
Fix typo `_hander` -> `_handler`.
Yukihiro "Matz" Matsumoto
2020-10-12
Adjust PR #5060 to the latest `mruby3` branch.
Yukihiro "Matz" Matsumoto
2020-10-12
Suppress warnings for C++
dearblue
2020-10-12
Restore the variable `pc` after `longjmp()`
dearblue
2020-10-12
Replace global jump with catch handler implementation
dearblue
2020-10-12
Removed push/pop instructions for rescue/ensure
dearblue
2020-10-12
Extended `OP_EXCEPT` and `OP_RAISE` (`OP_RAISEIF`) instructions
dearblue
[next]