| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-08-08 | use lstat(2) to check if it's a symlink | Tomoyuki Sahara | |
| 2013-08-07 | Merge pull request #1445 from cremno/no_strcpy_and_strcat | Yukihiro "Matz" Matsumoto | |
| don't use str{cpy,cat} in mruby and mrbc | |||
| 2013-08-07 | Merge pull request #1446 from cremno/casts | Yukihiro "Matz" Matsumoto | |
| MSVC: fix warnings | |||
| 2013-08-07 | class.c and numeric.c: fixed MSVC warnings | Cremno | |
| 2013-08-07 | parse.y: don't use strcat | Cremno | |
| 2013-08-07 | don't use str{cpy,cat} in mruby and mrbc | Cremno | |
| The length of each string is known. It should be used. | |||
| 2013-08-07 | use intptr_t instead of int64_t for 32bit platforms | Yukihiro "Matz" Matsumoto | |
| 2013-08-07 | Merge pull request #1444 from Fleurer/issue1442 | Yukihiro "Matz" Matsumoto | |
| fix #1442 | |||
| 2013-08-07 | Merge pull request #1443 from wasabiz/add-me-to-authors | Yukihiro "Matz" Matsumoto | |
| add "Yuichi Nishiwaki" to AUTHORS | |||
| 2013-08-07 | fix #1442 | fleuria | |
| in the marking root phase, we only marked the root context, but leaving the current context unmarked. when we execute a fiber, the current context would be changed and trigger this issue. | |||
| 2013-08-07 | return statement should terminate execution of a method defined by define_method | Yukihiro "Matz" Matsumoto | |
| 2013-08-07 | rename mrb_value_p() to mrb_ptr() since _p means predicate in mruby source | Yukihiro "Matz" Matsumoto | |
| 2013-08-07 | Merge branch 'full-nan-boxing' of https://github.com/wasabiz/mruby into ↵ | Yukihiro "Matz" Matsumoto | |
| wasabiz-full-nan-boxing | |||
| 2013-08-06 | Merge pull request #1439 from carsonmcdonald/addtravisbadge | Yukihiro "Matz" Matsumoto | |
| Add travisci badge | |||
| 2013-08-06 | Add travisci badge | Carson McDonald | |
| 2013-08-05 | Merge pull request #1436 from archSeer/patch-1 | Yukihiro "Matz" Matsumoto | |
| muby-time: use mrb_free directly | |||
| 2013-08-05 | muby-time: use mrb_free directly | Blaž Hrastnik | |
| 2013-08-05 | Merge pull request #1432 from Archytaus/gem_clone_dir | Yukihiro "Matz" Matsumoto | |
| Custom build path pulls git gems for every build target | |||
| 2013-08-04 | Merge pull request #1435 from Bovi-Li/test-fix-order | Yukihiro "Matz" Matsumoto | |
| [mrbtest] assert_equal(expect, actual) order fix | |||
| 2013-08-04 | add "Yuichi Nishiwaki" to AUTHORS | Yuichi Nishiwaki | |
| 2013-08-04 | Improve test of mruby-objectspace-ext GEM | Daniel Bovensiepen | |
| 2013-08-04 | Improve test of mruby-toplevel-ext GEM | Daniel Bovensiepen | |
| 2013-08-04 | Improve test of mruby-symbol-ext GEM | Daniel Bovensiepen | |
| 2013-08-04 | Improve test of mruby-string-ext GEM | Daniel Bovensiepen | |
| 2013-08-04 | Improve test of mruby-range-ext GEM | Daniel Bovensiepen | |
| 2013-08-04 | Improve test of mruby-proc-ext GEM | Daniel Bovensiepen | |
| 2013-08-04 | Improve test of mruby-object-ext GEM | Daniel Bovensiepen | |
| 2013-08-04 | Improve test of mruby-numeric-ext GEM | Daniel Bovensiepen | |
| 2013-08-04 | Improve test of mruby-hash-ext GEM | Daniel Bovensiepen | |
| 2013-08-04 | Improve test of mruby-enum-ext GEM | Daniel Bovensiepen | |
| 2013-08-04 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2013-08-04 | should protect resume fiber by write barrier; close #1434 | Yukihiro "Matz" Matsumoto | |
| 2013-08-04 | Merge pull request #1433 from carsonmcdonald/mirbfilename | Yukihiro "Matz" Matsumoto | |
| Set filename like irb | |||
| 2013-08-04 | fix bugs in comment | Yuichi Nishiwaki | |
| 2013-08-04 | add commentary to value representation | Yuichi Nishiwaki | |
| 2013-08-04 | bugfix: the bit mask was smaller than the size it should be | Yuichi Nishiwaki | |
| 2013-08-04 | revert one of the API changes: MRB_SET_VALUE_P no longer used | Yuichi Nishiwaki | |
| 2013-08-04 | cosmetic changes | Yuichi Nishiwaki | |
| 2013-08-04 | implement 64bit nan-boxing | Yuichi Nishiwaki | |
| 2013-08-03 | add read barrier to value.p | Yuichi Nishiwaki | |
| API changes: - value.p must be accessed via mrb_value_p macro - value.p must be mutated via MRB_SET_VALUE_P macro | |||
| 2013-08-03 | Set filename like irb | Carson McDonald | |
| 2013-08-04 | Added support for custom gem clone directories when using git | Ryan Scott | |
| 2013-08-02 | Merge pull request #1430 from carsonmcdonald/regexparsefix | Yukihiro "Matz" Matsumoto | |
| End loop if nextc is -1 | |||
| 2013-08-02 | Merge pull request #1429 from suzukaze/fix-order-of-expected-and-actual | Yukihiro "Matz" Matsumoto | |
| I fix order of expected and actual from basicobject.rb to true.rb in folder '/test/t'. | |||
| 2013-08-02 | End loop if nextc is -1 | Carson McDonald | |
| 2013-08-02 | I fix order of actual and expect test value in typeerror.rb. | Jun Hiroe | |
| 2013-08-02 | I fix order of actual and expect test value in true.rb. | Jun Hiroe | |
| 2013-08-02 | I fix order of actual and expect test value in syntax.rb. | Jun Hiroe | |
| 2013-08-02 | I fix order of actual and expect test value in symbol.rb. | Jun Hiroe | |
| 2013-08-02 | I fix order of actual and expect test value in string.rb. | Jun Hiroe | |
