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-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
2014-05-05
Refactor mrb_str_downcase_bang()
Jun Hiroe
2014-05-05
Refactor mrb_str_capitalize_bang()
Jun Hiroe
2014-05-05
fix memcpy-param-overlap
cremno
2014-05-04
Don't reset ridx,eidx. And fix for #1949
sasaki takeru
2014-05-04
Merge pull request #2161 from nobu/embedded_document
Yukihiro "Matz" Matsumoto
2014-05-04
Fix typo.
yui-knk
2014-05-04
Merge pull request #2183 from yui-knk/fix-error-comment
Yukihiro "Matz" Matsumoto
2014-05-04
Fix comment of exc_inspect (and adjust spaces)
yui-knk
2014-05-04
simply use `isfinite`
cremno
2014-05-03
new macro mrb_int(mrb,x) to retrieve mrb_int from mrb_value with conversion i...
Yukihiro "Matz" Matsumoto
[next]