summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2006-12-30removed.tadf
2006-12-30updated based on date2 4.0.tadf
2006-12-28* lib/cgi.rb (CGI::Cookie::initialize): use Array() again.matz
2006-12-21* lib/cgi.rb (CGI::Cookie::initialize): option["value"] may or maymatz
2006-12-17* lib/cgi.rb (CGI::Cookie::initialize): Array(string) no longermatz
2006-12-14* lib/mkmf.rb (create_makefile): remove static library before update,nobu
2006-12-14* lib/irb/locale.rb (IRB::Locale::puts): typo fixed. a patch frommatz
2006-12-12* lib/optparse.rb (Switch#parse_arg, Switch#conv_arg): splat failures.nobu
2006-12-09* lib/irb/locale.rb (IRB::Locale::search_file): ues File.exist?matz
2006-12-08* lib/optparse.rb: cannot put :nodoc: before method definition.usa
2006-12-07* lib/weakref.rb (WeakRef::__setobj__): should supportmatz
2006-12-05* misc/ruby-mode.el (ruby-parse-partial): need to parse "/=" asmatz
2006-12-04* instruby.rb (install_recursive): get rid of warning.nobu
2006-12-03* lib/cgi.rb (CGI::QueryExtension::read_multipart): should quoteshugo
2006-12-01* lib/webrick/httputils.rb (WEBrick::HTTPUtils::FormData::<<):gotoyuzo
2006-11-05updated based on date2 3.9.7.tadf