Commit Graph

1583 Commits

Author SHA1 Message Date
Yukihiro Matsumoto b0e94d8c14 Time class available; based on code from @beoran; sorry for jumbo patch 2012-05-06 00:52:22 +09:00
Yukihiro "Matz" Matsumoto 912d89db29 Merge pull request #100 from k-tsj/remove-debug-message
Remove debug message
2012-05-05 08:25:09 -07:00
Yukihiro Matsumoto 55da4cdc86 Merge branch 'master' of github.com:mruby/mruby 2012-05-06 00:18:46 +09:00
Kazuki Tsujimoto ef8fe627fb Remove debug message 2012-05-05 16:32:25 +09:00
Yukihiro Matsumoto 803dcb512e more hash refactored 2012-05-05 09:03:16 +09:00
Yukihiro Matsumoto e0460c1157 hash refactored 2012-05-05 08:55:58 +09:00
Yukihiro Matsumoto c9a51c43bc use int8_t for tt 2012-05-05 07:59:15 +09:00
Yukihiro Matsumoto 53d8339a71 remove unused argc check 2012-05-05 07:49:10 +09:00
Yukihiro Matsumoto bf6652886d typo fixed 2012-05-05 07:48:36 +09:00
Yukihiro Matsumoto a18ab06a23 mrb_get_args(i) should convert using to_int 2012-05-05 07:46:33 +09:00
Yukihiro Matsumoto b780e63000 mrb_get_args(f) should convert using to_f 2012-05-05 07:41:02 +09:00
Yukihiro Matsumoto eac8e4a303 move mrb_obj_is_instance_of from range.c to kernel.c 2012-05-05 00:21:23 +09:00
Yuichiro MASUI 885cb32d1c add Object.const_missing 2012-05-05 00:14:56 +09:00
Yukihiro Matsumoto 0248ea5ddb remove unused ruby_xfree 2012-05-04 23:18:02 +09:00
Yukihiro Matsumoto 264f500df4 make convert_type private 2012-05-04 23:16:05 +09:00
Yukihiro Matsumoto e806f55e69 move mrb_str_new prototype to mruby.h 2012-05-04 22:39:21 +09:00
Yukihiro "Matz" Matsumoto 91a9054073 Merge pull request #96 from k-tsj/fix-return-segv
Fix SEGV when returning from terminated method
2012-05-04 05:23:34 -07:00
Yukihiro "Matz" Matsumoto f255d33b4f Merge pull request #97 from k-tsj/fix-include-segv
Fix SEGV when including an object other than Module
2012-05-04 05:19:36 -07:00
Yukihiro "Matz" Matsumoto 428e45b689 Merge pull request #95 from k-tsj/fix-localjumperror-message
LocalJumpError message contained garbage characters
2012-05-04 05:03:43 -07:00
Kazuki Tsujimoto 6545fe241b Fix SEGV when including an object other than Module 2012-05-04 19:57:02 +09:00
Kazuki Tsujimoto 7e1df10517 Fix SEGV when returning from terminated method 2012-05-04 18:34:13 +09:00
Kazuki Tsujimoto 1c2f37434b LocalJumpError message contained garbage characters 2012-05-04 18:18:54 +09:00
Yukihiro Matsumoto 5a6193ffdd remove unused eval_intern.h; make clean first 2012-05-04 13:49:57 +09:00
Yukihiro Matsumoto 300f97a0d2 mrb_closure_new uses current irep's nlocals instead of blocks; a patch from @tociyuki 2012-05-04 09:19:55 +09:00
Yukihiro Matsumoto f3599bb442 library file name renamed to libmruby.a on all platforms 2012-05-03 23:42:38 +09:00
Yukihiro "Matz" Matsumoto 050cb3d70e Merge pull request #92 from bovi/master
Add documentation
2012-05-03 05:38:35 -07:00
Kazuki Tsujimoto 93f7924639 Fix SEGV caused by using the splat operator for non arrays 2012-05-03 21:16:51 +09:00
Daniel Bovensiepen 04f74c9cc1 Add documentation to Exception 2012-05-03 17:51:02 +08:00
Daniel Bovensiepen ac21975494 Add documentation to Enumerable 2012-05-03 17:46:23 +08:00
Daniel Bovensiepen be20e99938 Add documentation to String 2012-05-03 16:43:44 +08:00
Yukihiro Matsumoto 1032e9eecc allow spaces between lambda arrow and
parenthesis.  [ruby-dev:45605][Feature #6390]
2012-05-03 10:35:31 +09:00
Yukihiro Matsumoto 7e4c545760 Merge branch 'master' of github.com:mruby/mruby 2012-05-03 08:21:56 +09:00
Yukihiro "Matz" Matsumoto da9fa2346a Merge pull request #89 from bovi/master
Add documentation for Array, Struct and Kernel
2012-05-02 15:20:25 -07:00
Yukihiro Matsumoto 0c6bd79d8a Merge branch 'master' of github.com:mruby/mruby 2012-05-03 07:16:34 +09:00
Yukihiro "Matz" Matsumoto a53f7f185f Merge pull request #88 from takahashim/fix-add-header
add header "mruby/data.h" in src/etc.c
2012-05-02 15:16:22 -07:00
Daniel Bovensiepen 91da182492 Add documentation for Struct 2012-05-02 21:28:54 +08:00
Daniel Bovensiepen 2c48bf4527 Add Documentation for Array 2012-05-02 21:19:00 +08:00
takahashim 514e2717c5 add header "mruby/data.h"
etc.c use DATA_TYPE()
2012-05-02 21:12:05 +09:00
Yuichiro MASUI f8e50025bf fixed #86 memory alignment error on ARM 2012-05-02 21:04:20 +09:00
Daniel Bovensiepen 3ea3a081c4 Add documentation for Kernel 2012-05-02 19:23:52 +08:00
Yukihiro Matsumoto 65f6acc982 remove unused vm_core.h 2012-05-02 18:38:58 +09:00
Yukihiro Matsumoto 0026d5ff82 run make -c mrblib from top 2012-05-02 16:46:13 +09:00
Yukihiro Matsumoto af2ceeb5bf Merge branch 'master' of github.com:mruby/mruby 2012-05-02 10:12:11 +09:00
Yukihiro Matsumoto 39cf53d028 rename ritevm.a to mruby.a 2012-05-02 10:11:56 +09:00
Yukihiro "Matz" Matsumoto 9b39ce33c0 Merge pull request #83 from carsonmcdonald/symunionfix
Fixed issue with reference to i in union, should have been sym
2012-05-01 16:53:52 -07:00
Yukihiro "Matz" Matsumoto 2fe3ffcd16 Merge pull request #82 from bovi/master
Additional Integer Documentation
2012-05-01 16:53:13 -07:00
Yukihiro Matsumoto e1f7617ff6 numeric.c: big restructuring; coercing removed, indentation fixed, unnecessary code removed 2012-05-02 08:51:43 +09:00
Carson McDonald 88cdb52133 Fixed issue with reference to i in union, should have been sym 2012-05-01 13:08:37 -04:00
Daniel Bovensiepen 42197ae0a6 Add some more documentation for Integer 2012-05-01 23:43:49 +08:00
Yukihiro Matsumoto f373169af0 numeric.c: remove dependency to encoding.h 2012-05-02 00:10:18 +09:00