summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2012-05-31remove #new from immediate classesYukihiro Matsumoto
2012-05-30rename ruby_digitmap to mrb_digitmapYukihiro Matsumoto
2012-05-30remove debug printYukihiro Matsumoto
2012-05-30stop duping values from Hash#valuesYukihiro Matsumoto
2012-05-30specify allocating array size for Hash#valuesYukihiro Matsumoto
2012-05-30Merge branch 'master' of github.com:mruby/mrubyYukihiro Matsumoto
2012-05-30update mrb->irep_len for each irep additionYukihiro Matsumoto
2012-05-30MRB_GC_STRESS for GC testYukihiro Matsumoto
2012-05-29Merge pull request #208 from nurse/add-travis-supportYukihiro "Matz" Matsumoto
Add .travis.yml.
2012-05-30remove spaces after open parenYukihiro Matsumoto
2012-05-30mark ci->proc as wellYukihiro Matsumoto
2012-05-30Add .travis.yml.NARUSE, Yui
2012-05-29Merge pull request #207 from bovi/add-literal-testsYukihiro "Matz" Matsumoto
Add Literal Tests
2012-05-29Add literal tests for currently working String literals and make notice ↵Daniel Bovensiepen
about literals which yet need to be proper implementation
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
Use default case in switch statement.
2012-05-29make arena_idx restoration per irep, not per loadYukihiro Matsumoto
2012-05-29Merge pull request #204 from bovi/segv-with-new-assertYukihiro "Matz" Matsumoto
SEGV by adding a new assert
2012-05-29Use default case in switch statement.Masaki Muranaka
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
exception objects
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
Raise SEGV by using String literal
2012-05-29Raise SEGV by using String literalDaniel Bovensiepen
2012-05-28Merge pull request #202 from bovi/add-docuYukihiro "Matz" Matsumoto
Add Test Cases (Literals, Enumerable, Exceptions, misc)
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
remove extraneous cmake build targets
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
Also removes an unnecessary build target from the CMake generated build and project files.
2012-05-28column adjustment was wrong for pushed back charactersYukihiro Matsumoto
2012-05-27Merge pull request #200 from thecodeshop/x-mrbc-defnYukihiro "Matz" Matsumoto
Remove unnecessary mrb_init_ext definition
2012-05-27Merge pull request #199 from masamitsu-murase/remove_conflicts_of_definitionYukihiro "Matz" Matsumoto
Remove conflicts of definition
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
Add Enumerable tests and identify data corruption with merge in Hash
2012-05-26Merge pull request #198 from bovi/add-compar-docYukihiro "Matz" Matsumoto
Add documentation to Comparable
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
Add Tests for all Exception classes, for false, true, Proc, Module, nil ...
2012-05-25Add Tests for all Exception classes, for false, true, Proc, Module, nil and ↵Daniel Bovensiepen
Object