summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2009-10-24* lib/matrix (minor): Also handle negative arguments like Array#[]marcandre
2009-10-23* lib/pathname.rb (Pathname::SAME_PATHS): FNM_SYSCASE is alwaysnobu
2009-10-22* lib/fileutils.rb (FileUtils#fu_get_uid, fu_get_gid): Do notknu
2009-10-20* lib/matrix.rb (transpose, inspect): Bug fixmarcandre
2009-10-20* lib/matrix.rb (empty): Improved rdocmarcandre
2009-10-20 * lib/webrick/httpauth/digestauth.rb: typo in exception message fixed.nahi
2009-10-20 * lib/logger.rb: imported upstream version (logger/1.2.7) see #2238.nahi
2009-10-20 * lib/matrix.rb: Bug fix. See detail [ruby-core:23598].keiju
2009-10-18* lib/rexml/element.rb (text=): false should be converted to string.marcandre
2009-10-18 * lib/date.rb: do not require lib/delta.rb.tadf
2009-10-18* test/test_prime.rbyugui
2009-10-17* vm_method.c (basic_obj_respond_to): call #respond_to_missing?matz
2009-10-17* lib/delegate.rb (Delegator#respond_to_missing): warn only whenmatz
2009-10-16* lib/delegate: rdoc typomarcandre
2009-10-16* lib/delegate.rb (Delegator#method_missing): remove backtracematz
2009-10-16* lib/delegate.rb (Delegator#freeze): #freeze should freeze selfmatz
2009-10-16* lib/delegate.rb (Delegator#respond_to_missing): warn if optionalmatz
2009-10-16* lib/csv.rb (CSV#raw_encoding): returns ASCII-8BIT when the ionaruse