aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* move the test for [ruby-core:14288].akr2007-12-232-8/+22
* * encoding.c (rb_enc_codepoint): implemented to raise invalidakr2007-12-234-66/+173
* add tests for warning of none encoding regexps.akr2007-12-231-21/+38
* * lib/time.rb (Time.httpdate): fix 2 digits year for 20xx.akr2007-12-232-1/+15
* Fix method redefined warning in open-uri.rb. [ruby-core:14304].drbrain2007-12-232-0/+7
* * ext/nkf/nkf.c (rb_nkf_enc_get): use rb_define_dummy_encoding.naruse2007-12-235-85/+107
* Fix version checkdrbrain2007-12-232-3/+7
* add a comment for eucJP.akr2007-12-231-1/+1
* * encoding.c (rb_enc_init): add eucJP as an alias of EUC-JP.akr2007-12-232-0/+5
* * lib/time.rb (Time.httpdate): use Time.utc forakr2007-12-232-1/+6
* Fix 1.9 warnings in RDocdrbrain2007-12-236-11/+15
* add a test for [ruby-dev:32048].akr2007-12-231-0/+16
* Fix warnings in RubyGemsdrbrain2007-12-237-17/+24
* Use require to load rubygems.rb in gem_prelude.rb so the correct path is in ...drbrain2007-12-232-5/+18
* * string.c (sym_call): use exact argument array interface.nobu2007-12-234-13/+19
* add a test for [ruby-dev:32675] reported by Keita Yamaguchi.akr2007-12-231-1/+7
* * io.c (rb_io_binmode_m): removed C99ism.nobu2007-12-232-2/+8
* add a test for [ruby-core:14288].akr2007-12-231-1/+9
* Sun Dec 23 10:23:23 2007 Martin Duerst <duerst@it.aoyama.ac.jp>duerst2007-12-233-5199/+1354
* add a test for [ruby-core:14279].akr2007-12-231-0/+6
* ext/nkf/nkf.c follow previous rb_ascii_encoding renaming. akr2007-12-232-4/+4
* * include/ruby/encoding.h, encoding.c, re.c, io.c, parse.y, numeric.c,akr2007-12-229-14/+21
* * enc/depend, enc/make_encmake.rb: use erb.nobu2007-12-223-40/+43
* * version.h: use patchlevel if revision is not set.nobu2007-12-225-2/+9
* * common.mk (srcs): new target to generated sources.nobu2007-12-222-6/+13
* * common.mk (encs, ext/ripper/ripper.c): MAKEFLAGS needs -.nobu2007-12-222-2/+6
* * test/net/imap/{cacert.pem,server.{crt,key}}: set properties.nobu2007-12-220-0/+0
* * io.c (rb_io_mode_enc): do not set encoding unless explicitlymatz2007-12-223-26/+31
* * io.c, io.h: temporary patch to partially implement transcode-on-read and tr...davidflanagan2007-12-223-8/+72
* * test/net/imap/test_imap.rb: added tests for SSL.shugo2007-12-225-0/+220
* ignore enc.mk and revision.h.akr2007-12-220-0/+0
* * transcode_data_japanese.c: set properties.nobu2007-12-220-0/+0
* document updated.akr2007-12-221-4/+10
* use String#ascii_only?.akr2007-12-221-37/+33
* version.h corruptedmatz2007-12-221-0/+38
* * ext/syck/rubyext.c (syck_genericresolver_node_import): shouldmatz2007-12-223-40/+8
* * bootstraptest/test_objectspace.rb: fix condition.ko12007-12-222-1/+5
* * ext/probeprofiler/: removed.ko12007-12-225-86/+4
* * process.c (rb_f_fork): Unsupport Kernel.fork() on NetBSD.ko12007-12-222-1/+5
* Sat Dec 22 15:54:54 2007 Martin Duerst <duerst@it.aoyama.ac.jp>duerst2007-12-222-32/+51
* * common.mk (version.o): add dependency. [ruby-dev:32680]usa2007-12-222-1/+5
* * ext/nkf/nkf.c (Init_nkf): use rb_ascii_encoding() fornaruse2007-12-222-1/+7
* * lib/mkmf.rb ($extmk): fixed broken condition.usa2007-12-222-5/+5
* add rdoc.akr2007-12-221-2/+22
* * ext/nkf/nkf-utf8.c: Update nkf.c rev:1.157.naruse2007-12-224-165/+149
* * lib/mkmf.rb ($extmk): fixed broken condition.usa2007-12-222-1/+5
* * ext/openssl/lib/net/ssl.rb (OpenSSL::SSL::SSLContext.build): removed.gotoyuzo2007-12-227-35/+52
* add rdoc.akr2007-12-221-0/+101
* * lib/net/imap.rb (encode_utf7): accept UTF-8 strings.shugo2007-12-223-6/+14
* * lib/net/imap.rb: fixed RDoc markups.shugo2007-12-221-8/+8