summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2006-11-04* lib/net/imap.rb: accept NOMODSEQ. [ruby-core:9002]shugo
2006-11-02* lib/set.rb (Set#^): Fix XOR operation against a container thatknu
2006-11-02* lib/xmlrpc/create.rb (XMLRPC::Create::conv2value): Symbol shouldmatz
2006-10-31* time.c (time_dup): duplicate the class of original time.matz
2006-10-24updated based on date2 3.9.6.tadf
2006-10-20* lib/mkmf.rb: fixed the bug of handling COMMON_MACROS.eban
2006-10-17* lib/erb.rb: String#each was removed, use #each_line instead.aamine
2006-10-16* array.c (rb_ary_unshift_m): a bug in lfree shift lengthmatz
2006-10-14* lib/test/unit/collector/dir.rb (Collector::Dir#collect): append basenobu
2006-10-13updated based on date2 3.9.5.tadf
2006-10-12* lib/test/unit/collector/dir.rb (Collector::Dir#collect): prependnobu
2006-10-12* lib/date.rb (Date::self.complete_hash): need to check if g ismatz
2006-10-12* ext/tk/tkutil/tkutil.c (cbsubst_table_setup): need to handle newmatz
2006-10-09* lib/parsedate.rb: documentation patch from Konrad Meyermatz
2006-10-09* ext/extmk.rb, lib/fileutils.rb, lib/mkmf.rb, lib/optparse.rb,nobu
2006-10-09* lib/rexml/encoding.rb (REXML::Encoding::check_encoding): spacesmatz
2006-10-09use __send! instead of funcall.tadf
2006-10-03* parse.y (block_param): restrict block parameters to be localmatz
2006-10-02* lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file):nobu
2006-10-02* lib/test/unit/autorunner.rb (Test::Unit::AutoRunner::COLLECTORS):nobu
2006-10-01* common.mk (test-all): separate directory where running test casesnobu
2006-10-01* lib/optparse.rb (OptionParser#make_switch): pass arguments directly.nobu
2006-09-30updated based on date2 3.9.4.tadf
2006-09-29* jcode.rb (succ!): call original succ! if $KCODE == 'n'.eban