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
/
mrbgems
Age
Commit message (
Expand
)
Author
2021-07-17
Avoid implicit casting from void pointers for C++
dearblue
2021-07-17
codegen.c: optimize variable assignments after `OP_MOVE`.
Yukihiro "Matz" Matsumoto
2021-07-17
codegen.c: optimize `OP_SETUPVAR` after `OP_MOVE`.
Yukihiro "Matz" Matsumoto
2021-07-16
codegen.c: add new peephole optimization for `OP_MOVE`.
Yukihiro "Matz" Matsumoto
2021-07-16
codegen.c: add new peephole optimization for `OP_GETUPVAR`.
Yukihiro "Matz" Matsumoto
2021-07-15
codegen.c: `gen_jmpdst` always needs to generate relative address.
Yukihiro "Matz" Matsumoto
2021-07-10
Update internal methods not to be listed in backtraces.
Yukihiro "Matz" Matsumoto
2021-07-09
debug.h: use `uint8_t` instead of `char` for BER compressed binary.
Yukihiro "Matz" Matsumoto
2021-07-09
codegen.c: avoid uninitialized local variable.
Yukihiro "Matz" Matsumoto
2021-07-08
pack.c: fix integer signedness mixture.
Yukihiro "Matz" Matsumoto
2021-07-08
mruby-bin-debugger: remove unused local variables.
Yukihiro "Matz" Matsumoto
2021-07-08
mruby-bin-debugger: support `mrb_debug_line_packed_map`.
Yukihiro "Matz" Matsumoto
2021-07-08
mruby-bin-debugger: rename prefix 'mrb_debug_' to `mrdb_`.
Yukihiro "Matz" Matsumoto
2021-07-06
Merge branch 'mrb_debug_strdup-and-strndup' of https://github.com/cremno/mrub...
Yukihiro "Matz" Matsumoto
2021-07-04
codegen.c: jump address should be generated by `gen_jmpdst()`.
Yukihiro "Matz" Matsumoto
2021-07-03
vm.c: `OP_DEF` to push a symbol to `a` register.
Yukihiro "Matz" Matsumoto
2021-06-30
Revert "Remove `OP_EXT[123]` from operands."
Yukihiro "Matz" Matsumoto
2021-06-29
string.rb: `upto` to break when the string length is longer than `end`.
Yukihiro "Matz" Matsumoto
2021-06-28
Avoid warnings with `ruby -cw`
dearblue
2021-06-28
Merge pull request #5493 from dearblue/binding.2
Yukihiro "Matz" Matsumoto
2021-06-27
Merge pull request #5495 from dearblue/eval.2
Yukihiro "Matz" Matsumoto
2021-06-26
Fixed finding variables from `proc` in `binding.eval` failed
dearblue
2021-06-26
Fixed finding variables defined in the upper proc failed
dearblue
2021-06-26
Fix memory leak in `Kernel#eval`
dearblue
2021-06-22
Enable markdownlint rules MD003,MD005,MD007
John Bampton
2021-06-20
Added `MRB_OBJ_ALLOC()` macro that does not require a cast
dearblue
2021-06-19
Merge branch 'dearblue-block_given'
Yukihiro "Matz" Matsumoto
2021-06-19
codegen.c: stop `uninitialized` warning.
Yukihiro "Matz" Matsumoto
2021-06-19
Added `MRB_API` function to get block arguments info.
dearblue
2021-06-16
Merge pull request #5445 from jbampton/add-codespell-pre-commit-hook
Yukihiro "Matz" Matsumoto
2021-06-16
eval.c: implement `class_eval` with string; close #5478
Yukihiro "Matz" Matsumoto
2021-06-16
Run pre-commit with GitHub Actions
John Bampton
2021-06-14
pack.c: support `w' directive (BER integer compression).
Yukihiro "Matz" Matsumoto
2021-06-13
pack.c: `count` should not be negative for directives `xX@`.
Yukihiro "Matz" Matsumoto
2021-06-13
pack.c: raise error for unsupported `w` directive.
Yukihiro "Matz" Matsumoto
2021-06-12
pack.c: support `@' directive (absolute position).
Yukihiro "Matz" Matsumoto
2021-06-12
pack.c: refactor pack/unpack 'X'.
Yukihiro "Matz" Matsumoto
2021-06-12
pack.c: add `X` directive (back up byte).
Yukihiro "Matz" Matsumoto
2021-06-12
pack.c: `count` should be always positive. no check needed.
Yukihiro "Matz" Matsumoto
2021-06-12
pack.c: fix `long/int` mixtures.
Yukihiro "Matz" Matsumoto
2021-06-12
pack.c: remove unused arguments from static functions.
Yukihiro "Matz" Matsumoto
2021-06-12
pack.c: wrong position after count read.
Yukihiro "Matz" Matsumoto
2021-06-11
codegen.c: refactor `readint()`
Yukihiro "Matz" Matsumoto
2021-06-11
readint.c: add new function `mrb_int_read`.
Yukihiro "Matz" Matsumoto
2021-06-10
sprintf.c: check value range before type casting.
Yukihiro "Matz" Matsumoto
2021-06-07
sprintf.c: fix `mrb_int` and `int` mixture errors.
Yukihiro "Matz" Matsumoto
2021-06-07
pack.c: fix 'void*` to `char*` assignment.
Yukihiro "Matz" Matsumoto
2021-06-07
pack.c: add `default` to `switch` statement to silence warnings.
Yukihiro "Matz" Matsumoto
2021-06-07
pack.c: support `M` specifier (quoted-printable).
Yukihiro "Matz" Matsumoto
2021-06-07
test/pack.c: reorganize test suits.
Yukihiro "Matz" Matsumoto
[prev]
[next]