summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2004-05-26Allow "do" after "for". Fix up css for standalone code windowdave
2004-05-25* ext/syck/syck.c (syck_new_parser): clear parser on init.why
2004-05-24test Kernel.open accepts pathname object.akr
2004-05-24SYSTEM identifiers must be absolutedave
2004-05-21Add '()' around parameters that don't have themdave
2004-05-20 * lib/csv.rb: fixed a few bugs around multi char record/field separator.nahi
2004-05-20* lib/mkmf.rb (check_sizeof): define result size. [ruby-core:02911]nobu
2004-05-20* numeric.c (flo_eq): alway check if operands are NaN.matz
2004-05-20At Ryan Davis' suggestion, honor visibility modifers if guarded by a statemen...dave
2004-05-20* lib/mkmf.rb (have_type): do not check pointer to incomplete type,nobu
2004-05-18* lib/net/http.rb: support TRACE.aamine
2004-05-18* lib/net/http.rb: do not use class variables.aamine
2004-05-18 * lib/csv.rb: writes lines with "\n" when row separator is not given.nahi
2004-05-18* lib/yaml.rb: added rdoc to beginning of lib.why
2004-05-18* lib/yaml.rb: added rdoc to beginning of lib.why
2004-05-16Cross-ported fix for REXML bug #14, StreamParser and doctype events.ser