Commit Graph

3579 Commits

Author SHA1 Message Date
Yukihiro "Matz" Matsumoto 63e5a3cfb1 refactor out longjmp() to a function 2013-07-25 14:54:17 +09: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
Tomoyuki Sahara 116f75a8ce "spec.author" is better for single-author gems.
"spec.author=" expects a String represents a single author.
"spec.authors=" expects an Array which is a list of multiple authors.

http://guides.rubygems.org/specification-reference/
2013-07-23 10:09:24 +09:00
Tomoyuki Sahara e8df8dcae6 display multiple authors better.
Before:
Copyright (c) 2013 ["a", "b"]

After:
Copyright (c) 2013 a, b
2013-07-23 09:53:39 +09:00
Carson McDonald bd505cc8bb If readline is enabled add readline to libraries to link 2013-07-22 18:33:45 -04:00
Carson McDonald 8db22d4dfe Move home variable into readline ifdef 2013-07-22 18:24:17 -04:00
Yukihiro "Matz" Matsumoto 29a3f8b8e3 Merge pull request #1397 from Fleurer/revise-comments-on-white-colors
revise the Two White Parts comments in gc.c
2013-07-22 02:53:37 -07:00
fleuria 6a1cb4465b revise the Two White Parts comments in gc.c 2013-07-22 16:26:59 +08:00
Yukihiro "Matz" Matsumoto 84991d6388 Merge pull request #1392 from Fleurer/gc-rename-advance-phase
rename advance_phace() to incremental_gc_until(), and cleanup some redundant codes with it.
2013-07-21 17:58:57 -07:00
Yukihiro "Matz" Matsumoto 2daf39ddc8 change else formatting 2013-07-22 09:52:06 +09:00
Yukihiro "Matz" Matsumoto 9f9418eacf Merge pull request #1396 from Archytaus/attr-perf-fix
Performance improvement of methods generated by Module#attr
2013-07-21 17:46:54 -07:00
Yukihiro "Matz" Matsumoto 9ddb2253d0 Merge pull request #1395 from carsonmcdonald/fixdepcheck
Fail if dependency isn't found
2013-07-21 17:06:02 -07:00
Yukihiro "Matz" Matsumoto 7d28f30b61 Merge pull request #1393 from crimsonwoods/add-android-ndk-linux-x86_64-support
Improve Android NDK toolchain support.
2013-07-21 17:04:31 -07:00
Ryan Scott ab787ab968 Cleaned up some of the Module#attr tests 2013-07-21 18:43:00 +10:00
Ryan Scott cec3b33403 Reset the so-render benchmark so that it is what it was before my attr performance testing. 2013-07-21 18:26:01 +10:00
Ryan Scott fd9cc9938c Merge branch 'master' into attr-perf-fix 2013-07-21 18:18:35 +10:00
Ryan Scott 43c0f43f13 Changed the attr methods in mrblib, so that they take advantage of validating the name against a string parameter if need be 2013-07-21 18:13:19 +10:00
Ryan Scott 3ebd8167e1 Slight cleanup of code 2013-07-21 18:05:45 +10:00
Carson McDonald 45cba2e27f Fail if dependency isn't found 2013-07-20 22:22:27 -04:00
crimsonwoods ccf69cde8a Improve Android NDK toolchain support.
Linux-x86_64 has not been supported now.
This commit add Linux-x86_64 platform support.
2013-07-20 14:50:29 +09:00
Ryan Scott eb0ee35815 Merge branch 'master' into attr-perf-fix
Conflicts:
	mrblib/class.rb
2013-07-19 22:40:54 +10:00
Ryan Scott fe5324bd17 Wrote tests around attr, attr_reader, attr_writer, attr_accessor 2013-07-19 22:39:54 +10:00
fleuria c49e2d766e cleanup redundant codes with incremental_gc_until() 2013-07-19 12:16:27 +08:00
fleuria d4f375b48b rename advance_phase to incremental_gc_until
in fact advance_phace() is not really a "phase", but can be used
as an utility function.
2013-07-19 12:01:34 +08:00
Yukihiro "Matz" Matsumoto bc843ed927 Merge pull request #1382 from suzukaze/add-comments
Add comments in irep.h
2013-07-18 19:32:25 -07:00