summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2012-05-29SEGV by adding a new assertDaniel Bovensiepen
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 #203 from bovi/segv-string-literalYukihiro "Matz" Matsumoto
2012-05-29Raise SEGV by using String literalDaniel Bovensiepen
2012-05-28Merge pull request #202 from bovi/add-docuYukihiro "Matz" Matsumoto
2012-05-29Forgot Literals fileDaniel Bovensiepen
2012-05-29Add Test cases for Literals, Enumeration, Exceptions and clean line endingsDaniel Bovensiepen
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-28should compile mrbtest if libmruby.a is modifieYukihiro Matsumoto
2012-05-28should compile all mrblib filesYukihiro Matsumoto
2012-05-27Remove unnecessary mrblib object build targetJon
2012-05-27Simplify CMake mruby object libraryJon
2012-05-28column adjustment was wrong for pushed back charactersYukihiro Matsumoto
2012-05-27Merge pull request #200 from thecodeshop/x-mrbc-defnYukihiro "Matz" Matsumoto
2012-05-27Merge pull request #199 from masamitsu-murase/remove_conflicts_of_definitionYukihiro "Matz" Matsumoto
2012-05-27Remove unnecessary mrb_init_ext definitionJon
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-26Merge pull request #196 from bovi/add-testsYukihiro "Matz" Matsumoto
2012-05-26Merge pull request #198 from bovi/add-compar-docYukihiro "Matz" Matsumoto
2012-05-27Add documentation to ComparableDaniel Bovensiepen
2012-05-27add Enumerable tests and identify data corruption with merge in HashDaniel Bovensiepen
2012-05-26clear arena_idx after exiting scope; close #195Yukihiro Matsumoto
2012-05-25Merge pull request #194 from bovi/add-more-testsYukihiro "Matz" Matsumoto
2012-05-25Add Tests for all Exception classes, for false, true, Proc, Module, nil and O...Daniel Bovensiepen
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-23Merge pull request #189 from bovi/add-kernel-testsYukihiro "Matz" Matsumoto
2012-05-23Merge pull request #188 from thecodeshop/makefile-modsYukihiro "Matz" Matsumoto
2012-05-24Add ISO Test Cases for KernelDaniel Bovensiepen
2012-05-23Clean and DRY up the basic MakefilesJon
2012-05-23Add `help` and `showconfig` targets to MakefileJon
2012-05-23Merge pull request #187 from thecodeshop/mirb-exitYukihiro "Matz" Matsumoto
2012-05-24raise error on too many argumentsYukihiro Matsumoto
2012-05-24simplify Array#joinYukihiro Matsumoto
2012-05-23Teach mirb another way to quitJon
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-23test t/*.rb spacing fixYukihiro Matsumoto
2012-05-23add dependency from keywords to lex.defYukihiro Matsumoto
2012-05-22Merge pull request #183 from thecodeshop/cmake-missYukihiro "Matz" Matsumoto
2012-05-22Add CMake support authorship missJon