Commit Graph

306 Commits

Author SHA1 Message Date
Yukihiro "Matz" Matsumoto e7b4ea94e8 Merge pull request #120 from monaka/pr-printf-format-20110511
Use %d instead of %ld in case the type of parameter is int.
2012-05-12 02:41:30 -07:00
Yukihiro "Matz" Matsumoto f3374d7e95 Merge pull request #122 from monaka/pr-simplify-peek_n-20110512
Simplify while loop in peek_n().
2012-05-12 02:40:32 -07:00
Masaki Muranaka 40d122dede Simplify while loop in peek_n(). 2012-05-12 14:21:06 +09:00
Masaki Muranaka c785382dee Use %d instead of %ld in case the type of parameter is int. 2012-05-12 11:25:56 +09:00
Yukihiro "Matz" Matsumoto e6631bf5af Merge pull request #112 from bovi/master
mirb - Embeddable Interactive Ruby Shell
2012-05-11 11:28:51 -07:00
Daniel Bovensiepen b3467ef4af Add additional hint to the code block guesser. 2012-05-12 00:59:18 +08:00
Daniel Bovensiepen 438042ffce Remove more unnecessary elements 2012-05-12 00:41:33 +08:00
Daniel Bovensiepen ab378085de Remove unnecessary elements 2012-05-12 00:38:58 +08:00
Daniel Bovensiepen 917d70e31b mirb - Embeddable Interactive Ruby Shell 2012-05-12 00:27:45 +08:00
Yukihiro Matsumoto 95d1d002d9 begin/end block should be isolated from outside; ported from CRuby r35620 2012-05-11 23:29:24 +09:00
Yukihiro Matsumoto 3483e360ed remove unused #include 2012-05-11 10:26:50 +09:00
Yukihiro Matsumoto affb5cb7c2 remove encode_class and converter_class from mrb_state 2012-05-10 23:16:28 +09:00
Yukihiro Matsumoto 4e40121f71 remove regex_class and match_class from mrb_state 2012-05-10 23:11:20 +09:00
Yukihiro Matsumoto 4d3ed8c4f9 remove mrb->range_class 2012-05-10 23:07:54 +09:00
Yukihiro Matsumoto 878593430a mrb_run to return last evaluated value 2012-05-10 18:20:49 +09:00
Yukihiro Matsumoto 8268f95e0e remove code moved to mrblib/array.rb 2012-05-10 16:37:38 +09:00
Yukihiro Matsumoto 73e92e2579 remove INCLUDE_REGEXP dependency from array.c 2012-05-10 16:33:58 +09:00
Yukihiro "Matz" Matsumoto e6f0b961ab Merge pull request #110 from takeru/typo-ALLOC_ALLOC
fix typo
2012-05-09 13:59:48 -07:00
sasaki takeru 7f12cb9e7a fix typo 2012-05-10 04:04:59 +09:00
Yukihiro Matsumoto bcd24af19c temporal VC patch from nkshigeru 2012-05-09 22:23:39 +09:00
Yukihiro Matsumoto 6faab394d7 remove duplicated document comment 2012-05-09 22:11:53 +09:00
Yukihiro Matsumoto bd8d910666 clean enum.c 2012-05-09 22:09:27 +09:00
Yukihiro Matsumoto 6a0c30d038 move body of Comparison from compar.c to compar.rb 2012-05-09 22:06:16 +09:00
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