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-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-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
2019-10-23
Remove unnecessary `mrb_string_p()` check.
Yukihiro "Matz" Matsumoto
2019-10-21
Remove `Kernel#getc`
KOBAYASHI Shuji
2019-10-20
Use `mrb_str_cat_str` instead of `mrb_str_concat` if possible
KOBAYASHI Shuji
2019-10-18
Move methods of `Kernel` to `kernel.rb` from `io.rb` in `mruby-io` gem
KOBAYASHI Shuji
2019-10-17
Make `IO#each` family without block to return `Enumerator`
KOBAYASHI Shuji
2019-10-14
Fix the example of `Array#intersection` in the document [ci skip]
KOBAYASHI Shuji
2019-10-14
Add `Array#intersection` which is new in Ruby2.7.
Yukihiro "Matz" Matsumoto
2019-10-14
Move `Array#difference` just after `Array#-`.
Yukihiro "Matz" Matsumoto
2019-10-14
Fixed a bug in `Array#difference`.
Yukihiro "Matz" Matsumoto
2019-10-11
Move exception raising to `scope_new`.
Yukihiro "Matz" Matsumoto
2019-10-11
Remove unused exception classes in `mruby-io` gem
KOBAYASHI Shuji
2019-10-10
Fixed a bug in `mruby-time` with `NO_GETTIMEOFDAT`.
Yukihiro "Matz" Matsumoto
2019-10-10
Silence double free warnings by `mrb_local_free()`.
Yukihiro "Matz" Matsumoto
2019-10-10
Integrate `mrb_str_inspect` and `mrb_str_dump`
KOBAYASHI Shuji
2019-10-09
Fix that `print` command raises `FrozenError` in `mrdb`; ref 1f5a7f2f
KOBAYASHI Shuji
2019-10-09
Revert part of #4758 to reduce number of tests.
Yukihiro "Matz" Matsumoto
[next]