summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-12-21fix previous locale_encoding change.akr
2007-12-21fix typo.akr
2007-12-21* encoding.c (rb_locale_charmap): return nil if no locale information.akr
2007-12-21ChangeLog updatedmatz
2007-12-21* string.c (rb_str_chomp_bang): avoid unnecessary loop usingmatz
2007-12-21* lib/runit, lib/rubyunit.rb, test/testunit/runit: removed.akr
2007-12-21* file.c (Init_File): File.exists? revived.matz
2007-12-21* io.c (rb_io_mode_enc): set default external encoding if nomatz
2007-12-21* compile.c: remove "illegal".ko1
2007-12-21* bin/rake, lib/rake.rb, lib/rake: set properties.nobu
2007-12-21illegal -> invalid.akr
2007-12-21Added Rake 0.8.0jim
2007-12-21* keywords, parse.y (__ENCODING__): represent script encoding.nobu
2007-12-21* string.c (rb_str_is_ascii_only_p): new method ascii_only?.akr
2007-12-21* configure.in: check langinfo.h and locale.h.akr
2007-12-21* test/ruby/test_m17n.rb (TestM17N::test_tr): "invalid mbstringmatz
2007-12-21* encoding.c: include locale.hakr
2007-12-21add reported.ko1
2007-12-21* vm.c, vm_dump.c: fix typo.ko1
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