summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2004-09-11Fix up cross-file class mergingdave
2004-09-10* lib/fileutils.rb (mkdir_p): should pass mode argument to Dir.mkdir. [ruby-d...aamine
2004-09-09James Buck's patch for call-seqdave
2004-09-09Allow spaces around parameter to define_method_underdave
2004-08-30ri now merges the documentation if it finds the same class in multiple placesdave
2004-08-28* bignum.c (rb_big_and): protect parameters from GC.matz
2004-08-25Minor fix to error messagedave
2004-08-24* lib/cgi/session.rb (CGI::Session::FileStore#initialize): do notshugo
2004-08-24* lib/cgi/session.rb (CGI::Session::FileStore#initialize): untaintshugo
2004-08-23* lib/resolv.rb (Config.default_config_hash): when multiple domainsusa
2004-08-21* lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#proxy_connect):gotoyuzo
2004-08-20* ext/tcltklib/extconf.rb (find_tcl, find_tk): find stub library.nobu
2004-08-18* lib/yaml/rubytypes.rb: whoops. bad require for 'yaml/compat'. sorry.why
2004-08-18* lib/yaml/baseemitter.rb: folding now handles double-quoted strings,why
2004-08-18* lib/net/protocol.rb (rbuf_fill): OpenSSL::SSLSocket has its own buffer, sel...aamine
2004-08-16Get RDoc::usage playing better with OptionParserdave
2004-08-15* rdoc/markup/simple_markup/to_flow.rb: typo fix(CGI -> cgi).eban
2004-08-13Add Ri environment variable supportdave
2004-08-13Add "usage" interfacedave
2004-08-13Commit missdave
2004-08-13* lib/webrick/httputils.rb (WEBrick::HTTPUtils.parse_range_header):gotoyuzo
2004-08-09* lib/webrick/httpservlet/erbhandler.rbgotoyuzo
2004-08-08* lib/fileutils.rb (cp_r): copies symlink to symlink, except cp_r root.aamine
2004-08-02Bugfix: looping on some toplevel symbols. Added SWIG supportdave
2004-07-30* lib/yaml/rubytypes.rb: exceptions were using an olderwhy
2004-07-28* lib/cgi.rb (CGI::initialize): remove at_exit code for CGI_PARAMSmatz
2004-07-28* eval.c (rb_call0): should call rb_call_super() directly formatz
2004-07-26* lib/webrick/httputils.rb (WEBrick::HTTPUtils.escape): shouldgotoyuzo
2004-07-24* range.c (rb_range_beg_len): returns Qnil only when "beg" pointsmatz
2004-07-23* gc.c (define_final): should not disclose NODE* to Ruby world.matz
2004-07-22* lib/net/imap.rb (disconnected?): new method.shugo
2004-07-18* lib/webrick/httpservlet/cgihandler.rbgotoyuzo
2004-07-18r1025 | ser | 2004-07-18 08:18:36 -0400 (Sun, 18 Jul 2004) | 2 linesser
2004-07-17* lib/net/imap.rb (receive_responses): return if a LOGOUT responseshugo
2004-07-17* lib/net/imap.rb (send_string_data): wait command continuationshugo
2004-07-17* lib/uri/ldap.rb: method hierarchical? should be in URI::LDAP.akira
2004-07-17* re.c (rb_reg_match_m): add optional second argugment "pos" tomatz
2004-07-16Incorporate Micheal Neumanns client-side imagemap patchdave
2004-07-15* lib/optparse.rb (OptionParser#warn, OptionParser#abort): Exceptionnobu
2004-07-15* lib/yaml.rb (YAML::load_file, YAML::parse_file): added.why
2004-07-14* enum.c (enum_min_by): new method Enum#min_by. added Enum#max_bymatz
2004-07-13Minor parse problem if hyperlink text starts \w+:...dave
2004-07-13* lib/uri/generic.rb (URI::Generic#merge_path):akira
2004-07-13* lib/mkmf.rb (init_mkmf): Do not add $(libdir) to $LIBPATH inknu
2004-07-12Allow optional : before call-seq:dave
2004-07-12Use real right arrow for -> in call-seqdave
2004-07-12Commit missdave
2004-07-12Support call-seq: for Ruby methodsdave
2004-07-12Allow multiple words in braces before a linkdave
2004-07-09lib/open-uri.rb (URI::HTTPS#proxy_open): raise ArgumentError to notice https ...akr