| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-04-21 | fix optional block arguments in rhs | Nobuyoshi Nakada | |
| define optional block arguments as argument variables in the rhs default expressions, as same as mere assignment expressions. Import ruby/ruby@01740f0c273c89f7bcff3d5014d73c8ff6fb1986 | |||
| 2014-04-21 | adjust indent | Nobuyoshi Nakada | |
| 2014-04-21 | Merge pull request #2098 from suzukaze/add-array.reject_bang | Yukihiro "Matz" Matsumoto | |
| Add Array#reject! | |||
| 2014-04-21 | Add Array#reject_bang | Jun Hiroe | |
| 2014-04-21 | Merge pull request #2097 from nobu/optional_arguments_in_rhs | Yukihiro "Matz" Matsumoto | |
| fix optional arguments in rhs | |||
| 2014-04-21 | fix optional arguments in rhs | Nobuyoshi Nakada | |
| define optional arguments as argument variables in the rhs default expressions, as same as mere assignment expressions. Import ruby/ruby@01740f0c273c89f7bcff3d5014d73c8ff6fb1986 | |||
| 2014-04-21 | Merge pull request #2096 from nobu/def_in_cmdarg | Yukihiro "Matz" Matsumoto | |
| Def in cmdarg | |||
| 2014-04-21 | Merge pull request #2095 from suzukaze/refactor-dump.c | Yukihiro "Matz" Matsumoto | |
| Use boolean macro in is_valid_c_symbol_name() | |||
| 2014-04-21 | Merge pull request #2094 from suzukaze/add-array.delete_if | Yukihiro "Matz" Matsumoto | |
| Add Array#delete_if | |||
| 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-21 | Use boolean macro in is_valid_c_symbol_name() | Jun Hiroe | |
| 2014-04-21 | Add Array#delete_if | Jun Hiroe | |
| 2014-04-21 | Merge pull request #2093 from mirichi/bug_fix | Yukihiro "Matz" Matsumoto | |
| do not reuse deleted entry. | |||
| 2014-04-21 | Merge pull request #2092 from take-cheeze/test_syntax | Yukihiro "Matz" Matsumoto | |
| Suppress test script syntax warning. | |||
| 2014-04-21 | Merge pull request #2091 from take-cheeze/struct_len | Yukihiro "Matz" Matsumoto | |
| Implement Struct#size and Struct#length . | |||
| 2014-04-20 | do not reuse deleted entry. fixed | mirichi | |
| 2014-04-20 | Suppress test script syntax warning. | take_cheeze | |
| 2014-04-20 | Implement Struct#size and Struct#length . | take_cheeze | |
| 2014-04-20 | Merge pull request #2089 from ksss/sym-casecmp | Yukihiro "Matz" Matsumoto | |
| Implement Symbol#casecmp | |||
| 2014-04-20 | Merge pull request #2088 from ksss/string-casecmp | Yukihiro "Matz" Matsumoto | |
| String#casecmp should be call `to_str` | |||
| 2014-04-20 | Merge pull request #2087 from ksss/sym-comparable | Yukihiro "Matz" Matsumoto | |
| Symbol class include Comparable module. | |||
| 2014-04-20 | Merge pull request #2086 from bovi/checksum_hash | Yukihiro "Matz" Matsumoto | |
| Implement :checksum_hash mrbgem option | |||
| 2014-04-20 | Merge pull request #2085 from bovi/deep_clean | Yukihiro "Matz" Matsumoto | |
| Add Rake command 'deep_clean' which cleans everything including the mrbg... | |||
| 2014-04-20 | Merge pull request #2090 from ksss/authors | Yukihiro "Matz" Matsumoto | |
| Can I add me to AUTHORS? | |||
| 2014-04-20 | Merge pull request #2084 from suzukaze/fix-typo | Yukihiro "Matz" Matsumoto | |
| Fix typos in tests for mruby-string-utf8 | |||
| 2014-04-20 | Add AUTHORS "Yuki Kurihara" | ksss | |
| 2014-04-20 | Implement Symbol#casecmp | ksss | |
| 2014-04-20 | String#casecmp should be call `to_str` | ksss | |
| when non String object sent And should be raise TypeError when can not responsed to `to_str` | |||
| 2014-04-20 | Symbol class include Comparable module. | ksss | |
| 2014-04-20 | Implement :checksum_hash mrbgem option. | Daniel Bovensiepen | |
| This allows to use a mgem with a specific checksum hash. The following modification were necessary to implement this function: - add run_checkout build command to use 'git checkout' - skip shallow copy in case checksum_hash is used - make 'master' the default branch if branch isn't defined | |||
| 2014-04-20 | Add Rake command 'deep_clean' which cleans everything including the mrbgems ↵ | Daniel Bovensiepen | |
| clone directories. | |||
| 2014-04-20 | Fix typos in tests for mruby-string-utf8 | Jun Hiroe | |
| 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 | |
