| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-03-05 | Include stdio.h in mrbconf.h instead of C extension sources. | Masaki Muranaka | |
| 2013-03-05 | proper irep pool duplication check for strings | Yukihiro Matz Matsumoto | |
| 2013-03-05 | save/restore arena index for each codedump iteration | Yukihiro Matz Matsumoto | |
| 2013-03-04 | Merge pull request #943 from monaka/pr-tmp-move-sprintf-to-mrbgem | Yukihiro "Matz" Matsumoto | |
| Move Kernel#sprintf to mrbgem | |||
| 2013-03-04 | Separate Kernel#sprintf support from mruby core. It's moved to mrbgems. | Masaki Muranaka | |
| 2013-03-04 | Move src/sprintf to mrbgems/mruby-sprintf/src/ | Masaki Muranaka | |
| 2013-03-04 | Replace tabs with spaces | kano4 | |
| 2013-03-04 | allow reserved word for heredoc terminator | Yukihiro Matz Matsumoto | |
| 2013-03-04 | applied a patch from @cremo to support MSVC | Yukihiro Matz Matsumoto | |
| 2013-03-04 | Merge branch 'heredoc' of https://github.com/FUKUZAWA-Tadashi/mruby into ↵ | Yukihiro Matz Matsumoto | |
| FUKUZAWA-Tadashi-heredoc | |||
| 2013-03-03 | Merge pull request #884 from monaka/pr-use-MRB_IREP_ARRY_INIT_SIZE-macro | Yukihiro "Matz" Matsumoto | |
| Use MRB_IREP_ARRAY_INIT_SIZE macro. | |||
| 2013-03-04 | fix mrb_int for INT64 env | Yukihiro Matz Matsumoto | |
| 2013-03-03 | Merge pull request #934 from monaka/pr-use-mrb_int-in-array.c | Yukihiro "Matz" Matsumoto | |
| Define ARY_MAX_SIZE strictly. Use mrb_int instead of int. | |||
| 2013-03-03 | Merge pull request #936 from monaka/pr-cleanup-range.c-20130303 | Yukihiro "Matz" Matsumoto | |
| Clean up range.c. Use mrb_int. Use mrb_vtype. | |||
| 2013-03-03 | The variable len isn't used anywhere. | Carson McDonald | |
| 2013-03-03 | Merge pull request #928 from cremno/mrb_open-void | Yukihiro "Matz" Matsumoto | |
| mrb_open takes no arguments: (void) instead of () | |||
| 2013-03-03 | Merge pull request #930 from kaishuu0123/cleanup-parse.y | Yukihiro "Matz" Matsumoto | |
| cleanup: delete commented out match_op() from parse.y | |||
| 2013-03-03 | Merge pull request #931 from matsumoto-r/fix_some_indents | Yukihiro "Matz" Matsumoto | |
| Adjust some indents | |||
| 2013-03-03 | delete trailing space | FUKUZAWA-Tadashi | |
| 2013-03-03 | implement heredoc | FUKUZAWA-Tadashi | |
| 2013-03-03 | Reduce a snprintf() call in localjump_error(). | Masaki Muranaka | |
| 2013-03-03 | Clean up range.c. Use mrb_int. Use mrb_vtype. | Masaki Muranaka | |
| 2013-03-03 | Define ARY_MAX_SIZE strictly. Use mrb_int instead of int. | Masaki Muranaka | |
| 2013-03-03 | Remove trailing whitespaces. This is just a cosmetic change. | Masaki Muranaka | |
| 2013-03-02 | Adjust some indents | MATSUMOTO Ryosuke | |
| 2013-03-03 | cleanup: delete commented out match_op() from parse.y | Kouki Ooyatsu | |
| 2013-03-02 | string interpolation in regex | Yukihiro Matz Matsumoto | |
| 2013-03-02 | mrb_open takes no arguments: (void) instead of () | Cremno | |
| 2013-03-01 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro Matz Matsumoto | |
| 2013-03-01 | Merge branch 'pluggable_struct' of https://github.com/mattn/mruby into ↵ | Yukihiro Matz Matsumoto | |
| mattn-pluggable_struct | |||
| 2013-03-01 | format some source code (vm.c) | skandhas | |
| 2013-02-28 | Merge pull request #918 from monaka/pr-remove-unused-struct-and-more | Yukihiro "Matz" Matsumoto | |
| Remove unused struct and more | |||
| 2013-02-28 | Merge pull request #921 from skandhas/pr-format-class-source | Yukihiro "Matz" Matsumoto | |
| format some source code (class.c) | |||
| 2013-02-28 | Merge pull request #919 from monaka/pr-use-typedef-names-as-possible | Yukihiro "Matz" Matsumoto | |
| Use typedef names as possible | |||
| 2013-03-01 | format some source code (class.c) | skandhas | |
| 2013-03-01 | Merge branch 'master' into pluggable_struct | mattn | |
| 2013-03-01 | Pluggable Struct | mattn | |
| 2013-03-01 | Add typedef to structures that have mrb_ prefix. Use typedef-ed type instead ↵ | Masaki Muranaka | |
| of struct directly. | |||
| 2013-03-01 | Pluggable Struct | mattn | |
| 2013-03-01 | Move the place of a curly bracket. This is just a cosmetic change. | Masaki Muranaka | |
| 2013-03-01 | Remove unused structures. | Masaki Muranaka | |
| 2013-02-28 | Merge pull request #913 from carsonmcdonald/arena_check_fix | Yukihiro "Matz" Matsumoto | |
| Fix arena size check. | |||
| 2013-02-28 | Adjust space | MATSUMOTO Ryosuke | |
| 2013-02-28 | Fix arena size check. | Carson McDonald | |
| 2013-02-28 | Merge pull request #909 from mattn/cleanup_regexp | Yukihiro "Matz" Matsumoto | |
| Cleanup Regexp codes | |||
| 2013-02-28 | Merge pull request #905 from iij/pr-percent-notation | Yukihiro "Matz" Matsumoto | |
| Regexp: %r notation bug fix. | |||
| 2013-02-28 | Pluggable Math | mattn | |
| 2013-02-28 | Cleanup Regexp codes | mattn | |
| 2013-02-28 | Regexp: %r notation bug fix. close #85. | Kouki Ooyatsu | |
| be able to parse any delimiters. variable expansion isn't supported yet. * sample code ``` def matchpath(str) puts "#{str} is ..." if %r!img/! =~ str then puts "match" else puts "not match" end end matchpath("img/a.png") # => match matchpath("/usr/local/bin") # => not match matchpath("book/img/local") # => match ``` | |||
| 2013-02-27 | Merge pull request #889 from mattn/pluggable_time | Yukihiro "Matz" Matsumoto | |
| Pluggable Time class | |||
