aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/matrix.rb(Vector#each2, Vector#collect2): add type check forkeiju2010-03-291-0/+2
* * lib/optparse.rb (Numeric): accept rationals.nobu2010-03-291-3/+10
* * lib/tempfile.rb (Tempfile#open): re-open with same mode andnobu2010-03-291-1/+5
* * ext/psych/*: importing Psych to trunktenderlove2010-03-2824-0/+1877
* * lib/scanf.rb: fix max width modifier for %f.naruse2010-03-281-2/+3
* Imported minitest 1.6.0 r5717.ryan2010-03-283-67/+460
* * lib/scanf.rb: fix %[egEFG] isn't accept.naruse2010-03-281-3/+3
* * lib/yaml.rb: adding deprecation notices to YAML methodstenderlove2010-03-261-4/+28
* * lib/yaml/basenode.rb: deprecating YPath methodstenderlove2010-03-262-1/+9
* * lib/yaml/encoding.rb: YAML.encode, YAML.decode are deprecated.tenderlove2010-03-263-0/+6
* * lib/csv.rb: Incorporating the fixes from the recentjeg22010-03-231-85/+87
* * lib/date.rb (Date#>>): fixed. [ruby-core:28011]tadf2010-03-221-2/+5
* update doc.akr2010-03-221-0/+12
* * lib/uri/common.rb (URI.encode_www_form_component):naruse2010-03-211-26/+15
* * 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