summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-12-21* regerror.c, string.c, io.c, lib/getoptlong.rb, lib/net/imap.rb,akr
2007-12-21* common.mk (enc.mk): depends on $(RBCONFIG) instead of rbconfig.rb.nobu
2007-12-21* tool/compile_prelude.rb: use erb.akr
2007-12-20* enumerator.c (enumerator_next): should call next_init() if fibermatz
2007-12-20* lib/rubygems/defaults.rb, test/net/http/test_https.rb, test/rubygems/test_g...nobu
2007-12-20* ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLContext.build):gotoyuzo
2007-12-20* lib/net/http.rb (Net::HTTP#connect): usegotoyuzo
2007-12-20* io.c (select_internal): should return original value.gotoyuzo
2007-12-20* string.c (tr_trans): wrong encoding check for tree strings.matz
2007-12-20 * lib/net/imap.rb (initialize): the second argument is an optionko1
2007-12-20* thread_pthread.c (native_thread_apply_priority): checkko1
2007-12-20add test for succ.akr
2007-12-20* configure.in: add libthr for FreeBSD.ko1
2007-12-20* common.mk, *.ci: renamed to *.c.ko1
2007-12-20disable debug print.akr
2007-12-20add tests for squeeze, strip, sum, swapcase, to_f, to_i, to_s.akr
2007-12-20Import RubyGems 1.0.0, r1575drbrain
2007-12-20* proc.c: support Proc#binding.ko1
2007-12-20Thu Dec 20 17:15:15 2007 Martin Duerst <duerst@it.aoyama.ac.jp>duerst
2007-12-20* common.mk (enc.mk): depends on rbconfig.rb.nobu
2007-12-20* iseq.c (find_line_no): return 0 if not found.ko1
2007-12-20* insnhelper.ci, vm.c, vm_core.h: change interface ofko1
2007-12-20* enc/iso_8859_{1..16}.c: renamed.nobu
2007-12-20add m17n tests for scan, slice, slice!, split.akr
2007-12-20* insnhelper.ci (vm_expandarray): fix sp increase place.ko1
2007-12-20* bootstraptest/test_syntax.rb: add a test.ko1
2007-12-20* compile.c (iseq_compile_each/NODE_RETURN): fix stack consistency.ko1
2007-12-20* bignum.c (big2str_orig): access beyond memory region cause crashmatz
2007-12-20* string.c (rb_str_index): wrong starting position.matz
2007-12-19* compile.c (iseq_compile_each): add pop after throw as return.ko1
2007-12-19* compile.c (iseq_compile_each): remove unused retry entry.ko1
2007-12-19 * */Makefile.sub (DEFS, RM): output to config.status.usa
2007-12-19* common.mk (encs): create encoding directory.matz
2007-12-19* enc/iso8859_{1..16}.c: adjust for ruby.nobu
2007-12-19* string.c (rb_str_each_line): should consider rslen.matz
2007-12-19* enc/iso8859_{1..16}.c: imported from Onigiruma 5.9.0.nobu
2007-12-19* enc/Makefile.in (RM): added.nobu
2007-12-19* string.c (rb_str_rindex_m): too much adjustment.matz
2007-12-19* compile.c (iseq_compile_each): should handle upper level eval iseqnobu
2007-12-19 * test/drb/drbtest.rb (test_07_public_private_protected_missing):seki
2007-12-19* dir.c (dir_inspect, dir_path, dir_tell): check for frozen and closednobu
2007-12-19* string.c (rb_str_rindex): comparison length should be based onmatz
2007-12-19* string.c (rb_str_chomp_bang): wrong adjust condition.matz
2007-12-19* string.c (str_sublen): adjust position if position is not at thematz
2007-12-19* re.c (rb_reg_regsub): should set checked encoding.nobu
2007-12-19* bootstraptest/test_m17n.rb: set properties.nobu
2007-12-19 * bignum.c (bigmul1): C99ism.usa
2007-12-19* ext/nkf/nkf-utf8/nkf.c: Updated.naruse
2007-12-19* bignum.c (rb_big_mul0): blocking check for bigger numbers.matz
2007-12-19add tests for insert, intern, length, oct, replace, reverse.akr