summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2012-05-31remove unused str_new_frozenYukihiro Matsumoto
2012-05-31allow string shared bodyYukihiro Matsumoto
2012-05-31remove encoding filesYukihiro Matsumoto
2012-05-31remove transcode.c and trancecode_data.hYukihiro Matsumoto
2012-05-31reimplement String#*Yukihiro Matsumoto
2012-05-31reimplement String#<=>Yukihiro Matsumoto
2012-05-31reimplement String#capitalizeYukihiro Matsumoto
2012-05-31reimplement String#chompYukihiro Matsumoto
2012-05-31reimplement String#upcaseYukihiro Matsumoto
2012-05-31reimplement String#downcaseYukihiro Matsumoto
2012-05-31reimplement String#replaceYukihiro Matsumoto
2012-05-31allow ||= and &&=Yukihiro Matsumoto
2012-05-31resolve conflictYukihiro Matsumoto
2012-05-31resolve conflictYukihiro Matsumoto
2012-05-31wrong String#index behavior on udef INCLUDE_ENCODINGYukihiro Matsumoto
2012-05-31wrong String#inspect behavior on udef INCLUDE_ENCODINGYukihiro Matsumoto
2012-05-31disable ENCODING and REGEXP; regexp will be back in the futureYukihiro Matsumoto
2012-05-31the argument for Exception.new is optinalYukihiro Matsumoto
2012-05-31mrb_gets_args strict argc check; now returns argcYukihiro Matsumoto
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
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
2012-05-29Add literal tests for currently working String literals and make notice about...Daniel Bovensiepen
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-29Merge pull request #204 from bovi/segv-with-new-assertYukihiro "Matz" Matsumoto
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
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