summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2004-07-07* lib/tempfile.rb (Tempfile::initialize): got out code ofakira
2004-07-07These validation files for REXML need to be included in the main branch.ser
2004-07-07Update comment to show call-seq exampledave
2004-07-06 * lib/rss/{rss,parser,0.9,1.0,2.0}.rb: supported RSS 0.9x/2.0kou
2004-07-05 * lib/rss/{trackback,syndication,dublincore,content}.rb: workedkou
2004-07-05* lib/uri/common.rb (Kernel#URI): new global method for parsing URIs.akr
2004-07-04* lib/drb/drb.rb(DRbConn self.open): If socket pool is full, closeocean
2004-07-04r1002 | ser | 2004-06-07 07:45:53 -0400 (Mon, 07 Jun 2004) | 2 linesser
2004-07-04 * lib/rss/rss.rb: added copyright header.kou
2004-07-03 * added files:nahi
2004-07-01* lib/pstore.rb (PStore#transaction): get rid of opening in write modenobu
2004-06-28* configure.in, lib/mkmf.rb (LIBPATHFLAG): use double quotes due tonobu
2004-06-26* lib/mkmf.rb (libpathflag): should not quote here.nobu
2004-06-26* lib/mkmf.rb (libpathflag, find_header, dir_config): quote directorynobu
2004-06-24* ext/socket/socket.c (sock_sockaddr): Socket#gethostbyname()matz
2004-06-23* lib/net/imap.rb: added new option --ssl.shugo
2004-06-22Fixed parsing of %r{} when generating source popupdave
2004-06-20* lib/net/ftp.rb (binary=): send TYPE commands only once.shugo
2004-06-10This is the log for the *previous* commit, but CVS is bloody stupid.ser
2004-06-10-ser
2004-06-09* lib/uri/generic.rb (URI::Generic::merge,akira
2004-05-27* lib/pathname.rb (Pathname#initialize): fix pathname initializationakr
2004-05-27* lib/pstore.rb (transaction): allow overriding dump and load.matz
2004-05-27* lib/net/ftp.rb (MDTM_REGEXP): fix for demon's ftp server.shugo
2004-05-26 * lib/csv.rb (CSV.read, CSV.readlines): added. works as IO.read andnahi