summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-12-21* thread.c (rb_thread_atfork): fix to mark thread object.ko1
2007-12-21* gc.h: extern variable should not be initialized.ko1
2007-12-21* encoding.c (Init_Encoding): use enc_name as to_s.akr
2007-12-21* ext/nkf/nkf-utf8/config.h (MIME_DECODE_DEFAULT, X0201_DEFAULT):naruse
2007-12-21* enumerator.c (enumerator_iter_i): adjusted for rb_block_call_func.nobu
2007-12-21Fri Dec 21 16:25:25 2007 Martin Duerst <duerst@it.aoyama.ac.jp>duerst
2007-12-21* ext/bigdecimal/bigdecimal.c (VpMidRound): Round method bugmatz
2007-12-21add a test.akr
2007-12-21* re.c (append_utf8): use rb_utf8_encoding() instead ofakr
2007-12-21* io.c (rb_io_s_read): allow specifying encoding explicitly.matz
2007-12-21* encoding.c (rb_enc_init): use enc_register_at() directly.nobu
2007-12-21add test for [ruby-dev:32566].akr
2007-12-21* lib/net/imap.rb (initialize): accept service name. changedshugo
2007-12-21* enumerator.c (enumerator_init_copy): typo fixed.matz
2007-12-21* gc.c (rb_garbage_collect): new function for debugging.akr
2007-12-21* encoding.c (rb_to_encoding_index): should return error instead ofnobu
2007-12-21* enumerator.c (enumerator_init_copy): prohibit cloning ofmatz
2007-12-21* io.c (Init_IO): define IO::BINARY even if O_BINARY is not exist.akr
2007-12-21* test/ruby/test_system.rb (TestSystem::valid_syntax): applymatz
2007-12-21* re.c: change "character encodings differ" error messages.akr
2007-12-21* encoding.c (rb_enc_find_index): extension libraries have lower casenobu
2007-12-21* encoding.c (rb_enc_register): set encoding constant.nobu
2007-12-21* io.c (rb_io_external_encoding): should fill delayedmatz
2007-12-21* io.c (rb_io_external_encoding): new method.matz
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