summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2004-05-18* lib/net/http.rb: support TRACE.aamine
2004-05-18* lib/net/http.rb: do not use class variables.aamine
2004-05-18 * lib/csv.rb: writes lines with "\n" when row separator is not given.nahi
2004-05-18* lib/yaml.rb: added rdoc to beginning of lib.why
2004-05-18* lib/yaml.rb: added rdoc to beginning of lib.why
2004-05-16Cross-ported fix for REXML bug #14, StreamParser and doctype events.ser
2004-05-16------------------------------------------------------------------------ser
2004-05-16------------------------------------------------------------------------ser
2004-05-16* lib/yaml/baseemitter.rb (indent_text): was forcing a mod valuewhy
2004-05-16Added support for CP-1252 and ISO-8859-15 encodings for non-iconv systems.ser
2004-05-16------------------------------------------------------------------------ser
2004-05-16 * lib/drb/drb.rb: Cosmetic documentation changes.gsinclair
2004-05-15* ext/syck/MANIFEST, ext/syck/depend: new file.nobu
2004-05-15* lib/yaml.rb: removed fallback to pure Ruby parser.why
2004-05-13* lib/net/telnet.rb (Net::Telnet::login): "options" can specifyakira
2004-05-12* lib/mkmf.rb (have_type, check_sizeof): replace unusable characters.nobu
2004-05-12* lib/resolv.rb (Resolv::DNS::Config): make it configurable withoutakr
2004-05-10* lib/net/protocol.rb (each_crlf_line): remove junk line.aamine
2004-05-10Change symbol lookup scheme in HTML generationdave
2004-05-10Search parent for unqualified constantsdave
2004-05-09* lib/net/pop.rb (loggin): append "\n".aamine
2004-05-09 * lib/net/ftp.rb: ported documentation improvement from 1.8 branchgsinclair
2004-05-09* lib/yaml/store.rb: use FileUtils::copy.eban
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