summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2014-04-16Merge pull request #2066 from suzukaze/refactor-numeric2Yukihiro "Matz" Matsumoto
Refactor numeric.c
2014-04-16Refactor fix_to_f in numeric.cJun Hiroe
2014-04-16Refactor lshift in numeric.cJun Hiroe
2014-04-16Refactor fix_shift_get_width in numeric.cJun Hiroe
2014-04-15Merge pull request #2065 from take-cheeze/utf8_string_size_testYukihiro "Matz" Matsumoto
Add test for UTF-8 string String#size .
2014-04-15Add test for UTF-8 string String#size .take_cheeze
2014-04-15fixed typo in opcode.hYukihiro "Matz" Matsumoto
2014-04-15Merge pull request #2064 from mirichi/opt_jmpYukihiro "Matz" Matsumoto
OP_EQ系が速くなった
2014-04-15Merge pull request #2063 from bovi/update_language_docYukihiro "Matz" Matsumoto
Improve Language Documentation
2014-04-15OP_EQ系が速くなったmirichi
2014-04-15merge @mattn's win-compatibilityDaniel Bovensiepen
2014-04-15Improve generator to output statusDaniel Bovensiepen
2014-04-15Update language documentation without line number to reduce update interval ↵Daniel Bovensiepen
in the future
2014-04-15Implement switch for line numbersDaniel Bovensiepen
2014-04-15Update Language DocumentationDaniel Bovensiepen
2014-04-15resolve conflictYukihiro "Matz" Matsumoto
2014-04-14Fix and add test to Proc#inspect .Takeshi Watanabe
2014-04-14should always initialize header flags for pooled stringsYukihiro "Matz" Matsumoto
2014-04-14fixed wrong use of pointer reference found by @tsahara; ref #2059Yukihiro "Matz" Matsumoto
2014-04-14Merge pull request #2060 from cremno/exc_inspect-dup-fileYukihiro "Matz" Matsumoto
exc_inspect: dup file and check mesg only once
2014-04-14Merge pull request #2059 from cremno/reduce-rstring_ptr-usageYukihiro "Matz" Matsumoto
reduce RSTRING_PTR usage
2014-04-14exc_inspect: dup file and check mesg only oncecremno
2014-04-14reduce RSTRING_PTR usagecremno
2014-04-14Merge pull request #2058 from cremno/mruby-time-more-portableYukihiro "Matz" Matsumoto
mruby-time: two small changes for portability
2014-04-13mruby-time: fix check of `mktime`'s return valuecremno
>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-13mruby-time: remove unnecessary `tzset` callcremno
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-13disable fragile bintest on travis-ciYukihiro "Matz" Matsumoto
2014-04-13use quadratic probing in khash.hYukihiro "Matz" Matsumoto
2014-04-13use kh_put2 in mrb_hash_set for performance improvementYukihiro "Matz" Matsumoto
2014-04-13add kh_push2() to check if entry is addedYukihiro "Matz" Matsumoto
2014-04-13Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-04-13avoid function style parens after "return"; ref #2055Yukihiro "Matz" Matsumoto
2014-04-13Merge branch 'Refactor-numeric.c' of https://github.com/suzukaze/mruby into ↵Yukihiro "Matz" Matsumoto
suzukaze-Refactor-numeric.c
2014-04-13Merge pull request #2056 from suzukaze/fix-indentYukihiro "Matz" Matsumoto
Fix indent in bit_coerce
2014-04-13Fix indent in bit_coerceJun Hiroe
2014-04-13Refactor fix_rshiftJun Hiroe
2014-04-13Refactor fix_lshiftJun Hiroe
2014-04-13disable bintest for nowYukihiro "Matz" Matsumoto
2014-04-13khash.h: use first found k_delYukihiro "Matz" Matsumoto
2014-04-12Merge pull request #2053 from suzukaze/refactor-fix_revYukihiro "Matz" Matsumoto
Refactor fix_rev
2014-04-12Refactor fix_revJun Hiroe
2014-04-12remove mirb regression test that fails on travis-ci onlyYukihiro "Matz" Matsumoto
2014-04-12Restore arena index since large struct may create many Proc objects; a patch ↵Yukihiro "Matz" Matsumoto
from @take-cheeze; ref #2052
2014-04-12Add test cases to 'large struct' test; a patch from @take-cheeze; ref #2052Yukihiro "Matz" Matsumoto
2014-04-12simplify Fixnum#==Yukihiro "Matz" Matsumoto
2014-04-12simplify Numeric#eql?Yukihiro "Matz" Matsumoto
2014-04-12remove num_equal() that potentially cause infinite loopYukihiro "Matz" Matsumoto
2014-04-12Merge pull request #2051 from suzukaze/add-array_bang_testYukihiro "Matz" Matsumoto
Add Array#uniq! test
2014-04-12Add Array#uniq_bang testJun Hiroe
2014-04-12Merge pull request #2050 from suzukaze/refactor-array-testYukihiro "Matz" Matsumoto
Refactor array test to use assert_xxx method