Commit Graph

5437 Commits

Author SHA1 Message Date
take_cheeze 30e0dc7956 Support LVAR section removing. 2014-05-15 15:08:30 +09:00
Yukihiro "Matz" Matsumoto c2f77c7836 Merge branch 'master' of github.com:mruby/mruby 2014-05-15 12:09:05 +09:00
Yukihiro "Matz" Matsumoto 0651051ded allow quit/exit to work within mirb; fix #2253 close #2254
also allow spaces around quit/exit.
2014-05-15 12:07:02 +09:00
Yukihiro "Matz" Matsumoto 157bebf437 Merge pull request #2255 from mitchblank/master
two trivial fixes
2014-05-15 08:58:21 +09:00
Mitchell Blank Jr 688602eb81 Fix incorrect info in minirake's help message -- "-q" is the default, not "-v" 2014-05-14 14:15:13 -07:00
Mitchell Blank Jr 493025c3af print_r() and print_lv() should only be compiled in for ENABLE_STDIO 2014-05-14 14:13:56 -07:00
Yukihiro "Matz" Matsumoto 6f6f50d529 adjust signedness in mruby-eval gem 2014-05-14 23:17:11 +09:00
Yukihiro "Matz" Matsumoto 2be348a0f1 mv opcode.h -> include/mruby/opcode.h and remove duplication from mruby-eval gem 2014-05-14 23:14:08 +09:00
Miura Hideki f10331cfe6 Modify eval for access outer local variable 2014-05-14 21:42:39 +09:00
Yukihiro "Matz" Matsumoto 27df1a84bc Kernel.local_variables to list UPVAR as well 2014-05-14 17:38:27 +09:00
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