aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * regerror.c, string.c, io.c, lib/getoptlong.rb, lib/net/imap.rb,akr2007-12-2118-26/+35
* * common.mk (enc.mk): depends on $(RBCONFIG) instead of rbconfig.rb.nobu2007-12-2125-32/+43
* * tool/compile_prelude.rb: use erb.akr2007-12-213-19/+22
* * enumerator.c (enumerator_next): should call next_init() if fibermatz2007-12-202-1/+6
* * lib/rubygems/defaults.rb, test/net/http/test_https.rb, test/rubygems/test_g...nobu2007-12-200-0/+0
* * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLContext.build):gotoyuzo2007-12-202-0/+8
* * lib/net/http.rb (Net::HTTP#connect): usegotoyuzo2007-12-205-51/+139
* * io.c (select_internal): should return original value.gotoyuzo2007-12-202-7/+14
* * string.c (tr_trans): wrong encoding check for tree strings.matz2007-12-204-9/+20
* * lib/net/imap.rb (initialize): the second argument is an optionko12007-12-202-21/+79
* * thread_pthread.c (native_thread_apply_priority): checkko12007-12-202-0/+9
* add test for succ.akr2007-12-201-4/+50
* * configure.in: add libthr for FreeBSD.ko12007-12-202-1/+5
* * common.mk, *.ci: renamed to *.c.ko12007-12-2014-19/+24
* disable debug print.akr2007-12-201-1/+1
* add tests for squeeze, strip, sum, swapcase, to_f, to_i, to_s.akr2007-12-201-18/+129
* 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