aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/yaml.rb: added rdoc to beginning of lib.why2004-05-181-18/+58
* * lib/yaml.rb: added rdoc to beginning of lib.why2004-05-181-8/+121
* Cross-ported fix for REXML bug #14, StreamParser and doctype events.ser2004-05-162-4/+7
* ------------------------------------------------------------------------ser2004-05-164-6/+6
* ------------------------------------------------------------------------ser2004-05-162-9/+19
* * lib/yaml/baseemitter.rb (indent_text): was forcing a mod valuewhy2004-05-161-115/+115
* Added support for CP-1252 and ISO-8859-15 encodings for non-iconv systems.ser2004-05-162-0/+167
* ------------------------------------------------------------------------ser2004-05-168-956/+1001
* * lib/drb/drb.rb: Cosmetic documentation changes.gsinclair2004-05-161-7/+7
* * ext/syck/MANIFEST, ext/syck/depend: new file.nobu2004-05-151-3/+3
* * lib/yaml.rb: removed fallback to pure Ruby parser.why2004-05-153-151/+141
* * lib/net/telnet.rb (Net::Telnet::login): "options" can specifyakira2004-05-131-4/+8
* * lib/mkmf.rb (have_type, check_sizeof): replace unusable characters.nobu2004-05-121-2/+2
* * lib/resolv.rb (Resolv::DNS::Config): make it configurable withoutakr2004-05-121-35/+92
* * lib/net/protocol.rb (each_crlf_line): remove junk line.aamine2004-05-101-1/+0
* Change symbol lookup scheme in HTML generationdave2004-05-101-4/+12
* Search parent for unqualified constantsdave2004-05-101-0/+8
* * lib/net/pop.rb (loggin): append "\n".aamine2004-05-091-1/+1
* * lib/net/ftp.rb: ported documentation improvement from 1.8 branchgsinclair2004-05-095-478/+512
* * lib/yaml/store.rb: use FileUtils::copy.eban2004-05-091-1/+2
* * io.c (rb_f_open): open should not ignore block when "to_open"matz2004-05-081-4/+0
* add a test for Kernel.open(Pathname.new(...)) { ... }.akr2004-05-071-0/+4
* * lib/fileutils.rb (mv): new option `force'. [ruby-talk:99457]aamine2004-05-071-66/+99
* Allow multiple arguments to includedave2004-05-071-4/+8
* * lib/fileutils.rb (fu_list): Array() breaks pathes including "\n". [ruby-cor...aamine2004-05-071-1/+1
* * parse.y (string_content): turn off NODE_NEWLINE flag to avoidmatz2004-05-074-16/+31
* * lib/yaml/rubytypes.rb (to_yaml): added instance variable handlingwhy2004-05-063-75/+197
* * lib/net/imap.rb (string): accept NIL.shugo2004-05-061-8/+27
* Don't include &block if we have yield parametersdave2004-05-053-0/+12
* use recv instead of recvfromseki2004-05-041-1/+1
* * lib/gserver.rb: documentedgsinclair2004-05-042-2/+107
* Fix parsing problem with yield within blockdave2004-05-031-0/+2
* * lib/yaml/rubytypes.rb: passing Range tests.why2004-04-261-4/+8
* add tests.akr2004-04-261-0/+27
* Alias alias to instance methodsdave2004-04-261-1/+6
* Fix bug where consecutive headings were mergeddave2004-04-241-1/+1
* * Non-String attributes are now converted to Strings; this means code such asser2004-04-237-27/+49
* * lib/mkmf.rb: $hdrdir should not contain macros, for backwardnobu2004-04-231-3/+3
* * lib/pathname.rb: sync taint/freeze flag betweenakr2004-04-231-1/+33
* * lib/resolv.rb: don't use Regexp#source to embed regexps.akr2004-04-231-5/+5
* check hash tuple sizeseki2004-04-211-5/+2
* * lib/open-uri.rb (URI::HTTP#proxy_open): set Host: field explicitly.akr2004-04-211-4/+14
* * lib/net/smtp.rb: merge SMTP-TLS patch. This patch is contributed by Daniel...aamine2004-04-211-18/+153
* * lib/net/smtp.rb: change coding style: def m( a ) -> def m(a).aamine2004-04-211-28/+27
* * lib/net/pop.rb: do not use class variables.aamine2004-04-211-40/+58
* * lib/net/http.rb (connect): CONNECT must precede SSL connect. [ruby-dev:23379]aamine2004-04-211-35/+33
* * lib/test/unit/ui/console/testrunner.rb (test_started): restore $0nobu2004-04-211-1/+2
* * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb,nobu2004-04-1827-61/+61
* Allow for HAVE_PROTOTYPES macrodave2004-04-181-4/+12
* Change :enddoc: to terminate processing of current filedave2004-04-171-18/+21