summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * ext/extmk.rb, ext/purelib.rb, lib/mkmf.rb, runruby.rb: clear defaultnobu2007-05-221-0/+3
* * lib/net/smtp.rb: CRAM-MD5 authentication did not work. [ruby-dev:30770]aamine2007-05-201-4/+5
* * lib/date/format.rb (Date._parse): detects some OFX datestadf2007-05-191-6/+15
* * lib/logger.rb (Logger::Application): remove meaningless logdevnahi2007-05-161-7/+30
* * lib/net/http.rb (tokens): forgot to add strip. [ruby-core:11120]aamine2007-05-121-1/+1
* * lib/date/format.rb (Date._parse): revised treatment oftadf2007-05-081-41/+103
* * lib/date/format.rb: reverted.tadf2007-05-081-1/+1
* * lib/rational.rb: fix high-precision Rationals cannot bekeiju2007-05-081-1/+3
* * lib/rss/image.rb, test/rss/test_image.rb: fixed Image modulekou2007-05-071-1/+1
* * lib/net/http.rb (Net::HTTP.post_form): allow an Array of String for pairs a...aamine2007-05-061-4/+21
* * lib/net/http.rb: Connection header field might include both of "keep-alive"...aamine2007-05-061-19/+29
* * lib/date/format.rb (Format::Bag#method_missing): get rid ofnobu2007-05-051-1/+1
* * lib/mkmf.rb (libpathflag): not to append RPATHFLAG to currentnobu2007-04-231-13/+19
* * lib/optparse.rb: fix to override conv proc.nobu2007-04-201-1/+1
* * lib/optparse.rb: fix to override conv proc.ko12007-04-191-1/+1
* * lib/optparse.rb (make_switch): do not clobber converter if patternnobu2007-04-161-2/+2
* * lib/date/format.rb: added some zone names.tadf2007-04-151-26/+37
* * 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