Commit Graph

4884 Commits

Author SHA1 Message Date
Masaki Muranaka 93b56e70ee Avoid memcpy() on copying structure. 2012-10-15 13:56:45 +09:00
Masaki Muranaka e8abf03ae5 Avoid memcpy() on copying structure. 2012-10-15 13:53:44 +09:00
Masaki Muranaka 5444c3bbb3 Add more strict warning checks 2012-10-15 13:25:11 +09:00
Masaki Muranaka 170d5e7181 Avoid memcpy() on copying structure. 2012-10-15 13:15:29 +09:00
Yukihiro "Matz" Matsumoto 4dcd7cdacd Merge pull request #485 from beoran/bdm_extend_main_crashes_fix
Bugfix for crash if main was extended with a module.
2012-10-09 23:45:51 -07:00
Beoran 8949e3c7fb Bugfix for crash if main was extended with a module. 2012-10-09 21:45:41 +02:00
Yukihiro Matsumoto cf2bd3469a preserve script file name 2012-10-05 10:55:29 +09:00
Yukihiro Matsumoto 70916d030c script file name should not be in ARGV 2012-10-04 14:56:24 +09:00
Yukihiro Matsumoto 0d9b91083b specify know capacity of an array 2012-10-04 14:39:44 +09:00
Yukihiro Matsumoto 2830624410 fix indent of mrb_exc_raise 2012-10-04 14:20:33 +09:00
Yukihiro Matsumoto 3a6b6518d6 should handle exception from Ruby implemented method called from funcall; close #484 2012-10-04 11:30:28 +09:00
Yukihiro "Matz" Matsumoto 72bcf7ee01 Merge pull request #483 from akuroda/array_test
add test cases for Array
2012-09-30 06:10:36 -07:00
Akira Kuroda 5c2afd239c add test case for Array#unshift, <=>, and * 2012-09-30 17:59:45 +09:00
Yukihiro "Matz" Matsumoto be8f3909f7 Merge pull request #481 from monaka/pr-tiny-cleanup-20120929
Tiny clean-up
2012-09-29 16:43:29 -07:00
Yukihiro Matsumoto a3d7960a44 wrong termination of mrb_run on exception; close #480 2012-09-30 08:42:10 +09:00
Yukihiro Matsumoto af8f039b90 mruby should exit with 0 on success 2012-09-30 08:41:36 +09:00
Masaki Muranaka cd58b12d84 Remove extern mrb_top_self. It is declared in mruby.h. 2012-09-29 17:02:36 +09:00
Masaki Muranaka d085ac228e mrb_long2int(n) : Remove as unused.
defines.h : Remove as already commented out.
2012-09-29 17:00:32 +09:00
Daniel Bovensiepen 88dfaf19aa Merge remote-tracking branch 'upstream/master' into mrbgems 2012-09-27 18:17:25 +08:00
Yukihiro Matsumoto 5adbbe66d8 should adjust array size 2012-09-27 17:17:14 +09:00
Yukihiro Matsumoto 7171e5aa18 load_exec should return undef on syntax errors 2012-09-27 11:28:15 +09:00
Yukihiro Matsumoto 190fc76091 should not call mrb_parser_free() on NULL pointer 2012-09-26 08:15:09 +09:00
Daniel Bovensiepen 5b25723629 Ignore built files of gem 2012-09-24 02:02:02 +08:00
Daniel Bovensiepen 993b37c1b0 used comments to contributer style 2012-09-24 01:55:12 +08:00
Daniel Bovensiepen 4d12ff4978 Add accidently removed comment 2012-09-24 01:50:20 +08:00
Daniel Bovensiepen 6e589f5723 Fix for not existing tests 2012-09-24 01:41:34 +08:00
Daniel Bovensiepen 81bff9aac2 Add a limitation for object files with C Extension 2012-09-24 01:30:48 +08:00
Daniel Bovensiepen 78a053a1ea Add location of gem to readme 2012-09-24 01:18:10 +08:00
Daniel Bovensiepen d4631f29a2 Spell fix in mrbgems Readme 2012-09-24 01:16:50 +08:00
Daniel Bovensiepen ad37ddd823 Improve documentation for Gem and add limitations 2012-09-24 01:00:11 +08:00
Daniel Bovensiepen 96afe4bad9 Improve Gem Readme Source 2012-09-24 00:49:31 +08:00
Daniel Bovensiepen a7cb9737df Improve Gem Readme file 2012-09-24 00:47:29 +08:00
Daniel Bovensiepen 3fb943e48b Merge remote-tracking branch 'upstream/master' into mrbgems 2012-09-24 00:24:49 +08:00
Daniel Bovensiepen f699d8e41f Remove gem_empty 2012-09-24 00:14:48 +08:00
Daniel Bovensiepen 0832e26f20 Fix initializing of generator and beautify generator 2012-09-24 00:12:16 +08:00
Daniel Bovensiepen cad954aa9f Ignore gitignore 2012-09-23 23:33:08 +08:00
Daniel Bovensiepen 316edbe7c4 Empty GEM directory 2012-09-23 23:27:39 +08:00
Daniel Bovensiepen 97a91d2866 Beautify generator 2012-09-23 23:21:27 +08:00
Daniel Bovensiepen b4c4fce03f Modify generator for using printf 2012-09-23 22:59:37 +08:00
Daniel Bovensiepen 62b652c292 Catch some corner cases 2012-09-22 15:42:29 +08:00
Daniel Bovensiepen 7b8b3c0213 Another fix for Makefile 2012-09-22 02:16:13 +08:00
Daniel Bovensiepen 2a6152a1e0 Fix Makefile 2012-09-22 02:14:34 +08:00
Daniel Bovensiepen df91989bf7 Optimize Makefiles 2012-09-22 02:07:15 +08:00
Daniel Bovensiepen 0e7d5a2e4b Move Gem Tests into the main Test target 2012-09-22 01:16:26 +08:00
Daniel Bovensiepen 80b7f45fd1 Rename Gem Examples 2012-09-21 20:21:14 +08:00
Daniel Bovensiepen 668b22899f Modify README for examples 2012-09-21 20:10:35 +08:00
Daniel Bovensiepen 81225a9f0e Remove symbol recreation where not necessary 2012-09-21 19:59:41 +08:00
Daniel Bovensiepen d6f2f55b46 Add Support for Ruby Extensions, C Extensions and Test Integration 2012-09-21 19:56:28 +08:00
Yukihiro Matsumoto 84008f99d5 should adjust pc after OP_CALL 2012-09-21 15:10:38 +09:00
Daniel Bovensiepen f93572c531 Optimize Makefile 2012-09-20 18:41:16 +08:00