aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * win{32,ce}/Makefile.sub (MFLAGS): defaulted to -l.nobu2007-12-243-2/+6
* Add svn:ignore for OS X Xcode 3's conftest.dSYM directories.drbrain2007-12-241-0/+5
* * common.mk: should not pass MAKEFLAGS to recursive make.nobu2007-12-245-8/+23
* Fix formatting of multiple pathsdrbrain2007-12-241-3/+3
* * string.c (rb_str_comparable): fixed to keep transitivity.matz2007-12-243-6/+20
* Fix display of GEMDIRS, make command command examples match ri's name.drbrain2007-12-243-20/+50
* * rb test/ruby/test_io_m17n.rb: set properties.nobu2007-12-240-0/+0
* Fix Regexp warnings in lib/uri. Patch #16524 by Kornelius Kalnbach.drbrain2007-12-243-19/+23
* Remove methods from Gem, not QuickLoader, to fix warningsdrbrain2007-12-242-2/+11
* add a test.akr2007-12-241-0/+11
* add a test for String#hash.akr2007-12-241-0/+8
* Mon Dec 24 09:45:45 2007 Martin Duerst <duerst@it.aoyama.ac.jp>duerst2007-12-244-100/+105
* add some tests on conversion for pipe.akr2007-12-231-0/+34
* * array.c (rb_ary_at): updated documentation. a patch from Tadashimatz2007-12-232-4/+7
* ChangeLog: wrong name checked in. sorry. [ruby-core:14331]matz2007-12-231-2/+2
* * README.EXT: updated. a patch from Keita Yamaguchimatz2007-12-232-37/+39
* * enum.c (enum_inject): updated documentation. a patch from Keitamatz2007-12-232-3/+8
* * string.c (tr_trans): should associate new encoding if modified.matz2007-12-233-13/+11
* * io.c (appendline): should do multibyte aware RS search.matz2007-12-233-11/+23
* * io.c (io_enc_str): should preserve default_external encoding.matz2007-12-232-2/+4
* add test.akr2007-12-231-0/+11
* * test/net/http/test_https.rb: should rescue LoadError.gotoyuzo2007-12-232-3/+7
* * cont.c, vm.h: fix to support sparc machine.ko12007-12-233-6/+9
* add ML ref.akr2007-12-231-1/+1
* * string.c (str_new_shared): was setting embedding flag of wrongmatz2007-12-232-1/+4
* test reflexive, symmetric and transitive relation of String#==.akr2007-12-231-172/+214
* * common.mk: remove additional "-".ko12007-12-232-2/+6
* add tests.akr2007-12-231-0/+42
* * io.c (prepare_getline_args): convert RS to external encoding.matz2007-12-232-4/+13
* * io.c (rb_io_check_readable): should not fill fptr->enc always.matz2007-12-232-10/+26
* * io.c (rb_io_external_encoding): should return the encoding ofmatz2007-12-232-1/+10
* add assertions.akr2007-12-231-0/+2
* * io.c (rb_f_open): documentation update.matz2007-12-232-6/+35
* update tests.akr2007-12-231-2/+3
* add test for IO.pipe.akr2007-12-231-29/+37
* * io.c (rb_io_s_pipe): allow specifying read-side encoding.matz2007-12-232-20/+39
* add tests.akr2007-12-231-9/+47
* add assertion messages.akr2007-12-231-5/+7
* more IO m17n tests.akr2007-12-231-4/+122
* * string.c (rb_str_comparable): comparison including brokenmatz2007-12-232-6/+13
* * io.c (open_key_args): IO direct methods (foreach, readlines,matz2007-12-232-18/+101
* * io.c (rb_io_s_read): encoding argument reverted.matz2007-12-233-54/+82
* * test/ruby/test_beginendblock.rb (TestBeginEndBlock::test_endblockwarn): matz2007-12-233-2/+8
* enable documents for raise and local_variables.akr2007-12-231-4/+4
* enable document of Kernel#system.akr2007-12-231-4/+5
* Proc#lambda? documented.akr2007-12-231-0/+24
* comment updated.akr2007-12-231-4/+4
* 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