summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* James Buck's patch for call-seqdave2004-09-091-1/+6
* Allow spaces around parameter to define_method_underdave2004-09-091-2/+2
* ri now merges the documentation if it finds the same class in multiple placesdave2004-08-307-25/+60
* * bignum.c (rb_big_and): protect parameters from GC.matz2004-08-281-1/+3
* Minor fix to error messagedave2004-08-251-2/+1
* * lib/cgi/session.rb (CGI::Session::FileStore#initialize): do notshugo2004-08-242-17/+7
* * lib/cgi/session.rb (CGI::Session::FileStore#initialize): untaintshugo2004-08-241-1/+1
* * lib/resolv.rb (Config.default_config_hash): when multiple domainsusa2004-08-231-1/+1
* * lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#proxy_connect):gotoyuzo2004-08-211-0/+3
* * ext/tcltklib/extconf.rb (find_tcl, find_tk): find stub library.nobu2004-08-201-2/+4
* * lib/yaml/rubytypes.rb: whoops. bad require for 'yaml/compat'. sorry.why2004-08-181-1/+0
* * lib/yaml/baseemitter.rb: folding now handles double-quoted strings,why2004-08-183-21/+30
* * lib/net/protocol.rb (rbuf_fill): OpenSSL::SSLSocket has its own buffer, sel...aamine2004-08-181-4/+3
* Get RDoc::usage playing better with OptionParserdave2004-08-163-8/+17
* * rdoc/markup/simple_markup/to_flow.rb: typo fix(CGI -> cgi).eban2004-08-151-1/+1
* Add Ri environment variable supportdave2004-08-131-30/+14
* Add "usage" interfacedave2004-08-132-5/+8
* Commit missdave2004-08-131-0/+220
* * lib/webrick/httputils.rb (WEBrick::HTTPUtils.parse_range_header):gotoyuzo2004-08-133-4/+8
* * lib/webrick/httpservlet/erbhandler.rbgotoyuzo2004-08-091-1/+2
* * lib/fileutils.rb (cp_r): copies symlink to symlink, except cp_r root.aamine2004-08-081-63/+182
* Bugfix: looping on some toplevel symbols. Added SWIG supportdave2004-08-022-4/+5
* * 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