Commit Graph

1394 Commits

Author SHA1 Message Date
Yukihiro Matsumoto 3a49dfd198 remoce duplicate declaration of TOUPPER/TOLOWER 2012-09-12 16:09:03 +09:00
Yukihiro "Matz" Matsumoto 0475196d26 Merge pull request #467 from iij/pr-fix-include-path-proc
Fix include path in proc.h.
2012-09-12 00:05:45 -07:00
Yukihiro "Matz" Matsumoto e6a582a623 Merge pull request #466 from iij/pr-signed-char
two more wrapper macros for ctype.h
2012-09-12 00:05:15 -07:00
Kouki Ooyatsu b3a7699c2b Fix include path in proc.h. 2012-09-12 14:35:38 +09:00
Tomoyuki Sahara 32b88c72af two more wrapper macros for ctype.h
we need them on the platform where 'char' is signed.
2012-09-12 14:02:58 +09:00
Yukihiro Matsumoto 54101eec43 typo fixed 2012-09-12 07:41:28 +09:00
Yukihiro Matsumoto cdbd116c49 Merge branch 'master' of github.com:mruby/mruby 2012-09-12 07:40:38 +09:00
Yukihiro "Matz" Matsumoto bcd77200ac Merge pull request #463 from emboss/define_dbl_dig_conditionally
Define DBL_DIG only if it wasn't previously defined
2012-09-10 23:00:30 -07:00
Yukihiro "Matz" Matsumoto 553b940560 Merge pull request #465 from shancat/mingw_fix
Fixes #464.
2012-09-10 22:59:53 -07:00
Shannen Saez 4df4dc9ecd Fixes #464. 2012-09-11 14:30:44 +10:00
emboss a24fde1889 Define DBL_DIG only if it wasn't previously defined
DBL_DIG may already be defined on the target system,
defining it without checking first may overwrite
system values.
2012-09-11 03:02:28 +02:00
Yukihiro "Matz" Matsumoto 2dbd6faf41 Merge pull request #462 from bovi/test-for-460
Add Test Case for Issue #460
2012-09-10 17:04:53 -07:00
Yukihiro "Matz" Matsumoto 835eac6234 Merge pull request #461 from bovi/makefile-writing-fixes
Fix writing errors in Makefiles
2012-09-10 17:04:39 -07:00
Daniel Bovensiepen cef52c73c3 Add Test Case for Issue #460 2012-09-10 23:33:22 +08:00
Daniel Bovensiepen f6a9846d0e Fix writing errors in Makefiles 2012-09-10 23:25:50 +08:00
Yukihiro Matsumoto 2edee29e68 Array#reverse! should call ary_modify 2012-09-10 23:47:08 +09:00
Yukihiro "Matz" Matsumoto 7ccc6fa28c Merge pull request #460 from iij/pr-nul-in-string
compiler may generate broken binary if string literal has NUL characters
2012-09-10 06:13:05 -07:00
Yukihiro "Matz" Matsumoto 1b882609e1 Merge pull request #458 from bovi/master
Add Tests for current Changes in Code Base
2012-09-10 06:12:03 -07:00
Yukihiro "Matz" Matsumoto c999216aa8 Merge pull request #459 from shancat/warning_fix
Fixed Windows warning.
2012-09-10 06:11:30 -07:00
Yukihiro Matsumoto e49224284d OP_EQ should try direct compararison first 2012-09-10 22:09:24 +09:00
Yukihiro Matsumoto b21afdfbaf use mrb_test 2012-09-10 22:06:57 +09:00
Yukihiro Matsumoto 1a816db854 eagerly reduce allocated array memory 2012-09-10 21:54:42 +09:00
Yukihiro Matsumoto 22f22cc2e2 use mrb_malloc instead of clearing mrb_calloc 2012-09-10 20:46:24 +09:00
Yukihiro Matsumoto b0f3c28caa simplify array generation from mrb_run 2012-09-10 20:36:03 +09:00
Yukihiro Matsumoto fd252fecf4 check special_const before calling respond_to? 2012-09-10 20:35:42 +09:00
Tomoyuki Sahara ebf88eec6b a string may have NUL characters. 2012-09-10 18:44:30 +09:00
Shannen Saez 151d75b4e0 Fixed Windows warning.
Compiling on Windows 7 from a Windows SDK 7 prompt with CMake.
`nmake all test` now works with the `tzset()` warning gone.
2012-09-10 17:12:38 +10:00
Yukihiro Matsumoto d416a5c3fe should have preserved original method name 2012-09-10 11:01:36 +09:00
Yukihiro Matsumoto 51686a006a inlining some mrb_value assignments 2012-09-10 03:23:23 +09:00
Daniel Bovensiepen fffa89014e Add Time Tests 2012-09-09 15:28:27 +08:00
Daniel Bovensiepen e6fb7d988a Add Module Tests 2012-09-09 15:28:14 +08:00
Daniel Bovensiepen 5b96b41b8a Add Kernel Tests 2012-09-09 15:28:01 +08:00
Yukihiro Matsumoto 9e7ca5d944 mrb might be intialized incompletely from mrbc; close #457 2012-09-09 13:14:32 +09:00
Yukihiro Matsumoto fc52d2d6e0 Merge branch 'master' of github.com:mruby/mruby 2012-09-06 22:48:06 +09:00
Yukihiro "Matz" Matsumoto 84bfb2a7f1 Merge pull request #456 from joequery/test_info
Add more info on how to run tests
2012-09-06 06:47:54 -07:00
Yukihiro Matsumoto 3c95aff5ac some cosmetic change on OP_SENDB 2012-09-06 22:46:56 +09:00
Yukihiro Matsumoto e01c5a2b5b add CASE(OP_SENDB) for non direct_threaded; close #455 2012-09-06 22:45:42 +09:00
Joseph McCullough 4ef8c5ab28 Add more info on how to run tests 2012-09-06 07:49:14 -05:00
Yukihiro Matsumoto 7f30385d4a MRB_TT_MAIN is an immediate type; need make clean; close #452 2012-09-06 19:41:02 +09:00
Yukihiro Matsumoto 4f6600b98a add Time#inspect 2012-09-06 01:44:01 +09:00
Yukihiro Matsumoto c0ac010b68 add Module#inspect; close #453 2012-09-06 01:42:53 +09:00
Yukihiro Matsumoto f9f425ae5f inspect on classes should not cause SEGV 2012-09-06 01:41:45 +09:00
Yukihiro "Matz" Matsumoto ac26b2a85d Merge pull request #449 from masamitsu-murase/free_rescue_and_ensure_in_mrb_close
Free mrb->rescue and mrb->ensure.
2012-09-04 15:05:18 -07:00
Yukihiro "Matz" Matsumoto e8b419edc2 Merge pull request #448 from masamitsu-murase/check_iv_tbl
Check iv in mrb_iv_remove.
2012-09-04 14:14:34 -07:00
Yukihiro "Matz" Matsumoto e8ae210c25 Merge pull request #451 from monaka/pr-print-usage
[xpcat] Print usage in the parameter error.
2012-09-04 14:13:53 -07:00
Yukihiro "Matz" Matsumoto 3f2743c3e1 Merge pull request #447 from iij/pr-tailcall-oob
fix out-of-bound access on compiling empty blocks.
2012-09-04 14:11:35 -07:00
Yukihiro "Matz" Matsumoto 9c3f070a8c Merge pull request #450 from monaka/pr-avoid-using-memset
Avoid using memset
2012-09-04 14:10:13 -07:00
Masaki Muranaka 71672494c8 Costmetic change. 2012-09-05 03:11:13 +09:00
Masaki Muranaka 8a7678a8dc Print usage in case using -o without outputfile. 2012-09-05 03:10:11 +09:00
Masaki Muranaka 4854f21c08 Remove some redundant memset(). 2012-09-05 02:56:32 +09:00