summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * gem_prelude.rb (push_all_highest_version_gems_on_load_path):nobu2009-12-302-21/+8
* * lib/rubygems/command_manager.rb (Gem#load_and_instantiate):nobu2009-12-301-3/+4
* * lib/rubygems/source_index.rb (Gem#load_specification): don't usenobu2009-12-302-1/+7
* * lib/rubygems.rb: Kernel#gem is already defined, and workaroundnobu2009-12-301-22/+2
* * lib/delegate.rb (marshal_dump/load): Provide forward compatibility [ruby-co...marcandre2009-12-291-4/+9
* * lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser::STANDALONE):nobu2009-12-292-2/+2
* * lib/uri/generic.rb (eql?): Check the class of the compared object.marcandre2009-12-241-0/+1
* * lib/delegate.rb (marshal_dump/load): dump & load instance variables by defa...marcandre2009-12-241-1/+7
* * lib/webrick/config.rb (WEBrick::Config): typo fixed. a patchmatz2009-12-191-1/+1
* * lib/matrix.rb (each2,collect2,map2): Fix enumerator [ruby-core:27225]marcandre2009-12-191-3/+3
* * lib/set.rb: Add checks that passed argument is Enumerable. [ruby-core:23844]marcandre2009-12-191-2/+9
* * lib/un.rb (httpd): try to convert port number to integer.nobu2009-12-161-0/+1
* * lib/find.rb (Find.find): rescue more exceptions which is possible toakr2009-12-151-2/+2
* * lib/find.rb (Find.find): get rid of race condition.nobu2009-12-151-1/+1
* * lib/find.rb (Find.find): rescue only ENOENT and EACCES for lstat.akr2009-12-141-1/+1
* * lib/find.rb (Find.find): narrow rescue region.akr2009-12-141-11/+12
* * lib/find.rb (Find.find): removed already unnecessary code.nobu2009-12-141-7/+1
* * lib/find.rb (Find.find): sort directory entries. [ruby-dev:39847]akr2009-12-131-16/+13
* * lib/un.rb (httpd): easy WEBrick HTTP server.nobu2009-12-101-1/+38
* * lib/rubygems: update to 1.3.5.nobu2009-12-0814-68/+92
* * lib/rubygems/defaults.rb (Gem::default_dir): removed a clausenobu2009-12-081-5/+1
* * lib/find.rb (Find.find): reduce stat system call.akr2009-12-061-2/+6
* fix indent.akr2009-12-061-1/+1
* * lib/webrick/httpservlet/filehandler.rb: escape filename of index.naruse2009-12-061-1/+1
* * lib/irb/extend-command.rb (def_extend_command): fixed argumentnobu2009-12-051-11/+11
* * configure.in, win32/Makefile.sub (EXECUTABLE_EXTS): moved fromnobu2009-11-301-3/+7
* * lib/rexml/formatters/default.rb (write_attribute): fix antenderlove2009-11-281-1/+3
* rdoc update.akr2009-11-261-0/+28
* * strftime.c: %Y format a year with 4 digits at least.akr2009-11-241-6/+6
* * lib/net/ftp.rb (putbinaryfile): use APPE for resume.shugo2009-11-191-2/+6
* * lib/net/imap.rb (flag_list): untaint strings to intern in the safeshugo2009-11-191-1/+33
* Rolled out last changeryan2009-11-161-3/+4
* Minor cleanup to improve hash useryan2009-11-161-4/+3
* * lib/cgi/util.rb (CGI::pretty): fix the overflow bugxibbar2009-11-121-1/+1
* * lib/cgi/core.rb (read_from_cmdline): this code is better.xibbar2009-11-121-5/+1
* * lib/net/telnet.rb: don't use simple delegate.xibbar2009-11-121-3/+1
* * lib/tempfile.rb (Tempfile#initialize): option hash may not benobu2009-11-111-3/+9
* * lib/tempfile.rb (Tempfile#initialize): merge mode option.nobu2009-11-112-2/+4
* * lib/pp.rb (PP::ObjectMixin#pretty_print): use to_s regardless ofakr2009-11-071-3/+2
* * lib/mkmf.rb (create_header): split the line by tabs.nobu2009-11-061-1/+1
* fix a typo.akr2009-11-051-1/+1
* * lib/net/http.rb (Net::HTTPResponse#each_response_header):nahi2009-10-311-1/+1
* * lib/net/http.rb (Net::HTTPResponse#each_response_header):nahi2009-10-301-3/+10
* * lib/net/ftp.rb (Net::FTP#initialize): sets @binary to true.shugo2009-10-281-3/+14
* * lib/net/ftp.rb (Net::FTP#initialize): @sock = nil.naruse2009-10-271-1/+2
* * lib/net/ftp.rb (getbinaryfile, list): call to_s to convertshugo2009-10-271-2/+2
* * lib/matrix.rb (**): Optimization (up to 45% faster)marcandre2009-10-241-11/+5
* * object.c (rb_obj_cmp): defines Object#<=>. [ruby-core:24063]matz2009-10-241-1/+1
* * lib/matrix (transpose): bug fix for Matrix.empty(0,42).tmarcandre2009-10-241-0/+1
* * lib/matrix (column): handle negative arguments. cf [ruby-core:23598]marcandre2009-10-241-2/+2