summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2014-04-17Cosmetic changemattn
2014-04-17Handle utf-8 code in index/rindexmattn
2014-04-17Implement String#index, fixes #2073mattn
2014-04-17Merge pull request #2072 from take-cheeze/mrb_regexp_pYukihiro "Matz" Matsumoto
Add mrb_regexp_p.
2014-04-17Use mrb_regexp_p to check regexp.take_cheeze
2014-04-17Add mrb_regexp_p to check whether mrb_value is Regexp.take_cheeze
2014-04-17Symbol#to_proc to support block call.Yukihiro "Matz" Matsumoto
based on a patch from @ksss; close #2071
2014-04-17raises an ArgumentError when calling #callYukihiro "Matz" Matsumoto
based on a patch from @ksss; close #2070
2014-04-17Merge pull request #2069 from cremno/staticYukihiro "Matz" Matsumoto
various functions should have internal linkage
2014-04-17Merge pull request #2068 from cremno/exc_inspect-convert-mesg-to-stringYukihiro "Matz" Matsumoto
convert exception message to string
2014-04-17Merge pull request #2067 from take-cheeze/move_re_hYukihiro "Matz" Matsumoto
Move src/re.h to include/mruby/re.h .
2014-04-16various functions should have internal linkagecremno
2014-04-16get classname and concatenate ": " only oncecremno
2014-04-16convert exception message to stringcremno
fixes: mruby -e "p ArgumentError.new(1)"
2014-04-16Use mruby/re.h instead of duplicate definition.take_cheeze
2014-04-16Move src/re.h to include/mruby/re.h .take_cheeze
2014-04-16Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-04-16resolve conflictYukihiro "Matz" Matsumoto
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