aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/uri/generic.rb (URI::Generic::merge,akira2004-06-091-19/+31
* * lib/pathname.rb (Pathname#initialize): fix pathname initializationakr2004-05-271-1/+9
* * lib/pstore.rb (transaction): allow overriding dump and load.matz2004-05-274-80/+43
* * lib/net/ftp.rb (MDTM_REGEXP): fix for demon's ftp server.shugo2004-05-271-1/+1
* * lib/csv.rb (CSV.read, CSV.readlines): added. works as IO.read andnahi2004-05-261-63/+82
* Allow "do" after "for". Fix up css for standalone code windowdave2004-05-263-10/+24
* * ext/syck/syck.c (syck_new_parser): clear parser on init.why2004-05-252-24/+12
* test Kernel.open accepts pathname object.akr2004-05-241-1/+12
* SYSTEM identifiers must be absolutedave2004-05-242-3/+3
* Add '()' around parameters that don't have themdave2004-05-211-0/+1
* * lib/csv.rb: fixed a few bugs around multi char record/field separator.nahi2004-05-201-83/+89
* * lib/mkmf.rb (check_sizeof): define result size. [ruby-core:02911]nobu2004-05-201-2/+2
* * numeric.c (flo_eq): alway check if operands are NaN.matz2004-05-202-26/+25
* At Ryan Davis' suggestion, honor visibility modifers if guarded by a statemen...dave2004-05-201-1/+7
* * lib/mkmf.rb (have_type): do not check pointer to incomplete type,nobu2004-05-201-2/+2
* * lib/net/http.rb: support TRACE.aamine2004-05-181-0/+12
* * lib/net/http.rb: do not use class variables.aamine2004-05-181-5/+5
* * lib/csv.rb: writes lines with "\n" when row separator is not given.nahi2004-05-181-301/+244
* * 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