summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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-02make color in OBJECT_HEADER unsignedYukihiro Matsumoto
2012-06-02Merge branch 'master' of github.com:mruby/mrubyYukihiro Matsumoto
2012-06-02add Hash#{select/reject} to return Hash as 1.9Yukihiro Matsumoto
2012-06-02Merge pull request #229 from bovi/remove-ary-reverseYukihiro "Matz" Matsumoto
2012-06-02Merge pull request #227 from bovi/add-string-testYukihiro "Matz" Matsumoto
2012-06-02Merge branch 'master' of github.com:mruby/mrubyYukihiro Matsumoto
2012-06-02Remove not used ary_reverseDaniel Bovensiepen
2012-06-02naming convention consistency for hash.hYukihiro Matsumoto
2012-06-02refactoring around mrb_hash_newYukihiro Matsumoto
2012-06-02remove unused st_hash_end/unit referenceYukihiro 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-02export exception handlingFrank Celler
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-02fixed prototype: g++ will complain about definition not being a prototype, sh...Frank Celler
2012-06-02Add string test for string interpolationDaniel Bovensiepen
2012-06-02Merge pull request #225 from MobiRuby/fixed_const_missingYukihiro "Matz" Matsumoto
2012-06-02Merge pull request #226 from MobiRuby/authorYukihiro "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-02Could you add me to AUTHORS?Yuichiro MASUI
2012-06-02fixed const_get && const_missing issueYuichiro MASUI
2012-06-02Merge pull request #221 from bovi/test-for-issue211Yukihiro "Matz" Matsumoto
2012-06-02Merge pull request #220 from bovi/test-for-issue210Yukihiro "Matz" Matsumoto
2012-06-02Merge pull request #218 from thecodeshop/cmake-xcodeYukihiro "Matz" Matsumoto
2012-06-02Merge pull request #217 from takahashim/fix-use-mrb_mallocYukihiro "Matz" Matsumoto
2012-06-02Merge pull request #224 from monaka/pr-use-if-instead-of-switchYukihiro "Matz" Matsumoto
2012-06-02Use "if" instead "switch".Masaki Muranaka
2012-06-02ensure str_modify is called at the beginning of modifying methodsYukihiro Matsumoto
2012-06-02Add Test Case for issue #211Daniel Bovensiepen
2012-06-02Add Test Case for issue #210Daniel Bovensiepen
2012-06-02use mrb_malloc instead of malloctakahashim
2012-06-01Update in-source build error messageJon
2012-06-01Update CMake to enable normal Xcode workflowsJon
2012-06-02mrb_str_concat was broken for shared strings; close #214Yukihiro Matsumoto
2012-06-02remove print and puts from kernel.rbYukihiro Matsumoto
2012-06-01remove Ruby define send from kernel.rbYukihiro Matsumoto
2012-06-01OP_RETURN operand should be stack position of the new scope, not the current ...Yukihiro Matsumoto