aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Import RubyGems 1.0.0, r1575drbrain2007-12-2047-993/+1153
* * proc.c: support Proc#binding.ko12007-12-203-0/+51
* Thu Dec 20 17:15:15 2007 Martin Duerst <duerst@it.aoyama.ac.jp>duerst2007-12-202-4/+9
* * common.mk (enc.mk): depends on rbconfig.rb.nobu2007-12-2025-27/+87
* * iseq.c (find_line_no): return 0 if not found.ko12007-12-202-0/+7
* * insnhelper.ci, vm.c, vm_core.h: change interface ofko12007-12-2012-89/+82
* * enc/iso_8859_{1..16}.c: renamed.nobu2007-12-2016-0/+4
* add m17n tests for scan, slice, slice!, split.akr2007-12-201-4/+141
* * insnhelper.ci (vm_expandarray): fix sp increase place.ko12007-12-204-3/+27
* * bootstraptest/test_syntax.rb: add a test.ko12007-12-202-0/+20
* * compile.c (iseq_compile_each/NODE_RETURN): fix stack consistency.ko12007-12-202-2/+7
* * bignum.c (big2str_orig): access beyond memory region cause crashmatz2007-12-202-2/+8
* * string.c (rb_str_index): wrong starting position.matz2007-12-202-0/+5
* * compile.c (iseq_compile_each): add pop after throw as return.ko12007-12-196-19/+43
* * compile.c (iseq_compile_each): remove unused retry entry.ko12007-12-192-1/+4
* * */Makefile.sub (DEFS, RM): output to config.status.usa2007-12-194-2/+21
* * common.mk (encs): create encoding directory.matz2007-12-192-0/+5
* * enc/iso8859_{1..16}.c: adjust for ruby.nobu2007-12-1916-52/+102
* * string.c (rb_str_each_line): should consider rslen.matz2007-12-193-2/+22
* * enc/iso8859_{1..16}.c: imported from Onigiruma 5.9.0.nobu2007-12-1916-0/+3130
* * enc/Makefile.in (RM): added.nobu2007-12-193-1/+20
* * string.c (rb_str_rindex_m): too much adjustment.matz2007-12-194-3/+23
* * compile.c (iseq_compile_each): should handle upper level eval iseqnobu2007-12-194-9/+29
* * test/drb/drbtest.rb (test_07_public_private_protected_missing):seki2007-12-192-2/+7
* * dir.c (dir_inspect, dir_path, dir_tell): check for frozen and closednobu2007-12-192-6/+11
* * string.c (rb_str_rindex): comparison length should be based onmatz2007-12-192-0/+4
* * string.c (rb_str_chomp_bang): wrong adjust condition.matz2007-12-192-3/+5
* * string.c (str_sublen): adjust position if position is not at thematz2007-12-192-6/+27
* * re.c (rb_reg_regsub): should set checked encoding.nobu2007-12-194-4/+13
* * bootstraptest/test_m17n.rb: set properties.nobu2007-12-191-200/+200
* * bignum.c (bigmul1): C99ism.usa2007-12-192-3/+11
* * ext/nkf/nkf-utf8/nkf.c: Updated.naruse2007-12-194-85/+57
* * bignum.c (rb_big_mul0): blocking check for bigger numbers.matz2007-12-192-19/+88
* add tests for insert, intern, length, oct, replace, reverse.akr2007-12-191-1/+62
* add tests for hex, include?, index, rindex.akr2007-12-191-0/+79
* * compile.c (iseq_compile_each): remove "retry" in block.ko12007-12-198-62/+45
* * bootstraptest/test_knownbug.rb, test_block.rb:ko12007-12-194-221/+224
* add tests for clear, clone, dup, count, crypt, delete, downcase, dump,akr2007-12-191-0/+150
* * eval.c (errinfo_place): skip if error is Fixnum. [ruby-dev:32608]ko12007-12-194-18/+25
* * parse.y (reg_named_capture_assign_iter): get rid of creatingnobu2007-12-192-6/+21
* * parse.y (reg_named_capture_assign_iter): remove C99 dependency.nobu2007-12-192-1/+6
* fixed an error in ChengeLog entrymatz2007-12-191-1/+2
* * insnhelper.ci (vm_yield_with_cfunc): call cfunc withmatz2007-12-193-17/+14
* add tests.akr2007-12-191-4/+38
* * string.c (rb_str_justify): should propagate encoding from padmatz2007-12-192-1/+6
* * configure.in (TIMEZONE_VOID): check whether timezone requires zeronobu2007-12-192-0/+16
* * ext/nkf/nkf.c (NKF::_ENCODING): removed.naruse2007-12-193-1040/+1243
* add test for center, ljust, rjust, chomp.akr2007-12-191-0/+73
* * test/ruby/test_integer.rb (test_Integer): multiple underscoresnobu2007-12-191-0/+1
* * bignum.c (rb_cstr_to_inum): an underscore succeeding after octalnobu2007-12-193-1/+9