summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
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
2012-06-03remove a blank lineYukihiro Matsumoto
2012-06-03time - time should not return time, but numberYukihiro Matsumoto
2012-06-03issue: make test fail on mingw.liyuray
2012-06-03should have adjusted stack address kept in closures; close #222Yukihiro Matsumoto
2012-06-03stack_extend boundary condition was wrongYukihiro Matsumoto
2012-06-03should initialize shared->buf as well as s->bufYukihiro Matsumoto
2012-06-03str_make_shared not to return new stringYukihiro Matsumoto
2012-06-03Add Class#superclass; a patch made by @bovi; close #234Yukihiro Matsumoto
2012-06-03make shared string to reference-counted C structure to reduce GC pressureYukihiro Matsumoto
2012-06-03small refactoring after mruby coding conventionYukihiro Matsumoto
2012-06-02Merge pull request #230 from MobiRuby/Class_newYukihiro "Matz" Matsumoto
2012-06-03remove unsafe macros in hash.hYukihiro Matsumoto
2012-06-03support Class.new()Yuichiro MASUI
2012-06-02simpler implementation of Hash#empty?Yukihiro Matsumoto
2012-06-02hash->ht might be NULL; it shouldn't thoughYukihiro Matsumoto
2012-06-02hash->ht might be NULL; it shouldn't thoughYukihiro Matsumoto
2012-06-02Merge branch 'master' of github.com:mruby/mrubyYukihiro Matsumoto
2012-06-02naming convention consistency for hash.hYukihiro Matsumoto
2012-06-02refactoring around mrb_hash_newYukihiro Matsumoto
2012-06-02remove unused mrb_mem_clearYukihiro Matsumoto
2012-06-02clean appendix comments from array.cYukihiro Matsumoto
2012-06-02unify long,size_t to int in array.[ch]Yukihiro Matsumoto
2012-06-02changed prototype mrb_ary_replace to (mrb_state*,mrb_value,mrb_value)Yukihiro Matsumoto
2012-06-02small refactoring around Array#concatYukihiro Matsumoto
2012-06-02remove ary_reverse that no longer usedYukihiro Matsumoto
2012-06-02add proper type check (using mrb_get_args) in Array#replaceYukihiro Matsumoto
2012-06-02avoid using mrb_value in Array#+Yukihiro Matsumoto
2012-06-02Merge pull request #228 from fceller/masterYukihiro "Matz" Matsumoto
2012-06-02fixed prototype: g++ will complain about definition not being a prototype, sh...Frank Celler
2012-06-02Merge branch 'master' of github.com:mruby/mrubyYukihiro Matsumoto
2012-06-02Array#reverse revisitedYukihiro Matsumoto
2012-06-02Merge pull request #225 from MobiRuby/fixed_const_missingYukihiro "Matz" Matsumoto
2012-06-02Merge branch 'master' of github.com:mruby/mrubyYukihiro Matsumoto
2012-06-02'mrb_sym' used as 'uint32_t'. it's broken portability; based on the work from...Yukihiro Matsumoto
2012-06-02fixed const_get && const_missing issueYuichiro MASUI
2012-06-02Merge pull request #217 from takahashim/fix-use-mrb_mallocYukihiro "Matz" Matsumoto