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-06-03
Merge pull request #4800 from shuujii/set-MRB_STR_ASCII-flag-to-some-stringiz...
Yukihiro "Matz" Matsumoto
2020-06-02
Merge branch 'dearblue-eval-patchfree'; close #5016
Yukihiro "Matz" Matsumoto
2020-06-02
Remove `patch_irep()` in `mruby-eval`
dearblue
2020-06-01
Add `mruby-eval` to `default.gembox`.
Yukihiro "Matz" Matsumoto
2020-06-01
Merge pull request #5014 from dearblue/local_variables
Yukihiro "Matz" Matsumoto
2020-06-01
Merge pull request #5017 from RoryO/master
Yukihiro "Matz" Matsumoto
2020-05-31
Fix float constant redefinition warnings
Rory OConnell
2020-05-31
Get local variable names from orphan block; ref #3710
dearblue
2020-05-29
Print exception backtrace if possible without `-v` in test
KOBAYASHI Shuji
2020-05-28
Check `c->eidx` before decrement in `ecall()`; close #4977
Yukihiro "Matz" Matsumoto
2020-05-27
Merge pull request #5011 from shuujii/respect-CFLAGS-CXXFLAGS-and-LDFLAGS-env...
Yukihiro "Matz" Matsumoto
2020-05-27
Respect CFLAGS, CXXFLAGS, and LDFLAGS env vars in appveyor_config.rb
KOBAYASHI Shuji
2020-05-27
Move `fmt_setup` until absolutely necessary.
Yukihiro "Matz" Matsumoto
2020-05-26
Integer format can be bigger than `32` on 64bit platforms.
Yukihiro "Matz" Matsumoto
2020-05-26
Merge pull request #5010 from udzura/patch-1
Yukihiro "Matz" Matsumoto
2020-05-26
Detect newly added mrbgems when re-creating gem_init.c
Kondo Uchio
2020-05-26
Merge pull request #5009 from shuujii/removed-Bison-related-settings-from-.tr...
Yukihiro "Matz" Matsumoto
2020-05-26
Merge pull request #5008 from shuujii/revert-part-of-Start-GitHub-Actions
Yukihiro "Matz" Matsumoto
2020-05-26
Removed Bison related settings from `.travis.yml` and `appveyor.yml`
KOBAYASHI Shuji
2020-05-26
Revert part of "Start GitHub Actions" (4ce3997c)
KOBAYASHI Shuji
2020-05-26
Specify the latest `bison` on macOS; ref #4903
Yukihiro "Matz" Matsumoto
2020-05-26
Merge pull request #5007 from shuujii/add-y.tab.c-to-remove-Bison-from-build-...
Yukihiro "Matz" Matsumoto
2020-05-25
Add `y.tab.c` to remove Bison from build dependencies; ref 4ce3997c
KOBAYASHI Shuji
2020-05-24
Use the newer `bison` on GitHub actions macOS; ref #4903
Yukihiro "Matz" Matsumoto
2020-05-24
Start GitHub Actions; close #4903
Takeshi Watanabe
2020-05-24
Merge pull request #5006 from mame/fix-send-with-splat-args
Yukihiro "Matz" Matsumoto
2020-05-24
Do not destruct rest arguments for __send__
Yusuke Endoh
2020-05-20
Merge pull request #5003 from shuujii/retry-rake--m-on-AppVeyor
Yukihiro "Matz" Matsumoto
2020-05-20
Retry `rake -m` on AppVeyor [skip travis]
KOBAYASHI Shuji
2020-05-19
Revert "Use `rake -m` (multi-task) to `appveyor.yml`."
Yukihiro "Matz" Matsumoto
2020-05-19
Use `rake -m` (multi-task) to `appveyor.yml`.
Yukihiro "Matz" Matsumoto
2020-05-19
Merge pull request #5002 from RoryO/master
Yukihiro "Matz" Matsumoto
2020-05-19
Adding warnings for mrb_load functions leaking RProc objects
Rory OConnell
2020-05-15
Merge pull request #5000 from shuujii/unify-eql-receiver-in-Hash-according-to...
Yukihiro "Matz" Matsumoto
2020-05-15
Unify `eql?` receiver in `Hash` according to Ruby
KOBAYASHI Shuji
2020-05-15
Rename C function `mrb_proc_lambda`.
Yukihiro "Matz" Matsumoto
2020-05-15
Add `pread/pwrite` support on `__MACH__` (MacOS) in addition to `__unix__`.
Yukihiro "Matz" Matsumoto
2020-05-15
Remove `YYERROR_VERBOSE` which no longer supported since `bison 3.6`.
Yukihiro "Matz" Matsumoto
2020-05-11
Make `off_t` handling simpler; #4872 #4939
Yukihiro "Matz" Matsumoto
2020-05-11
Merge pull request #4998 from dearblue/special-vars
Yukihiro "Matz" Matsumoto
2020-05-11
Merge pull request #4999 from dearblue/opcode-doc
Yukihiro "Matz" Matsumoto
2020-05-10
Update `doc/opcode.md` [ci skip]
dearblue
2020-05-10
Get an irep symbol if it's `OP_GETSV` or `OP_SETSV`
dearblue
2020-05-09
Merge pull request #4997 from dearblue/byteorder
Yukihiro "Matz" Matsumoto
2020-05-09
Merge pull request #4996 from dearblue/loadi16
Yukihiro "Matz" Matsumoto
2020-05-09
Remove byteorder constants; ref 87576b8
dearblue
2020-05-09
Fix boundary check for `OP_LOADI16`; ref fa8668c
dearblue
2020-05-09
Merge pull request #4995 from shuujii/fix-some-Hash-methods-are-inconsistent-...
Yukihiro "Matz" Matsumoto
2020-05-09
Fix some `Hash` methods are inconsistent with `values`
KOBAYASHI Shuji
2020-05-07
Update `doc/opcode.md` for operand signs. [ci skip]
Yukihiro "Matz" Matsumoto
[prev]
[next]