| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-06-03 | Fix indents in mruby-string-utf8 | Jun Hiroe | |
| 2014-06-03 | Add test | mattn | |
| 2014-06-03 | Implement String#chr for utf-8 | mattn | |
| 2014-06-03 | Implement String#chr | Jun Hiroe | |
| 2014-06-03 | Merge branch 'iij-pr-string-percent' | Yukihiro "Matz" Matsumoto | |
| 2014-06-03 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-06-03 | Special treatment for Hashes, not Arrays; ref #2349 | Yukihiro "Matz" Matsumoto | |
| 2014-06-03 | add 'String#%'. | Tomoyuki Sahara | |
| 2014-06-03 | Add comments in String#lstrip, rstrip, strip, lstring_bang, rstrip_bang and ↵ | Jun Hiroe | |
| strip_bang | |||
| 2014-06-03 | Fix mgem test args passing | Carson McDonald | |
| 2014-06-03 | Remove space. | yui-knk | |
| 2014-06-03 | Fix indent. | yui-knk | |
| 2014-06-03 | Fix typos in gc | katmutua | |
| 2014-06-03 | Remove space. | yui-knk | |
| 2014-06-03 | Merge pull request #2348 from takkanm/add_array_to_h | Yukihiro "Matz" Matsumoto | |
| Add Array#to_h | |||
| 2014-06-03 | Merge pull request #2347 from take-cheeze/nomethod_args | Yukihiro "Matz" Matsumoto | |
| Implement `NoMethodError#args`. | |||
| 2014-06-03 | Merge pull request #2346 from suzukaze/add-string-comment2 | Yukihiro "Matz" Matsumoto | |
| Fix indent in String#casecmp comments | |||
| 2014-06-03 | Merge pull request #2345 from suzukaze/add-string-comment | Yukihiro "Matz" Matsumoto | |
| Add comments in String#lstrip, rstrip, strip, lstring_bang, rstrip_bang ... | |||
| 2014-06-02 | Add Array#to_h | Mitsutaka Mimura | |
| 2014-06-02 | Implement `NoMethodError#args`. | take_cheeze | |
| 2014-06-02 | Fix indent in String#casecmp comments | Jun Hiroe | |
| 2014-06-02 | Add comments in String#lstrip, rstrip, strip, lstring_bang, rstrip_bang and ↵ | Jun Hiroe | |
| strip_bang | |||
| 2014-06-02 | Merge pull request #2343 from carsonmcdonald/fixmgemargspassing | Yukihiro "Matz" Matsumoto | |
| Fix mgem test args passing | |||
| 2014-06-02 | Change 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-01 | Fix mgem test args passing | Carson McDonald | |
| 2014-06-01 | Merge pull request #2341 from yui-knk/remove-space | Yukihiro "Matz" Matsumoto | |
| Remove space. | |||
| 2014-06-01 | Merge pull request #2342 from yui-knk/fix-indent | Yukihiro "Matz" Matsumoto | |
| Fix indent. | |||
| 2014-06-01 | Fix indent. | yui-knk | |
| 2014-06-01 | Remove space. | yui-knk | |
| 2014-06-01 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-06-01 | remove part of 9cd71916 test for same reason as 5306e47 | Yukihiro "Matz" Matsumoto | |
| 2014-05-31 | Merge pull request #2336 from katmutua/master | Yukihiro "Matz" Matsumoto | |
| Fix typos in gc | |||
| 2014-05-31 | Fix typos in gc | katmutua | |
| 2014-05-31 | Merge pull request #2334 from yui-knk/remove-space | Yukihiro "Matz" Matsumoto | |
| Remove space. | |||
| 2014-05-31 | Remove space. | yui-knk | |
| 2014-05-31 | Fix 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-30 | add internal function mrb_toplevel_run_keep() to keep stack contents; close ↵ | Yukihiro "Matz" Matsumoto | |
| #2326 | |||
| 2014-05-29 | Merge pull request #2330 from take-cheeze/struct_set_str | Yukihiro "Matz" Matsumoto | |
| Improve `Struct#[]=`. | |||
| 2014-05-28 | Add invalid key type check in `Struct#[]=`. | take_cheeze | |
| 2014-05-28 | Support string key in `Struct#[]=`. | take_cheeze | |
| 2014-05-28 | Merge pull request #2329 from bggd/patch-4 | Yukihiro "Matz" Matsumoto | |
| Fix invalid array initialize for VS2012 | |||
| 2014-05-28 | Fix invalid array initialize for VS2012 | bggd | |
| 2014-05-27 | Merge pull request #2324 from yui-knk/fix-indent | Yukihiro "Matz" Matsumoto | |
| fix indent. | |||
| 2014-05-27 | fix indent. | yui-knk | |
| 2014-05-25 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-05-25 | no one uses Array.try_convert, so removed it that discourages duck typing; ↵ | Yukihiro "Matz" Matsumoto | |
| close #2317 | |||
| 2014-05-25 | Merge pull request #2320 from yui-knk/test-enumerable | Yukihiro "Matz" Matsumoto | |
| Replace assert_true with assert_equal. | |||
| 2014-05-25 | Merge pull request #2316 from ksss/test-exception | Yukihiro "Matz" Matsumoto | |
| Exception#exception fix test | |||
| 2014-05-25 | Merge pull request #2315 from suzukaze/fix-test-proc | Yukihiro "Matz" Matsumoto | |
| Fix assert_equal argument order in test/t/proc.rb | |||
| 2014-05-25 | Merge pull request #2314 from take-cheeze/fiber_test_refactor | Yukihiro "Matz" Matsumoto | |
| Use `assert_*` method instead of using result value in fiber test. | |||
