summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2012-05-29class variable table intialization bug; close #206Yukihiro Matsumoto
2012-05-29force room in arena before raising arena overflow errorYukihiro Matsumoto
2012-05-29Merge pull request #205 from monaka/pr-use-default-case-in-switch-statementYukihiro "Matz" Matsumoto
2012-05-29make arena_idx restoration per irep, not per loadYukihiro Matsumoto
2012-05-29Use default case in switch statement.Masaki Muranaka
2012-05-29compact arena before raising exception; also reserve a few slots to allocate ...Yukihiro Matsumoto
2012-05-29use API to restore arena_idxYukihiro Matsumoto
2012-05-29restore arena_idx after reading irepYukihiro Matsumoto
2012-05-28Merge pull request #201 from thecodeshop/rm-cmake-tgtYukihiro "Matz" Matsumoto
2012-05-28column position adjustment was wrongYukihiro Matsumoto
2012-05-28ignore error nodes (with node_begin initialization)Yukihiro Matsumoto
2012-05-28Hash#keys stop duping keysYukihiro Matsumoto
2012-05-27Simplify CMake mruby object libraryJon
2012-05-28column adjustment was wrong for pushed back charactersYukihiro Matsumoto
2012-05-27Add "ifndef/endif" to avoid conflict of "MIN" and "MAX" definition.Masamitsu MURASE
2012-05-27Add 'ifndef/endif' to avoid conflict of 'TRUE' definition.Masamitsu MURASE
2012-05-26clear arena_idx after exiting scope; close #195Yukihiro Matsumoto
2012-05-25adjust stack position before exiting mrb_run(); close #193Yukihiro Matsumoto
2012-05-24remove ZeroDivisionError since mruby gives float for integer divisionYukihiro Matsumoto
2012-05-24parser->colum number was wrongYukihiro Matsumoto
2012-05-24wrong number of arguments for self-assignmentsYukihiro Matsumoto
2012-05-23Clean and DRY up the basic MakefilesJon
2012-05-24raise error on too many argumentsYukihiro Matsumoto
2012-05-24simplify Array#joinYukihiro Matsumoto
2012-05-24made mrb_get_args() better (optinal args, type checks); close #173 #176Yukihiro Matsumoto
2012-05-23remove warning for open paren after spaceYukihiro Matsumoto
2012-05-23allow empty paren as a valid exprYukihiro Matsumoto
2012-05-23add dependency from keywords to lex.defYukihiro Matsumoto
2012-05-23cast style consistencyYukihiro Matsumoto
2012-05-22Merge pull request #180 from mitchblank/masterYukihiro "Matz" Matsumoto
2012-05-23Merge branch 'master' of github.com:mruby/mrubyYukihiro Matsumoto
2012-05-22Merge pull request #178 from monaka/pr-avoid-redundant-redeclaration-20110522Yukihiro "Matz" Matsumoto
2012-05-23explicit normalization -0.0 to 0.0Yukihiro Matsumoto
2012-05-22Merge pull request #182 from thecodeshop/cmakeYukihiro "Matz" Matsumoto
2012-05-22Add native and cross compiling CMake build supportJon
2012-05-22First cmake build system. Works on Linux.Beoran
2012-05-22should mark iv from MRB_TT_DATAYukihiro Matsumoto
2012-05-22change example code to do mrb_close()Mitchell Blank Jr
2012-05-22Avoid warning: redundant redeclaration of ‘OnigEncDefaultCharEncoding’Masaki Muranaka
2012-05-21use mrb_int for struct tm fractionsYukihiro Matsumoto
2012-05-21use mrb's allocator; thanks to @mitchblankYukihiro Matsumoto
2012-05-21wrong stack position in rescue clauseYukihiro Matsumoto
2012-05-20More C++ compilability work: mrb_obj_alloc void* conversionsMitchell Blank Jr
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-20C++ compilability - avoid 'goto' across a variable initializationMitchell Blank Jr