| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2014-04-13 | Merge branch 'Refactor-numeric.c' of https://github.com/suzukaze/mruby into ↵ | Yukihiro "Matz" Matsumoto | |
| suzukaze-Refactor-numeric.c | |||
| 2014-04-13 | Merge pull request #2056 from suzukaze/fix-indent | Yukihiro "Matz" Matsumoto | |
| Fix indent in bit_coerce | |||
| 2014-04-13 | Fix indent in bit_coerce | Jun Hiroe | |
| 2014-04-13 | Refactor fix_rshift | Jun Hiroe | |
| 2014-04-13 | Refactor fix_lshift | Jun Hiroe | |
| 2014-04-13 | disable bintest for now | Yukihiro "Matz" Matsumoto | |
| 2014-04-13 | khash.h: use first found k_del | Yukihiro "Matz" Matsumoto | |
| 2014-04-12 | Merge pull request #2053 from suzukaze/refactor-fix_rev | Yukihiro "Matz" Matsumoto | |
| Refactor fix_rev | |||
| 2014-04-12 | Refactor fix_rev | Jun Hiroe | |
| 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 | simplify Fixnum#== | Yukihiro "Matz" Matsumoto | |
| 2014-04-12 | simplify Numeric#eql? | Yukihiro "Matz" Matsumoto | |
| 2014-04-12 | remove num_equal() that potentially cause infinite loop | Yukihiro "Matz" Matsumoto | |
| 2014-04-12 | Merge pull request #2051 from suzukaze/add-array_bang_test | Yukihiro "Matz" Matsumoto | |
| Add Array#uniq! test | |||
| 2014-04-12 | Add Array#uniq_bang test | Jun Hiroe | |
| 2014-04-12 | Merge pull request #2050 from suzukaze/refactor-array-test | Yukihiro "Matz" Matsumoto | |
| Refactor array test to use assert_xxx method | |||
