| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-02-23 | Fix an underlying bug. flodivmod() will be crashed in case ((y == 0) && ↵ | Masaki Muranaka | |
| ((divp == NULL) || (modp == NULL))). | |||
| 2013-02-23 | Add a comment. | Masaki Muranaka | |
| 2013-02-23 | Remove a comment at an unsuitable place. | Masaki Muranaka | |
| 2013-02-23 | Cosmetic changes. Just added empty lines. | Masaki Muranaka | |
| 2013-02-23 | Fix mrb_fix2str() to enable handling some negative values correctly. This ↵ | Masaki Muranaka | |
| fix is based on @cremno's hack. It will fix #869. | |||
| 2013-02-22 | Merge pull request #870 from mattn/regexp_compile | Yukihiro "Matz" Matsumoto | |
| Regexp compile | |||
| 2013-02-22 | Call compile method to override to memolize instances | mattn | |
| 2013-02-22 | Fix indent | mattn | |
| 2013-02-22 | add assert_{includes,instance_of,kind_of,raises} methods. | Akira Yumiyama | |
| 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 | Merge pull request #865 from brainopia/mrbconf | Yukihiro "Matz" Matsumoto | |
| Clean up mrbconf.h | |||
| 2013-02-21 | Merge pull request #864 from nkshigeru/build_for_vc | Yukihiro "Matz" Matsumoto | |
| fix access denied error at incremental build | |||
| 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-21 | fix access denied error at incremental build | nkshigeru | |
| 2013-02-21 | compile /a/ as ::Regexp.new("a") | Yukihiro Matz Matsumoto | |
| 2013-02-21 | print the error message before abort() | Yukihiro Matz Matsumoto | |
| 2013-02-20 | rename RVALUE union members | Yukihiro Matz Matsumoto | |
| 2013-02-20 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro Matz Matsumoto | |
| 2013-02-20 | add RData entrie to RVALUE union | Yukihiro Matz Matsumoto | |
| 2013-02-19 | Merge pull request #863 from nkshigeru/gemtest_for_vc | Yukihiro "Matz" Matsumoto | |
| declare local variable at the start of a block in generated gem_test.c | |||
| 2013-02-20 | declare local variable at the start of a block in generated gem_test.c | nkshigeru | |
| 2013-02-19 | Merge pull request #861 from cremno/regexp-parser-bugfix | Yukihiro "Matz" Matsumoto | |
| regexp parsing bug if unknown option is used | |||
| 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-19 | s must not be freed, removed space in exc msg | Cremno | |
| 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 | |||
