Jun Hiroe
|
b423171eb4
|
I fix order of actual and expect test value in kernel.rb.
|
2013-08-02 21:04:02 +09:00 |
|
Jun Hiroe
|
19dce63a2d
|
I fix order of actual and expect test value in integer.rb.
|
2013-08-02 20:54:22 +09:00 |
|
Jun Hiroe
|
f71cacc4ca
|
I fix order of actual and expect test value in indexerror.rb.
|
2013-08-02 20:54:21 +09:00 |
|
Jun Hiroe
|
284dc1be09
|
I fix order of actual and expect test value in hash.rb.
|
2013-08-02 20:54:21 +09:00 |
|
Jun Hiroe
|
6baded4cb5
|
I fix order of actual and expect test value in gc.rb.
|
2013-08-02 20:54:20 +09:00 |
|
Jun Hiroe
|
edb0810c1a
|
I fix order of actual and expect test value in float.rb.
|
2013-08-02 20:54:19 +09:00 |
|
Jun Hiroe
|
dbacb58f66
|
I fix order of actual and expect test value in false.rb.
|
2013-08-02 20:54:13 +09:00 |
|
Jun Hiroe
|
363d65ccef
|
I fix order of actual and expect test value in exception.rb.
|
2013-08-02 20:54:11 +09:00 |
|
Jun Hiroe
|
0b4bedeb8e
|
I fix order of actual and expect test value in enumerable.rb.
|
2013-08-02 20:54:09 +09:00 |
|
Jun Hiroe
|
ff7e599491
|
I fix order of actual and expect test value in class.rb.
|
2013-08-02 20:54:08 +09:00 |
|
Jun Hiroe
|
6d1469dfae
|
I fix order of actual and expect test value in bs_block.rb.
|
2013-08-02 20:54:07 +09:00 |
|
Jun Hiroe
|
f4b1f43cd0
|
I fix order of actual and expect test value in basicobject.rb.
|
2013-08-02 20:54:05 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
b4858c82f8
|
Merge pull request #1428 from murasesyuka/add_mrbc_help_option
add mrbc -h option
|
2013-08-02 02:21:29 -07:00 |
|
murase_syuka
|
fb9372b948
|
add mrbc -h option
|
2013-08-02 16:30:51 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
a32fdf3e5d
|
Merge pull request #1426 from Fleurer/clear-all-old
add comments for clear_all_old()
|
2013-08-01 07:01:26 -07:00 |
|
fleuria
|
107906e3cb
|
revise the comment in mrb_full_gc()
the old comment "clean all the black object as old" looks confusing,
it looks like "transform black object to old object", but indeed black
is old,
|
2013-08-01 17:50:13 +08:00 |
|
fleuria
|
c1469a57a2
|
add comment for clear_all_old()
|
2013-08-01 17:30:57 +08:00 |
|
Yukihiro "Matz" Matsumoto
|
429e69243c
|
remove unused inspect_range
|
2013-08-01 18:29:55 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
1c873f6924
|
Merge pull request #1425 from Bovi-Li/test-assert-fix
[mrbtest] Actual/Expect Order - ArgumentError and Array
|
2013-08-01 02:16:13 -07:00 |
|
Daniel Bovensiepen
|
6873674ed1
|
Fix order of actual and expect test value for Array
|
2013-08-01 15:12:50 +08:00 |
|
Daniel Bovensiepen
|
11c4c65bf2
|
Fix order of actual and expect test value for ArgumentError
|
2013-08-01 15:12:41 +08:00 |
|
Yukihiro "Matz" Matsumoto
|
d16edc11ca
|
Merge pull request #1424 from Bovi-Li/test-assert
Fix assignment of block as actual value and not expected
|
2013-07-31 20:50:53 -07:00 |
|
Daniel Bovensiepen
|
d5eab236e7
|
Fix assignment of block as actual value and not expected
|
2013-08-01 11:32:46 +08:00 |
|
Yukihiro "Matz" Matsumoto
|
7f282429b0
|
ci->target_class should be updated as well; #1418
|
2013-08-01 11:56:20 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
c550a0f834
|
move mrb_gc_arena_restore() after cipop(); a bug found by Kilo Kawai
|
2013-07-31 22:24:10 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
0166403247
|
add new mrbgem mruby-exit
|
2013-07-31 11:53:48 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
1b6b00e2d0
|
remove unnecessary spaces
|
2013-07-31 11:52:34 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
029613bc55
|
stop storing target_class info for C defined methods
|
2013-07-31 00:31:37 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
326396a6e3
|
remove unused mrb_proc_new_with_target()
|
2013-07-31 00:16:55 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
294ed98011
|
Merge branch 'master' of github.com:mruby/mruby
|
2013-07-30 01:33:14 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
dbd36128ad
|
forget to re-initialize target_class for top-level eval; close #1418
|
2013-07-30 01:33:02 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
4229b41c68
|
Merge pull request #1421 from carsonmcdonald/fixfor1419
Remove pop that was done when not a return val
|
2013-07-29 09:16:29 -07:00 |
|
Yukihiro "Matz" Matsumoto
|
cd199210d6
|
Merge pull request #1416 from suzukaze/refactor-object-ext-object.c
I replace 0 with NULL because struct pointer be should set NULL in.
|
2013-07-29 09:13:58 -07:00 |
|
Yukihiro "Matz" Matsumoto
|
ed49d02350
|
Merge pull request #1417 from suzukaze/fix-doc-mrbgems
I replace 'Pre-Conditions' with 'Preconditions' because the former is a ...
|
2013-07-29 09:11:52 -07:00 |
|
Carson McDonald
|
2eb2cdf0de
|
Add a couple splat tests
|
2013-07-28 13:35:00 -04:00 |
|
Carson McDonald
|
ff40793fc7
|
Remove pop that was done when not a return val
|
2013-07-28 13:15:22 -04:00 |
|
Jun Hiroe
|
d6b24de6e1
|
I replace 'Pre-Conditions' with 'Preconditions' because the former is a wrong word.
|
2013-07-27 14:57:34 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
961cd408a8
|
replace "if not" to "unless"
|
2013-07-27 14:21:09 +09:00 |
|
Jun Hiroe
|
0804800921
|
I replace 0 with NULL because struct pointer be should set NULL in.
|
2013-07-27 13:16:08 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
e488393cbb
|
Merge branch 'master' of github.com:mruby/mruby
|
2013-07-27 02:53:02 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
f6d686eae0
|
Merge pull request #1410 from Fleurer/introduce-mrb-assert
add assert check for TravisCI
|
2013-07-26 10:52:25 -07:00 |
|
Yukihiro "Matz" Matsumoto
|
2d83e4b8a4
|
Merge pull request #1414 from suzukaze/correct-mistake-of-grammer-in-readme.md-2
I correct the mistakes of grammer in README.md.
|
2013-07-26 09:51:50 -07:00 |
|
Yukihiro "Matz" Matsumoto
|
0c9fa4945a
|
Merge pull request #1413 from suzukaze/correct-mistake-of-grammer-in-readme.md
I correct the mistakes of grammer in README.md.
|
2013-07-26 09:51:09 -07:00 |
|
Jun Hiroe
|
c6e5aa0b1f
|
I correct the mistakes of grammer in README.md. 'update' word is an countable noun.
|
2013-07-26 23:08:24 +09:00 |
|
Jun Hiroe
|
f65dfb60bb
|
I correct the mistakes of grammer in README.md.
|
2013-07-26 21:54:16 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
5f40e3410c
|
Merge pull request #1412 from h2so5/rename-pull-gems-option
Rename --pull_gems to --pull-gems
|
2013-07-26 04:15:28 -07:00 |
|
h2so5
|
3fb5654510
|
Rename --pull_gems to --pull-gems
|
2013-07-26 18:08:38 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
63e5a3cfb1
|
refactor out longjmp() to a function
|
2013-07-25 14:54:17 +09:00 |
|
fleuria
|
54ff02acb4
|
enabe MRB_DEBUG on travis_config.rb
|
2013-07-25 03:47:56 +08:00 |
|
fleuria
|
f4ae432497
|
if mrbc.run fail, abort rake
|
2013-07-25 03:47:39 +08:00 |
|