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
Age
Commit message (
Expand
)
Author
2014-05-14
Merge branch 'take-cheeze-dump_lv'
Yukihiro "Matz" Matsumoto
2014-05-14
resize register number in LVAR section from 32bits to 16bits
Yukihiro "Matz" Matsumoto
2014-05-14
rename lv section header from LOCV to LVAR
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-14
Merge pull request #2249 from yui-knk/fix-iso
Yukihiro "Matz" Matsumoto
2014-05-14
Add ISO No. to Integer#divmod test.
yui-knk
2014-05-14
Merge pull request #2248 from carsonmcdonald/mulfix
Yukihiro "Matz" Matsumoto
2014-05-14
Merge pull request #2247 from yui-knk/fix-include
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
Replace from include <>, to include "".
yui-knk
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
should use mrb_type() for the sake of MRB_WORD_BOXING
Yukihiro "Matz" Matsumoto
2014-05-13
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-05-13
remove unnecessary semicolons from a38f8f
Yukihiro "Matz" Matsumoto
2014-05-13
Merge pull request #2190 from cremno/mrbtest-mrb_int-constants
Yukihiro "Matz" Matsumoto
2014-05-13
support comments in user-input; also add checks for buffer overflow
Yukihiro "Matz" Matsumoto
2014-05-13
protect argument array from GC in OP_ENTER
Yukihiro "Matz" Matsumoto
2014-05-13
add dependency information based on #2239; fix #2236, close #2239
Yukihiro "Matz" Matsumoto
2014-05-13
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-05-13
should not use String#<< which is defined in mruby-string-ext; use Array#join...
Yukihiro "Matz" Matsumoto
2014-05-13
Merge pull request #2243 from yui-knk/fix-iso
Yukihiro "Matz" Matsumoto
2014-05-13
Fix ISO No.
yui-knk
2014-05-13
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-05-13
convert &arg using to_proc; fix #2242
Yukihiro "Matz" Matsumoto
2014-05-13
Merge pull request #2241 from take-cheeze/rebuild_irep
Yukihiro "Matz" Matsumoto
2014-05-13
Merge pull request #2240 from suzukaze/fix-hash-test
Yukihiro "Matz" Matsumoto
2014-05-12
Rebuild no mrb_open mrbgems test when config file is modified.
take_cheeze
2014-05-12
Fix Hash test
Jun Hiroe
2014-05-12
Merge pull request #2235 from yui-knk/add-scr_e
Yukihiro "Matz" Matsumoto
2014-05-12
Rename e to exception, scr_e to script_error.
yui-knk
2014-05-12
Merge pull request #2238 from kyab/fix_chipkitmax32_build_config
Yukihiro "Matz" Matsumoto
2014-05-11
Disable C++ exception for chipKIT Max32 example build_config
kyab
2014-05-11
Add scr_e, to not reassign to e.
yui-knk
2014-05-11
Merge pull request #2231 from kyab/update_example_build_config
Yukihiro "Matz" Matsumoto
2014-05-11
Merge pull request #2234 from suzukaze/refactor
Yukihiro "Matz" Matsumoto
2014-05-11
Merge pull request #2233 from suzukaze/fix-indent
Yukihiro "Matz" Matsumoto
2014-05-11
Merge pull request #2232 from kyab/fix_msvc_warning_random.c
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
Pacify MSVC warnings for random.c
kyab
2014-05-10
Update example build_config to include host build setting
kyab
2014-05-10
Merge pull request #2230 from take-cheeze/doc_update
Yukihiro "Matz" Matsumoto
2014-05-10
Fix document generator to remove trailing space in generated document.
take_cheeze
2014-05-10
Merge pull request #2229 from yui-knk/add-comment-each_pair
Yukihiro "Matz" Matsumoto
2014-05-10
Add comment to Hash#each_pair. And change the line
yui-knk
[next]