aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * re.c (append_utf8): use rb_utf8_encoding() instead ofakr2007-12-212-2/+7
* * io.c (rb_io_s_read): allow specifying encoding explicitly.matz2007-12-214-9/+43
* * encoding.c (rb_enc_init): use enc_register_at() directly.nobu2007-12-214-6/+35
* add test for [ruby-dev:32566].akr2007-12-211-0/+15
* * lib/net/imap.rb (initialize): accept service name. changedshugo2007-12-212-9/+12
* * enumerator.c (enumerator_init_copy): typo fixed.matz2007-12-212-1/+3
* * gc.c (rb_garbage_collect): new function for debugging.akr2007-12-212-0/+10
* * encoding.c (rb_to_encoding_index): should return error instead ofnobu2007-12-212-0/+8
* * enumerator.c (enumerator_init_copy): prohibit cloning ofmatz2007-12-212-3/+14
* * io.c (Init_IO): define IO::BINARY even if O_BINARY is not exist.akr2007-12-212-0/+6
* * test/ruby/test_system.rb (TestSystem::valid_syntax): applymatz2007-12-213-1/+9
* * re.c: change "character encodings differ" error messages.akr2007-12-212-5/+9
* * encoding.c (rb_enc_find_index): extension libraries have lower casenobu2007-12-212-1/+5
* * encoding.c (rb_enc_register): set encoding constant.nobu2007-12-213-7/+32
* * io.c (rb_io_external_encoding): should fill delayedmatz2007-12-212-0/+6
* * io.c (rb_io_external_encoding): new method.matz2007-12-213-1/+28
* fix previous locale_encoding change.akr2007-12-211-0/+1
* fix typo.akr2007-12-211-2/+2
* * encoding.c (rb_locale_charmap): return nil if no locale information.akr2007-12-213-2/+9
* ChangeLog updatedmatz2007-12-211-1/+1
* * string.c (rb_str_chomp_bang): avoid unnecessary loop usingmatz2007-12-212-6/+7
* * lib/runit, lib/rubyunit.rb, test/testunit/runit: removed.akr2007-12-2113-951/+4
* * file.c (Init_File): File.exists? revived.matz2007-12-213-1/+10
* * io.c (rb_io_mode_enc): set default external encoding if nomatz2007-12-212-2/+10
* * compile.c: remove "illegal".ko12007-12-212-6/+10
* * bin/rake, lib/rake.rb, lib/rake: set properties.nobu2007-12-210-0/+0
* illegal -> invalid.akr2007-12-211-1/+1
* Added Rake 0.8.0jim2007-12-2113-0/+3017
* * keywords, parse.y (__ENCODING__): represent script encoding.nobu2007-12-215-53/+65
* * string.c (rb_str_is_ascii_only_p): new method ascii_only?.akr2007-12-212-0/+13
* * configure.in: check langinfo.h and locale.h.akr2007-12-214-1/+19
* * test/ruby/test_m17n.rb (TestM17N::test_tr): "invalid mbstringmatz2007-12-212-1/+3
* * encoding.c: include locale.hakr2007-12-215-26/+33
* add reported.ko12007-12-211-1/+1
* * vm.c, vm_dump.c: fix typo.ko12007-12-213-8/+12
* * 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