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
2014-05-17
Merge pull request #2264 from ksss/const_missing
Yukihiro "Matz" Matsumoto
2014-05-17
Merge pull request #2262 from ksss/doc-opcode
Yukihiro "Matz" Matsumoto
2014-05-16
const_missing error message more detail
ksss
2014-05-16
include/mruby/opcode.h fix operation doc
ksss
2014-05-16
Fix #2259 .
take_cheeze
2014-05-16
register<nlocals may not have a local variable name (e.g. a block arg); fix #...
Yukihiro "Matz" Matsumoto
2014-05-15
move mrb_irep_remove_lv from etc.c to mruby-bin-strip gem
Yukihiro "Matz" Matsumoto
2014-05-15
Support `LVAR` section removing.
take_cheeze
2014-05-14
print_r() and print_lv() should only be compiled in for ENABLE_STDIO
Mitchell Blank Jr
2014-05-14
mv opcode.h -> include/mruby/opcode.h and remove duplication from mruby-eval gem
Yukihiro "Matz" Matsumoto
2014-05-14
resize register number in LVAR section from 32bits to 16bits
Yukihiro "Matz" Matsumoto
2014-05-14
Merge branch 'dump_lv' of https://github.com/take-cheeze/mruby into take-chee...
Yukihiro "Matz" Matsumoto
2014-05-13
Consolidate muliptlication into one place
Carson McDonald
2014-05-13
Make sure c is large enough if there is an overflow
Carson McDonald
2014-05-13
Merge pull request #2246 from take-cheeze/fix_codedump
Yukihiro "Matz" Matsumoto
2014-05-13
fix overflow error like #2244 on MRB_WORD_BOXING
Yukihiro "Matz" Matsumoto
2014-05-13
Remove unnecessary newline in `OP_GETGLOBAL` codedump.
take_cheeze
2014-05-13
protect argument array from GC in OP_ENTER
Yukihiro "Matz" Matsumoto
2014-05-13
convert &arg using to_proc; fix #2242
Yukihiro "Matz" Matsumoto
2014-05-12
Rename e to exception, scr_e to script_error.
yui-knk
2014-05-11
Add scr_e, to not reassign to e.
yui-knk
2014-05-11
Merge pull request #2234 from suzukaze/refactor
Yukihiro "Matz" Matsumoto
2014-05-11
Refactor mrb_equal_m()
Jun Hiroe
2014-05-11
Refacotr mrb_obj_not_equal_m()
Jun Hiroe
2014-05-11
Refactor mrb_obj_equal_m()
Jun Hiroe
2014-05-11
Fix indents
Jun Hiroe
2014-05-10
OP_ENTER fix segmentation fault
ksss
2014-05-09
Move `__method__` to mruby-kernel-ext since it's not ISO method.
take_cheeze
2014-05-09
OP_ENTER clean block object in register
ksss
2014-05-08
use mrb_field_write_barrier_value() in hash.c
Yukihiro "Matz" Matsumoto
2014-05-08
use mrb_field_write_barrier_value() in array.c
Yukihiro "Matz" Matsumoto
2014-05-08
Make Array#[]= raise IndexError.
yui-knk
2014-05-07
Merge pull request #2204 from take-cheeze/kernel_fail
Yukihiro "Matz" Matsumoto
2014-05-07
Move Kernel#fail definition to mruby-kernel-ext mrbgem.
take_cheeze
2014-05-06
OP_ENTER fix variable assignment
ksss
2014-05-06
Implement Kernel.fail and Kernel#fail .
take_cheeze
2014-05-05
refactor fix_mod
Akira Kuroda
2014-05-05
Merge pull request #2200 from cremno/add-functions-for-safe-addition-and-subt...
Yukihiro "Matz" Matsumoto
2014-05-05
Merge pull request #2199 from cremno/use-memmove
Yukihiro "Matz" Matsumoto
2014-05-05
add function for checked mrb_int subtraction
cremno
2014-05-05
add function for checked mrb_int addition
cremno
2014-05-05
Merge pull request #2196 from suzukaze/refactor-load.c
Yukihiro "Matz" Matsumoto
2014-05-05
Merge pull request #2194 from suzukaze/refactor-string.c2
Yukihiro "Matz" Matsumoto
2014-05-05
Merge pull request #2195 from suzukaze/fix-indent-string.c
Yukihiro "Matz" Matsumoto
2014-05-05
Refactor read_lineno_record_1() in load.c
Jun Hiroe
2014-05-05
Fix indents in mrb_str_inspect() of string.c
Jun Hiroe
2014-05-05
Refactor mrb_str_hash()
Jun Hiroe
2014-05-05
Refacotr mrb_str_substr()
Jun Hiroe
2014-05-05
Refactor mrb_str_upcase_bang
Jun Hiroe
2014-05-05
Refactor mrb_str_split_m()
Jun Hiroe
[next]