| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-02-19 | Merge pull request #860 from iij/pr-gsub-test | Yukihiro "Matz" Matsumoto | |
| update String#gsub test | |||
| 2013-02-19 | Merge pull request #855 from ↵ | Yukihiro "Matz" Matsumoto | |
| masamitsu-murase/support_parser_dump_for_regexp_literal parser_dump supports NODE_REGEX. | |||
| 2013-02-19 | Merge pull request #853 from cremno/pluggable-regex-msvc-fix | Yukihiro "Matz" Matsumoto | |
| MSVC: vars must be declared at the start of a block | |||
| 2013-02-19 | Merge pull request #857 from mattn/remove_comment | Yukihiro "Matz" Matsumoto | |
| Remove needless comment | |||
| 2013-02-20 | update String#gsub test | Akira Yumiyama | |
| 2013-02-18 | Remove needless comment | mattn | |
| 2013-02-18 | parser_dump supports NODE_REGEX. | Masamitsu MURASE | |
| 2013-02-18 | vars must be declared at the start of a block | Cremno | |
| 2013-02-18 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro Matz Matsumoto | |
| 2013-02-18 | adopt String#gsub to fixed split behavior | Yukihiro Matz Matsumoto | |
| 2013-02-18 | String#split should honor limit arg | Yukihiro Matz Matsumoto | |
| 2013-02-17 | Merge pull request #851 from mattn/bye_bye_regexp | Yukihiro "Matz" Matsumoto | |
| Remove DISABLE_REGEXP | |||
| 2013-02-17 | Merge pull request #852 from masuidrive/change_default_debug_flag | Yukihiro "Matz" Matsumoto | |
| Changed debugger hook to disable | |||
| 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 | Merge pull request #849 from iij/pr-mrbtest-assert-ext | Yukihiro "Matz" Matsumoto | |
| add assert_{true,nil,equal} methods. | |||
| 2013-02-18 | add assert_{true,nil,equal} methods. | Akira Yumiyama | |
| 2013-02-18 | resolve conflict | Yukihiro Matz Matsumoto | |
| 2013-02-18 | :Merge branch 'master' of github.com:mruby/mruby | Yukihiro Matz Matsumoto | |
| Conflicts: src/class.c | |||
| 2013-02-17 | Merge pull request #848 from carsonmcdonald/mirbreadlinefix | Yukihiro "Matz" Matsumoto | |
| Fix mirb crash | |||
| 2013-02-17 | Merge pull request #847 from bovi/gsub | Yukihiro "Matz" Matsumoto | |
| String#gsub fix with last character | |||
| 2013-02-17 | Merge pull request #846 from bovi/remove_const_doc | Yukihiro "Matz" Matsumoto | |
| Add Module#remove_const Test Case | |||
| 2013-02-17 | Merge pull request #844 from skandhas/pr-fix-error-output-for-remove_const | Yukihiro "Matz" Matsumoto | |
| fix incorrect output for Module#remove_const | |||
| 2013-02-17 | Fix crash when exiting mirb using ctrl-d when compiled with readline | Carson McDonald | |
| support. | |||
| 2013-02-17 | String#gsub fix with last character | Daniel Bovensiepen | |
| 2013-02-16 | Add Module#remove_const test | Daniel Bovensiepen | |
| 2013-02-17 | Created hook at VM code fetch. It's for debugger | Yuichiro MASUI | |
| 2013-02-16 | fix error output for Module#remove_const | skandhas | |
| 2013-02-16 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro Matz Matsumoto | |
| 2013-02-15 | Merge pull request #840 from brainopia/patch-2 | Yukihiro "Matz" Matsumoto | |
| Extend MiniRake::DSL module to prevent inheritance pollution | |||
| 2013-02-15 | ready to pass second argument of Regexp.new | mattn | |
| 2013-02-15 | use mrb_get_args("n") instead of decomposing each time | Yukihiro Matz Matsumoto | |
| 2013-02-15 | REGEXP_CLASS | mattn | |
| 2013-02-15 | add Module#remove_const | Yukihiro Matz Matsumoto | |
| 2013-02-15 | Should be OP_LOADL | mattn | |
| 2013-02-15 | Pluggable Regexp | mattn | |
| 2013-02-12 | Extend MiniRake::DSL module to prevent inheritance pollution | Ravil Bayramgalin | |
| ```include MiniRake::DSL``` on toplevel will pollute ancestor tree of every object. ```extend MiniRake::DSL``` will add those methods only to ```main``` object. Rake does the same: https://github.com/jimweirich/rake/blob/master/lib/rake/dsl_definition.rb#L153 | |||
| 2013-02-11 | Merge pull request #839 from masuidrive/string_sub_gsub | Yukihiro "Matz" Matsumoto | |
| Added String#sub/sub! and String#gsub/gsub! | |||
| 2013-02-11 | Merge pull request #838 from brainopia/patch-1 | Yukihiro "Matz" Matsumoto | |
| Fix typos in compilation guide | |||
| 2013-02-12 | Added String#sub/sub! and String#gsub/gsub! | Yuichiro MASUI | |
| 2013-02-12 | Update doc/compile/README.md | Ravil Bayramgalin | |
| 2013-02-11 | Merge pull request #836 from iij/pr-mrb_str_to_cstr | Yukihiro "Matz" Matsumoto | |
| string contains null byte check utility function (mrb_str_to_cstr) | |||
| 2013-02-11 | add mrb_str_to_cstr | Akira Yumiyama | |
| 2013-02-10 | should adjust stack size when irep->nregs is larger than allocate size; ↵ | Yukihiro Matz Matsumoto | |
| close #835 | |||
| 2013-02-10 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro Matz Matsumoto | |
| 2013-02-09 | Merge pull request #831 from carsonmcdonald/ciidxfix | Yukihiro "Matz" Matsumoto | |
| Don't overwrite ciidx if it is already set. | |||
