| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | Added File.foreach method. | Paolo Bosetti | |
| Improved error management in File.new (Errno can be undefined) | |||
| 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 | |
| 2014-03-04 | Merge pull request #1789 from cubicdaiya/feature/mrb_exc_new_str_lit | Yukihiro "Matz" Matsumoto | |
| Introduce mrb_exc_new_str_lit for C string literals | |||
| 2014-03-04 | Use mrb_exc_new_str_lit widely | cubicdaiya | |
| 2014-03-04 | introduce mrb_exc_new_str_lit for C string literals | cubicdaiya | |
| 2014-03-04 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-03-04 | add new macros for MRB_STR_SHARED operations, based on 0f7aecf from @ksss; ↵ | Yukihiro "Matz" Matsumoto | |
| ref #1782 | |||
| 2014-03-03 | Merge branch 'master' of https://github.com/iij/mruby-io into test | Paolo Bosetti | |
| Conflicts: src/io.c | |||
| 2014-03-03 | Merge pull request #1787 from take-cheeze/bintest_improvement | Yukihiro "Matz" Matsumoto | |
| `bintest` improvement. | |||
| 2014-03-03 | use tempfile module | take_cheeze | |
| 2014-03-03 | add test to check striped binary works correctly | take_cheeze | |
| 2014-03-03 | run enabled gem's bintest only | take_cheeze | |
| 2014-03-03 | Kernel#send does not use mrb_funcall anymore for most cases; ref #1680 | Yukihiro "Matz" Matsumoto | |
| 2014-03-03 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-03-03 | rescue clause should understand splats; close #1786 | Yukihiro "Matz" Matsumoto | |
| 2014-03-03 | Merge pull request #1785 from tmash06/fix_include_guard_style | Yukihiro "Matz" Matsumoto | |
| fix include guard style. | |||
| 2014-03-03 | fix include guard style. | Tatsuya Matsumoto | |
| 2014-03-02 | Merge pull request #1784 from tmash06/fix_memory_leak_in_mruby-random | Yukihiro "Matz" Matsumoto | |
| fix a memory leak in mruby-random. | |||
| 2014-03-02 | fix a memory leak in mruby-random. | Tatsuya Matsumoto | |
| 2014-03-02 | Merge pull request #1780 from monaka/pr-add-ssh-protocol-support-for-bitbucket | Yukihiro "Matz" Matsumoto | |
| Add ssh protocol support for bitbucket. | |||
| 2014-03-02 | Merge pull request #1779 from akuroda/pr_test_string_times | Yukihiro "Matz" Matsumoto | |
| add tests for String#* | |||
| 2014-03-02 | add tests for String#* | Akira Kuroda | |
| add test cases for 0 and -1 | |||
| 2014-03-02 | Add ssh protocol support for bitbucket. | Masaki Muranaka | |
| 2014-03-02 | Merge pull request #1777 from take-cheeze/command_improvement | Yukihiro "Matz" Matsumoto | |
| Command improvements. | |||
| 2014-03-02 | remove explicit use of g++ | take_cheeze | |
