aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * ext/extmk.rb (extmake): $extout_prefix doesn't vary for libraries.nobu2004-02-171-3/+2
* * ext/extmk.rb (parse_args): delay expanding $(extout) until invokingnobu2004-02-171-2/+2
* should escape dot.nobu2004-02-171-1/+1
* * lib/rss/rexmlparser.rb: REXML version may be 4 digits.nobu2004-02-171-3/+3
* * lib/rexml/encodings/SHIFT_JIS: wrong library name.nobu2004-02-161-1/+1
* Issue11: null context causing indentation crashser2004-02-162-2/+2
* Fixed Issue7: DocType with external IDs was not being quoted.ser2004-02-163-36/+4
* * lib/fileutils.rb: new module FileUtils::DryRun.aamine2004-02-161-9/+31
* * lib/csv.rb: document reduction. [ruby-core:02429]nahi2004-02-161-775/+427
* * lib/generator.rb: corrected doc formatgsinclair2004-02-161-7/+9
* * win32/Makefile.sub (config.status): should create *.pdb on ext/,usa2004-02-161-1/+0
* * lib/racc/parser.rb: add note for Racc full package.aamine2004-02-161-1/+6
* raise RequestExpiredError if timeoutseki2004-02-151-2/+2
* * lib/mkmf.rb: absolute path of ruby is assigned to $(RUBY).gotoyuzo2004-02-141-1/+1
* * lib/un.rb: use OptionParser instead of getopts.eban2004-02-141-22/+30
* * lib/ftools.rb: documentedgsinclair2004-02-141-15/+100
* add pretty_printseki2004-02-141-0/+11
* @@ Fix for the XPath descendant* result set ordering bug @@ser2004-02-1313-50/+110
* lib/cgi.rb: commit miss.eban2004-02-131-2/+0
* * re.c (KR_REHASH): wrong hash value on sizeof(long) > sizeof(int).matz2004-02-133-3/+24
* * lib/fileutils.rb: slighly improved documentation (sync with 1.8)gsinclair2004-02-131-14/+9
* * test/rss/test_trackback.rb: added tests for TrackBack with RSSkou2004-02-134-33/+104
* * lib/base64.rb: added and tidied documentationgsinclair2004-02-121-25/+55
* * lib/net/protocol.rb (WriteAdapater#puts): must append "\n" to the string, d...aamine2004-02-121-1/+1
* * lib/mkmf.rb (create_tmpsrc): cpp32 of Borland C++ ignores #errornobu2004-02-121-1/+1
* * lib/pathname.rb: use assert_raise instead of assert_raises.akr2004-02-114-70/+70
* * ext/extmk.rb, lib/mkmf.rb: rename $outdir to $extout.nobu2004-02-091-12/+12
* * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub, configure.in,nobu2004-02-093-38/+55
* wrong commit.nobu2004-02-081-1/+1
* * lib/pp.rb (PP::PPMethods::object_address_group): suppress negativenobu2004-02-081-1/+1
* * lib/net/http.rb (HTTP#request): should not overwrite Connection header. (ru...aamine2004-02-081-10/+10
* * lib/irb/init.rb (IRB.rc_files): yield possible rc file names.nobu2004-02-072-7/+47
* Support https in hyperlinksdave2004-02-061-1/+1
* * lib/pp.rb (PPInspectTest#test_to_s_with_iv): rollback the previousnahi2004-02-061-1/+0
* * lib/pp.rb (PPInspectTest#test_to_s_with_iv): remove instancenahi2004-02-061-0/+1
* * lib/irb/extend-command.rb: add irb_help command. [ruby-talk:91610]nobu2004-02-062-0/+26
* * lib/prettyprint.rb (PrettyPrint#first?): obsoleted.akr2004-02-051-3/+32
* * lib/prettyprint.rb (PrettyPrint#seplist): added.akr2004-02-053-19/+20
* * lib/rss/2.0.rb, lib/rss/content.rb, lib/rss/dublincore.rb,kou2004-02-036-54/+77
* * lib/pp.rb (Struct#pretty_print_cycle): follow 1.8 style.akr2004-02-021-3/+7
* exception message changed.akr2004-02-011-2/+2
* * lib/pp.rb (Struct#pretty_print): make it 1.8 style.akr2004-02-011-2/+14
* * lib/open-uri.rb (URI::Generic#find_proxy): return nil on loopbackakr2004-02-011-0/+9
* * lib/resolv-replace.rb (BasicSocket#send): don't replace becauseakr2004-02-011-16/+28
* From ruby_1_8 branch:gsinclair2004-02-013-322/+273
* * lib/open-uri.rb (OpenURI::Buffer#<<): make a tempfile binmode.akr2004-01-311-0/+1
* lib/open-uri.rb (URI::Generic#find_proxy): warn HTTP_PROXY.akr2004-01-311-0/+9
* * lib/rss/parser.rb (RSS::Parser): added @@default_parser. Usedkou2004-01-314-32/+83
* * lib/logger.rb: leading 0 padding of timestamp usec part.nahi2004-01-301-1/+1
* Allow link: in Tidylinksdave2004-01-291-15/+17