Commit Graph

267 Commits

Author SHA1 Message Date
FUKUZAWA-Tadashi cdf8114e27 %I %i literal 2013-03-19 00:41:15 +09:00
FUKUZAWA-Tadashi 76c24894a7 bugfix about escaping '\n' 2013-03-17 21:27:38 +09:00
FUKUZAWA-Tadashi aec3e1c4ff refactor heredoc identifier 2013-03-17 21:27:38 +09:00
FUKUZAWA-Tadashi 44fbfc5184 implement literal %W %w %s
refactor string parsing
2013-03-17 21:27:37 +09:00
Yukihiro Matz Matsumoto 8ae0c58bb0 resolve conflict from #1017 2013-03-17 00:28:49 +09:00
Yukihiro Matz Matsumoto 3f85079cc0 refine abf1b18 to remove nested if 2013-03-17 00:22:36 +09:00
Masaki Muranaka 3aa3b4af90 Remove stdlib.h from mruby.h. It is for portability (care for freestanding environments).
This is a first step. It will be reduced stdlib.h in each files later.
2013-03-16 21:29:39 +09:00
Masaki Muranaka a11e7f3c30 Remove unused string.h. 2013-03-16 18:08:18 +09:00
Masaki Muranaka abf1b188e3 Remove strncmp(). It enables to process various options. 2013-03-16 18:07:33 +09:00
kano4 376eb0ce50 Cut off eval_test from main 2013-03-13 23:09:01 +09:00
kano4 d25af7ccf9 Add static declaration 2013-03-12 22:59:39 +09:00
FUKUZAWA-Tadashi 1af4110f7d implement heredoc 2013-03-03 20:08:13 +09:00
Akira Yumiyama c86d76141c bugfix: assert_raise 2013-03-02 19:38:43 +09:00
mattn 138ecf4723 Pluggable Struct 2013-03-01 13:37:46 +09:00
Daniel Bovensiepen 81f96cb9af Move Math::TOLERANCE to mruby-math 2013-02-28 15:20:46 +00:00
mattn 6bee2fd193 Pluggable Math 2013-02-28 17:52:18 +09:00
Yukihiro "Matz" Matsumoto 97287b7e3d Merge pull request #889 from mattn/pluggable_time
Pluggable Time class
2013-02-27 15:20:05 -08:00
Masamitsu MURASE f413e6881c Increase TEST_INFINITE_RECURSION_MAX value from 100000 to 1000000 because modification of handling of NODE_RETURN reduces stack size. 2013-02-27 03:45:11 +09:00
mattn 048e088425 Pluggable Time class 2013-02-26 04:20:19 +09:00
mattn 6819505586 Add skip method for test 2013-02-25 20:26:21 +09:00
Yukihiro Matz Matsumoto a6767bd8bb rename assert_raises to assert_raise 2013-02-25 12:28:38 +09:00
Yukihiro Matz Matsumoto dbea1d2299 remove assert_instance_of and assert_kind_of which might hinder duck typing 2013-02-25 12:27:27 +09:00
Yukihiro Matz Matsumoto cf358aea9f rename assert_includes to assert_include 2013-02-25 12:26:27 +09:00
Yukihiro Matz Matsumoto d8d189711d Merge branch 'pr-mrbtest-assert-ext' of https://github.com/iij/mruby into iij-pr-mrbtest-assert-ext 2013-02-25 12:25:04 +09:00
Masamitsu MURASE efa18038de Add more tests for begin and rescue. 2013-02-25 00:25:03 +09:00
Yuichiro MASUI 0970ca9572 Support to build on pwd != mruby source root 2013-02-23 19:03:59 +09:00
Akira Yumiyama f8bdc10cb1 add assert_{includes,instance_of,kind_of,raises} methods. 2013-02-22 13:16:47 +09:00
Akira Yumiyama f82bf1ab2c update String#gsub test 2013-02-20 00:03:40 +09:00
Yukihiro Matz Matsumoto b7da7cfee0 adopt String#gsub to fixed split behavior 2013-02-18 18:47:58 +09:00
Yukihiro "Matz" Matsumoto 7ba3275bf7 Merge pull request #849 from iij/pr-mrbtest-assert-ext
add assert_{true,nil,equal} methods.
2013-02-17 20:20:03 -08:00
Akira Yumiyama f2c77ff212 add assert_{true,nil,equal} methods. 2013-02-18 12:32:26 +09:00
Yukihiro "Matz" Matsumoto 7944061453 Merge pull request #847 from bovi/gsub
String#gsub fix with last character
2013-02-17 16:09:11 -08:00
Daniel Bovensiepen e8c0b61c0d String#gsub fix with last character 2013-02-17 12:13:46 +00:00
Daniel Bovensiepen 0aa35895f9 Add Module#remove_const test 2013-02-16 18:15:25 +00:00
Yuichiro MASUI 0ee2c71b03 Added String#sub/sub! and String#gsub/gsub! 2013-02-12 16:10:35 +09:00
Akira Yumiyama 7c67bfedfd add mrbtest verbose mode ('-v' option) 2013-02-09 16:24:39 +09:00
Yuichiro MASUI 93c0f3b7d4 Fixed failure 2013-02-03 14:29:40 +09:00
Yuichiro MASUI a74f92b46b Generate mrbtest.a file for sparete from driver.o 2013-02-03 13:38:18 +09:00
Masamitsu MURASE 7941dfb44a Enable test for Range#initialize. 2013-01-28 16:08:11 +09:00
Yuichiro MASUI dd680b6e67 Add flags_after_libraries 2013-01-24 11:33:56 +09:00
Yuichiro MASUI b1623b9e58 merge master 2013-01-24 11:21:39 +09:00
Jon 26f353d807 Fix pretty-print test miss 2013-01-22 16:19:17 -05:00
Yuichiro MASUI a1c4992905 Added flags_before_libraries to linker 2013-01-21 22:15:15 +09:00
Yukihiro Matz Matsumoto 17fa9927a3 resolve conflicts 2013-01-21 17:31:12 +09:00
Daniel Bovensiepen 300f0d548b Beautify the output of rake 2013-01-21 15:58:47 +08:00
Yuichiro MASUI 0defb59053 build_config gets more flexibility 2013-01-21 12:46:17 +09:00
Yukihiro "Matz" Matsumoto 8e86ff2283 Merge pull request #755 from masuidrive/imprive_build_scripts
Improved build scripts and config files
2013-01-20 14:41:50 -08:00
Yukihiro "Matz" Matsumoto cc16bd7c0d Merge pull request #754 from masamitsu-murase/modify_undef_node
Modify handling of NODE_UNDEF.
2013-01-20 14:32:40 -08:00
Yukihiro "Matz" Matsumoto aaf5f3a0f5 Merge pull request #753 from masamitsu-murase/modify_handling_of_quoted_string_literal
Modify handling of quoted non-expanded string literal
2013-01-20 14:32:05 -08:00
Yuichiro MASUI ced80d2b4b Improved build scripts and config files 2013-01-20 22:48:42 +09:00