| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-05 | mruby-time: store timezone name directly | cremno | |
| 2014-03-05 | mruby-time: timezone_names should be const | cremno | |
| 2014-03-05 | mruby-time: store strings directly instead of pointers to them | cremno | |
| 2014-03-05 | mruby-time: mrb_time_type should be const | cremno | |
| 2014-03-05 | mruby-time: fix two tiny typos in comments | cremno | |
| 2014-03-05 | mruby-time: rearrange header order | cremno | |
| 2014-03-05 | mruby-time: remove trailing whitespace | cremno | |
| 2014-03-06 | Merge pull request #1811 from takkaw/refactor_mirb | Yukihiro "Matz" Matsumoto | |
| small refactor in mirb | |||
| 2014-03-05 | small refactor | takkaw | |
| 2014-03-05 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-03-05 | use mrb_int instead of size_t since string length is represented by mrb_int; ↵ | Yukihiro "Matz" Matsumoto | |
| close #1810 | |||
| 2014-03-05 | Merge pull request #1809 from matsumoto-r/change_mruby_libs_flag | Yukihiro "Matz" Matsumoto | |
| Change the position of -L option from MRUBY_LIBS to MRUBY_LDFLAGS | |||
| 2014-03-05 | Merge pull request #1808 from cubicdaiya/issues/unused_variable | Yukihiro "Matz" Matsumoto | |
| remove unused variable | |||
| 2014-03-05 | Change the position of -L option from MRUBY_LIBS to MRUBY_LDFLAGS | MATSUMOTO Ryosuke | |
| 2014-03-05 | Merge pull request #1807 from tmash06/fix_exit_status_code | Yukihiro "Matz" Matsumoto | |
| fix mruby command returning EXIT_SUCCESS when program file can't be opened. | |||
| 2014-03-05 | remove unused variable | cubicdaiya | |
| GLOBAL_RAND_SEED_KEY is no longer used. | |||
| 2014-03-05 | fix mruby command returning EXIT_SUCCESS when program file can't be | Tatsuya Matsumoto | |
| opened. | |||
| 2014-03-05 | Merge pull request #1806 from tmash06/fix_exit_method_aspec_setting | Yukihiro "Matz" Matsumoto | |
| fix argument spec setting of Kernel.exit method. | |||
| 2014-03-05 | fix argument spec setting of Kernel.exit method. | Tatsuya Matsumoto | |
| this method requires 1 optional argument. | |||
| 2014-03-05 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-03-05 | should check crossing C boudary from resume | Yukihiro "Matz" Matsumoto | |
| 2014-03-05 | Merge pull request #1805 from take-cheeze/existing_include | Yukihiro "Matz" Matsumoto | |
| Add existing include/ directory only. | |||
| 2014-03-05 | Merge pull request #1804 from mattn/fix-quote | Yukihiro "Matz" Matsumoto | |
| Fix #1803 | |||
| 2014-03-05 | add existing include/ directory only | take_cheeze | |
| 2014-03-05 | Fix #1803 | mattn | |
| 2014-03-05 | s/\\"/"/g in mruby-config | mattn | |
| 2014-03-05 | Merge pull request #1801 from mattn/mruby-config | Yukihiro "Matz" Matsumoto | |
| Add mruby-bin-mruby-config | |||
| 2014-03-05 | Merge pull request #1802 from tmash06/fix_syntax_check_no_exec | Yukihiro "Matz" Matsumoto | |
| mruby command should not execute program on "syntax only option(-c)". | |||
| 2014-03-05 | Merge pull request #1800 from tmash06/fix_indent | Yukihiro "Matz" Matsumoto | |
| fix indent. | |||
| 2014-03-05 | Merge pull request #1799 from cubicdaiya/issues/off_by_one_error2 | Yukihiro "Matz" Matsumoto | |
| fix off-by-one error in attrsym | |||
| 2014-03-05 | Don't echo empty string. (Remove workaround for windows) | mattn | |
| 2014-03-05 | chmod 755 | mattn | |
| 2014-03-05 | mruby command should not execute program on "syntax only option(-c)". | Tatsuya Matsumoto | |
| 2014-03-05 | Add mruby-bin-mruby-config | mattn | |
| 2014-03-05 | fix indent. | Tatsuya Matsumoto | |
| 2014-03-05 | fix off-by-one error in attrsym | cubicdaiya | |
| The allocation size for null-terminated character is lacking. In actual, it is no problem in most case because codegen_palloc allocates more a memory size than required size. | |||
| 2014-03-05 | Merge pull request #1797 from take-cheeze/doc_update | Yukihiro "Matz" Matsumoto | |
| Add notes about new features. | |||
| 2014-03-05 | Merge pull request #1796 from mattn/fix_1793 | Yukihiro "Matz" Matsumoto | |
| Fix #1793 | |||
| 2014-03-05 | fix typo | take_cheeze | |
| 2014-03-05 | update compilation notes | take_cheeze | |
| 2014-03-04 | Fix #1793 | mattn | |
| 2014-03-04 | Merge pull request #1795 from cubicdaiya/issues/off_by_one_error | Yukihiro "Matz" Matsumoto | |
| fix off-by-one error in String#rindex(fixnum) | |||
| 2014-03-04 | Merge pull request #1792 from cubicdaiya/issues/fix_invalid_comment | Yukihiro "Matz" Matsumoto | |
| fix a comment end of include guard | |||
| 2014-03-04 | fix off-by-one error in String#rindex(fixnum) | cubicdaiya | |
| null-terminated string should not be included in search targets. | |||
| 2014-03-04 | fix a comment end of include guard | cubicdaiya | |
| 2014-03-04 | Merge pull request #1791 from iij/pr-numeric-div | Yukihiro "Matz" Matsumoto | |
| add Integer#div and Float#div to mruby-numeric-ext | |||
| 2014-03-04 | add Integer#div and Float#div. | Tomoyuki Sahara | |
| 2014-03-04 | Merge pull request #1790 from iij/pr-float-divmod | Yukihiro "Matz" Matsumoto | |
| fix Float#divmod returns nil | |||
| 2014-03-04 | add tests for Integer#divmod. | Tomoyuki Sahara | |
| 2014-03-04 | Fix Float#divmod. | Tomoyuki Sahara | |
