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-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
2021-01-02
Reduce strength of the hash function; ref #5201
Yukihiro "Matz" Matsumoto
2021-01-02
Refine "wrong number of arguments" message in `mrb_get_args`
KOBAYASHI Shuji
2020-12-31
Removed unusable `GC.test`
dearblue
2020-12-29
Refine error message from `mrb_get_arg1`
KOBAYASHI Shuji
2020-12-24
Check integer overflow in float bit operations.
Yukihiro "Matz" Matsumoto
2020-12-23
Fix the integer overflow in `mrb_str_len_to_inum()`.
Yukihiro "Matz" Matsumoto
2020-12-15
Merge pull request #5223 from shuujii/ensure-initialization-of-RVALUE_zero-in...
Yukihiro "Matz" Matsumoto
2020-12-15
refactor: remove trailing whitespace from C, Header, Ruby and YAML files
John Bampton
2020-12-15
Ensure initialization of `RVALUE_zero` in `mrb_obj_alloc`
KOBAYASHI Shuji
2020-12-13
Fix spelling
John Bampton
2020-12-13
Improve source scanning for presym
KOBAYASHI Shuji
2020-12-12
Remove positive check for unsigned integer; close #5218
Yukihiro "Matz" Matsumoto
2020-12-07
Make type of `pc` arguments in `debug.c` consistent; close #5218
Yukihiro "Matz" Matsumoto
2020-12-05
Fixed a bug with modules prepended many times.
Yukihiro "Matz" Matsumoto
2020-12-04
Make `Module#include` and `Module#prepend` behave like Ruby3.0.
Yukihiro "Matz" Matsumoto
2020-12-02
Print implicit operands for some instructions.
Yukihiro "Matz" Matsumoto
2020-12-02
Remove a newline.
Yukihiro "Matz" Matsumoto
2020-12-01
Revert "Create presym files for each build target" (58ba883e)
KOBAYASHI Shuji
2020-12-01
Fix `OP_JMPUW` address bug.
Yukihiro "Matz" Matsumoto
2020-11-30
Merge pull request #5206 from dearblue/dumpirep
Yukihiro "Matz" Matsumoto
2020-11-30
Integrate the output of the catch handler table into iseq
dearblue
2020-11-30
Fixed irep size measurement by dump; ref #5203
dearblue
2020-11-30
Fixed print catch handler address in codedump; ref #5200
dearblue
2020-11-29
Use `MRB_SYM` in `src/gc.c`
KOBAYASHI Shuji
2020-11-29
Merge pull request #5203 from komainu8/fix-heap-buffer-overflow
Yukihiro "Matz" Matsumoto
2020-11-29
Fix heap buffer overflow when dump irep
Horimoto Yasuhiro
2020-11-29
Change the catch handler address to 32 bits
dearblue
2020-11-26
Create presym files for each build target
KOBAYASHI Shuji
2020-11-26
Fix a bug in `find_symbol()`; fix #5192
Yukihiro "Matz" Matsumoto
2020-11-26
Make `OP_JMP*` operand address to be relative.
Yukihiro "Matz" Matsumoto
2020-11-26
Small refactoring regarding symbols for clarity.
Yukihiro "Matz" Matsumoto
2020-11-26
Include `mruby.h` instead of `mrbconf.h` directly.
Yukihiro "Matz" Matsumoto
2020-11-26
Avoid memory leak when `mrb_read_irep()` fails.
Yukihiro "Matz" Matsumoto
2020-11-25
Move inline `iseq` in `array.c` to `array.rb`.
Yukihiro "Matz" Matsumoto
2020-11-25
Fix C source compilation with `MRB_USE_ALL_SYMBOLS`; ref #5187
KOBAYASHI Shuji
2020-11-24
Add `#include <mrbconf.h>` at the head of `fmt_fp.c`; #5185
Yukihiro "Matz" Matsumoto
2020-11-24
Merge pull request #5186 from shuujii/optimize-presym_find
Yukihiro "Matz" Matsumoto
[next]