summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-12-23* README.EXT: updated. a patch from Keita Yamaguchimatz
2007-12-23* enum.c (enum_inject): updated documentation. a patch from Keitamatz
2007-12-23* string.c (tr_trans): should associate new encoding if modified.matz
2007-12-23* io.c (appendline): should do multibyte aware RS search.matz
2007-12-23* io.c (io_enc_str): should preserve default_external encoding.matz
2007-12-23add test.akr
2007-12-23* test/net/http/test_https.rb: should rescue LoadError.gotoyuzo
2007-12-23* cont.c, vm.h: fix to support sparc machine.ko1
2007-12-23add ML ref.akr
2007-12-23* string.c (str_new_shared): was setting embedding flag of wrongmatz
2007-12-23test reflexive, symmetric and transitive relation of String#==.akr
2007-12-23* common.mk: remove additional "-".ko1
2007-12-23add tests.akr
2007-12-23* io.c (prepare_getline_args): convert RS to external encoding.matz
2007-12-23* io.c (rb_io_check_readable): should not fill fptr->enc always.matz
2007-12-23* io.c (rb_io_external_encoding): should return the encoding ofmatz
2007-12-23add assertions.akr
2007-12-23* io.c (rb_f_open): documentation update.matz
2007-12-23update tests.akr
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