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
2019-12-14
Implement `File#size` and `File#truncate`
dearblue
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-12
Add `mrb_num_args_error()` for "wrong number of arguments" error
KOBAYASHI Shuji
2019-12-11
Fix behavior of `Kernel#Integer` to numbers ending with `_` and spaces
KOBAYASHI Shuji
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
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-07
Add tests to `Math`
KOBAYASHI Shuji
2019-12-05
Auto detect `MRB_TIME_T_UINT`
KOBAYASHI Shuji
2019-12-03
Silence Clang warning with `MRB_INT64` and `MRB_32BIT` in `time.c`
KOBAYASHI Shuji
2019-12-02
Silence Clang warning with `MRB_INT32` and `MRB_64BIT` in `time.c`
KOBAYASHI Shuji
2019-11-30
Use a string as a common regexp representation; ref #4847
Yukihiro "Matz" Matsumoto
2019-11-30
Quit `mruby -v` immediately if no program is given for Ruby compatibility
KOBAYASHI Shuji
2019-11-29
Fix `mruby --verbose` (regression by #4827)
KOBAYASHI Shuji
2019-11-27
Support `--` (end of options) to `mruby` command
KOBAYASHI Shuji
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
Remove unused methods of `MRubyIOTestUtil`
KOBAYASHI Shuji
2019-11-24
Merge pull request #4834 from shuujii/use-proper-PEEK-macro-for-OP_EPUSH-in-p...
Yukihiro "Matz" Matsumoto
2019-11-22
Allow `true`/`false` argument to `Kernel#exit`
KOBAYASHI Shuji
2019-11-20
Use proper `PEEK` macro for `OP_EPUSH` in `patch_irep`; fix #4833
KOBAYASHI Shuji
2019-11-19
Always enable the rational and complex literals
KOBAYASHI Shuji
2019-11-18
Merge pull request #4825 from shuujii/fix-argument-specs-to-Kernel
Yukihiro "Matz" Matsumoto
2019-11-17
Support short options concatenation to `mruby` command
KOBAYASHI Shuji
2019-11-16
Revert "Implement Ruby2.7's frozen strings from `Symbol#to_s`"
KOBAYASHI Shuji
2019-11-15
Fix argument specs to `Kernel`
KOBAYASHI Shuji
2019-11-14
Fix here document with EOF
KOBAYASHI Shuji
2019-11-13
Use `mrb_intern_lit` if possible in `parse.y`
KOBAYASHI Shuji
2019-11-12
Use `intern` instead of `intern_cstr` if possible in `parse.y`
KOBAYASHI Shuji
2019-11-09
Fix argument specs to `IO`
KOBAYASHI Shuji
2019-11-08
Remove unneeded dependency from `mruby-hash-ext`
KOBAYASHI Shuji
2019-11-08
Fixed a bug in keyword arguments in block parameters; fix #4810
Yukihiro "Matz" Matsumoto
2019-11-08
Allow here-doc before closing parentheses; ref #4796
Yukihiro "Matz" Matsumoto
2019-11-06
Drop test dependency from `mruby-hash-ext` to `mruby-enumerator`
KOBAYASHI Shuji
2019-11-05
Merge pull request #4805 from shuujii/remove-test-that-depend-on-mruby-enumer...
Yukihiro "Matz" Matsumoto
2019-11-05
Remove test that depend on `mruby-enumerator` from `mruby-array-ext`
KOBAYASHI Shuji
2019-11-04
Avoid using C++ style comments (`//`) in `parse.y` [ci skip]
KOBAYASHI Shuji
2019-11-01
Fix argument specs to `File`
KOBAYASHI Shuji
2019-10-31
Set `MRB_STR_ASCII` flag to some stringize methods
KOBAYASHI Shuji
2019-10-30
Fix argument specs to `Fiber`
KOBAYASHI Shuji
2019-10-30
Fix here-doc inside parens and brackets; fix #4796
Yukihiro "Matz" Matsumoto
2019-10-29
Remove unneeded `Array` creation in `Struct#_inspect`
KOBAYASHI Shuji
2019-10-23
Remove unnecessary `mrb_funcall()`.
Yukihiro "Matz" Matsumoto
[prev]
[next]