summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2012-05-07initialize_copy: copy destination object may not be intializedYukihiro Matsumoto
2012-05-07Merge pull request #104 from mattn/gmtime_rYukihiro "Matz" Matsumoto
2012-05-07RRegexp.src should not be mrb_valueYukihiro Matsumoto
2012-05-07RMatch.src should not be mrb_valueYukihiro Matsumoto
2012-05-07RMatch.regexp should not be mrb_valueYukihiro Matsumoto
2012-05-07remove unused codeYukihiro Matsumoto
2012-05-07argument type of mrb_gc_free_ht() has changedYukihiro Matsumoto
2012-05-07intptr_t uses to cast only.Hiroyuki Iwatsuki
2012-05-07remove warning.mattn
2012-05-07time functions on windows.mattn
2012-05-06add const to char*Yuichiro MASUI
2012-05-06test_time should passYukihiro Matsumoto
2012-05-06mrb_get_arg(i/f) should set zero from nilYukihiro Matsumoto
2012-05-05Merge pull request #93 from k-tsj/fix-splat-segvYukihiro "Matz" Matsumoto
2012-05-06Merge branch 'master' of github.com:mruby/mrubyYukihiro Matsumoto
2012-05-06Time class available; based on code from @beoran; sorry for jumbo patchYukihiro Matsumoto
2012-05-06Merge branch 'master' of github.com:mruby/mrubyYukihiro Matsumoto
2012-05-05Remove debug messageKazuki Tsujimoto
2012-05-05more hash refactoredYukihiro Matsumoto
2012-05-05hash refactoredYukihiro Matsumoto
2012-05-05remove unused argc checkYukihiro Matsumoto
2012-05-05typo fixedYukihiro Matsumoto
2012-05-05mrb_get_args(i) should convert using to_intYukihiro Matsumoto
2012-05-05mrb_get_args(f) should convert using to_fYukihiro Matsumoto
2012-05-05move mrb_obj_is_instance_of from range.c to kernel.cYukihiro Matsumoto
2012-05-04remove unused ruby_xfreeYukihiro Matsumoto
2012-05-04make convert_type privateYukihiro Matsumoto
2012-05-04move mrb_str_new prototype to mruby.hYukihiro Matsumoto
2012-05-04Merge pull request #96 from k-tsj/fix-return-segvYukihiro "Matz" Matsumoto
2012-05-04Merge pull request #97 from k-tsj/fix-include-segvYukihiro "Matz" Matsumoto
2012-05-04Fix SEGV when including an object other than ModuleKazuki Tsujimoto
2012-05-04Fix SEGV when returning from terminated methodKazuki Tsujimoto
2012-05-04LocalJumpError message contained garbage charactersKazuki Tsujimoto
2012-05-04remove unused eval_intern.h; make clean firstYukihiro Matsumoto
2012-05-04mrb_closure_new uses current irep's nlocals instead of blocks; a patch from @...Yukihiro Matsumoto
2012-05-03library file name renamed to libmruby.a on all platformsYukihiro Matsumoto
2012-05-03Fix SEGV caused by using the splat operator for non arraysKazuki Tsujimoto
2012-05-03allow spaces between lambda arrow andYukihiro Matsumoto
2012-05-03Merge branch 'master' of github.com:mruby/mrubyYukihiro Matsumoto
2012-05-02Merge pull request #88 from takahashim/fix-add-headerYukihiro "Matz" Matsumoto
2012-05-02add header "mruby/data.h"takahashim
2012-05-02remove unused vm_core.hYukihiro Matsumoto
2012-05-02Merge branch 'master' of github.com:mruby/mrubyYukihiro Matsumoto
2012-05-02rename ritevm.a to mruby.aYukihiro Matsumoto
2012-05-01Merge pull request #83 from carsonmcdonald/symunionfixYukihiro "Matz" Matsumoto
2012-05-02numeric.c: big restructuring; coercing removed, indentation fixed, unnecessar...Yukihiro Matsumoto
2012-05-01Fixed issue with reference to i in union, should have been symCarson McDonald
2012-05-02numeric.c: remove dependency to encoding.hYukihiro Matsumoto
2012-05-01remove round(3) to avoid -std=c99Yukihiro Matsumoto
2012-04-30rm whitespaceroco