summaryrefslogtreecommitdiffhomepage
path: root/src
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-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-30stop duping values from Hash#valuesYukihiro Matsumoto
2012-05-30specify allocating array size for Hash#valuesYukihiro Matsumoto
2012-05-30update mrb->irep_len for each irep additionYukihiro Matsumoto
2012-05-30MRB_GC_STRESS for GC testYukihiro Matsumoto
2012-05-30remove spaces after open parenYukihiro Matsumoto
2012-05-30mark ci->proc as wellYukihiro Matsumoto
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