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
2019-12-14
Avoid method in method
dearblue
2019-12-14
Remove unnessesary branches
dearblue
2019-12-14
Fix mruby-io test for mingw32
dearblue
2019-12-14
Merge pull request #4866 from shuujii/fix-arguments-check-to-Array-each
Yukihiro "Matz" Matsumoto
2019-12-13
Fix arguments check to `Array#each`
KOBAYASHI Shuji
2019-12-12
Add `mrb_num_args_error()` for "wrong number of arguments" error
KOBAYASHI Shuji
2019-12-12
Merge pull request #4861 from shuujii/fix-behavior-of-Kernel-Integer-to-numbe...
Yukihiro "Matz" Matsumoto
2019-12-11
Fix behavior of `Kernel#Integer` to numbers ending with `_` and spaces
KOBAYASHI Shuji
2019-12-10
Merge pull request #4860 from shuujii/fix-behavior-of-String-to_i-Kernel-Inte...
Yukihiro "Matz" Matsumoto
2019-12-10
Fix behavior of `String#to_i`/`Kernel#Integer` to numbers starting with `_`
KOBAYASHI Shuji
2019-12-10
Merge pull request #4858 from shuujii/fix-that-String-to_f-accepts-consecutiv...
Yukihiro "Matz" Matsumoto
2019-12-09
Add "mruby developers" into some gems; Resolve #4709
dearblue
2019-12-09
Fix that `String#to_f` accepts consecutive `_` as a numeric expression
KOBAYASHI Shuji
2019-12-09
Fix `mrb_get_argv()` to return array pointer every time; fix #4832
Yukihiro "Matz" Matsumoto
2019-12-09
Warnings for numbered parameters in nested blocks.
Yukihiro "Matz" Matsumoto
2019-12-09
Parser refactoring on numbered parameters.
Yukihiro "Matz" Matsumoto
2019-12-09
Support new numbered parameter syntax `_1` instead of `@1`.
Yukihiro "Matz" Matsumoto
2019-12-09
Implement numbered parameters
Ukrainskiy Sergey
2019-12-09
Merge pull request #4855 from dearblue/kwargs-uninit
Yukihiro "Matz" Matsumoto
2019-12-08
Merge pull request #4856 from shuujii/fix-the-error-message-of-Kernel-Float
Yukihiro "Matz" Matsumoto
2019-12-08
Fix the error message of `Kernel#Float`
KOBAYASHI Shuji
2019-12-08
Merge pull request #4854 from shuujii/add-tests-to-Math
Yukihiro "Matz" Matsumoto
2019-12-07
Fix keyword arguments not be obtained with `mrb_get_args()`; Fix #4754
dearblue
2019-12-07
Add tests to `Math`
KOBAYASHI Shuji
2019-12-06
Merge pull request #4852 from shuujii/auto-detect-MRB_TIME_T_UINT
Yukihiro "Matz" Matsumoto
2019-12-05
Auto detect `MRB_TIME_T_UINT`
KOBAYASHI Shuji
2019-12-05
Merge pull request #4851 from shuujii/refine-mrb_alloca
Yukihiro "Matz" Matsumoto
2019-12-04
Refine `mrb_alloca()`
KOBAYASHI Shuji
2019-12-04
Merge pull request #4850 from shuujii/silence-Clang-warning-with-MRB_INT64-an...
Yukihiro "Matz" Matsumoto
2019-12-03
Silence Clang warning with `MRB_INT64` and `MRB_32BIT` in `time.c`
KOBAYASHI Shuji
2019-12-03
Merge pull request #4849 from shuujii/silence-Clang-warning-with-MRB_INT32-an...
Yukihiro "Matz" Matsumoto
2019-12-02
Silence Clang warning with `MRB_INT32` and `MRB_64BIT` in `time.c`
KOBAYASHI Shuji
2019-12-02
Merge pull request #4848 from shuujii/fix-MRB_FIXNUM_SHIFT-with-MRB_WORD_BOXI...
Yukihiro "Matz" Matsumoto
2019-12-01
Fix `MRB_FIXNUM_SHIFT` with `MRB_WORD_BOXING`, `MRB_INT32` and `MRB_64BIT`
KOBAYASHI Shuji
2019-11-30
Use a string as a common regexp representation; ref #4847
Yukihiro "Matz" Matsumoto
2019-11-30
Merge pull request #4847 from shuujii/quit-mruby-v-immediately-if-no-program-...
Yukihiro "Matz" Matsumoto
2019-11-30
Quit `mruby -v` immediately if no program is given for Ruby compatibility
KOBAYASHI Shuji
2019-11-29
Merge pull request #4846 from shuujii/fix-mruby---verbose-regression-by--4827
Yukihiro "Matz" Matsumoto
2019-11-29
Fix `mruby --verbose` (regression by #4827)
KOBAYASHI Shuji
2019-11-29
Merge pull request #4845 from shuujii/change-URL-of-mruby.org
Yukihiro "Matz" Matsumoto
2019-11-28
Change the URL of `mruby.org` [ci skip]
KOBAYASHI Shuji
2019-11-27
Merge pull request #4843 from shuujii/support-end-of-options-to-mruby-command
Yukihiro "Matz" Matsumoto
2019-11-27
Support `--` (end of options) to `mruby` command
KOBAYASHI Shuji
2019-11-27
Merge pull request #4837 from shuujii/add-assertion-to-RVALUE-size
Yukihiro "Matz" Matsumoto
2019-11-26
Merge pull request #4838 from shuujii/rename-BITSIZE-to-BIT-and-BIT-to-BIT_PO...
Yukihiro "Matz" Matsumoto
2019-11-25
Merge pull request #4841 from shuujii/fix-ARGV-value-in-mruby-command-regress...
Yukihiro "Matz" Matsumoto
2019-11-25
Fix `ARGV` value in `mruby` command (regression by #4827)
KOBAYASHI Shuji
2019-11-25
Merge pull request #4827 from shuujii/support-short-options-concatenation-to-...
Yukihiro "Matz" Matsumoto
2019-11-24
Merge pull request #4840 from shuujii/remove-unused-methods-of-MRubyIOTestUtil
Yukihiro "Matz" Matsumoto
2019-11-24
Remove unused methods of `MRubyIOTestUtil`
KOBAYASHI Shuji
[prev]
[next]