Commit Graph

1583 Commits

Author SHA1 Message Date
Yukihiro Matsumoto db96db6a80 move declaration in the middle 2012-05-09 20:15:57 +09:00
Yukihiro Matsumoto da9e8cebe0 remove __APPLE__ 2012-05-09 12:07:29 +09:00
Yukihiro Matsumoto 96168852c3 move declaration in the middle 2012-05-09 11:04:36 +09:00
Yukihiro Matsumoto 22bd603a7e move declaration in the middle 2012-05-09 10:59:05 +09:00
Yukihiro Matsumoto 164c0463b2 use DIRECT_THREADED only on GCC 2012-05-09 10:58:32 +09:00
Yukihiro Matsumoto f4cf8ea423 partial VC support 2012-05-09 08:49:38 +09:00
Yukihiro Matsumoto 2e4e7f7cd1 should not call round(3); close #109 2012-05-09 08:18:39 +09:00
Yukihiro Matsumoto 8a6d4a8b82 add Class#inherited hook 2012-05-08 23:25:13 +09:00
Yukihiro Matsumoto aac2c1c1a6 move declaration in the middle 2012-05-08 22:52:34 +09:00
Yukihiro Matsumoto 15e57db135 Merge branch 'master' of github.com:mruby/mruby 2012-05-08 11:55:30 +09:00
Yukihiro Matsumoto 98953cdb8f include string.h instead of memory.h; close #108 2012-05-08 11:55:16 +09:00
Yukihiro "Matz" Matsumoto 766f176b6b Merge pull request #107 from mattn/fix_ifdef_gmtime_r
fix #ifdef to pass on windows.
2012-05-07 19:50:13 -07:00
mattn 46d8941db6 fix #ifdef to pass on windows. 2012-05-08 11:17:02 +09:00
Yukihiro Matsumoto 8b1a10ce4b allow compilation without INCLUDE_ENCODING; close #105; encoding support should be removed altogether in the future 2012-05-08 01:23:31 +09:00
Yukihiro Matsumoto 5684a38382 rename current_time -> current_mrb_time 2012-05-08 01:19:13 +09:00
Yukihiro Matsumoto cad39f2581 add 1usec to differentiate two times 2012-05-08 01:18:30 +09:00
Yukihiro Matsumoto aae293a002 rename macros NO_USE_ -> NO_ 2012-05-08 01:11:22 +09:00
Yukihiro Matsumoto de262d5ba8 update time configuration; now config macros can be supplied by -D compiler option 2012-05-07 23:54:45 +09:00
Yukihiro Matsumoto 395cb9c1e5 use portable gmtime 2012-05-07 23:37:12 +09:00
Yukihiro "Matz" Matsumoto e12a38779b Merge pull request #99 from MobiRuby/const_missing
add Object.const_missing
2012-05-07 07:24:25 -07:00
Yukihiro Matsumoto c95279c6bf rename ALIGN macros 2012-05-07 23:23:36 +09:00
Yukihiro "Matz" Matsumoto b45c8b8d03 Merge pull request #87 from MobiRuby/pool_alloc_align
fixed #86 memory alignment error on ARM
2012-05-07 07:20:50 -07:00
Yukihiro Matsumoto e93a17ed78 gc should handle regexp and match objects 2012-05-07 19:19:55 +09:00
Yukihiro Matsumoto 4f1f243fe7 initialize_copy: copy destination object may not be intialized 2012-05-07 18:02:32 +09:00
Yukihiro Matsumoto 9bed29bf96 define print and printf in mrblib 2012-05-07 17:56:55 +09:00
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