Commit Graph

5427 Commits

Author SHA1 Message Date
Yukihiro "Matz" Matsumoto 232ec102d6 Merge branch 'take-cheeze-dump_lv' 2014-05-14 17:36:22 +09:00
Yukihiro "Matz" Matsumoto 9184d254e2 resize register number in LVAR section from 32bits to 16bits 2014-05-14 17:32:30 +09:00
Yukihiro "Matz" Matsumoto 7a5d8a40fe rename lv section header from LOCV to LVAR 2014-05-14 17:26:45 +09:00
Yukihiro "Matz" Matsumoto 10459a5eb2 Merge branch 'dump_lv' of https://github.com/take-cheeze/mruby into take-cheeze-dump_lv 2014-05-14 11:27:41 +09:00
Yukihiro "Matz" Matsumoto 625988eea1 Merge pull request #2249 from yui-knk/fix-iso
Add ISO No. to Integer#divmod  test.
2014-05-14 08:52:50 +09:00
yui-knk b9e9ce9237 Add ISO No. to Integer#divmod test. 2014-05-14 08:48:04 +09:00
Yukihiro "Matz" Matsumoto e1b84143c6 Merge pull request #2248 from carsonmcdonald/mulfix
Another change to fix issue #2244
2014-05-14 01:19:27 +09:00
Yukihiro "Matz" Matsumoto 1a462131c0 Merge pull request #2247 from yui-knk/fix-include
Replace from include <>, to include "".
2014-05-14 01:12:43 +09:00
Carson McDonald f0fed9dbec Consolidate muliptlication into one place 2014-05-13 11:46:47 -04:00
Carson McDonald 01988e3be7 Make sure c is large enough if there is an overflow 2014-05-13 11:46:29 -04:00
yui-knk 681b932d98 Replace from include <>, to include "". 2014-05-13 23:30:58 +09:00
Yukihiro "Matz" Matsumoto 33b2975c9d Merge pull request #2246 from take-cheeze/fix_codedump
Remove unnecessary newline in `OP_GETGLOBAL` codedump.
2014-05-13 23:19:21 +09:00
Yukihiro "Matz" Matsumoto c12f64271a fix overflow error like #2244 on MRB_WORD_BOXING 2014-05-13 23:15:44 +09:00
take_cheeze f2450928b2 Remove unnecessary newline in OP_GETGLOBAL codedump. 2014-05-13 22:47:43 +09:00
Yukihiro "Matz" Matsumoto 190d9ebbe2 should use mrb_type() for the sake of MRB_WORD_BOXING 2014-05-13 21:47:32 +09:00
Yukihiro "Matz" Matsumoto 971e6abadb Merge branch 'master' of github.com:mruby/mruby 2014-05-13 20:18:06 +09:00
Yukihiro "Matz" Matsumoto 0265b47833 remove unnecessary semicolons from a38f8f 2014-05-13 20:17:54 +09:00
Yukihiro "Matz" Matsumoto 15a2003aeb Merge pull request #2190 from cremno/mrbtest-mrb_int-constants
test fixnum overflow for add, sub and mul
2014-05-13 18:16:52 +09:00
Yukihiro "Matz" Matsumoto a38f8fe606 support comments in user-input; also add checks for buffer overflow 2014-05-13 16:03:41 +09:00
Yukihiro "Matz" Matsumoto 4e357a4963 protect argument array from GC in OP_ENTER 2014-05-13 16:01:30 +09:00
Yukihiro "Matz" Matsumoto 5867167ffd add dependency information based on #2239; fix #2236, close #2239 2014-05-13 13:08:18 +09:00
Yukihiro "Matz" Matsumoto 59a4a286c2 Merge branch 'master' of github.com:mruby/mruby 2014-05-13 12:59:34 +09:00
Yukihiro "Matz" Matsumoto f454f827ee should not use String#<< which is defined in mruby-string-ext; use Array#join instead; ref #2239 2014-05-13 12:59:21 +09:00
Yukihiro "Matz" Matsumoto 40378f9519 Merge pull request #2243 from yui-knk/fix-iso
Fix ISO No.
2014-05-13 12:49:11 +09:00
yui-knk 935a4ccce7 Fix ISO No. 2014-05-13 09:48:02 +09:00
Yukihiro "Matz" Matsumoto b584eaf64b Merge branch 'master' of github.com:mruby/mruby 2014-05-13 09:14:11 +09:00
Yukihiro "Matz" Matsumoto b4657182da convert &arg using to_proc; fix #2242 2014-05-13 09:13:33 +09:00
Yukihiro "Matz" Matsumoto 53fa535d2b Merge pull request #2241 from take-cheeze/rebuild_irep
Rebuild no mrb_open mrbgems test when config file is modified.
2014-05-13 08:48:03 +09:00
Yukihiro "Matz" Matsumoto 01a1f02c6e Merge pull request #2240 from suzukaze/fix-hash-test
Fix Hash test
2014-05-13 08:42:36 +09:00
take_cheeze 6a15f42ec5 Rebuild no mrb_open mrbgems test when config file is modified. 2014-05-12 21:37:54 +09:00
Jun Hiroe ab2ce33859 Fix Hash test 2014-05-12 20:47:44 +09:00
Yukihiro "Matz" Matsumoto bcbf078ebd Merge pull request #2235 from yui-knk/add-scr_e
Add scr_e, to not reassign to e.
2014-05-12 18:59:00 +09:00
yui-knk ac58d1bdf6 Rename e to exception, scr_e to script_error. 2014-05-12 13:50:49 +09:00
Yukihiro "Matz" Matsumoto 98ecbdafd5 Merge pull request #2238 from kyab/fix_chipkitmax32_build_config
Disable C++ exception for chipKIT Max32 example build_config
2014-05-12 09:28:39 +09:00
kyab da3b69a852 Disable C++ exception for chipKIT Max32 example build_config 2014-05-11 23:56:22 +09:00
yui-knk e07099d81b Add scr_e, to not reassign to e. 2014-05-11 19:28:34 +09:00
Yukihiro "Matz" Matsumoto b1eb337a34 Merge pull request #2231 from kyab/update_example_build_config
Update example build_config to include host build setting
2014-05-11 17:26:45 +09:00
Yukihiro "Matz" Matsumoto 9f7651fa65 Merge pull request #2234 from suzukaze/refactor
Refactor functions in kernel.c
2014-05-11 17:25:50 +09:00
Yukihiro "Matz" Matsumoto 434f0a6dbb Merge pull request #2233 from suzukaze/fix-indent
Fix indents in kernel.c
2014-05-11 17:22:41 +09:00
Yukihiro "Matz" Matsumoto ad8cb8cab1 Merge pull request #2232 from kyab/fix_msvc_warning_random.c
Pacify MSVC warnings for random.c
2014-05-11 17:21:08 +09:00
Jun Hiroe d973bcff0e Refactor mrb_equal_m() 2014-05-11 03:58:07 +09:00
Jun Hiroe 50d9d974e0 Refacotr mrb_obj_not_equal_m() 2014-05-11 03:55:51 +09:00
Jun Hiroe 2f1b4eb144 Refactor mrb_obj_equal_m() 2014-05-11 03:54:07 +09:00
Jun Hiroe 1eb6c1e963 Fix indents 2014-05-11 03:48:32 +09:00
kyab 203740bac5 Pacify MSVC warnings for random.c 2014-05-10 23:50:57 +09:00
kyab 2f22829097 Update example build_config to include host build setting 2014-05-10 23:27:39 +09:00
Yukihiro "Matz" Matsumoto 2d8db3c6bf Merge pull request #2230 from take-cheeze/doc_update
Fix document generator to remove trailing space in generated document.
2014-05-10 22:43:25 +09:00
take_cheeze b03330b3e4 Fix document generator to remove trailing space in generated document.
Update generated document.
2014-05-10 22:08:40 +09:00
Yukihiro "Matz" Matsumoto fb77b033a5 Merge pull request #2229 from yui-knk/add-comment-each_pair
Add comment to Hash#each_pair. And change the line
2014-05-10 20:54:18 +09:00
yui-knk d88a9d761f Add comment to Hash#each_pair. And change the line
Add comment about ISO.
Current place is misleading so change line No.
2014-05-10 20:16:19 +09:00