| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-02-26 | Simplify mrb_range_beg_len(). Don't use OTHER macro. | Masaki Muranaka | |
| 2013-02-23 | Merge pull request #878 from monaka/pr-reduce-sprintf | Yukihiro "Matz" Matsumoto | |
| Reduce sprintf() calls. Remove mrb_int_to_str() and MRB_INT_FORMAT. | |||
| 2013-02-23 | Merge pull request #875 from ↵ | Yukihiro "Matz" Matsumoto | |
| monaka/pr-enable-building-libmruby-with-DISABLE_STDIO-macro Fix errors caused by stdio.h dependent code. | |||
| 2013-02-24 | Remove commented out code. Remove redundant function calls. | Masaki Muranaka | |
| 2013-02-23 | Reduce sprintf() calls. Remove mrb_int_to_str() and MRB_INT_FORMAT. | Masaki Muranaka | |
| 2013-02-23 | Fix errors caused by stdio.h dependent code. | Masaki Muranaka | |
| 2013-02-21 | better comment description for mrbconf.h configuration | Yukihiro Matz Matsumoto | |
| 2013-02-21 | remove unused HAVE_UNISTD_H altogether; ref #865 | Yukihiro Matz Matsumoto | |
| 2013-02-21 | Clean up mrbconf.h | brainopia | |
| - undef for windows is not used by default so comment it - casting to the same type is not needed - parenthesis are not needed for macro attributes separated by commas - change order of MRB_NAN_BOXING and MRB_INT64 to simplify logic | |||
| 2013-02-17 | Merge pull request #851 from mattn/bye_bye_regexp | Yukihiro "Matz" Matsumoto | |
| Remove DISABLE_REGEXP | |||
| 2013-02-18 | Changed debugger hook to disable | Yuichiro MASUI | |
| 2013-02-18 | Remove DISABLE_REGEXP | mattn | |
| 2013-02-18 | remove TT_REGEX and TT_MATCH | Yukihiro Matz Matsumoto | |
| 2013-02-18 | rename hook and macro | Yukihiro Matz Matsumoto | |
| 2013-02-17 | Merge pull request #845 from masuidrive/hook_fetch | Yukihiro "Matz" Matsumoto | |
| Added a hook at VM code fetch. | |||
| 2013-02-17 | Merge pull request #850 from mattn/pluggable_regexp | Yukihiro "Matz" Matsumoto | |
| Pluggable regexp | |||
| 2013-02-17 | Created hook at VM code fetch. It's for debugger | Yuichiro MASUI | |
| 2013-02-15 | add Module#remove_const | Yukihiro Matz Matsumoto | |
| 2013-02-15 | Pluggable Regexp | mattn | |
| 2013-02-11 | add mrb_str_to_cstr | Akira Yumiyama | |
| 2013-02-06 | changing Make_Data_Struct API; you need to modify your code that uses ↵ | Yukihiro Matz Matsumoto | |
| Make_Data_Struct; close #821 | |||
| 2013-02-06 | Add semi-colon after the statement. | Masaki Muranaka | |
| 2013-02-03 | Merge pull request #820 from cremno/unused-stuff | Yukihiro "Matz" Matsumoto | |
| Remove declarations of undefined functions | |||
| 2013-02-03 | removed declarations of undefined functions | Cremno | |
| 2013-02-02 | Remove ";" suffix from function-type macros. | Masamitsu MURASE | |
| 2013-01-30 | removed unused mrb_check_funcall | Cremno | |
| 2013-01-30 | removed unused mrb_funcargv_t | Cremno | |
| 2013-01-30 | remove src/cdump.c to resolve; need make clean | Yukihiro Matz Matsumoto | |
| 2013-01-29 | Removed mrbc -C option what's C function dump. and TAB to space | Yuichiro MASUI | |
| 2013-01-29 | Merge pull request #766 from masuidrive/mrbint64 | Yukihiro "Matz" Matsumoto | |
| Fixed MRB_INT64 warning | |||
| 2013-01-29 | Remove API mrb_str_catf(). | Masaki Muranaka | |
| 2013-01-26 | defined printf macro for mrb_int | Yuichiro MASUI | |
| 2013-01-22 | Fixed mistake | Yuichiro MASUI | |
| 2013-01-21 | Fixed MRB_INT64 warning | Yuichiro MASUI | |
| 2013-01-20 | Improved build scripts and config files | Yuichiro MASUI | |
| 2013-01-16 | supress cast warning on C++. | mattn | |
| 2013-01-15 | Merge pull request #734 from monaka/pr-error-check-inprovement-in-cdump-and-dump | Yukihiro "Matz" Matsumoto | |
| Error check inprovements in cdump and dump | |||
| 2013-01-15 | include/mruby/cdump.h: Add new error codes. | Masaki Muranaka | |
| src/cdump.h: Use error codes defined in mruby/cdump.h. | |||
| 2013-01-13 | fix typos | takkaw | |
| 2013-01-10 | add mrb_check_hash_type | skandhas | |
| 2013-01-09 | Add a comment: the usage of MRB_DUMP_GENERAL_FAILURE. | Masaki Muranaka | |
| 2013-01-08 | remove MRUBY_VERSION for the time being; close #700 | Yukihiro Matz Matsumoto | |
| 2013-01-07 | Merge pull request #702 from monaka/pr-check-cdump-with-disable-stdio | Yukihiro "Matz" Matsumoto | |
| Add check for using cdump with DISABLE_STDIO option. | |||
| 2013-01-08 | Merge remote-tracking branch 'mruby/master' into array-clear | Daniel Bovensiepen | |
| 2013-01-08 | Export mrb_ary_clear in array.h | Daniel Bovensiepen | |
| 2013-01-07 | Merge pull request #705 from authorNari/compact_flags | Yukihiro "Matz" Matsumoto | |
| Compact flags for GC | |||
| 2013-01-07 | Compact flags for GC | Narihiro Nakamura | |
| 2013-01-07 | Add check for using cdump with DISABLE_STDIO option. | Masaki Muranaka | |
| 2013-01-07 | Remove DEBUG macro definitions. | Masaki Muranaka | |
| 2013-01-07 | Add the generational gc | Narihiro Nakamura | |
