aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* * lib/net/imap.rb (disconnect): call shutdown forshugo2007-04-091-1/+5
* * lib/shell: commit miss(support for ruby 1.9(YARV) thread model).keiju2007-03-223-53/+45
* * lib/shell.rb, lib/shell: support for ruby 1.9(YARV) thread model.keiju2007-03-207-141/+266
* * lib/set.rb: Revise rdoc.knu2007-03-201-7/+24
* * lib/matrix.rb (Matrix::inverse_from): adding partial pivoting tomatz2007-03-191-6/+12
* * lib/net/protocol.rb (rbuf_read): extend buffer size for speed.aamine2007-03-191-1/+3
* * lib/rss, test/rss:kou2007-03-1731-1968/+4032
* * lib/net/pop.rb: change default verification mode from VERIFY_PEER to VERIFY...aamine2007-03-161-6/+6
* * lib/net/http.rb: merge Ruby-SSPI patch contributed by Justin Bailey.aamine2007-03-161-16/+49
* * lib/sync.rb: support for ruby 1.9(YARV) thread model.keiju2007-03-131-88/+85
* * lib/monitor.rb (mon_try_enter): call @mon_muetx.try_lock.shugo2007-03-121-1/+1
* * lib/cgi.rb (CGI::header): IIS >= 5.0 does not need the nphknu2007-03-121-1/+2
* * lib/shell/process-controller.rb: fix thread synchronization problem for [r...keiju2007-03-061-3/+5
* * lib/timeout.rb (Timeout.timeout): should return the block value always.aamine2007-03-051-7/+7
* * lib/net/smtp.rb: support automatic STARTTLS.aamine2007-03-052-85/+218
* * lib/net/smtp.rb: reconstruct SMTPS/STARTTLS interface. New interface is in...aamine2007-03-041-108/+66
* * file.c (rb_stat_s_utime): fixed a commit miss for the platformsnobu2007-03-041-1/+1
* * 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