summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2012-06-12remove Kernel#eval from the core; close #261Yukihiro Matsumoto
2012-06-12String#split("") should split per character (byte for now)Yukihiro Matsumoto
2012-06-12corrupted String#inspect on backslash escapesYukihiro Matsumoto
2012-06-12s.split(nil) should work like s.split()Yukihiro Matsumoto
2012-06-12should handle splat in super argumentsYukihiro Matsumoto
2012-06-12remove obsolete commentYukihiro Matsumoto
2012-06-12String#split now understands string sepYukihiro Matsumoto
2012-06-12GETARG_x should return int, not int32_tYukihiro Matsumoto
2012-06-12should raise error on top-level super/yieldYukihiro Matsumoto
2012-06-11zsuper should respect block given; close #185Yukihiro Matsumoto
2012-06-11parser_dump: no print "local variables" if no local variablesYukihiro Matsumoto
2012-06-11should increment p on every iteration; close #254Yukihiro Matsumoto
2012-06-11should not quote || and && operators; close #253Yukihiro Matsumoto
2012-06-11string.subseq should create new string based on 'ptr' not on 'aux.shared'.Masamitsu MURASE
2012-06-10fixed typo DISPACTH to DISPATCHYukihiro Matsumoto
2012-06-07remove src/gc.hYukihiro Matsumoto
2012-06-05mruby/array.h: rename buf to ptrYukihiro Matsumoto
2012-06-05mruby/string.h: rename buf to ptrYukihiro Matsumoto
2012-06-05stop introducing Math::TORELANCEYukihiro Matsumoto
2012-06-04Merge pull request #245 from pbosetti/testsYukihiro "Matz" Matsumoto
2012-06-05Merge branch 'jf/parser-dump' of https://github.com/thecodeshop/mruby into th...Yukihiro Matsumoto
2012-06-05Time#- should return time if operand is a numberYukihiro Matsumoto
2012-06-04Merge pull request #243 from bovi/improve-time-and-testYukihiro "Matz" Matsumoto
2012-06-05merge conflict resolutionYukihiro Matsumoto
2012-06-05since 1.9 "!=" op is a method callYukihiro Matsumoto
2012-06-05symbol can contain non printable charactersYukihiro Matsumoto
2012-06-04Added Math.sqrt() that was missing in math.c, and added relevant test casePaolo Bosetti
2012-06-05Add Time#utcDaniel Bovensiepen
2012-06-04symbol can contain non printable charactersYukihiro Matsumoto
2012-06-04add Time#getlocal/getgm/getutcYukihiro Matsumoto
2012-06-04time.c add ISO section numbersYukihiro Matsumoto
2012-06-03Refactor hardcoded PARSER_DUMP macroJon
2012-06-04remove mrb_open NULL check for small test programs. They are only for proof-...Yukihiro Matsumoto
2012-06-03Merge pull request #239 from thecodeshop/jf/mrb_openYukihiro "Matz" Matsumoto
2012-06-03Improve Class#superclass to ISODaniel Bovensiepen
2012-06-03Check mrb_open return value for NULLJon
2012-06-03Verify that memory for mrb_state was allocatedJon
2012-06-03should not disclose metaclass; close #238Yukihiro Matsumoto
2012-06-03make arrays to share bodiesYukihiro Matsumoto
2012-06-03str_modify() revives string buffer kept in shared structure if refcnt == 1Yukihiro Matsumoto
2012-06-03Merge pull request #237 from k-tsj/rescue-only-standarderrorsYukihiro "Matz" Matsumoto
2012-06-03string.subseq should update shared refcntYukihiro Matsumoto
2012-06-03strig.c should properly decref shared entitiesYukihiro Matsumoto
2012-06-03remove mrb_exec_recursiveYukihiro Matsumoto
2012-06-03remove unused mrb_exec_recursiveYukihiro Matsumoto
2012-06-03A rescue clause with no parameter list rescues only StandardErrorsKazuki Tsujimoto
2012-06-03mrb_malloc/calloc/realloc should call mrb_garbage_collect before returning NULLYukihiro Matsumoto
2012-06-03should decref shared string body on gc_freeYukihiro Matsumoto
2012-06-03Merge branch 'master' of github.com:mruby/mrubyYukihiro Matsumoto
2012-06-02Merge pull request #236 from liyuray/masterYukihiro "Matz" Matsumoto