summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
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-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
2012-04-30build process restructuredYukihiro Matsumoto
2012-04-28Merge pull request #69 from k-tsj/fix-proc-segvYukihiro "Matz" Matsumoto
2012-04-28use readint/readfloat instead of sscanfYukihiro Matsumoto
2012-04-28Use mrb_get_args instead of direct stack accessKazuki Tsujimoto
2012-04-27Merge pull request #61 from pbhogan/fix-warningsYukihiro "Matz" Matsumoto
2012-04-28accessing out of region; fix #68Yukihiro Matsumoto
2012-04-28Merge branch 'master' of github.com:mruby/mrubyYukihiro Matsumoto
2012-04-28struct RString member should not be mrb_valueYukihiro Matsumoto
2012-04-27Merge pull request #67 from mattn/fix_null_derefYukihiro "Matz" Matsumoto
2012-04-27object iv table can be NULL; close #66Yukihiro Matsumoto
2012-04-27Avoid to crash when "mruby -e p"mattn
2012-04-27allow float/double switchYukihiro Matsumoto
2012-04-26Merge pull request #59 from mattn/fix_issue56Yukihiro "Matz" Matsumoto
2012-04-26size_t is unsigned and can never be < 0Patrick Hogan
2012-04-26mrb_read_irep should take const char *Patrick Hogan
2012-04-26Fix a few casting warnings.Patrick Hogan
2012-04-26Remove unused ret argument from kh_put.Patrick Hogan
2012-04-26More switch statement cleanup.Patrick Hogan
2012-04-26Remove a bunch of unused variables.Patrick Hogan
2012-04-26Clean up switch statements.Patrick Hogan
2012-04-26mrb_ary_dup is only used by mrb_ary_sort which is removed by #if 0Patrick Hogan
2012-04-26fix #56mattn
2012-04-26use mrb_float instead of doubleYukihiro Matsumoto
2012-04-26parse.y: skip() should not ignore end-of-file; fix #55Yukihiro Matsumoto
2012-04-26supeclass type check prohibits class definition without superclass specifiedYukihiro Matsumoto
2012-04-24Call dfree member on RData/MRB_TT_DATA when collectedPatrick Hogan
2012-04-24superclass should be a classYukihiro Matsumoto
2012-04-24EXPR_BEG by keywords is a start point of commands; backport r35457 from CRubyYukihiro Matsumoto
2012-04-24move header files {irep,dump,cdump,ritehash}.h to /include/mrubyYukihiro Matsumoto
2012-04-24change type of RString.size from size_t to longYukihiro Matsumoto
2012-04-24mv variable.h to mruby/variable.hYukihiro Matsumoto
2012-04-23remove code for unsupported taint-modeYukihiro Matsumoto
2012-04-23wrong type argument for mrb_funcallYukihiro Matsumoto