| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2014-04-18 | remove io_open(). | Tomoyuki Sahara | |
| 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 | IO#syswrite should raise an error if it's not opened for writing. | Tomoyuki Sahara | |
| 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 | remove standard header files from io.h. | Tomoyuki Sahara | |
| 2014-04-17 | file.c depends on mruby/ext/io.h now. | Tomoyuki Sahara | |
| 2014-04-17 | function declarations should be in a header file. | Tomoyuki Sahara | |
| 2014-04-17 | remove unused constants. | Tomoyuki Sahara | |
| 2014-04-17 | "struct mrb_io_type" is not used at all. | Tomoyuki Sahara | |
