summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2012-06-01remove unnecessary header inclusion from hash.cYukihiro Matsumoto
2012-06-01new API mrb_gc_protect() to add object to arenaYukihiro Matsumoto
2012-06-01small refactoring; hash->ht should not be NULLYukihiro Matsumoto
2012-06-01values need not to dup unlike keysYukihiro Matsumoto
2012-06-01reorder mrb_ary_new_from_values() args to (argc, argv)Yukihiro Matsumoto
2012-06-01remove prototype for mrb_exec_recursive_paired()Yukihiro Matsumoto
2012-06-01stop using mrb_exec_recursive_paired() from Array comparisonYukihiro Matsumoto
2012-06-01stop using mrb_exec_recursive_paired() from Hash#==Yukihiro Matsumoto
2012-06-01hash function should use #eql? internallyYukihiro Matsumoto
2012-06-01hash function should use #hash internallyYukihiro Matsumoto
2012-06-01add inline to KHASH_INIT functionsYukihiro Matsumoto
2012-05-31correctly share string bodiesYukihiro Matsumoto
2012-05-31remove unused prototypesYukihiro Matsumoto
2012-05-31remove unused str_new_frozenYukihiro Matsumoto
2012-05-31shared strings should not chainYukihiro Matsumoto
2012-05-31remove unused variableYukihiro Matsumoto
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