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-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
2020-05-07
Remove unnecessary `sprintf` test that fails since 91368c1.
Yukihiro "Matz" Matsumoto
2020-05-07
Update `README.md` to address old `bison` problem on macOS.
Yukihiro "Matz" Matsumoto
2020-05-07
Update `cmpnum` document.
Yukihiro "Matz" Matsumoto
2020-05-07
Avoid `mrb_funcall` if `MRB_UFT8_STRING` is not set.
Yukihiro "Matz" Matsumoto
2020-05-07
Remove endian information/flags from compiled binary format.
Yukihiro "Matz" Matsumoto
2020-05-07
Remove `-e/-E` options from `mrbc`.
Yukihiro "Matz" Matsumoto
2020-05-07
Update compiled binary format version for `OP_LOADI16`.
Yukihiro "Matz" Matsumoto
2020-05-07
Update `doc/opcode.md` to reflect the latest bytecode.
Yukihiro "Matz" Matsumoto
2020-05-07
Add a new instruction `OP_LOADI16`.
Yukihiro "Matz" Matsumoto
2020-05-07
Fix wrong line number before comment line; fix #4993
Yukihiro "Matz" Matsumoto
2020-05-07
Remove `mrb_run` from `MRB_API`; #4488
Yukihiro "Matz" Matsumoto
2020-05-07
Add assertion as originally intended; ref #4986
Yukihiro "Matz" Matsumoto
2020-05-07
Update `doc/guides/compile.md` to note the `bison` failure on Mac.
Yukihiro "Matz" Matsumoto
2020-05-05
Merge pull request #4990 from komainu8/enable-method-t-struct-on-32bit-linux
Yukihiro "Matz" Matsumoto
2020-05-04
Enable MRB_METHOD_T_STRUCT by default on 32bit GUN/Linux
Horimoto Yasuhiro
2020-04-30
Merge pull request #4987 from shuujii/avoid-changing-directory-in-mruby-io-test
Yukihiro "Matz" Matsumoto
2020-04-30
Merge pull request #4988 from shuujii/refine-.travis.yml
Yukihiro "Matz" Matsumoto
2020-04-30
Refine `.travis.yml`
KOBAYASHI Shuji
2020-04-30
Merge pull request #4984 from dearblue/break-to_s
Yukihiro "Matz" Matsumoto
2020-04-29
Merge pull request #4986 from dearblue/assert-io
Yukihiro "Matz" Matsumoto
2020-04-29
Merge pull request #4985 from dearblue/print-gems
Yukihiro "Matz" Matsumoto
2020-04-29
Avoid changing directory in `mruby-io` test
KOBAYASHI Shuji
[next]