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
2021-02-03
Update version to `3.0.0RC`.
3.0.0-rc
mimaki
2021-02-03
Avoid Heap Overflow in `heredoc_remove_indent`; fix #5316
Yukihiro "Matz" Matsumoto
2021-02-03
Move `MRB_TRY` part of `mrb_close` to `src/error.c`; ref 6cc52b3
Yukihiro "Matz" Matsumoto
2021-02-02
Ignore errors from `atexit` finalizers.
Yukihiro "Matz" Matsumoto
2021-02-01
Allow more than 256 child `irep`; fix #5310
Yukihiro "Matz" Matsumoto
2021-02-01
Copy `iv` table with `#prepend`; fix #5309
Yukihiro "Matz" Matsumoto
2021-02-01
Merge pull request #5314 from dearblue/presym_init
Yukihiro "Matz" Matsumoto
2021-02-01
Merge pull request #5315 from shuujii/use-mrb_open_core-instead-of-mrb_open--...
Yukihiro "Matz" Matsumoto
2021-02-01
Merge pull request #5313 from dearblue/diet-5272
Yukihiro "Matz" Matsumoto
2021-01-31
Use `mrb_open_core()` instead of `mrb_open()` in `mrbc`
KOBAYASHI Shuji
2021-01-31
Merge pull request #5312 from dearblue/diet-5060
Yukihiro "Matz" Matsumoto
2021-01-31
Introduced `MRB_PRESYM_INIT_SYMBOLS()`
dearblue
2021-01-31
Remove unnecessary `ci0` variables; ref #5272
dearblue
2021-01-31
Remove unnecessary configuration macros; ref #5060
dearblue
2021-01-31
Merge pull request #5311 from shuujii/change-.o.d-back-to-.d-because-.pi.d-is...
Yukihiro "Matz" Matsumoto
2021-01-31
Change `.o.d` back to `.d` because `.pi.d` is no longer created
KOBAYASHI Shuji
2021-01-30
Merge pull request #5308 from dearblue/internal-mrbc
Yukihiro "Matz" Matsumoto
2021-01-29
Merge pull request #5306 from dearblue/unpack
Yukihiro "Matz" Matsumoto
2021-01-29
Build internal mrbc in an internal directory
dearblue
2021-01-29
Remove unnecessary range confirmation
dearblue
2021-01-29
Fixed `String#unpack` to handle the highest range of integer values
dearblue
2021-01-29
Replace `mrb_intern_cstr` to `mrb_intern_lit`.
Yukihiro "Matz" Matsumoto
2021-01-28
Merge pull request #5307 from dearblue/stackerr
Yukihiro "Matz" Matsumoto
2021-01-28
Merge pull request #5305 from dearblue/symbol0
Yukihiro "Matz" Matsumoto
2021-01-28
Raise SystemStackError if mruby VM stack expansion fails
dearblue
2021-01-28
Check first `0` when converting symbols into strings
dearblue
2021-01-28
Merge pull request #5304 from shuujii/refine-preprocess_options
Yukihiro "Matz" Matsumoto
2021-01-28
Remove duplicated `--cflags`; [ci skip]
Yukihiro "Matz" Matsumoto
2021-01-28
Refine `preprocess_options`; ref d95ffb036
KOBAYASHI Shuji
2021-01-28
Update `limitation.md` for integer division change in 3.0.
Yukihiro "Matz" Matsumoto
2021-01-28
Stop mentioning `MRB_NO_PRESYM` in the doc.
Yukihiro "Matz" Matsumoto
2021-01-28
Silence VC warning.
Yukihiro "Matz" Matsumoto
2021-01-28
Stop generating `build/<build>/src/*.pi.d`.
Yukihiro "Matz" Matsumoto
2021-01-28
Describe disabling preallocated symbols in the doc.
Yukihiro "Matz" Matsumoto
2021-01-28
Update `TODO` after mruby3.0.
Yukihiro "Matz" Matsumoto
2021-01-28
Remove unnecessary bit shift in `rational_new_f`.
Yukihiro "Matz" Matsumoto
2021-01-27
Add symbol names as comments to `presym_length_table`; ref #5303
Yukihiro "Matz" Matsumoto
2021-01-27
Add `static` modifiers to preallocated symbols tables; ref #5303
Yukihiro "Matz" Matsumoto
2021-01-27
Merge pull request #5303 from shuujii/split-presym_table-for-reduced-program-...
Yukihiro "Matz" Matsumoto
2021-01-27
Split `presym_table` for reduced program size
KOBAYASHI Shuji
2021-01-27
Merge pull request #5302 from shuujii/rename-.i-created-for-presym-scan-to-.pi
Yukihiro "Matz" Matsumoto
2021-01-27
Rename `.i` created for presym scan to `.pi`
KOBAYASHI Shuji
2021-01-27
Merge pull request #5301 from shuujii/fix-typos-in-mruby-presym-disableenable.h
Yukihiro "Matz" Matsumoto
2021-01-27
Fix typos in `mruby/presym/{disable,enable}.h` [ci skip]
KOBAYASHI Shuji
2021-01-27
Merge pull request #5300 from shuujii/avoid-possible-loss-of-data-casting-in-...
Yukihiro "Matz" Matsumoto
2021-01-27
Merge pull request #5299 from shuujii/fix-Use-MRB_SYM-for-error-class-retrieval
Yukihiro "Matz" Matsumoto
2021-01-27
Avoid 'possible loss of data' casting in binary search
KOBAYASHI Shuji
2021-01-27
Fix "Use `MRB_SYM()` for error class retrieval"; ref 2ddfd50df
KOBAYASHI Shuji
2021-01-26
Adjust spaces after list markers.
Yukihiro "Matz" Matsumoto
2021-01-26
Revert "Fix the wrong directory `host-bin` to `host/bin`."
Yukihiro "Matz" Matsumoto
[next]