| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-04-21 | allow method definition in cmdarg | Nobuyoshi Nakada | |
| save cmdarg_stack and isolate command argument state from outer scope to allow method definition in cmdarg import from ruby/ruby@04bb9d6b75a55d4000700769eead5a5cb942c25b | |||
| 2014-04-21 | use `stack_type` instead of raw `unsigned int` | Nobuyoshi Nakada | |
| 2014-04-20 | Merge pull request #2083 from take-cheeze/use_bool_macro | Yukihiro "Matz" Matsumoto | |
| Use boolean macro instead of integer literal in `is_debug_info_defined`. | |||
| 2014-04-19 | Use boolean macro instead of integer literal in `is_debug_info_defined`. | take_cheeze | |
| 2014-04-19 | Merge pull request #2081 from nobu/parenthesed_do-block_in_cmdarg | Yukihiro "Matz" Matsumoto | |
| Allow parenthesed do-block in cmdarg | |||
| 2014-04-19 | Allow parenthesed do-block in cmdarg | Nobuyoshi Nakada | |
| Flush cmdarg flags inside left-paren in a command argument, to allow parenthesed `do-block` as an argument without arguments parentheses. `CMDARG_PUSH(0)` for tLPAREN_ARG is before `CMDARG_PUSH(1)` in `command_args` due to look-ahead. | |||
| 2014-04-19 | Merge pull request #2080 from crimsonwoods/replace_disordered_callinfo_variables | Yukihiro "Matz" Matsumoto | |
| Sort out the variables which belongs to 'mrb_callinfo' | |||
| 2014-04-18 | Sort out the variables which belongs to 'mrb_callinfo' to improve 'cipush' ↵ | crimsonwoods | |
| performance. | |||
| 2014-04-19 | Merge pull request #2079 from suzukaze/add-test-of-utf8-string.rindex | Yukihiro "Matz" Matsumoto | |
| Add tests for String#rindex of mruby-string-utf8. | |||
| 2014-04-19 | Merge pull request #2077 from take-cheeze/rstruct_macro | Yukihiro "Matz" Matsumoto | |
| Use RARRAY_* macro instead of accessing RArray field. | |||
| 2014-04-19 | Add tests for utf8-string#rindex | Jun Hiroe | |
| 2014-04-19 | Merge pull request #2078 from suzukaze/add-block-with-array.uniq_bang | Yukihiro "Matz" Matsumoto | |
| Add block argument with Array#uniq! and Array#uniq | |||
| 2014-04-18 | mruby-string-utf8: update UTF-8 tests; ref #2076 | Yukihiro "Matz" Matsumoto | |
| 2014-04-18 | mruby-string-utf8: str_subseq takes UTF-8 index, not byte index; ref #2076 | Yukihiro "Matz" Matsumoto | |
| 2014-04-18 | Use RARRAY_* macro instead of accessing RArray field. | take_cheeze | |
| 2014-04-18 | Add a block argument with Array#uniq | Jun Hiroe | |
| 2014-04-18 | Add a block argument with Array#uniq_bang | Jun Hiroe | |
| 2014-04-18 | Add one more test | mattn | |
| 2014-04-18 | Add test for String#ord, String#split for mruby-string-utf8 | mattn | |
| 2014-04-18 | Merge pull request #2075 from mattn/utf8-string-ord | Yukihiro "Matz" Matsumoto | |
| Implement String#ord, String#split for mruby-string-utf8 | |||
| 2014-04-18 | Implement String#ord, String#split for mruby-string-utf8 | mattn | |
| 2014-04-18 | mruby-string-utf8: String#reverse! may leak memory when mrb_str_modify() ↵ | Yukihiro "Matz" Matsumoto | |
| raises exception | |||
| 2014-04-18 | Merge pull request #2074 from mattn/fix_string_utf8_index | Yukihiro "Matz" Matsumoto | |
| Implement String#index, fixes #2073 | |||
| 2014-04-17 | Cosmetic change | mattn | |
| 2014-04-17 | Handle utf-8 code in index/rindex | mattn | |
| 2014-04-17 | Implement String#index, fixes #2073 | mattn | |
| 2014-04-17 | Merge pull request #2072 from take-cheeze/mrb_regexp_p | Yukihiro "Matz" Matsumoto | |
| Add mrb_regexp_p. | |||
| 2014-04-17 | Use mrb_regexp_p to check regexp. | take_cheeze | |
| 2014-04-17 | Add mrb_regexp_p to check whether mrb_value is Regexp. | take_cheeze | |
| 2014-04-17 | Symbol#to_proc to support block call. | Yukihiro "Matz" Matsumoto | |
| based on a patch from @ksss; close #2071 | |||
| 2014-04-17 | raises an ArgumentError when calling #call | Yukihiro "Matz" Matsumoto | |
| based on a patch from @ksss; close #2070 | |||
| 2014-04-17 | Merge pull request #2069 from cremno/static | Yukihiro "Matz" Matsumoto | |
| various functions should have internal linkage | |||
| 2014-04-17 | Merge pull request #2068 from cremno/exc_inspect-convert-mesg-to-string | Yukihiro "Matz" Matsumoto | |
| convert exception message to string | |||
| 2014-04-17 | Merge pull request #2067 from take-cheeze/move_re_h | Yukihiro "Matz" Matsumoto | |
| Move src/re.h to include/mruby/re.h . | |||
| 2014-04-16 | various functions should have internal linkage | cremno | |
| 2014-04-16 | get classname and concatenate ": " only once | cremno | |
| 2014-04-16 | convert exception message to string | cremno | |
| fixes: mruby -e "p ArgumentError.new(1)" | |||
| 2014-04-16 | Use mruby/re.h instead of duplicate definition. | take_cheeze | |
| 2014-04-16 | Move src/re.h to include/mruby/re.h . | take_cheeze | |
| 2014-04-16 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-04-16 | resolve conflict | Yukihiro "Matz" Matsumoto | |
| 2014-04-16 | Merge pull request #2066 from suzukaze/refactor-numeric2 | Yukihiro "Matz" Matsumoto | |
| Refactor numeric.c | |||
| 2014-04-16 | Refactor fix_to_f in numeric.c | Jun Hiroe | |
| 2014-04-16 | Refactor lshift in numeric.c | Jun Hiroe | |
| 2014-04-16 | Refactor fix_shift_get_width in numeric.c | Jun Hiroe | |
| 2014-04-15 | Merge pull request #2065 from take-cheeze/utf8_string_size_test | Yukihiro "Matz" Matsumoto | |
| Add test for UTF-8 string String#size . | |||
| 2014-04-15 | Add test for UTF-8 string String#size . | take_cheeze | |
| 2014-04-15 | fixed typo in opcode.h | Yukihiro "Matz" Matsumoto | |
| 2014-04-15 | Merge pull request #2064 from mirichi/opt_jmp | Yukihiro "Matz" Matsumoto | |
| OP_EQ系が速くなった | |||
| 2014-04-15 | Merge pull request #2063 from bovi/update_language_doc | Yukihiro "Matz" Matsumoto | |
| Improve Language Documentation | |||
