summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2012-05-22remove unused prototype from hash.hYukihiro Matsumoto
2012-05-22remove unused MT code from hash.hYukihiro Matsumoto
2012-05-22should mark iv from MRB_TT_DATAYukihiro Matsumoto
2012-05-22always use value.i for MRB_TT_FALSEYukihiro Matsumoto
2012-05-21use mrb_int for struct tm fractionsYukihiro Matsumoto
2012-05-21use mrb's allocator; thanks to @mitchblankYukihiro Matsumoto
2012-05-21print description on exceptionsYukihiro Matsumoto
2012-05-21wrong stack position in rescue clauseYukihiro Matsumoto
2012-05-20Merge pull request #171 from mitchblank/cplusplusYukihiro "Matz" Matsumoto
2012-05-20More C++ compilability work: mrb_obj_alloc void* conversionsMitchell Blank Jr
2012-05-20add "all" to test dependencyYukihiro Matsumoto
2012-05-20ANSIfy name2ctype.hYukihiro Matsumoto
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-20Merge pull request #167 from bovi/fix-hash-shiftYukihiro "Matz" 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-19C++ compilability -- make mrb_object() macro return an RObject, not voidMitchell Blank Jr
2012-05-19Merge pull request #166 from bovi/masterYukihiro "Matz" Matsumoto
2012-05-19Delete Plattform status againDaniel Bovensiepen
2012-05-19Merge branch 'master' of github.com:bovi/mrubyDaniel Bovensiepen
2012-05-19Complete ISO test cases for Hash, Range, String and SymbolDaniel Bovensiepen
2012-05-19mirb code termination policy changedYukihiro Matsumoto
2012-05-19mirb termination command renamed to quitYukihiro Matsumoto
2012-05-19unterminated string detection made easyYukihiro Matsumoto
2012-05-19should initialize p->sterm every parse timeYukihiro Matsumoto
2012-05-19Add information file for supported plattformsDaniel Bovensiepen
2012-05-19remove src/pool.h; close #163Yukihiro Matsumoto
2012-05-19even smarter expression termination detectionYukihiro 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-18Merge pull request #160 from bovi/masterYukihiro "Matz" Matsumoto
2012-05-19Finish all Float ISO TestsDaniel Bovensiepen
2012-05-19Complete Integer Tests for ISODaniel Bovensiepen
2012-05-18remove obsolete minimain.cYukihiro Matsumoto