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
/
src
Age
Commit message (
Expand
)
Author
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 #5313 from dearblue/diet-5272
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-28
Merge pull request #5307 from dearblue/stackerr
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
Silence VC warning.
Yukihiro "Matz" Matsumoto
2021-01-27
Split `presym_table` for reduced program size
KOBAYASHI Shuji
2021-01-27
Avoid 'possible loss of data' casting in binary search
KOBAYASHI Shuji
2021-01-26
Revert "Minimize the changes in #5277"
Yukihiro "Matz" Matsumoto
2021-01-25
Silence 'loss of data' warnings in `symbol.c`.
Yukihiro "Matz" Matsumoto
2021-01-25
fix comparison of minor version
HASUMI Hitoshi
2021-01-25
fix TYPO in RITE BINARY HEADER
HASUMI Hitoshi
2021-01-25
Silence 'loss of data' warnings.
Yukihiro "Matz" Matsumoto
2021-01-22
Minimize the changes in #5277
Yukihiro "Matz" Matsumoto
2021-01-21
Merge branch 'avoid-including-presym.inc-in-existing-header-files' of https:/...
Yukihiro "Matz" Matsumoto
2021-01-20
Remove CRC16 from dumped mruby binary.
Yukihiro "Matz" Matsumoto
2021-01-18
Fix that Hash may not contain any empty buckets
KOBAYASHI Shuji
2021-01-17
Fix `int_quo` to do float division; fix #5268
Yukihiro "Matz" Matsumoto
2021-01-17
Make `mrb_to_flo()` to convert objects, not integer, not float; #5268
Yukihiro "Matz" Matsumoto
2021-01-16
Fixed stack position of return value; ref #5272
dearblue
2021-01-12
Merge branch 'reorganize-ci' of https://github.com/dearblue/mruby into dearbl...
Yukihiro "Matz" Matsumoto
2021-01-12
Silence Windows warnings (cast and `setmode`).
Yukihiro "Matz" Matsumoto
2021-01-12
Save `NOARG` information in `struct mt_elem`; fix #5257
Yukihiro "Matz" Matsumoto
2021-01-12
Changed packing format of inline symbols.
Yukihiro "Matz" Matsumoto
2021-01-11
Add missing cast in `ea_next_capa_for`
KOBAYASHI Shuji
2021-01-11
Avoid including `presym.inc` in existing header files
KOBAYASHI Shuji
2021-01-10
Replace `tempirep` with `RProc`
dearblue
2021-01-10
Unified `pc` and `err` of `mrb_callinfo`
dearblue
2021-01-10
Changes `stackent` to `stack` of `mrb_callinfo`
dearblue
2021-01-10
Unified `target_class` and `env` of `mrb_callinfo`
dearblue
2021-01-09
Detect invalid first byte of UTF-8 char; fix #5269
Yukihiro "Matz" Matsumoto
2021-01-09
Remove unnecessary `#include` in generated files
KOBAYASHI Shuji
2021-01-08
Reapply 116e128b because it is back at 456878ba
KOBAYASHI Shuji
2021-01-06
Consider the case a local variable name does not become a named presym
KOBAYASHI Shuji
2021-01-06
Merge branch 'improve-source-scanning-for-presym' of https://github.com/shuuj...
Yukihiro "Matz" Matsumoto
2021-01-06
Allow context switch from C using `mrb_fiber_resume()`.
Yukihiro "Matz" Matsumoto
2021-01-03
Merge pull request #5255 from shuujii/avoid-64-bit-operations-in-src-hash.c
Yukihiro "Matz" Matsumoto
2021-01-03
replace ; to : of OPT_SETGV in codedump.c
Katsuyoshi Ito
2021-01-03
Avoid 64-bit operations in `src/hash.c`; close #5201
KOBAYASHI Shuji
2021-01-02
Avoid double inclusion on `<mruby.h>`.
Yukihiro "Matz" Matsumoto
2021-01-02
Use Jenkins One At A Time Hash for `mrb_str_hash()`.
Yukihiro "Matz" Matsumoto
2021-01-02
Fixed wrong casting in `OP_LOADI32`.
Yukihiro "Matz" Matsumoto
2021-01-02
Avoid `uint64_t` in string-to-integer conversion; ref #5201
Yukihiro "Matz" Matsumoto
[next]