| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-04-21 | Also set $0 for binary files | iTitou | |
| 2014-04-21 | Merge pull request #2101 from take-cheeze/struct_test | Yukihiro "Matz" Matsumoto | |
| Remove `Struct` defined check in test. | |||
| 2014-04-21 | Remove unnecessary `require 'fiber'` note in Fiber.current document. | take_cheeze | |
| 2014-04-21 | Add document to Fiber#transfer . | take_cheeze | |
| 2014-04-21 | Remove `Struct` defined check in test. | take_cheeze | |
| 2014-04-21 | Add Array#reject_bang | Jun Hiroe | |
| 2014-04-21 | Add Array#delete_if | Jun Hiroe | |
| 2014-04-21 | Merge pull request #2092 from take-cheeze/test_syntax | Yukihiro "Matz" Matsumoto | |
| Suppress test script syntax warning. | |||
| 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 | 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 | Fix typos in tests for mruby-string-utf8 | Jun Hiroe | |
| 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 | 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-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 | Use mrb_regexp_p to check 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-16 | Use mruby/re.h instead of duplicate definition. | take_cheeze | |
| 2014-04-15 | Add test for UTF-8 string String#size . | take_cheeze | |
| 2014-04-14 | Fix and add test to Proc#inspect . | Takeshi Watanabe | |
| 2014-04-14 | reduce RSTRING_PTR usage | cremno | |
| 2014-04-13 | mruby-time: fix check of `mktime`'s return value | cremno | |
| >If the calendar time cannot be represented, the function returns the value (time_t)(-1). http://www.iso-9899.info/n1256.html#7.23.2.3p3 | |||
| 2014-04-13 | mruby-time: remove unnecessary `tzset` call | cremno | |
| The gem doesn't use the global variables and: >Local timezone information is used as though localtime() calls tzset(). http://pubs.opengroup.org/onlinepubs/9699919799/functions/localtime.html | |||
| 2014-04-12 | remove mirb regression test that fails on travis-ci only | Yukihiro "Matz" Matsumoto | |
| 2014-04-12 | Restore arena index since large struct may create many Proc objects; a patch ↵ | Yukihiro "Matz" Matsumoto | |
| from @take-cheeze; ref #2052 | |||
| 2014-04-12 | Add test cases to 'large struct' test; a patch from @take-cheeze; ref #2052 | Yukihiro "Matz" Matsumoto | |
| 2014-04-12 | Add Array#uniq_bang test | Jun Hiroe | |
| 2014-04-12 | Refactor array test to use assert_xxx method | Jun Hiroe | |
| 2014-04-12 | Add Array#rotate_bang | Jun Hiroe | |
| 2014-04-11 | Merge pull request #2045 from suzukaze/add-array.rotate | Yukihiro "Matz" Matsumoto | |
| Array#rotate | |||
| 2014-04-11 | Array#rotate | Jun Hiroe | |
