aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/rss/rss.rb, lib/rss/parser.rb: followed current Rubykou2007-02-062-3/+3
* * lib/rss/rss.rb, lib/rss/parser.rb: removed needless code forkou2007-02-062-42/+1
* * lib/net/ftp.rb: moved fixes for EPIPE to the correctshugo2007-02-061-14/+14
* * lib/net/ftp.rb: check the control connection on EPIPE.shugo2007-02-061-0/+14
* * lib/cgi.rb (CGI::QueryExtension::read_multipart): Remove a debugknu2007-02-031-1/+0
* * lib/mkmf.rb (create_makefile): make object files depend onnobu2007-02-021-2/+2
* * lib/open-uri.rb (OpenURI::OpenURI.open_uri): revert last change to conform ...matz2007-01-311-3/+0
* * lib/open-uri.rb (OpenURI::OpenURI.open_uri): use user andmatz2007-01-311-0/+3
* * lib/cgi.rb (CGI::QueryExtension::read_multipart): use == insteadmatz2007-01-231-1/+1
* Merged from REXML main repository:ser2007-01-2013-83/+142
* Merge RDoc updates from matzruby 11502, 11503, 11504drbrain2007-01-071-1/+37
* updated based on date2 4.0.1.tadf2007-01-071-2/+4
* * lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler#initialize):gotoyuzo2007-01-041-1/+1
* Make RDoc accessible. Update constant value information.drbrain2006-12-311-92/+107
* Allow RDoc comment to give friendly value for rb_define_const.drbrain2006-12-311-3/+28
* * Merge YARVko12006-12-3117-534/+300
* removed.tadf2006-12-302-6/+0
* updated based on date2 4.0.tadf2006-12-302-549/+581
* * lib/cgi.rb (CGI::Cookie::initialize): use Array() again.matz2006-12-281-1/+1
* * lib/cgi.rb (CGI::Cookie::initialize): option["value"] may or maymatz2006-12-211-1/+1
* * lib/cgi.rb (CGI::Cookie::initialize): Array(string) no longermatz2006-12-171-1/+1
* * lib/mkmf.rb (create_makefile): remove static library before update,nobu2006-12-141-2/+3
* * lib/irb/locale.rb (IRB::Locale::puts): typo fixed. a patch frommatz2006-12-141-1/+1
* * lib/optparse.rb (Switch#parse_arg, Switch#conv_arg): splat failures.nobu2006-12-121-3/+3
* * lib/irb/locale.rb (IRB::Locale::search_file): ues File.exist?matz2006-12-091-2/+2
* * lib/optparse.rb: cannot put :nodoc: before method definition.usa2006-12-081-8/+4
* * lib/weakref.rb (WeakRef::__setobj__): should supportmatz2006-12-072-15/+14
* * misc/ruby-mode.el (ruby-parse-partial): need to parse "/=" asmatz2006-12-051-2/+2
* * instruby.rb (install_recursive): get rid of warning.nobu2006-12-041-1/+2
* * lib/cgi.rb (CGI::QueryExtension::read_multipart): should quoteshugo2006-12-031-2/+3
* * lib/webrick/httputils.rb (WEBrick::HTTPUtils::FormData::<<):gotoyuzo2006-12-011-3/+3
* updated based on date2 3.9.7.tadf2006-11-051-9/+35
* * lib/net/imap.rb: accept NOMODSEQ. [ruby-core:9002]shugo2006-11-041-1/+1
* * lib/set.rb (Set#^): Fix XOR operation against a container thatknu2006-11-021-2/+9
* * lib/xmlrpc/create.rb (XMLRPC::Create::conv2value): Symbol shouldmatz2006-11-028-20/+19
* * time.c (time_dup): duplicate the class of original time.matz2006-10-311-5/+5
* updated based on date2 3.9.6.tadf2006-10-241-5/+5
* * lib/mkmf.rb: fixed the bug of handling COMMON_MACROS.eban2006-10-201-2/+1
* * lib/erb.rb: String#each was removed, use #each_line instead.aamine2006-10-171-3/+3
* * array.c (rb_ary_unshift_m): a bug in lfree shift lengthmatz2006-10-161-1/+1
* * lib/test/unit/collector/dir.rb (Collector::Dir#collect): append basenobu2006-10-141-2/+3
* updated based on date2 3.9.5.tadf2006-10-131-1/+1
* * lib/test/unit/collector/dir.rb (Collector::Dir#collect): prependnobu2006-10-121-1/+5
* * lib/date.rb (Date::self.complete_hash): need to check if g ismatz2006-10-121-1/+1
* * ext/tk/tkutil/tkutil.c (cbsubst_table_setup): need to handle newmatz2006-10-121-1/+2
* * lib/parsedate.rb: documentation patch from Konrad Meyermatz2006-10-093-35/+103
* * ext/extmk.rb, lib/fileutils.rb, lib/mkmf.rb, lib/optparse.rb,nobu2006-10-094-35/+32
* * lib/rexml/encoding.rb (REXML::Encoding::check_encoding): spacesmatz2006-10-092-3/+3
* use __send! instead of funcall.tadf2006-10-091-4/+4
* * parse.y (block_param): restrict block parameters to be localmatz2006-10-031-1/+2