Commit Graph

4502 Commits

Author SHA1 Message Date
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
fleuria 620e323d15 replace assert with mrb_assert 2013-07-25 03:00:03 +08:00
fleuria bbbe996e0d replace gc_assert with mrb_assert 2013-07-25 02:55:51 +08:00
fleuria e2d36d1336 introduce mrb_assert() in mruby.h 2013-07-25 02:53:53 +08:00
Yukihiro "Matz" Matsumoto 8a298605e6 remove an unused local variable 2013-07-24 23:58:10 +09:00
Yukihiro "Matz" Matsumoto 5146219cbd revise gc_mark_gray_list() not to cause SEGV on Ubuntu 32bit 2013-07-24 23:47:52 +09:00
Yukihiro "Matz" Matsumoto 4ad4ce6caf restore once removed mrb_garbage_collect() 2013-07-24 23:31:46 +09:00
Yukihiro "Matz" Matsumoto 00ef7531b0 Merge pull request #1409 from suzukaze/fix-typos-in-variable.c
I fix typos in variable.c.
2013-07-24 07:29:38 -07:00
Yukihiro "Matz" Matsumoto 68249d8cff Merge pull request #1408 from Fleurer/fix-warning-get-valid-iv-sym
suppress the warnings from get_valid_iv_sym()
2013-07-24 07:29:05 -07:00
Yukihiro "Matz" Matsumoto e1706e65f9 Merge pull request #1407 from Fleurer/gc-introduce-incremental-gc-step
separate out `incremental_gc_step()` from `mrb_incremental_gc()`, and misc minor rename
2013-07-24 07:18:50 -07:00
Yukihiro "Matz" Matsumoto 342bb66d6a Merge pull request #1406 from Fleurer/gc-mark-gray-list
introduce gc_mark_gray_list(), and cleanup redundant code with it
2013-07-24 07:15:20 -07:00
Yukihiro "Matz" Matsumoto 2b6606f5e4 Merge pull request #1405 from kyab/fix_mrbc_path_space
Fix mrbc error for space included path
2013-07-24 07:13:53 -07:00
Jun Hiroe a202446c79 I fix typos in variable.c. 2013-07-24 22:22:54 +09:00
fleuria 4a8e89db2b suppress the warnings from get_valid_iv_sym()
The parameter iv_name SHOULD be string or symbol, but there is no
garantee on it.
2013-07-24 19:13:43 +08:00
fleuria 7bfdcace52 fix warning 2013-07-24 18:27:23 +08:00
fleuria 2591922ec2 rename variable_gray_list to atomic_gray_list 2013-07-24 18:22:53 +08:00
fleuria 88eb0f54e9 introduce gc_mark_gray_list(), and cleanup redaunt code with it 2013-07-24 18:22:53 +08:00
kyab 494880fa10 Fix mrbc error for space included path 2013-07-24 18:37:00 +09:00
fleuria 0c0efc16b0 gc: replace comment "a round of GC" to "a GC cycle" 2013-07-24 16:22:38 +08:00
fleuria c852626ea7 rename mrb_garbage_collect() to mrb_full_gc() 2013-07-24 16:17:53 +08:00
fleuria 9cc43a970c introduce incremental_gc_step() 2013-07-24 16:17:53 +08:00
Yukihiro "Matz" Matsumoto be419485ba Merge pull request #1403 from Fleurer/comments-generational-gc
add comments for Generational Mode in gc.c
2013-07-23 05:46:17 -07:00
Yukihiro "Matz" Matsumoto 0591413ebd Merge pull request #1402 from mattn/check_home_is_null
Check home is null
2013-07-23 05:45:33 -07:00
Yukihiro "Matz" Matsumoto 9783e9d81c resolve conflict 2013-07-23 21:44:32 +09:00
Yukihiro "Matz" Matsumoto 07b75ca922 Merge pull request #1399 from carsonmcdonald/readlinelinkfix
If readline is enabled add readline to libraries to link
2013-07-23 05:36:19 -07:00
Yukihiro "Matz" Matsumoto f6892f1b7c Merge pull request #1400 from carsonmcdonald/readlinewarnfix
Move home variable into readline ifdef
2013-07-23 05:35:43 -07:00
Yukihiro "Matz" Matsumoto 1516822b05 Merge branch 'master' of github.com:mruby/mruby 2013-07-23 21:34:06 +09:00
Yukihiro "Matz" Matsumoto 8d7e716158 String =~ and match to work with pluggable Regexp; close #1398 2013-07-23 20:22:15 +09:00
fleuria 9bce2eb8b3 gc: add comments for Generational Mode 2013-07-23 17:04:54 +08:00
mattn c8f1f7fdf6 Check home is null 2013-07-23 12:13:50 +09:00