Commit Graph

880 Commits

Author SHA1 Message Date
Yukihiro Matsumoto 41f7fdaf8e remove dummy local_variables 2012-06-19 15:37:31 +09:00
Yukihiro Matsumoto 4d7bf31b97 remove dummy require/loop 2012-06-19 15:36:09 +09:00
Yukihiro Matsumoto debea27224 remove obsolete comment 2012-06-19 15:31:56 +09:00
Yukihiro Matsumoto 97e94247fa Kernel#raise: better argument check 2012-06-19 12:56:08 +09:00
Yukihiro Matsumoto 8f9b958f1e raise should initialize Exception object 2012-06-19 12:54:49 +09:00
Yukihiro Matsumoto b023acb629 add ISO reference numbers 2012-06-19 09:54:05 +09:00
Yukihiro Matsumoto d8e0fbab51 forgot to replace INLCUDE_KERNEL_SPRINTF by ENABLE_KERNEL_SPRINTF 2012-06-19 09:45:58 +09:00
Yukihiro "Matz" Matsumoto 3d5c9521c7 Merge pull request #298 from junjis0203/patch_for_Struct_member_access_method
Fix member access method definition
2012-06-18 07:37:17 -07:00
Junji Sawada f443a719a1 Fix member access method definition 2012-06-18 22:20:28 +09:00
Yukihiro "Matz" Matsumoto 95bed11755 Merge pull request #297 from bovi/improve-cflag-choice
Make CFLAG choices in Makefiles more flexible
2012-06-17 22:23:55 -07:00
Daniel Bovensiepen 83e5999d7e Make CFLAG choices in Makefiles more flexible 2012-06-18 11:22:05 +08:00
Yukihiro Matsumoto 955a48d964 move exception definiton to mrblib 2012-06-18 10:30:17 +09:00
Yukihiro Matsumoto f88a839914 add Struct tests 2012-06-18 09:09:00 +09:00
Yukihiro Matsumoto 742c4fb86f ignore id to create NameError 2012-06-18 09:06:13 +09:00
Yukihiro Matsumoto 4f4965a4a2 allow struct access; close #295 2012-06-18 08:58:56 +09:00
Yukihiro Matsumoto ede3049f33 allow disabling Struct class 2012-06-17 23:36:34 +09:00
Yukihiro "Matz" Matsumoto 8399d936a2 Merge pull request #296 from masamitsu-murase/modify_fixnum_minus
fix binary minus function of Fixnum '0'.
2012-06-17 07:29:48 -07:00
Yukihiro "Matz" Matsumoto a843de0e90 Merge pull request #294 from junjis0203/fix_Struct_initialize
RStruct.ptr must allocate members size
2012-06-17 07:28:08 -07:00
Masamitsu MURASE e5e2ebf15a fix binary minus function of Fixnum '0'. 2012-06-17 22:32:07 +09:00
Junji Sawada 62fdd43d65 RStruct.ptr must allocate members size 2012-06-17 21:35:32 +09:00
Yukihiro Matsumoto f89215c7d2 parser_dump: local variable dump condition updated 2012-06-16 17:36:47 +09:00
Yukihiro "Matz" Matsumoto c3aa1c4703 Merge pull request #291 from junjis0203/remove_RNode_definition
Remove unused struct
2012-06-15 16:41:30 -07:00
Yukihiro "Matz" Matsumoto 13394d1651 Merge pull request #289 from junjis0203/parser_dump_for_ensure
Fix to show ensure node
2012-06-15 16:39:15 -07:00
Junji Sawada 26ef69d9ab Remove unused struct 2012-06-16 08:28:39 +09:00
Junji Sawada 2401a175a3 Fix to show ensure node 2012-06-16 01:30:59 +09:00
Yukihiro "Matz" Matsumoto a91b8ade8e Merge pull request #288 from monaka/pr-remove-some-redundant-code-2
Remove some redundant code. (second try)
2012-06-15 06:59:28 -07:00
Yukihiro Matsumoto 5353b8555c exception jump should not cross mrb_funcall border; close #276 2012-06-15 22:57:11 +09:00
Masaki Muranaka 2c93fab066 Remove TRUE/FALSE definition in C sources. (Reported by #282 but not applied.) 2012-06-15 16:55:49 +09:00
Yukihiro Matsumoto 4913311155 should not swallow exceptions from ensure clause 2012-06-15 16:20:25 +09:00
Yukihiro Matsumoto 76f7aecff3 use ENABLE/DISABLE instead of INCLUDE for configuration macro names 2012-06-15 15:34:49 +09:00
Yukihiro Matsumoto 4aa9111f9a escape codedump strings/symbols 2012-06-15 14:45:03 +09:00
Yukihiro Matsumoto 0ef76fdbde make init function consistent: mrb_init_symbols to mrb_init_symbol 2012-06-15 14:08:11 +09:00
Yukihiro Matsumoto 8c838de4a8 Time class made optinal 2012-06-15 14:07:24 +09:00
Yukihiro Matsumoto 9e78fea7b3 remove unreference Error class macros 2012-06-15 14:04:25 +09:00
Yukihiro Matsumoto 195d1dd685 do not use fixed sized buffer in mrb_bug/mrb_warn; close #287 2012-06-15 14:03:02 +09:00
Yukihiro Matsumoto 39f47c1915 remove LoadError 2012-06-15 13:55:27 +09:00
Yukihiro "Matz" Matsumoto 79e1625269 Merge pull request #286 from monaka/pr-simplify-error-c
Simplify error.c
2012-06-14 21:51:58 -07:00
Masaki Muranaka cfd5f5157d Move Subclasses of ScriptError to mrblib. 2012-06-15 13:06:43 +09:00
Masaki Muranaka ccec3da35b Use return value of vsnprintf() for the string length. It is redundant using strlen(). 2012-06-15 12:27:44 +09:00
Masaki Muranaka 9983e1d773 Remove unused funcions. 2012-06-15 12:26:17 +09:00
Yukihiro Matsumoto 93cabfc18b Merge branch 'master' of github.com:mruby/mruby 2012-06-15 08:36:24 +09:00
Yukihiro Matsumoto 040b57fae5 1 % 0 should return NaN; close #283 2012-06-15 08:36:07 +09:00
Yukihiro "Matz" Matsumoto f093ed69ae Merge pull request #282 from monaka/pr-remove-redundant-code
Remove some redundant code.
2012-06-14 13:56:30 -07:00
Masaki Muranaka 56103509c8 Remove as NotImplemenetedError is defined in mrblib/. 2012-06-15 02:36:51 +09:00
Masaki Muranaka f564ec7e82 Remove some redundant code. 2012-06-15 00:56:00 +09:00
Yukihiro Matsumoto c7b1622f40 remove get_errorinfo; close #275 2012-06-14 23:19:15 +09:00
Yukihiro "Matz" Matsumoto d118724872 Merge pull request #279 from monaka/pr-test-for-comparable
Tests for Comparable. Still not all path coverage.
2012-06-14 06:59:37 -07:00
Yukihiro "Matz" Matsumoto 268a1fd289 Merge pull request #273 from nurse/support-e-option-without-space
Support mruby -e'p 1'.
2012-06-14 06:59:01 -07:00
Yukihiro "Matz" Matsumoto 7cbe8cf7ac Merge pull request #274 from monaka/pr-remove-unused-variable
Remove unused variable.
2012-06-14 06:57:55 -07:00
Yukihiro "Matz" Matsumoto 49026832de Merge pull request #278 from monaka/pr-fix-parser-typo-around-leq
Fix typo in parser around tLEQ
2012-06-14 06:57:07 -07:00