summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2007-02-24* lib/soap/mapping/factory.rb: catch up with spec changes (returnko1
2007-02-23* lib/xmlrpc/client.rb (XMLRPC::Client::do_rpc): Make theknu
2007-02-18updated based on date2 4.0.3.tadf
2007-02-16* lib/.document: Apply patch for irb, e2mmap and README by Hugh Sassedrbrain
2007-02-15* lib/uri/generic.rb (URI::Generic::userinfo): Considering howknu
2007-02-14* lib/delegate.rb: catch up with class local variable (@_v) spec.ko1
2007-02-14* lib/date/format.rb (Date::Format::Bag::method_missing): need notmatz
2007-02-14* re.c (reg_operand): allow symbols to be operands for regularmatz
2007-02-13* lib/uri/generic.rb (URI::Generic::userinfo): should supportmatz
2007-02-13* lib/date/format.rb (Date::Format::Bag::method_missing): addmatz
2007-02-12* lib/rss/dublincore.rb, lib/rss/maker/dublincore.rb: dc_rightseskou
2007-02-11* lib/rss/xml-stylesheet.rb (RSS::XMLStyleSheet#initialize):kou
2007-02-11* lib/rss/parser.rb (RSS::ListenerMixin::start_else_element): usedkou
2007-02-10* lib/cgi.rb (CGI::QueryExtension::read_multipart): Properly parseknu
2007-02-08* lib/cgi.rb (CGI::unescapeHTML): invalid decoding for singlematz
2007-02-06* lib/rss/rss.rb, lib/rss/parser.rb: followed current Rubykou
2007-02-06* lib/rss/rss.rb, lib/rss/parser.rb: removed needless code forkou
2007-02-06* lib/net/ftp.rb: moved fixes for EPIPE to the correctshugo
2007-02-06* lib/net/ftp.rb: check the control connection on EPIPE.shugo
2007-02-03* lib/cgi.rb (CGI::QueryExtension::read_multipart): Remove a debugknu
2007-02-02* lib/mkmf.rb (create_makefile): make object files depend onnobu
2007-01-31* lib/open-uri.rb (OpenURI::OpenURI.open_uri): revert last change to conform ...matz
2007-01-31* lib/open-uri.rb (OpenURI::OpenURI.open_uri): use user andmatz
2007-01-23* lib/cgi.rb (CGI::QueryExtension::read_multipart): use == insteadmatz
2007-01-20Merged from REXML main repository:ser
2007-01-07Merge RDoc updates from matzruby 11502, 11503, 11504drbrain
2007-01-07updated based on date2 4.0.1.tadf
2007-01-04* lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler#initialize):gotoyuzo
2006-12-31Make RDoc accessible. Update constant value information.drbrain
2006-12-31Allow RDoc comment to give friendly value for rb_define_const.drbrain
2006-12-31 * Merge YARVko1