Commit Graph

1583 Commits

Author SHA1 Message Date
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
Daniel Bovensiepen 74fb270298 add Enumerable tests and identify data corruption with merge in Hash 2012-05-27 00:50:39 +08:00
Yukihiro Matsumoto f6d539eabd clear arena_idx after exiting scope; close #195 2012-05-26 11:18:16 +09:00
Yukihiro "Matz" Matsumoto f4f6948961 Merge pull request #194 from bovi/add-more-tests
Add Tests for all Exception classes, for false, true, Proc, Module, nil ...
2012-05-25 00:45:25 -07:00
Daniel Bovensiepen 150b235fb6 Add Tests for all Exception classes, for false, true, Proc, Module, nil and Object 2012-05-25 14:01:14 +08:00
Yukihiro Matsumoto ea9bb1e38f adjust stack position before exiting mrb_run(); close #193 2012-05-25 13:48:54 +09:00
Yukihiro Matsumoto d9227aa41d remove ZeroDivisionError since mruby gives float for integer division 2012-05-24 21:10:23 +09:00
Yukihiro Matsumoto 34d9043c81 parser->colum number was wrong 2012-05-24 09:35:42 +09:00
Yukihiro Matsumoto c2a084dff9 wrong number of arguments for self-assignments 2012-05-24 09:24:11 +09:00
Yukihiro "Matz" Matsumoto f1f4f030dd Merge pull request #189 from bovi/add-kernel-tests
Add ISO Test Cases for Kernel
2012-05-23 17:09:10 -07:00
Yukihiro "Matz" Matsumoto e3ae5bb9d2 Merge pull request #188 from thecodeshop/makefile-mods
Makefile mods
2012-05-23 16:59:22 -07:00
Daniel Bovensiepen 2664eb5ca6 Add ISO Test Cases for Kernel 2012-05-24 05:33:29 +08:00
Jon 105c11b7f6 Clean and DRY up the basic Makefiles 2012-05-23 13:19:40 -04:00
Jon 6f00683e87 Add help and showconfig targets to Makefile 2012-05-23 13:19:16 -04:00
Yukihiro "Matz" Matsumoto 265ff670c8 Merge pull request #187 from thecodeshop/mirb-exit
Teach mirb another way to quit
2012-05-23 09:59:58 -07:00
Yukihiro Matsumoto 14e28a8a4d raise error on too many arguments 2012-05-24 01:24:45 +09:00
Yukihiro Matsumoto cd713836aa simplify Array#join 2012-05-24 01:20:33 +09:00
Jon 44f2c59a61 Teach mirb another way to quit 2012-05-23 12:17:42 -04:00
Paolo Bosetti 391f8dcef0 Merge branch 'Xcode' of github.com:pbosetti/mruby into XCode 2012-05-23 09:12:39 -07:00
Yukihiro Matsumoto ad9e841c53 made mrb_get_args() better (optinal args, type checks); close #173 #176 2012-05-24 01:09:36 +09:00
Paolo Bosetti e634ca18ed Created Xcode 4 project, using the make target to build the tools, and with a native Xcode target to build a hello world example. 2012-05-22 22:34:16 -07:00
Yukihiro Matsumoto 4f012f578f remove warning for open paren after space 2012-05-23 12:59:46 +09:00
Yukihiro Matsumoto d26100d529 allow empty paren as a valid expr 2012-05-23 12:05:30 +09:00
Yukihiro Matsumoto 52b2d092d3 test t/*.rb spacing fix 2012-05-23 12:00:49 +09:00
Yukihiro Matsumoto 7ee8018d60 add dependency from keywords to lex.def 2012-05-23 11:47:19 +09:00
Yukihiro "Matz" Matsumoto 91b4929697 Merge pull request #183 from thecodeshop/cmake-miss
Add CMake support authorship miss
2012-05-22 18:31:02 -07:00
Jon 66a8890691 Add CMake support authorship miss 2012-05-22 15:16:54 -04:00
Yukihiro Matsumoto 4523bee953 cast style consistency 2012-05-23 03:31:55 +09:00
Yukihiro Matsumoto 714b358bb2 add CMakeFiles and CMakeCache.txt to .gitignore 2012-05-23 03:11:31 +09:00
Yukihiro "Matz" Matsumoto 9a64598121 Merge pull request #180 from mitchblank/master
call mrb_close() in tools and test programs
2012-05-22 11:01:29 -07:00
Yukihiro Matsumoto 55920a7846 update the desciption regarding comforming to ISO, and provided tools 2012-05-23 02:46:30 +09:00
Yukihiro Matsumoto df25301d80 Merge branch 'master' of github.com:mruby/mruby 2012-05-23 02:20:13 +09:00
Yukihiro "Matz" Matsumoto 0dc183b8f4 Merge pull request #178 from monaka/pr-avoid-redundant-redeclaration-20110522
Avoid warning: redundant redeclaration of ‘OnigEncDefaultCharEncoding’
2012-05-22 10:19:31 -07:00
Yukihiro Matsumoto f44acf7bf8 explicit normalization -0.0 to 0.0 2012-05-23 02:18:40 +09:00
Yukihiro "Matz" Matsumoto 618697cbb6 Merge pull request #182 from thecodeshop/cmake
Add CMake build infrastructure
2012-05-22 10:13:08 -07:00
Jon 9f89da6eef Add native and cross compiling CMake build support 2012-05-22 10:50:28 -04:00
Beoran b5dcb7128d First cmake build system. Works on Linux. 2012-05-22 09:11:13 -04:00