summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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 ↵Yukihiro "Matz" Matsumoto
order
2014-06-04Merge pull request #2352 from suzukaze/fix-indentYukihiro "Matz" Matsumoto
Fix indents in mruby-string-utf8
2014-06-04Merge pull request #2353 from suzukaze/refactor-string-utf8Yukihiro "Matz" Matsumoto
Refactor mrb_utf8_strlen() in mruby-string-utf8
2014-06-04Merge pull request #2351 from mattn/add-string-utf8.chrYukihiro "Matz" Matsumoto
Add string String#chr for utf8
2014-06-04Merge pull request #2350 from suzukaze/add-string.chrYukihiro "Matz" Matsumoto
Implement String#chr
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-03Merge branch 'master' of github.com:mruby/mrubyYukihiro "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 ↵Jun Hiroe
strip_bang
2014-06-03Fix mgem test args passingCarson McDonald
2014-06-03Remove space.yui-knk
2014-06-03Fix indent.yui-knk
2014-06-03Fix typos in gckatmutua
2014-06-03Remove space.yui-knk
2014-06-03Merge pull request #2348 from takkanm/add_array_to_hYukihiro "Matz" Matsumoto
Add Array#to_h
2014-06-03Merge pull request #2347 from take-cheeze/nomethod_argsYukihiro "Matz" Matsumoto
Implement `NoMethodError#args`.
2014-06-03Merge pull request #2346 from suzukaze/add-string-comment2Yukihiro "Matz" Matsumoto
Fix indent in String#casecmp comments
2014-06-03Merge pull request #2345 from suzukaze/add-string-commentYukihiro "Matz" Matsumoto
Add comments in String#lstrip, rstrip, strip, lstring_bang, rstrip_bang ...
2014-06-02Add Array#to_hMitsutaka Mimura
2014-06-02Implement `NoMethodError#args`.take_cheeze
2014-06-02Fix indent in String#casecmp commentsJun Hiroe
2014-06-02Add comments in String#lstrip, rstrip, strip, lstring_bang, rstrip_bang and ↵Jun Hiroe
strip_bang
2014-06-02Merge pull request #2343 from carsonmcdonald/fixmgemargspassingYukihiro "Matz" Matsumoto
Fix mgem test args passing
2014-06-02Change to always use locals->car->car.yui-knk
When p->locals->car is not NULL and p->locals->car->car is NULL, local_add_f dose not append sym to p->locals->car->car. This commit change to append sym to p->locals->car->car. This will close #2333.
2014-06-01Fix mgem test args passingCarson McDonald
2014-06-01Merge pull request #2341 from yui-knk/remove-spaceYukihiro "Matz" Matsumoto
Remove space.
2014-06-01Merge pull request #2342 from yui-knk/fix-indentYukihiro "Matz" Matsumoto
Fix indent.
2014-06-01Fix indent.yui-knk
2014-06-01Remove space.yui-knk
2014-06-01Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-06-01remove part of 9cd71916 test for same reason as 5306e47Yukihiro "Matz" Matsumoto
2014-05-31Merge pull request #2336 from katmutua/masterYukihiro "Matz" Matsumoto
Fix typos in gc
2014-05-31Fix typos in gckatmutua
2014-05-31Merge pull request #2334 from yui-knk/remove-spaceYukihiro "Matz" Matsumoto
Remove space.
2014-05-31Remove space.yui-knk
2014-05-31Fix to not print unnecessary comma.yui-knk
When `n2->car` is 0 and `n2->cdd` is not 0, unnecessary comma was printed before first local variables.
2014-05-30add internal function mrb_toplevel_run_keep() to keep stack contents; close ↵Yukihiro "Matz" Matsumoto
#2326
2014-05-29Merge pull request #2330 from take-cheeze/struct_set_strYukihiro "Matz" Matsumoto
Improve `Struct#[]=`.
2014-05-28Add invalid key type check in `Struct#[]=`.take_cheeze
2014-05-28Support string key in `Struct#[]=`.take_cheeze