aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Update comment to show call-seq exampledave2004-07-071-0/+24
* * lib/rss/{rss,parser,0.9,1.0,2.0}.rb: supported RSS 0.9x/2.0kou2004-07-065-81/+233
* * lib/rss/{trackback,syndication,dublincore,content}.rb: workedkou2004-07-054-36/+41
* * lib/uri/common.rb (Kernel#URI): new global method for parsing URIs.akr2004-07-051-0/+10
* * lib/drb/drb.rb(DRbConn self.open): If socket pool is full, closeocean2004-07-041-4/+7
* r1002 | ser | 2004-06-07 07:45:53 -0400 (Mon, 07 Jun 2004) | 2 linesser2004-07-045-14/+23
* * lib/rss/rss.rb: added copyright header.kou2004-07-041-1/+6
* * added files:nahi2004-07-0357-602/+2792
* * lib/pstore.rb (PStore#transaction): get rid of opening in write modenobu2004-07-011-6/+3
* * configure.in, lib/mkmf.rb (LIBPATHFLAG): use double quotes due tonobu2004-06-281-1/+1
* * lib/mkmf.rb (libpathflag): should not quote here.nobu2004-06-261-1/+1
* * lib/mkmf.rb (libpathflag, find_header, dir_config): quote directorynobu2004-06-261-5/+4
* * ext/socket/socket.c (sock_sockaddr): Socket#gethostbyname()matz2004-06-242-0/+9
* * lib/net/imap.rb: added new option --ssl.shugo2004-06-231-4/+10
* Fixed parsing of %r{} when generating source popupdave2004-06-221-0/+1
* * lib/net/ftp.rb (binary=): send TYPE commands only once.shugo2004-06-201-59/+83
* This is the log for the *previous* commit, but CVS is bloody stupid.ser2004-06-102-0/+89
* -ser2004-06-1013-121/+244
* * 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