summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2012-05-20'not (2)' should not raise warningYukihiro Matsumoto
2012-05-20waring refactoring; print line numberYukihiro Matsumoto
2012-05-20Merge pull request #169 from mitchblank/cplusplusYukihiro "Matz" Matsumoto
2012-05-20Merge pull request #168 from k-tsj/add-castYukihiro "Matz" Matsumoto
2012-05-20use mrb_assoc_new to generate a key-value pairYukihiro Matsumoto
2012-05-20C++ compilability - avoid 'goto' across a variable initializationMitchell Blank Jr
2012-05-20Fix wrong castKazuki Tsujimoto
2012-05-20C++ compilability: don't use "node" as both a type and a memberMitchell Blank Jr
2012-05-20C++ compilability -- don't jump across variable initializationMitchell Blank Jr
2012-05-19"volatile" no longer needed hereMitchell Blank Jr
2012-05-19fix mrb_gc_mark_ht_size() and mrb_gc_free_ht() typesMitchell Blank Jr
2012-05-19C++ compilability: "not" is a C++ keyword, avoid itMitchell Blank Jr
2012-05-19C++ compilabilty -- "new" is a C++ keyword, avoid itMitchell Blank Jr
2012-05-19C++ compilability -- "try" is a keyword, avoid as variable nameMitchell Blank Jr
2012-05-19Helper functions for st_foreach() return "enum st_retval" not "int"Mitchell Blank Jr
2012-05-20Add cast to remove "cast from pointer to integer of different size" warningKazuki Tsujimoto
2012-05-19C++ compilability - don't define types inside othersMitchell Blank Jr
2012-05-20Fix Hash#shift return value from Hash to ArrayDaniel Bovensiepen
2012-05-19should initialize p->sterm every parse timeYukihiro Matsumoto
2012-05-19remove src/pool.h; close #163Yukihiro Matsumoto
2012-05-19mirb should detect end of expression smarterYukihiro Matsumoto
2012-05-19remove dependency to node.h and pool.hYukihiro Matsumoto
2012-05-19p->tree may be NULL; close #161Yukihiro Matsumoto
2012-05-18remove obsolete minimain.cYukihiro Matsumoto
2012-05-18Merge pull request #158 from pbosetti/testsYukihiro "Matz" Matsumoto
2012-05-18implement Kernel#p in RubyYukihiro Matsumoto
2012-05-17Merge branch 'tests' of github.com:pbosetti/mruby into testsPaolo Bosetti
2012-05-18remove unused prototypeYukihiro Matsumoto
2012-05-18revise version descriptionYukihiro Matsumoto
2012-05-18failed to initialize source stringYukihiro Matsumoto
2012-05-18move compile.h to mruby/compile.hYukihiro Matsumoto
2012-05-18add extern "C" guardsYukihiro Matsumoto
2012-05-18yywarn should use warn_buffer not error_bufferYukihiro Matsumoto
2012-05-18remove mrb_parse_nstring_ext; use mrb_parser_new() then set p->capture_error ...Yukihiro Matsumoto
2012-05-18keep toplevel local variables; close #133Yukihiro Matsumoto
2012-05-18new API for parserYukihiro Matsumoto
2012-05-17Minor edits in tests for Math modulePaolo Bosetti
2012-05-18remove src/method.hYukihiro Matsumoto
2012-05-18remove unused method.h from kernel.cYukihiro Matsumoto
2012-05-18remove unused method.h from object.cYukihiro Matsumoto
2012-05-17compile error should contain line numberYukihiro Matsumoto
2012-05-17print line number in compile error messagesYukihiro Matsumoto
2012-05-17too many line count in nextc()Yukihiro Matsumoto
2012-05-17add cast to remove warning; close #154Yukihiro Matsumoto
2012-05-17idx should be less than the cap, if it is equal irep needs to grow.Carson McDonald
2012-05-17no SEGV for nth_ref & back_ref; close #152Yukihiro Matsumoto
2012-05-17remove unused assignmentsYukihiro Matsumoto
2012-05-17avoid updating existing libmruby.a to avoid problems on low time resolution f...Yukihiro Matsumoto
2012-05-17avoid isfinite() in num_powYukihiro Matsumoto
2012-05-17redefine POST/NEG FIXABLE using INT_MIN/MAXYukihiro Matsumoto