summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2007-06-06* ext/json, lib/json, test/json: set properties.nobu
2007-06-05* lib/pp.rb (PP::PPMethods::seplist): revert last change to workmatz
2007-06-04* lib/json.rb, lib/json, ext/json, test/json:naruse
2007-05-31* lib/benchmark.rb (Benchmark::Job::item): avoid modifying thenobu
2007-05-30* lib/net/imap.rb (ResponseParser#next_token): fixedshugo
2007-05-30* lib/net/ftp.rb (Net::FTP#transfercmd): skip 2XXshugo
2007-05-23* lib/cgi.rb (CGI#[]): get rid of exceptions being raised.matz
2007-05-22* ext/extmk.rb, ext/purelib.rb, lib/mkmf.rb, runruby.rb: clear defaultnobu
2007-05-20* lib/net/smtp.rb: CRAM-MD5 authentication did not work. [ruby-dev:30770]aamine
2007-05-19 * lib/date/format.rb (Date._parse): detects some OFX datestadf
2007-05-16 * lib/logger.rb (Logger::Application): remove meaningless logdevnahi
2007-05-12* lib/net/http.rb (tokens): forgot to add strip. [ruby-core:11120]aamine
2007-05-08 * lib/date/format.rb (Date._parse): revised treatment oftadf
2007-05-08 * lib/date/format.rb: reverted.tadf
2007-05-08 * lib/rational.rb: fix high-precision Rationals cannot bekeiju
2007-05-07* lib/rss/image.rb, test/rss/test_image.rb: fixed Image modulekou
2007-05-06* lib/net/http.rb (Net::HTTP.post_form): allow an Array of String for pairs a...aamine
2007-05-06* lib/net/http.rb: Connection header field might include both of "keep-alive"...aamine
2007-05-05* lib/date/format.rb (Format::Bag#method_missing): get rid ofnobu
2007-04-23* lib/mkmf.rb (libpathflag): not to append RPATHFLAG to currentnobu
2007-04-20* lib/optparse.rb: fix to override conv proc.nobu
2007-04-19* lib/optparse.rb: fix to override conv proc.ko1
2007-04-16* lib/optparse.rb (make_switch): do not clobber converter if patternnobu
2007-04-15 * lib/date/format.rb: added some zone names.tadf
2007-04-09* lib/net/imap.rb (disconnect): call shutdown forshugo
2007-03-22 * lib/shell: commit miss(support for ruby 1.9(YARV) thread model).keiju
2007-03-20 * lib/shell.rb, lib/shell: support for ruby 1.9(YARV) thread model.keiju
2007-03-20* lib/set.rb: Revise rdoc.knu
2007-03-19* lib/matrix.rb (Matrix::inverse_from): adding partial pivoting tomatz
2007-03-19* lib/net/protocol.rb (rbuf_read): extend buffer size for speed.aamine
2007-03-17* lib/rss, test/rss:kou
2007-03-16* lib/net/pop.rb: change default verification mode from VERIFY_PEER to VERIFY...aamine
2007-03-16* lib/net/http.rb: merge Ruby-SSPI patch contributed by Justin Bailey.aamine
2007-03-13 * lib/sync.rb: support for ruby 1.9(YARV) thread model.keiju
2007-03-12* lib/monitor.rb (mon_try_enter): call @mon_muetx.try_lock.shugo
2007-03-12* lib/cgi.rb (CGI::header): IIS >= 5.0 does not need the nphknu
2007-03-06 * lib/shell/process-controller.rb: fix thread synchronization problem for [r...keiju
2007-03-05* lib/timeout.rb (Timeout.timeout): should return the block value always.aamine
2007-03-05* lib/net/smtp.rb: support automatic STARTTLS.aamine
2007-03-04* lib/net/smtp.rb: reconstruct SMTPS/STARTTLS interface. New interface is in...aamine
2007-03-04* file.c (rb_stat_s_utime): fixed a commit miss for the platformsnobu
2007-03-03* lib/set.rb (Set#^, Set#&): Correct documentation. Those methodsknu
2007-03-03* lib/fileutils.rb (touch): last #touch change causes error when :mtime optio...aamine
2007-03-03* lib/fileutils.rb (mv): could not move directory between different file syst...aamine
2007-03-03* file.c (rb_file_s_utime): allow nil to set the current time.nobu
2007-02-28* lib/mkmf.rb ($DEFLIBPATH): default library paths ($(topdir), etc)usa
2007-02-27* lib/base64.rb (Base64::b64encode): Fix documentation; submittedknu
2007-02-24* lib/thread.rb (ConditionVariable#broadcast): use Mutexshugo
2007-02-24* lib/thread.rb: do not redefine Mutex#synchronize.shugo
2007-02-24* lib/monitor.rb: rewritten using Mutex/ConditionVariable.shugo