Commit Graph

567 Commits

Author SHA1 Message Date
Yukihiro "Matz" Matsumoto 024f211f10 Merge pull request #210 from MobiRuby/module_const
Add Module.const_defined? && _get && _set methods
2012-05-31 16:14:46 -07:00
Yuichiro MASUI b174e9c3ea Add Module.const_defined? && _get && _set methods 2012-05-31 23:35:45 +09:00
Yukihiro Matsumoto fae483ff2a the argument for Exception.new is optinal 2012-05-31 11:15:51 +09:00
Yukihiro Matsumoto e3c1b48ba2 mrb_gets_args strict argc check; now returns argc 2012-05-31 11:14:33 +09:00
Yukihiro Matsumoto 3e8d330c2c remove #new from immediate classes 2012-05-31 11:11:55 +09:00
Yukihiro Matsumoto 0e5958d404 rename ruby_digitmap to mrb_digitmap 2012-05-30 21:19:04 +09:00
Yukihiro Matsumoto 1ac22054bc remove debug print 2012-05-30 16:25:51 +09:00
Yukihiro Matsumoto 7cf607bb75 stop duping values from Hash#values 2012-05-30 16:25:22 +09:00
Yukihiro Matsumoto a4a48e3da1 specify allocating array size for Hash#values 2012-05-30 16:12:32 +09:00
Yukihiro Matsumoto 0de8ffb0de Merge branch 'master' of github.com:mruby/mruby 2012-05-30 16:02:36 +09:00
Yukihiro Matsumoto e6c6dcc176 update mrb->irep_len for each irep addition 2012-05-30 16:02:19 +09:00
Yukihiro Matsumoto e5d1dd2a8e MRB_GC_STRESS for GC test 2012-05-30 16:01:48 +09:00
Yukihiro "Matz" Matsumoto db18bbbb8c Merge pull request #208 from nurse/add-travis-support
Add .travis.yml.
2012-05-29 23:42:30 -07:00
Yukihiro Matsumoto b662a12ee5 remove spaces after open paren 2012-05-30 14:51:39 +09:00
Yukihiro Matsumoto c2f427c5ed mark ci->proc as well 2012-05-30 14:44:33 +09:00
NARUSE, Yui cd1ae40f29 Add .travis.yml. 2012-05-30 12:07:35 +09:00
Yukihiro "Matz" Matsumoto 1e5d15dbcb Merge pull request #207 from bovi/add-literal-tests
Add Literal Tests
2012-05-29 13:42:28 -07:00
Daniel Bovensiepen 82d600da24 Add literal tests for currently working String literals and make notice about literals which yet need to be proper implementation 2012-05-29 23:51:51 +08:00
Yukihiro Matsumoto 84c5d35b9e class variable table intialization bug; close #206 2012-05-29 23:00:45 +09:00
Yukihiro Matsumoto 42b4060c9d force room in arena before raising arena overflow error 2012-05-29 22:14:32 +09:00
Yukihiro "Matz" Matsumoto 836fed4c33 Merge pull request #205 from monaka/pr-use-default-case-in-switch-statement
Use default case in switch statement.
2012-05-29 06:06:35 -07:00
Yukihiro Matsumoto b20388c004 make arena_idx restoration per irep, not per load 2012-05-29 22:05:06 +09:00
Yukihiro "Matz" Matsumoto 23308d55b1 Merge pull request #204 from bovi/segv-with-new-assert
SEGV by adding a new assert
2012-05-29 05:17:14 -07:00
Masaki Muranaka 34dddc58e1 Use default case in switch statement. 2012-05-29 16:15:43 +09:00
Daniel Bovensiepen b92f302d59 SEGV by adding a new assert 2012-05-29 13:52:59 +08:00
Yukihiro Matsumoto c87ec7c33b compact arena before raising exception; also reserve a few slots to allocate exception objects 2012-05-29 10:29:01 +09:00
Yukihiro Matsumoto 2d887c57ff use API to restore arena_idx 2012-05-29 09:56:48 +09:00
Yukihiro Matsumoto 0dd5e0eba6 restore arena_idx after reading irep 2012-05-29 09:31:12 +09:00
Yukihiro "Matz" Matsumoto d8cd21be45 Merge pull request #203 from bovi/segv-string-literal
Raise SEGV by using String literal
2012-05-28 17:24:46 -07:00
Daniel Bovensiepen 61a47e344d Raise SEGV by using String literal 2012-05-29 07:23:17 +08:00
Yukihiro "Matz" Matsumoto 2d73abd844 Merge pull request #202 from bovi/add-docu
Add Test Cases (Literals, Enumerable, Exceptions, misc)
2012-05-28 15:46:10 -07:00
Daniel Bovensiepen b19575e5ac Forgot Literals file 2012-05-29 01:33:17 +08:00
Daniel Bovensiepen 31e9705022 Add Test cases for Literals, Enumeration, Exceptions and clean line endings 2012-05-29 01:20:46 +08:00
Yukihiro "Matz" Matsumoto ec3944d9c0 Merge pull request #201 from thecodeshop/rm-cmake-tgt
remove extraneous cmake build targets
2012-05-28 06:01:45 -07:00
Yukihiro Matsumoto dae33d3f66 column position adjustment was wrong 2012-05-28 15:51:07 +09:00
Yukihiro Matsumoto cf8f429624 ignore error nodes (with node_begin initialization) 2012-05-28 15:50:30 +09:00
Yukihiro Matsumoto b275be253d Hash#keys stop duping keys 2012-05-28 12:24:31 +09:00
Yukihiro Matsumoto 4bca3e5470 should compile mrbtest if libmruby.a is modifie 2012-05-28 12:21:28 +09:00
Yukihiro Matsumoto 661906c682 should compile all mrblib files 2012-05-28 12:10:23 +09:00
Jon c403458b97 Remove unnecessary mrblib object build target 2012-05-27 22:06:28 -04:00
Jon 6f4eda7401 Simplify CMake mruby object library
Also removes an unnecessary build target from the CMake generated
build and project files.
2012-05-27 20:27:11 -04:00
Yukihiro Matsumoto c14e440897 column adjustment was wrong for pushed back characters 2012-05-28 08:50:10 +09:00
Yukihiro "Matz" Matsumoto 03a53e71c5 Merge pull request #200 from thecodeshop/x-mrbc-defn
Remove unnecessary mrb_init_ext definition
2012-05-27 16:18:00 -07:00
Yukihiro "Matz" Matsumoto 6fb45658eb Merge pull request #199 from masamitsu-murase/remove_conflicts_of_definition
Remove conflicts of definition
2012-05-27 16:17:23 -07:00
Jon 3be28e0b73 Remove unnecessary mrb_init_ext definition 2012-05-27 14:44:13 -04:00
Masamitsu MURASE c8201aa7ce Add "ifndef/endif" to avoid conflict of "MIN" and "MAX" definition. 2012-05-27 23:07:20 +09:00
Masamitsu MURASE 2f4ef95ae6 Add 'ifndef/endif' to avoid conflict of 'TRUE' definition. 2012-05-27 23:05:43 +09:00
Yukihiro "Matz" Matsumoto 2a3e74b4fd Merge pull request #196 from bovi/add-tests
Add Enumerable tests and identify data corruption with merge in Hash
2012-05-26 16:52:47 -07:00
Yukihiro "Matz" Matsumoto abb4e583bd Merge pull request #198 from bovi/add-compar-doc
Add documentation to Comparable
2012-05-26 16:51:40 -07:00
Daniel Bovensiepen c1faad90ec Add documentation to Comparable 2012-05-27 04:34:47 +08:00