Commit Graph

256 Commits

Author SHA1 Message Date
Yukihiro "Matz" Matsumoto 32faeedb1e Merge pull request #104 from mattn/gmtime_r
time functions on windows.
2012-05-07 01:40:16 -07:00
Yukihiro Matsumoto 9182ab8764 RRegexp.src should not be mrb_value 2012-05-07 17:38:03 +09:00
Yukihiro Matsumoto d0e63a3a03 RMatch.src should not be mrb_value 2012-05-07 17:31:07 +09:00
Yukihiro Matsumoto c51c8dd119 RMatch.regexp should not be mrb_value 2012-05-07 17:20:58 +09:00
Yukihiro Matsumoto c401b753eb remove unused code 2012-05-07 17:00:03 +09:00
Yukihiro Matsumoto 98518795b0 argument type of mrb_gc_free_ht() has changed 2012-05-07 16:59:39 +09:00
Yukihiro "Matz" Matsumoto 4384cae703 Merge pull request #103 from iwadon/intptr_t-instead-of-int
Use intptr_t instead of int.
2012-05-07 00:51:25 -07:00
Hiroyuki Iwatsuki 41b1758bc4 intptr_t uses to cast only. 2012-05-07 16:31:11 +09:00
mattn 5482c2eeb3 remove warning. 2012-05-07 15:44:10 +09:00
mattn 5143314297 time functions on windows. 2012-05-07 14:24:23 +09:00
Yukihiro "Matz" Matsumoto b666b7d112 Merge pull request #102 from MobiRuby/add_const
add const to char*
2012-05-06 06:32:43 -07:00
Yukihiro "Matz" Matsumoto 4edfe3bc37 Merge pull request #101 from bovi/master
Add documentation for Hash, Kernel, Numeric, Array and Range
2012-05-06 06:29:39 -07:00
Yuichiro MASUI 11b6366e48 add const to char* 2012-05-06 20:04:33 +09:00
Daniel Bovensiepen 1906d6eb33 Add ISO mark to Kernel.lambda 2012-05-06 18:28:52 +08:00
Daniel Bovensiepen 5bab3fc9e0 Forgot ISO Reference Code of Range - Enumerable 2012-05-06 18:27:07 +08:00
Daniel Bovensiepen 580b0267a8 Some fixes for the Documentation of Hash and Kernel 2012-05-06 18:24:39 +08:00
Daniel Bovensiepen dea4ccdd97 Add documentation to Range 2012-05-06 18:16:26 +08:00
Daniel Bovensiepen b032acd6b6 Modify documentation of Numeric 2012-05-06 18:16:02 +08:00
Daniel Bovensiepen 55f143d4e3 Add documentation to Kernel 2012-05-06 18:15:38 +08:00
Daniel Bovensiepen 8f4c1af9e4 Add documentation to Hash 2012-05-06 18:15:23 +08:00
Daniel Bovensiepen b584bb715b Modify documentation of Array 2012-05-06 18:15:02 +08:00
Yukihiro Matsumoto 4f9a7e90ad test_time should pass 2012-05-06 02:15:25 +09:00
Yukihiro Matsumoto 56817a91a7 mrb_get_arg(i/f) should set zero from nil 2012-05-06 02:14:51 +09:00
Yukihiro "Matz" Matsumoto 6f532a0122 Merge pull request #93 from k-tsj/fix-splat-segv
Fix SEGV caused by using the splat operator for non arrays
2012-05-05 08:54:37 -07:00
Yukihiro Matsumoto 88d7697cfe Merge branch 'master' of github.com:mruby/mruby 2012-05-06 00:53:40 +09:00
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
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