aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/yaml/rubytypes.rb: exceptions were using an olderwhy2004-07-301-1/+1
* * lib/cgi.rb (CGI::initialize): remove at_exit code for CGI_PARAMSmatz2004-07-281-28/+7
* * eval.c (rb_call0): should call rb_call_super() directly formatz2004-07-282-3/+3
* * lib/webrick/httputils.rb (WEBrick::HTTPUtils.escape): shouldgotoyuzo2004-07-261-1/+1
* * range.c (rb_range_beg_len): returns Qnil only when "beg" pointsmatz2004-07-241-1/+1
* * gc.c (define_final): should not disclose NODE* to Ruby world.matz2004-07-234-4/+7
* * lib/net/imap.rb (disconnected?): new method.shugo2004-07-221-0/+5
* * lib/webrick/httpservlet/cgihandler.rbgotoyuzo2004-07-181-1/+4
* r1025 | ser | 2004-07-18 08:18:36 -0400 (Sun, 18 Jul 2004) | 2 linesser2004-07-185-15/+28
* * lib/net/imap.rb (receive_responses): return if a LOGOUT responseshugo2004-07-171-2/+13
* * lib/net/imap.rb (send_string_data): wait command continuationshugo2004-07-171-1306/+1334
* * lib/uri/ldap.rb: method hierarchical? should be in URI::LDAP.akira2004-07-173-7/+8
* * re.c (rb_reg_match_m): add optional second argugment "pos" tomatz2004-07-171-1/+1
* Incorporate Micheal Neumanns client-side imagemap patchdave2004-07-161-5/+5
* * lib/optparse.rb (OptionParser#warn, OptionParser#abort): Exceptionnobu2004-07-151-2/+2
* * lib/yaml.rb (YAML::load_file, YAML::parse_file): added.why2004-07-151-1/+39
* * enum.c (enum_min_by): new method Enum#min_by. added Enum#max_bymatz2004-07-144-6/+16
* Minor parse problem if hyperlink text starts \w+:...dave2004-07-131-1/+1
* * lib/uri/generic.rb (URI::Generic#merge_path):akira2004-07-131-6/+10
* * lib/mkmf.rb (init_mkmf): Do not add $(libdir) to $LIBPATH inknu2004-07-131-3/+2
* Allow optional : before call-seq:dave2004-07-121-1/+1
* Use real right arrow for -> in call-seqdave2004-07-121-1/+1
* Commit missdave2004-07-121-1/+0
* Support call-seq: for Ruby methodsdave2004-07-122-0/+15
* Allow multiple words in braces before a linkdave2004-07-122-3/+6
* lib/open-uri.rb (URI::HTTPS#proxy_open): raise ArgumentError to notice https ...akr2004-07-091-0/+6
* * lib/tempfile.rb (Tempfile::initialize): got out code ofakira2004-07-071-1/+6
* These validation files for REXML need to be included in the main branch.ser2004-07-073-0/+720
* 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