aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/resolv-replace.rb: specify super class for rdoc.akr2010-03-212-4/+4
* * lib: fixed typo. a patch by Sho Hashimoto in [ruby-dev:40716].nobu2010-03-2020-28/+28
* * lib/uri/common.rb (URI#{en,de}code_www_form_component):naruse2010-03-171-26/+68
* * ext/tmpdir: split from lib/tmpdir.rb.nobu2010-03-161-27/+5
* * lib/uri/common.rb (URI.encode_www_component):naruse2010-03-151-2/+4
* * ruby.c (ruby_init_loadpath_safe): mark initial load paths.nobu2010-03-121-17/+1
* * lib/uri/common.rb (URI.encode_www_form): new method tonaruse2010-03-121-0/+86
* * lib/webrick/httpservlet/cgihandler.rbnaruse2010-03-121-2/+2
* * sample/timeout.rb: split from lib/timeout.rb.nobu2010-03-111-21/+0
* * file.c: add optional basedir argument for realpath/realdirpath.akr2010-03-071-4/+4
* * lib/matrix.rb (Vector#each): Return self and optimization [ruby-core:28405]marcandre2010-03-031-4/+3
* * lib/matrix.rb (Vector#each2, collect2): small refactoring.matz2010-03-031-1/+1
* * lib/matrix.rb (Vector#each): make Vector enumerable. matz2010-03-031-0/+11
* update rdoc.akr2010-02-281-6/+6
* * lib/resolv.rb: fix [ruby-core:28320] reported by Paul Clegg.akr2010-02-241-1/+5
* Remove obsolete files in lib/rubygems/indexerdrbrain2010-02-245-244/+0
* * lib/rubygems: update to 1.3.6.nobu2010-02-2256-800/+1302
* * lib/mkmf.rb (create_makefile, install_files): honor srcprefixnobu2010-02-211-2/+2
* * lib/rubygems/rubygems_version.rb: outdated. [ruby-core:28275]nobu2010-02-211-19/+0
* * lib/drb/drb.rb (DRbServer#stop_service): join killed thread tomame2010-02-181-1/+1
* * lib/pstore.rb (PStore#initialize): initialize @thread_safe.akr2010-02-151-0/+1
* * lib/tempfile.rb (Tempfile::Remover): new class to replaceakr2010-02-131-17/+23
* Fri Feb 12 02:27:39 2010 Akinori MUSHA <knu@iDaemons.org>knu2010-02-111-10/+16
* * lib/resolv.rb: fix [ruby-core:28144].akr2010-02-111-33/+59
* * lib/rexml/text.rb (REXML::Text#initialize): REXML::Text.new checksmame2010-02-091-2/+2
* * object.c (rb_obj_clone): call initialize_clone hook method tomatz2010-02-081-4/+5
* * lib/rake.rb (Rake::FileList::ARRAY_METHODS): fix test failure by <=>akr2010-02-071-1/+1
* * lib/net/ftp.rb (initialize): set @sock to a NullSocket instance toshugo2010-02-061-2/+10
* * lib/net/imap.rb (receive_responses): does not hang when an unexpected BYEshugo2010-02-061-2/+3
* * lib/monitor.rb (wait): supported timeout.shugo2010-02-061-9/+21
* * lib/delegate.rb (Delegator#method_missing),nobu2010-02-061-16/+8
* * random.c (fill_random_seed): don't use O_NOFOLLOW becauseakr2010-02-051-1/+0
* * lib/delegate.rb (Delegator): include copy of Kernel.nobu2010-02-051-11/+15
* * lib/yaml/rubytypes.rb: Struct members are emitted without a leadingtenderlove2010-02-041-2/+2
* * lib/delegate.rb (Delegator): now inherits BasicObject.nobu2010-02-031-16/+15
* * enum.c (enum_each_entry): new method #each_entry to pack valuesmatz2010-02-021-15/+15
* * lib/delegate.rb (Delegator#marshal_dump): excludenobu2010-02-021-2/+2
* * lib/matrix.rb (Vector#each2): returns a self. [ruby-dev:40241]mame2010-02-011-0/+1
* * lib/rexml/text.rb (REXML::Text#initialize): do Text.check only whenmame2010-01-311-1/+1
* * lib/rexml/text.rb (REXML::Text#initialize): fix typo and a bug thatmame2010-01-311-2/+2
* * lib/rexml/parent.rb (REXML::Parent#delete): return the deleted nodemame2010-01-311-0/+1
* * A bug fix for deleting blank Table rows from Andy Hartford.jeg22010-01-311-4/+6
* * lib/rexml/document.rb (REXML::Document#add): fix duplicate XMLDeclsmame2010-01-311-8/+10
* * lib/getoptlong.rb (set_options): ensure that the type of argument ismame2010-01-291-2/+5
* * lib/mkmf.rb (create_makefile): use puts instead of print.nobu2010-01-291-1/+1
* * lib/mkmf.rb (try_do): log no source when no developement env.nobu2010-01-291-8/+12
* * lib/delegate.rb (Delegator#initialize_copy): use initialize_copymatz2010-01-281-11/+3
* * lib/cgi.rb: set autoload to CGI::HtmlExtension. [ruby-dev:40194]mame2010-01-281-0/+1
* * lib/thread.rb (ConditionVariable#wait, signal, broadcast): returnmame2010-01-271-1/+4
* * lib/matrix.rb: add exception Matrix::ErrOperationNotImplementedkeiju2010-01-271-14/+30