summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-12-23add test for IO.pipe.akr
2007-12-23* io.c (rb_io_s_pipe): allow specifying read-side encoding.matz
2007-12-23add tests.akr
2007-12-23add assertion messages.akr
2007-12-23more IO m17n tests.akr
2007-12-23* string.c (rb_str_comparable): comparison including brokenmatz
2007-12-23* io.c (open_key_args): IO direct methods (foreach, readlines,matz
2007-12-23* io.c (rb_io_s_read): encoding argument reverted.matz
2007-12-23* test/ruby/test_beginendblock.rb (TestBeginEndBlock::test_endblockwarn): matz
2007-12-23enable documents for raise and local_variables.akr
2007-12-23enable document of Kernel#system.akr
2007-12-23Proc#lambda? documented.akr
2007-12-23comment updated.akr
2007-12-23move the test for [ruby-core:14288].akr
2007-12-23* encoding.c (rb_enc_codepoint): implemented to raise invalidakr
2007-12-23add tests for warning of none encoding regexps.akr
2007-12-23* lib/time.rb (Time.httpdate): fix 2 digits year for 20xx.akr
2007-12-23Fix method redefined warning in open-uri.rb. [ruby-core:14304].drbrain
2007-12-23* ext/nkf/nkf.c (rb_nkf_enc_get): use rb_define_dummy_encoding.naruse
2007-12-23Fix version checkdrbrain
2007-12-23add a comment for eucJP.akr
2007-12-23* encoding.c (rb_enc_init): add eucJP as an alias of EUC-JP.akr
2007-12-23* lib/time.rb (Time.httpdate): use Time.utc forakr
2007-12-23Fix 1.9 warnings in RDocdrbrain
2007-12-23add a test for [ruby-dev:32048].akr
2007-12-23Fix warnings in RubyGemsdrbrain
2007-12-23Use require to load rubygems.rb in gem_prelude.rb so the correct path is in ...drbrain
2007-12-23* string.c (sym_call): use exact argument array interface.nobu
2007-12-23add a test for [ruby-dev:32675] reported by Keita Yamaguchi.akr
2007-12-23* io.c (rb_io_binmode_m): removed C99ism.nobu
2007-12-23add a test for [ruby-core:14288].akr
2007-12-23Sun Dec 23 10:23:23 2007 Martin Duerst <duerst@it.aoyama.ac.jp>duerst
2007-12-23add a test for [ruby-core:14279].akr
2007-12-23ext/nkf/nkf.c follow previous rb_ascii_encoding renaming. akr
2007-12-22* include/ruby/encoding.h, encoding.c, re.c, io.c, parse.y, numeric.c,akr
2007-12-22* enc/depend, enc/make_encmake.rb: use erb.nobu
2007-12-22* version.h: use patchlevel if revision is not set.nobu
2007-12-22* common.mk (srcs): new target to generated sources.nobu
2007-12-22* common.mk (encs, ext/ripper/ripper.c): MAKEFLAGS needs -.nobu
2007-12-22* test/net/imap/{cacert.pem,server.{crt,key}}: set properties.nobu
2007-12-22* io.c (rb_io_mode_enc): do not set encoding unless explicitlymatz
2007-12-22* io.c, io.h: temporary patch to partially implement transcode-on-read and tr...davidflanagan
2007-12-22* test/net/imap/test_imap.rb: added tests for SSL.shugo
2007-12-22ignore enc.mk and revision.h.akr
2007-12-22* transcode_data_japanese.c: set properties.nobu
2007-12-22document updated.akr
2007-12-22use String#ascii_only?.akr
2007-12-22version.h corruptedmatz
2007-12-22* ext/syck/rubyext.c (syck_genericresolver_node_import): shouldmatz
2007-12-22* bootstraptest/test_objectspace.rb: fix condition.ko1