aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* * lib/set.rb (Set#^, Set#&): Correct documentation. Those methodsknu2007-03-031-2/+2
* * lib/fileutils.rb (touch): last #touch change causes error when :mtime optio...aamine2007-03-031-6/+2
* * lib/fileutils.rb (mv): could not move directory between different file syst...aamine2007-03-031-3/+7
* * file.c (rb_file_s_utime): allow nil to set the current time.nobu2007-03-031-3/+14
* * lib/mkmf.rb ($DEFLIBPATH): default library paths ($(topdir), etc)usa2007-02-281-5/+6
* * lib/base64.rb (Base64::b64encode): Fix documentation; submittedknu2007-02-271-1/+1
* * lib/thread.rb (ConditionVariable#broadcast): use Mutexshugo2007-02-242-4/+7
* * lib/thread.rb: do not redefine Mutex#synchronize.shugo2007-02-241-9/+0
* * lib/monitor.rb: rewritten using Mutex/ConditionVariable.shugo2007-02-241-92/+32
* * lib/soap/mapping/factory.rb: catch up with spec changes (returnko12007-02-242-2/+2
* * lib/xmlrpc/client.rb (XMLRPC::Client::do_rpc): Make theknu2007-02-232-2/+2
* updated based on date2 4.0.3.tadf2007-02-181-9/+10
* * lib/.document: Apply patch for irb, e2mmap and README by Hugh Sassedrbrain2007-02-162-6/+8
* * lib/uri/generic.rb (URI::Generic::userinfo): Considering howknu2007-02-151-6/+6
* * lib/delegate.rb: catch up with class local variable (@_v) spec.ko12007-02-142-20/+20
* * lib/date/format.rb (Date::Format::Bag::method_missing): need notmatz2007-02-141-10/+9
* * re.c (reg_operand): allow symbols to be operands for regularmatz2007-02-141-2/+2
* * lib/uri/generic.rb (URI::Generic::userinfo): should supportmatz2007-02-131-2/+4
* * lib/date/format.rb (Date::Format::Bag::method_missing): addmatz2007-02-131-1/+1
* * lib/rss/dublincore.rb, lib/rss/maker/dublincore.rb: dc_rightseskou2007-02-122-1/+9
* * lib/rss/xml-stylesheet.rb (RSS::XMLStyleSheet#initialize):kou2007-02-111-0/+4
* * lib/rss/parser.rb (RSS::ListenerMixin::start_else_element): usedkou2007-02-111-1/+1
* * lib/cgi.rb (CGI::QueryExtension::read_multipart): Properly parseknu2007-02-101-2/+2
* * lib/cgi.rb (CGI::unescapeHTML): invalid decoding for singlematz2007-02-081-5/+5
* * 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