Commit Graph

259 Commits

Author SHA1 Message Date
Daniel Bovensiepen 9a7efd69ee Improve test of mruby-numeric-ext GEM 2013-08-04 22:41:26 +08:00
Daniel Bovensiepen b4e07a8051 Improve test of mruby-hash-ext GEM 2013-08-04 22:41:15 +08:00
Daniel Bovensiepen f96c023279 Improve test of mruby-enum-ext GEM 2013-08-04 22:41:04 +08:00
Yukihiro "Matz" Matsumoto e7be58efda Merge branch 'master' of github.com:mruby/mruby 2013-08-04 22:53:36 +09:00
Yukihiro "Matz" Matsumoto 6dc8c2948b should protect resume fiber by write barrier; close #1434 2013-08-04 22:53:17 +09:00
Carson McDonald d2e38eab0a Set filename like irb 2013-08-03 14:42:22 -04:00
Yukihiro "Matz" Matsumoto 0166403247 add new mrbgem mruby-exit 2013-07-31 11:53:48 +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 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
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
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
kyab 1fe65b2522 Use env[USERPROFILE] for Windows 2013-07-18 18:15:05 +09:00
kyab 4306fe798f Save mirb history when readline enabled 2013-07-18 00:14:03 +09: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
Carson McDonald c2d94e2ed8 Fix warning by making call explicit 2013-07-16 12:43:45 -04:00
Jun Hiroe 8e42868600 Repalace int with mrb_bool because a return value is boolean. 2013-07-15 23:17:12 +09: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
Jun Hiroe e8b31f286b Replace mrb_intern() with mrb_intern2() in random.c 2013-07-14 01:09:38 +09:00
Jun Hiroe 3cf1a9beae Replace mrb_intern() with mrb_intern2() or mrb_intern_cstr(). 2013-07-14 00:39:21 +09:00
Yukihiro "Matz" Matsumoto 3d792b9762 Merge branch 'kyab-toplevel_ext' 2013-07-11 15:03:56 +09:00
Yukihiro "Matz" Matsumoto 2e1532b88d add mruby-toplevel-ext as default 2013-07-11 15:03:19 +09:00
Yukihiro "Matz" Matsumoto 176f4ffe21 add private/protected/public to main 2013-07-11 14:54:14 +09:00
kyab 6a21667602 Add include for toplevel self(main) 2013-07-02 23:50:35 +09:00
Yukihiro "Matz" Matsumoto a77a638d5d Merge pull request #1328 from h2so5/add-object-instance-exec
Add Object#instance_exec
2013-07-02 04:15:50 -07:00
Carson McDonald b39388e152 Fix signed/unsigned warning. 2013-07-01 07:05:47 -04:00
h2so5 2117f0973c Add Object#instance_exec 2013-07-01 16:23:14 +09:00
Yukihiro "Matz" Matsumoto dfb240627f Merge pull request #1304 from iij/pr_nil_methods
add nil.to_a, nil.to_f, nil.to_i methods
2013-06-29 06:49:29 -07:00
Akira Yumiyama 36fc42e7db add nil.to_a, nil.to_f, nil.to_i methods 2013-06-28 10:01:07 +09:00
Cremno 8728837478 Visual Studio 2013 support + strtof + inline
- VC12 has better C99 library support due to C++11
- defined strtof for VC11 or older
- define "inline" only if the C compiler is used
2013-06-27 12:18:35 +02:00
Tomoyuki Sahara 4ab62e3f81 fix typo: Tus -> Tue. 2013-06-18 13:24:16 +09:00
Yukihiro "Matz" Matsumoto 33b81f2ad7 do not specify implementation dependant exception class names in fiber test 2013-06-06 23:54:40 +09:00
Carson McDonald 35b58e571d Test for raise when yield is called on root fiber 2013-05-28 09:04:53 -04:00
Carson McDonald 406e089a74 Add test for raise on resume after fiber is dead 2013-05-28 09:01:27 -04:00
skandhas 345ba02e4d add Fiber#alive? 2013-05-27 15:21:56 +08:00
Yukihiro "Matz" Matsumoto 7b8ae1b8b6 Merge branch 'master' of github.com:mruby/mruby 2013-05-26 21:27:16 +09:00
kimu_shu e720782f81 Add MRB_WORD_BOXING mode (represent mrb_value as a word) 2013-05-26 10:09:17 +09:00
Yukihiro "Matz" Matsumoto 6557ee938a mruby error messages should be directed to stderr 2013-05-26 02:13:02 +09:00
Yukihiro "Matz" Matsumoto d78f23d28b fix fiber GC problem 2013-05-26 00:37:44 +09:00
Daniel Bovensiepen 4174690d0b Add Fiber Test for issue #1264 2013-05-24 23:50:03 +08:00
Yukihiro "Matz" Matsumoto fdb6176aee should set argc at proper position; close #1264 2013-05-25 00:22:30 +09:00
Yukihiro "Matz" Matsumoto aa2040fc97 add fiber tests 2013-05-23 15:24:55 +09:00
Yukihiro "Matz" Matsumoto 76ddf86c72 manage fiber status (create|running|resumed|terminated) 2013-05-23 15:24:31 +09:00
Yukihiro "Matz" Matsumoto 2045a35292 garbage collect context (fiber) properly 2013-05-22 11:05:22 +09:00
Yukihiro "Matz" Matsumoto 6492a3cdb8 Merge branch 'master' of github.com:mruby/mruby 2013-05-20 22:34:14 +09:00
Yukihiro "Matz" Matsumoto 58b25fdcb3 avoid unnecessary pool/syms restoration 2013-05-20 22:33:25 +09:00
Carson McDonald cc772dd3cc Change Fibder to Fiber and a couple other wording issues 2013-05-20 07:57:12 -04:00