| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-08-13 | Merge pull request #1470 from carsonmcdonald/morefixfor1467 | Yukihiro "Matz" Matsumoto | |
| Tests and another fix for issue #1467 | |||
| 2013-08-13 | Merge pull request #1469 from carsonmcdonald/removedebug | Yukihiro "Matz" Matsumoto | |
| Remove debug printf | |||
| 2013-08-13 | Add two tests for issue #1467 | Carson McDonald | |
| 2013-08-13 | This check and class change is redundant because it is done in ↵ | Carson McDonald | |
| class.c#mrb_include_module | |||
| 2013-08-13 | Remove debug printf | Carson McDonald | |
| 2013-08-14 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2013-08-14 | ci->target_class should point to ICLASS, not MODULE; close #1467 | Yukihiro "Matz" Matsumoto | |
| 2013-08-13 | Merge pull request #1468 from suzukaze/add-array-test | Yukihiro "Matz" Matsumoto | |
| I add ISO test '15.2.12.3' included modules in Arrray | |||
| 2013-08-13 | I add ISO test '15.2.12.3' included modules in Arrray | Jun Hiroe | |
| 2013-08-13 | define Class#new in ruby to call #initialize | Yukihiro "Matz" Matsumoto | |
| 2013-08-12 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2013-08-12 | Merge pull request #1460 from Fleurer/fix-1459 | Yukihiro "Matz" Matsumoto | |
| fix #1459 | |||
| 2013-08-12 | fix #1459 | fleuria | |
| gen_vmassignment() missed a pop() in a conditional branch, but we have to keep each conditional branch 's stack depth the same all the time when it left execution. | |||
| 2013-08-11 | Merge pull request #1458 from suzukaze/fix-iso-no-in-string-class | Yukihiro "Matz" Matsumoto | |
| I fix ISO no in String class in comparison with ISO_IEC_30170_2012(E) | |||
| 2013-08-12 | use CHAR_BIT instead of bare 8 | Yukihiro "Matz" Matsumoto | |
| 2013-08-12 | move (void) cast after declarations | Yukihiro "Matz" Matsumoto | |
| 2013-08-11 | I fix ISO No in String class in comparison with ↵ | Jun Hiroe | |
| ISO_IEC_30170_2012(E)-Charactor_PDF_document.pdf | |||
| 2013-08-10 | Silence 'unused parameter' warnings | Jonas Kulla | |
| 2013-08-09 | Merge pull request #1450 from Fleurer/cleanup-warninigs | Yukihiro "Matz" Matsumoto | |
| clean up the warnings when GC_PROFILE is set | |||
| 2013-08-09 | def statement and define_method now return symbol a la Ruby2.1 | Yukihiro "Matz" Matsumoto | |
| 2013-08-09 | clean up the warnings when GC_PROFILE is on | fleuria | |
| 2013-08-09 | remove duplicated incremental_gc_until() in generational GC; #1449 | Yukihiro "Matz" Matsumoto | |
| 2013-08-09 | Merge pull request #1449 from Fleurer/fix-comment-for-major-gc | Yukihiro "Matz" Matsumoto | |
| add comments for major GC | |||
| 2013-08-09 | add comments for major GC | fleuria | |
| 2013-08-08 | Merge pull request #1448 from cremno/bison-3.0-pure_parser-warning | Yukihiro "Matz" Matsumoto | |
| fix bison 3.0 warning | |||
| 2013-08-09 | parse.y: fixed bison 3.0 warning | Cremno | |
| YACC src/parse.y -> build/host/src/y.tab.c src/parse.y:936.1-12: warning: deprecated directive, use ‘%pure-parser’ [-Wdeprecated] %pure_parser | |||
| 2013-08-08 | finish half-baked GC cycle before starting full GC; #1447 | Yukihiro "Matz" Matsumoto | |
| 2013-08-08 | allow turning off GC generational mode by default by ↵ | Yukihiro "Matz" Matsumoto | |
| MRB_GC_TURN_OFF_GENERATIONAL; #1447 | |||
| 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 | |
