summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2004-05-16------------------------------------------------------------------------ser
2004-05-16------------------------------------------------------------------------ser
2004-05-16* lib/yaml/baseemitter.rb (indent_text): was forcing a mod valuewhy
2004-05-16Added support for CP-1252 and ISO-8859-15 encodings for non-iconv systems.ser
2004-05-16------------------------------------------------------------------------ser
2004-05-16 * lib/drb/drb.rb: Cosmetic documentation changes.gsinclair
2004-05-15* ext/syck/MANIFEST, ext/syck/depend: new file.nobu
2004-05-15* lib/yaml.rb: removed fallback to pure Ruby parser.why
2004-05-13* lib/net/telnet.rb (Net::Telnet::login): "options" can specifyakira
2004-05-12* lib/mkmf.rb (have_type, check_sizeof): replace unusable characters.nobu
2004-05-12* lib/resolv.rb (Resolv::DNS::Config): make it configurable withoutakr
2004-05-10* lib/net/protocol.rb (each_crlf_line): remove junk line.aamine
2004-05-10Change symbol lookup scheme in HTML generationdave
2004-05-10Search parent for unqualified constantsdave
2004-05-09* lib/net/pop.rb (loggin): append "\n".aamine
2004-05-09 * lib/net/ftp.rb: ported documentation improvement from 1.8 branchgsinclair
2004-05-09* lib/yaml/store.rb: use FileUtils::copy.eban
2004-05-08* io.c (rb_f_open): open should not ignore block when "to_open"matz
2004-05-07add a test for Kernel.open(Pathname.new(...)) { ... }.akr