Commit Graph

3550 Commits

Author SHA1 Message Date
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
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
Yukihiro "Matz" Matsumoto 88731e1756 Merge pull request #1390 from kyab/mirb_history
Save mirb history when readline enabled
2013-07-18 19:31:54 -07:00
Yukihiro "Matz" Matsumoto 70d7031e7a Merge pull request #1389 from carsonmcdonald/stringtestfix
Fix string test for so that it works for int16
2013-07-18 19:20:02 -07:00
Yukihiro "Matz" Matsumoto c5eff2e49a Merge pull request #1391 from carsonmcdonald/fixfallbackarraysize
Changed use of MRB_INT_MAX to MRB_INT_MAX-1
2013-07-18 19:19:31 -07:00
Carson McDonald b9a32e434a Changed use of MRB_INT_MAX to MRB_INT_MAX-1 2013-07-18 09:47:48 -04:00
kyab 1fe65b2522 Use env[USERPROFILE] for Windows 2013-07-18 18:15:05 +09:00
Ryan Scott 75f8aab247 First round of trying to improve the performance of attr_reader and attr_writer. From ~24sec to ~15sec 2013-07-18 07:54:16 +10:00
kyab 4306fe798f Save mirb history when readline enabled 2013-07-18 00:14:03 +09:00
Carson McDonald 7be117df4c Fix string test for so that it works for int16 2013-07-17 09:42:48 -04:00
Yukihiro "Matz" Matsumoto 958d5b763d Merge pull request #1388 from carsonmcdonald/toplevelwarnfix
Fix warning by making call explicit
2013-07-16 09:49:26 -07:00
Yukihiro "Matz" Matsumoto 259fcf2ee0 Merge pull request #1384 from xxuejie/customize-build-dir
Allow programmers to specify build path manually
2013-07-16 09:48:52 -07:00
Carson McDonald c2d94e2ed8 Fix warning by making call explicit 2013-07-16 12:43:45 -04:00
Yukihiro "Matz" Matsumoto 6ee9858b67 Merge pull request #1385 from suzukaze/refactor-return
Repalace int with mrb_bool because a return value is boolean.
2013-07-16 09:38:09 -07:00
Jun Hiroe 8e42868600 Repalace int with mrb_bool because a return value is boolean. 2013-07-15 23:17:12 +09:00
Xuejie "Rafael" Xiao 122770d17f Allow programmers to specify build path manually 2013-07-15 11:43:19 +08:00
Yukihiro "Matz" Matsumoto 18c167b8b5 Merge pull request #1380 from suzukaze/refactor-pool.c
Replace 0 with NULL because struct pointer is set NULL in.
2013-07-14 18:41:12 -07:00
Yukihiro "Matz" Matsumoto f92e983e9c Merge pull request #1381 from suzukaze/refactor2-pool.c
Replace int with mrb_bool because a return value is boolean.
2013-07-14 18:40:50 -07:00
Jun Hiroe f05580f1bc Add comments. 2013-07-15 01:52:47 +09:00
Jun Hiroe efac8db674 Replace int with mrb_bool because a return value is boolean. 2013-07-14 23:51:44 +09:00
Jun Hiroe 65736fa36c Replace 0 with NULL because struct pointer is set NULL in. 2013-07-14 23:42:31 +09:00
Yukihiro "Matz" Matsumoto 56a3952b66 Merge pull request #1379 from suzukaze/refactor-gc.c
Replace 0 with NULL because set NULL in sturct pointer.
2013-07-14 06:00:27 -07:00
Yukihiro "Matz" Matsumoto 8e6ca38416 Merge pull request #1378 from suzukaze/refactor2-vm.c
Replace 0 with FALSE and replace 1 with TRUE.
2013-07-14 06:00:06 -07:00
Yukihiro "Matz" Matsumoto 66161f4723 Merge pull request #1377 from suzukaze/add-comments-in-variable.c
Add comments in variable.c
2013-07-14 05:59:38 -07:00
Yukihiro "Matz" Matsumoto 5b0907b470 Merge pull request #1376 from suzukaze/replace-mrb_intern-in-random.c
Replace mrb_intern() with mrb_intern2() in random.c
2013-07-14 05:58:55 -07:00
Yukihiro "Matz" Matsumoto ebae4dffdf Merge pull request #1375 from suzukaze/replace-mrb_intern
Replace mrb_intern() with mrb_intern2() or mrb_intern_cstr().
2013-07-14 05:57:48 -07:00
Yukihiro "Matz" Matsumoto 8cb31d9f99 Merge pull request #1374 from suzukaze/refactor-vm.c
Replace 0 with NULL because NULL is used in struct pointer.
2013-07-14 05:57:03 -07:00
Jun Hiroe 16031af1e7 Replace 0 with NULL because set NULL in sturct pointer. 2013-07-14 05:27:39 +09:00
Jun Hiroe f7855764bc Replace int with mrb_bool because return a value is boolean. 2013-07-14 05:08:33 +09:00
Jun Hiroe 900b680006 Replace 0 with FALSE and replace 1 with TRUE. 2013-07-14 04:38:22 +09:00
Jun Hiroe 6bab0c65f0 Add comments in variable.c 2013-07-14 04:10:45 +09:00