summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-12-24* sample/openssl: reviewed and remove dependency on getopts.rb.gotoyuzo
2007-12-24* mkconfig.rb: add teeny to CONFIG['ruby_version'].ko1
2007-12-24* tool/compile.rb, getrev.rb, runruby.rb: remove unused tools.ko1
2007-12-24update Proc#lambda? doc.akr
2007-12-24* configure.in, cygwin/GNUmakefile.in, */Makefile.sub,nobu
2007-12-24* tool/serb.rb: removed.akr
2007-12-24* enc/trans: addednobu
2007-12-24* proc.c (rb_proc_new), vm.c (invoke_block): removed u3.state magic.nobu
2007-12-24* thread.c (rb_thread_atfork): should not leave living_threadsnobu
2007-12-24* Makefile.in, configure.in, lib/mkmf.rb, */Makefile.sub: specifynobu
2007-12-24* win{32,ce}/Makefile.sub (MFLAGS): defaulted to -l.nobu
2007-12-24Add svn:ignore for OS X Xcode 3's conftest.dSYM directories.drbrain
2007-12-24* common.mk: should not pass MAKEFLAGS to recursive make.nobu
2007-12-24Fix formatting of multiple pathsdrbrain
2007-12-24* string.c (rb_str_comparable): fixed to keep transitivity.matz
2007-12-24Fix display of GEMDIRS, make command command examples match ri's name.drbrain
2007-12-24* rb test/ruby/test_io_m17n.rb: set properties.nobu
2007-12-24Fix Regexp warnings in lib/uri. Patch #16524 by Kornelius Kalnbach.drbrain
2007-12-24Remove methods from Gem, not QuickLoader, to fix warningsdrbrain
2007-12-24add a test.akr
2007-12-24add a test for String#hash.akr
2007-12-24Mon Dec 24 09:45:45 2007 Martin Duerst <duerst@it.aoyama.ac.jp>duerst
2007-12-23add some tests on conversion for pipe.akr
2007-12-23* array.c (rb_ary_at): updated documentation. a patch from Tadashimatz
2007-12-23ChangeLog: wrong name checked in. sorry. [ruby-core:14331]matz
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