summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2014-05-13Replace from include <>, to include "".yui-knk
2014-05-13Merge pull request #2246 from take-cheeze/fix_codedumpYukihiro "Matz" Matsumoto
Remove unnecessary newline in `OP_GETGLOBAL` codedump.
2014-05-13fix overflow error like #2244 on MRB_WORD_BOXINGYukihiro "Matz" Matsumoto
2014-05-13Remove unnecessary newline in `OP_GETGLOBAL` codedump.take_cheeze
2014-05-13should use mrb_type() for the sake of MRB_WORD_BOXINGYukihiro "Matz" Matsumoto
2014-05-13Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-05-13remove unnecessary semicolons from a38f8fYukihiro "Matz" Matsumoto
2014-05-13Merge pull request #2190 from cremno/mrbtest-mrb_int-constantsYukihiro "Matz" Matsumoto
test fixnum overflow for add, sub and mul
2014-05-13support comments in user-input; also add checks for buffer overflowYukihiro "Matz" Matsumoto
2014-05-13protect argument array from GC in OP_ENTERYukihiro "Matz" Matsumoto
2014-05-13add dependency information based on #2239; fix #2236, close #2239Yukihiro "Matz" Matsumoto
2014-05-13Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-05-13should not use String#<< which is defined in mruby-string-ext; use ↵Yukihiro "Matz" Matsumoto
Array#join instead; ref #2239
2014-05-13Merge pull request #2243 from yui-knk/fix-isoYukihiro "Matz" Matsumoto
Fix ISO No.
2014-05-13Fix ISO No.yui-knk
2014-05-13Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-05-13convert &arg using to_proc; fix #2242Yukihiro "Matz" Matsumoto
2014-05-13Merge pull request #2241 from take-cheeze/rebuild_irepYukihiro "Matz" Matsumoto
Rebuild no mrb_open mrbgems test when config file is modified.
2014-05-13Merge pull request #2240 from suzukaze/fix-hash-testYukihiro "Matz" Matsumoto
Fix Hash test
2014-05-12Rebuild no mrb_open mrbgems test when config file is modified.take_cheeze
2014-05-12Fix Hash testJun Hiroe
2014-05-12Merge pull request #2235 from yui-knk/add-scr_eYukihiro "Matz" Matsumoto
Add scr_e, to not reassign to e.
2014-05-12Rename e to exception, scr_e to script_error.yui-knk
2014-05-12Merge pull request #2238 from kyab/fix_chipkitmax32_build_configYukihiro "Matz" Matsumoto
Disable C++ exception for chipKIT Max32 example build_config
2014-05-11Disable C++ exception for chipKIT Max32 example build_configkyab
2014-05-11Add scr_e, to not reassign to e.yui-knk
2014-05-11Merge pull request #2231 from kyab/update_example_build_configYukihiro "Matz" Matsumoto
Update example build_config to include host build setting
2014-05-11Merge pull request #2234 from suzukaze/refactorYukihiro "Matz" Matsumoto
Refactor functions in kernel.c
2014-05-11Merge pull request #2233 from suzukaze/fix-indentYukihiro "Matz" Matsumoto
Fix indents in kernel.c
2014-05-11Merge pull request #2232 from kyab/fix_msvc_warning_random.cYukihiro "Matz" Matsumoto
Pacify MSVC warnings for random.c
2014-05-11Refactor mrb_equal_m()Jun Hiroe
2014-05-11Refacotr mrb_obj_not_equal_m()Jun Hiroe
2014-05-11Refactor mrb_obj_equal_m()Jun Hiroe
2014-05-11Fix indentsJun Hiroe
2014-05-10Pacify MSVC warnings for random.ckyab
2014-05-10Update example build_config to include host build settingkyab
2014-05-10Merge pull request #2230 from take-cheeze/doc_updateYukihiro "Matz" Matsumoto
Fix document generator to remove trailing space in generated document.
2014-05-10Fix document generator to remove trailing space in generated document.take_cheeze
Update generated document.
2014-05-10Merge pull request #2229 from yui-knk/add-comment-each_pairYukihiro "Matz" Matsumoto
Add comment to Hash#each_pair. And change the line
2014-05-10Add comment to Hash#each_pair. And change the lineyui-knk
Add comment about ISO. Current place is misleading so change line No.
2014-05-10Merge pull request #2228 from suzukaze/add-comments-to-hashYukihiro "Matz" Matsumoto
Add comments to Hash methods
2014-05-10Add comments to Hash methodsJun Hiroe
2014-05-10Merge pull request #2223 from yui-knk/fix-nameerrorYukihiro "Matz" Matsumoto
Delete unused NameError#new. And add test.
2014-05-10Merge pull request #2226 from yui-knk/hash-merge-errorYukihiro "Matz" Matsumoto
Change to raise TypeError (Hash#merge, #merge!)
2014-05-10Merge pull request #2225 from ksss/proc-segvYukihiro "Matz" Matsumoto
OP_ENTER fix segmentation fault
2014-05-10Change to raise TypeError (Hash#merge, #merge!)yui-knk
2014-05-10OP_ENTER fix segmentation faultksss
2014-05-10Delete unused NameError#new. And add test.yui-knk
2014-05-10Merge pull request #2221 from yui-knk/add-exception-testYukihiro "Matz" Matsumoto
Add exception test
2014-05-10Merge pull request #2222 from take-cheeze/remove_proc_methYukihiro "Matz" Matsumoto
Remove use of mruby-proc-ext method in core test.