| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
| 2014-04-15 | OP_EQ系が速くなった | mirichi | |
| 2014-04-15 | merge @mattn's win-compatibility | Daniel Bovensiepen | |
| 2014-04-15 | Improve generator to output status | Daniel Bovensiepen | |
| 2014-04-15 | Update language documentation without line number to reduce update interval ↵ | Daniel Bovensiepen | |
| in the future | |||
| 2014-04-15 | Implement switch for line numbers | Daniel Bovensiepen | |
| 2014-04-15 | Update Language Documentation | Daniel Bovensiepen | |
| 2014-04-15 | resolve conflict | Yukihiro "Matz" Matsumoto | |
| 2014-04-14 | Fix and add test to Proc#inspect . | Takeshi Watanabe | |
| 2014-04-14 | should always initialize header flags for pooled strings | Yukihiro "Matz" Matsumoto | |
| 2014-04-14 | fixed wrong use of pointer reference found by @tsahara; ref #2059 | Yukihiro "Matz" Matsumoto | |
| 2014-04-14 | Merge pull request #2060 from cremno/exc_inspect-dup-file | Yukihiro "Matz" Matsumoto | |
| exc_inspect: dup file and check mesg only once | |||
| 2014-04-14 | Merge pull request #2059 from cremno/reduce-rstring_ptr-usage | Yukihiro "Matz" Matsumoto | |
| reduce RSTRING_PTR usage | |||
| 2014-04-14 | exc_inspect: dup file and check mesg only once | cremno | |
| 2014-04-14 | reduce RSTRING_PTR usage | cremno | |
| 2014-04-14 | Merge pull request #2058 from cremno/mruby-time-more-portable | Yukihiro "Matz" Matsumoto | |
| mruby-time: two small changes for portability | |||
| 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-13 | disable fragile bintest on travis-ci | Yukihiro "Matz" Matsumoto | |
| 2014-04-13 | use quadratic probing in khash.h | Yukihiro "Matz" Matsumoto | |
| 2014-04-13 | use kh_put2 in mrb_hash_set for performance improvement | Yukihiro "Matz" Matsumoto | |
| 2014-04-13 | add kh_push2() to check if entry is added | Yukihiro "Matz" Matsumoto | |
| 2014-04-13 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-04-13 | avoid function style parens after "return"; ref #2055 | Yukihiro "Matz" Matsumoto | |
