summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2009-12-30* gem_prelude.rb (push_all_highest_version_gems_on_load_path):nobu
2009-12-30* lib/rubygems/command_manager.rb (Gem#load_and_instantiate):nobu
2009-12-30* lib/rubygems/source_index.rb (Gem#load_specification): don't usenobu
2009-12-30* lib/rubygems.rb: Kernel#gem is already defined, and workaroundnobu
2009-12-29* lib/delegate.rb (marshal_dump/load): Provide forward compatibility [ruby-co...marcandre
2009-12-29* lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser::STANDALONE):nobu
2009-12-24* lib/uri/generic.rb (eql?): Check the class of the compared object.marcandre
2009-12-24* lib/delegate.rb (marshal_dump/load): dump & load instance variables by defa...marcandre
2009-12-19* lib/webrick/config.rb (WEBrick::Config): typo fixed. a patchmatz
2009-12-19* lib/matrix.rb (each2,collect2,map2): Fix enumerator [ruby-core:27225]marcandre
2009-12-19* lib/set.rb: Add checks that passed argument is Enumerable. [ruby-core:23844]marcandre
2009-12-16* lib/un.rb (httpd): try to convert port number to integer.nobu
2009-12-15* lib/find.rb (Find.find): rescue more exceptions which is possible toakr
2009-12-15* lib/find.rb (Find.find): get rid of race condition.nobu
2009-12-14* lib/find.rb (Find.find): rescue only ENOENT and EACCES for lstat.akr
2009-12-14* lib/find.rb (Find.find): narrow rescue region.akr
2009-12-14* lib/find.rb (Find.find): removed already unnecessary code.nobu
2009-12-13* lib/find.rb (Find.find): sort directory entries. [ruby-dev:39847]akr
2009-12-10* lib/un.rb (httpd): easy WEBrick HTTP server.nobu
2009-12-08* lib/rubygems: update to 1.3.5.nobu
2009-12-08* lib/rubygems/defaults.rb (Gem::default_dir): removed a clausenobu
2009-12-06* lib/find.rb (Find.find): reduce stat system call.akr
2009-12-06fix indent.akr
2009-12-06* lib/webrick/httpservlet/filehandler.rb: escape filename of index.naruse
2009-12-05* lib/irb/extend-command.rb (def_extend_command): fixed argumentnobu
2009-11-30* configure.in, win32/Makefile.sub (EXECUTABLE_EXTS): moved fromnobu
2009-11-28* lib/rexml/formatters/default.rb (write_attribute): fix antenderlove
2009-11-26rdoc update.akr
2009-11-24* strftime.c: %Y format a year with 4 digits at least.akr
2009-11-19* lib/net/ftp.rb (putbinaryfile): use APPE for resume.shugo
2009-11-19* lib/net/imap.rb (flag_list): untaint strings to intern in the safeshugo
2009-11-16Rolled out last changeryan
2009-11-16Minor cleanup to improve hash useryan
2009-11-12* lib/cgi/util.rb (CGI::pretty): fix the overflow bugxibbar
2009-11-12* lib/cgi/core.rb (read_from_cmdline): this code is better.xibbar
2009-11-12* lib/net/telnet.rb: don't use simple delegate.xibbar
2009-11-11* lib/tempfile.rb (Tempfile#initialize): option hash may not benobu
2009-11-11* lib/tempfile.rb (Tempfile#initialize): merge mode option.nobu
2009-11-07* lib/pp.rb (PP::ObjectMixin#pretty_print): use to_s regardless ofakr
2009-11-06* lib/mkmf.rb (create_header): split the line by tabs.nobu
2009-11-05fix a typo.akr
2009-10-31 * lib/net/http.rb (Net::HTTPResponse#each_response_header):nahi
2009-10-30 * lib/net/http.rb (Net::HTTPResponse#each_response_header):nahi
2009-10-28* lib/net/ftp.rb (Net::FTP#initialize): sets @binary to true.shugo
2009-10-27* lib/net/ftp.rb (Net::FTP#initialize): @sock = nil.naruse
2009-10-27* lib/net/ftp.rb (getbinaryfile, list): call to_s to convertshugo
2009-10-24* lib/matrix.rb (**): Optimization (up to 45% faster)marcandre
2009-10-24* object.c (rb_obj_cmp): defines Object#<=>. [ruby-core:24063]matz
2009-10-24* lib/matrix (transpose): bug fix for Matrix.empty(0,42).tmarcandre
2009-10-24* lib/matrix (column): handle negative arguments. cf [ruby-core:23598]marcandre