| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-27 | Merge pull request #1962 from cubicdaiya/feature/string_oct | Yukihiro "Matz" Matsumoto | |
| add String#oct | |||
| 2014-03-27 | Enumerable#zip to use enumerator if mruby-enumerator gem is available | Yukihiro "Matz" Matsumoto | |
| 2014-03-27 | Enumerable#cycle to return enumerator | Yukihiro "Matz" Matsumoto | |
| 2014-03-27 | use __svalue instead of ary2sv | Yukihiro "Matz" Matsumoto | |
| 2014-03-27 | call to_a at the top of Enumerabl#zip; ref #1961 | Yukihiro "Matz" Matsumoto | |
| 2014-03-27 | add String#oct | cubicdaiya | |
| 2014-03-27 | Support multiple values in Enumerable#zip | Jun Hiroe | |
| 2014-03-27 | Add Enumerable#zip | Jun Hiroe | |
| 2014-03-27 | an int literal may have multiple underscores inside | Yukihiro "Matz" Matsumoto | |
| 2014-03-27 | allow underscores in integer literals; close #1960 | Yukihiro "Matz" Matsumoto | |
| 2014-03-27 | Merge pull request #1959 from mattn/string_hex | Yukihiro "Matz" Matsumoto | |
| Implement String#hex | |||
| 2014-03-27 | Merge pull request #1956 from cubicdaiya/issues/suitable_type5 | Yukihiro "Matz" Matsumoto | |
| Use size_t instead of int | |||
| 2014-03-27 | Implement String#hex | mattn | |
| 2014-03-27 | Merge pull request #1954 from take-cheeze/objectspace_count_key | Yukihiro "Matz" Matsumoto | |
| Use CRuby compatible key in ObjectSpace.count_objects . | |||
| 2014-03-27 | Merge pull request #1953 from bovi/conversion-str-int | Yukihiro "Matz" Matsumoto | |
| Adapt TypeError Message for String to (Integer|Float) Conversion | |||
| 2014-03-27 | Use CRuby compatible key in ObjectSpace.count_objects . | take_cheeze | |
| 2014-03-27 | use suitable type | cubicdaiya | |
| 2014-03-27 | Adapt for Float and Integer | Daniel Bovensiepen | |
| 2014-03-27 | Adapt TypeError Message for String to Integer Conversion. | Daniel Bovensiepen | |
| MRI: "str" * "3" => TypeError: no implicit conversion of String into Integer mruby: "str" * "3" => TypeError: String can't be coerced into int | |||
| 2014-03-26 | Merge pull request #1952 from kyab/catchup_arduinodue | Yukihiro "Matz" Matsumoto | |
| Catch up to latest Arduino IDE | |||
| 2014-03-26 | Catch up to latest Arduino IDE | kyab | |
| 2014-03-26 | revert 813ba5 since #1949 fixed | Yukihiro "Matz" Matsumoto | |
| 2014-03-26 | Merge branch 'eval_test' of https://github.com/take-cheeze/mruby into ↵ | Yukihiro "Matz" Matsumoto | |
| take-cheeze-eval_test | |||
| 2014-03-26 | should not over process ensure clauses; close #1949 | Yukihiro "Matz" Matsumoto | |
| 2014-03-26 | Merge pull request #1948 from monaka/pr-remove-unused-null-check | Yukihiro "Matz" Matsumoto | |
| Remove redundant NULL checks. | |||
| 2014-03-26 | Don't use ensure to fix crash of mruby-eval test. | take_cheeze | |
| 2014-03-26 | Add tests for mruby-eval. | take_cheeze | |
| 2014-03-26 | Remove redundant NULL checks. | Masaki Muranaka | |
| mrb_malloc causes an exception when memory was empty. | |||
| 2014-03-26 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-03-26 | add new function mrb_toplevel_run to prevent running through C function ↵ | Yukihiro "Matz" Matsumoto | |
| boudaries on exceptions; close #1942 | |||
| 2014-03-25 | Merge pull request #1946 from ksss/str-macro | Yukihiro "Matz" Matsumoto | |
| Fix unnecessary string macro | |||
| 2014-03-25 | Merge pull request #1945 from cubicdaiya/issues/suitable_type3 | Yukihiro "Matz" Matsumoto | |
| Use mrb_int instead of int | |||
| 2014-03-25 | Fix unnecessary string macro | ksss | |
| 2014-03-25 | Use mrb_int instead of int | cubicdaiya | |
| 2014-03-25 | Enumerable#find_index to support multiple values | Yukihiro "Matz" Matsumoto | |
| 2014-03-25 | Merge pull request #1939 from suzukaze/add-enum.find_index | Yukihiro "Matz" Matsumoto | |
| Enumerable#find_index | |||
| 2014-03-25 | Merge pull request #1938 from cubicdaiya/issues/suitable_type2 | Yukihiro "Matz" Matsumoto | |
| Use mrb_int instead of int | |||
| 2014-03-25 | Enumerable#find_index | Jun Hiroe | |
| 2014-03-25 | Use mrb_int instead of int | cubicdaiya | |
| 2014-03-25 | use to_int to integer duck-type check | Yukihiro "Matz" Matsumoto | |
| 2014-03-25 | Merge pull request #1937 from cubicdaiya/issues/mrb_int | Yukihiro "Matz" Matsumoto | |
| Use mrb_int instead of int | |||
| 2014-03-25 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-03-25 | REnv uses obj->c as env link; no super | Yukihiro "Matz" Matsumoto | |
| 2014-03-25 | Use mrb_int instead of int | cubicdaiya | |
| 2014-03-25 | Merge pull request #1936 from ksss/pool-capa | Yukihiro "Matz" Matsumoto | |
| mrb_str_pool add string capa | |||
| 2014-03-25 | Use mrb_int. | take_cheeze | |
| 2014-03-25 | mrb_str_pool add string capa | ksss | |
| 2014-03-25 | Implement ObjectSpace.each_object . | take_cheeze | |
| 2014-03-25 | Merge pull request #1934 from ksss/safe-name | Yukihiro "Matz" Matsumoto | |
| src/string.c RESIZE_CAPA use safe name variables | |||
| 2014-03-24 | Fix Enumerable#cycle; ref #1933 | Yukihiro "Matz" Matsumoto | |
| * add multi value support * `each` method may not rewind the sequence so that `cycle` should save elements | |||
