summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2004-05-08* io.c (rb_f_open): open should not ignore block when "to_open"matz
2004-05-07add a test for Kernel.open(Pathname.new(...)) { ... }.akr
2004-05-07* lib/fileutils.rb (mv): new option `force'. [ruby-talk:99457]aamine
2004-05-07Allow multiple arguments to includedave
2004-05-07* lib/fileutils.rb (fu_list): Array() breaks pathes including "\n". [ruby-cor...aamine
2004-05-07* parse.y (string_content): turn off NODE_NEWLINE flag to avoidmatz
2004-05-06* lib/yaml/rubytypes.rb (to_yaml): added instance variable handlingwhy
2004-05-06* lib/net/imap.rb (string): accept NIL.shugo
2004-05-05Don't include &block if we have yield parametersdave
2004-05-04use recv instead of recvfromseki
2004-05-04 * lib/gserver.rb: documentedgsinclair
2004-05-03Fix parsing problem with yield within blockdave
2004-04-26* lib/yaml/rubytypes.rb: passing Range tests.why
2004-04-26add tests.akr
2004-04-26Alias alias to instance methodsdave
2004-04-24Fix bug where consecutive headings were mergeddave
2004-04-23* Non-String attributes are now converted to Strings; this means code such asser
2004-04-23* lib/mkmf.rb: $hdrdir should not contain macros, for backwardnobu
2004-04-23* lib/pathname.rb: sync taint/freeze flag betweenakr
2004-04-23* lib/resolv.rb: don't use Regexp#source to embed regexps.akr
2004-04-21check hash tuple sizeseki
2004-04-21* lib/open-uri.rb (URI::HTTP#proxy_open): set Host: field explicitly.akr
2004-04-21* lib/net/smtp.rb: merge SMTP-TLS patch. This patch is contributed by Daniel...aamine
2004-04-21* lib/net/smtp.rb: change coding style: def m( a ) -> def m(a).aamine
2004-04-21* lib/net/pop.rb: do not use class variables.aamine
2004-04-21* lib/net/http.rb (connect): CONNECT must precede SSL connect. [ruby-dev:23379]aamine
2004-04-21* lib/test/unit/ui/console/testrunner.rb (test_started): restore $0nobu
2004-04-18* dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb,nobu
2004-04-18Allow for HAVE_PROTOTYPES macrodave
2004-04-17Change :enddoc: to terminate processing of current filedave
2004-04-16* lib/drb/drb.rb (DRb::DRbUnknown::initialize): Exception#to_str isnobu
2004-04-13change pattern matching [druby-ja:98]seki
2004-04-13* lib/net/http.rb (begin_transport): should not overwrite HTTP request header...aamine
2004-04-13* lib/net/pop.rb: merge POP3S patch. This patch is contributed by Daniel Hobe.aamine
2004-04-12enable document for Kernel.open.akr
2004-04-11Forgot to check special case at top leveldave
2004-04-10Fix :enddoc"dave
2004-04-09Fixed problem with \_cat_<b>dog</b>dave
2004-04-08* ext/extmk.rb (extmake): skip uncompiled extensions.nobu
2004-04-07REXML CHANGESser
2004-04-07update the document for to_path.akr
2004-04-07* lib/rss/parser.rb, lib/rss/1.0.rb: accepted rdf:resource orkou
2004-04-07* file.c (rb_get_path): get path string via "to_path" method ifmatz
2004-04-06fix hash tuple bugseki
2004-04-05* error.c (Init_Exception): remove Exception#to_str. [Ruby2]matz
2004-04-05add require "drb/drb"seki
2004-04-04Remove leading ./ from filenames so that cross references work OKdave
2004-04-04comments modified.akr
2004-04-04Allow multiple --exclude options to RDocdave
2004-04-03* Fixed a bug in the evaluation of XPath's 'or'ser