summaryrefslogtreecommitdiffhomepage
path: root/mrbgems
AgeCommit message (Expand)Author
2014-06-04fix String#lines comment; ref mattn@2e1855aYukihiro "Matz" Matsumoto
2014-06-04Merge pull request #2357 from mattn/string-linesYukihiro "Matz" Matsumoto
2014-06-04Merge pull request #2356 from mattn/string-codepointsYukihiro "Matz" Matsumoto
2014-06-04Add String#linesmattn
2014-06-04Refactor variable definitionsmattn
2014-06-04arena save/restoremattn
2014-06-04Add String#chars, String#each_char, String#codepoints, String#each_codepointmattn
2014-06-04add dependency from mruby-string-utf8 to mruby-string-ext to ensure loading o...Yukihiro "Matz" Matsumoto
2014-06-04Merge pull request #2352 from suzukaze/fix-indentYukihiro "Matz" Matsumoto
2014-06-04Merge pull request #2353 from suzukaze/refactor-string-utf8Yukihiro "Matz" Matsumoto
2014-06-04Merge pull request #2351 from mattn/add-string-utf8.chrYukihiro "Matz" Matsumoto
2014-06-04Merge pull request #2350 from suzukaze/add-string.chrYukihiro "Matz" Matsumoto
2014-06-04use is_a? Array for String#% argument check as the original PR did in #2349Yukihiro "Matz" Matsumoto
2014-06-03Refactor mrb_utf8_strlen() in mruby-string-utf8Jun Hiroe
2014-06-03Fix indents in mruby-string-utf8Jun Hiroe
2014-06-03Add testmattn
2014-06-03Implement String#chr for utf-8mattn
2014-06-03Implement String#chrJun Hiroe
2014-06-03Merge branch 'iij-pr-string-percent'Yukihiro "Matz" Matsumoto
2014-06-03Special treatment for Hashes, not Arrays; ref #2349Yukihiro "Matz" Matsumoto
2014-06-03add 'String#%'.Tomoyuki Sahara
2014-06-03Add comments in String#lstrip, rstrip, strip, lstring_bang, rstrip_bang and s...Jun Hiroe
2014-06-03Merge pull request #2348 from takkanm/add_array_to_hYukihiro "Matz" Matsumoto
2014-06-03Merge pull request #2346 from suzukaze/add-string-comment2Yukihiro "Matz" Matsumoto
2014-06-02Add Array#to_hMitsutaka Mimura
2014-06-02Fix indent in String#casecmp commentsJun Hiroe
2014-06-02Add comments in String#lstrip, rstrip, strip, lstring_bang, rstrip_bang and s...Jun Hiroe
2014-05-28Add invalid key type check in `Struct#[]=`.take_cheeze
2014-05-28Support string key in `Struct#[]=`.take_cheeze
2014-05-25Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-05-25no one uses Array.try_convert, so removed it that discourages duck typing; cl...Yukihiro "Matz" Matsumoto
2014-05-25Merge pull request #2314 from take-cheeze/fiber_test_refactorYukihiro "Matz" Matsumoto
2014-05-24Use `assert_*` method instead of using result value.take_cheeze
2014-05-24Use `assert_kind_of` instead.take_cheeze
2014-05-19Move `Kernel.local_variables` to core.take_cheeze
2014-05-19reimplement Range#size using double with fixing corner cases; ref #2293Yukihiro "Matz" Matsumoto
2014-05-19Add Range#sizeJun Hiroe
2014-05-19Merge pull request #2289 from take-cheeze/local_variables_isoYukihiro "Matz" Matsumoto
2014-05-18Add ISO index to `Kernel.eval` and `Kernel#eval`.take_cheeze
2014-05-18Add ISO index to `Kernel.local_variables`.take_cheeze
2014-05-16Replace tabs with spaces in eval.cJun Hiroe
2014-05-16register<nlocals may not have a local variable name (e.g. a block arg); fix #...Yukihiro "Matz" Matsumoto
2014-05-15Suport block in Kernel#evalMiura Hideki
2014-05-15compile mruby-bin-strip gem by defaultYukihiro "Matz" Matsumoto
2014-05-15move mrb_irep_remove_lv from etc.c to mruby-bin-strip gemYukihiro "Matz" Matsumoto
2014-05-15Implement `LVAR` section removing option in mruby-strip.take_cheeze
2014-05-15allow quit/exit to work within mirb; fix #2253 close #2254Yukihiro "Matz" Matsumoto
2014-05-14adjust signedness in mruby-eval gemYukihiro "Matz" Matsumoto
2014-05-14mv opcode.h -> include/mruby/opcode.h and remove duplication from mruby-eval gemYukihiro "Matz" Matsumoto
2014-05-14Modify eval for access outer local variableMiura Hideki