aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * lib/net/http.rb (Request#initialize): reject only when a path is empty. [ru...aamine2004-01-291-1/+1
* * ext/syck/rubyext.c: usec round-tripping skew. [ruby-core:2305]why2004-01-281-1/+1
* * lib/rss: rss/parser.rb is always required.kou2004-01-287-59/+43
* * lib/rss: rss library imported. [ruby-dev:22726]matz2004-01-2815-0/+2965
* * misc/ruby-mode.el: better support for general delimitedmatz2004-01-273-10/+11
* * lib/webrick/httputils.rb (WEBrick:HTTPUtils::parse_header):gotoyuzo2004-01-261-1/+1
* Add one_page_htmldave2004-01-251-0/+116
* * lib/webrick/httpserver.rb (WEBrick::HTTPServer#run): supportgotoyuzo2004-01-241-3/+19
* * lib/net/imap.rb (BEG_REGEXP): allow 8-bit characters in quoted strings for ...shugo2004-01-221-2/+2
* * lib/e2mmap.rb (VERSION): remove unnecessary version checking.eban2004-01-221-2/+0
* * parse.y (newline_node): do not use NODE_NEWLINE node anymore,matz2004-01-212-3/+4
* :nodoc: the "Deprecated" moduledave2004-01-212-3/+4
* remove O_NONBLOCKseki2004-01-211-1/+0
* typoseki2004-01-211-1/+1
* * lib/net/imap.rb (envelope): allow NIL.shugo2004-01-211-32/+52
* * lib/mkmf.rb (merge_libs): squeeze successive same libraries.nobu2004-01-211-0/+1
* * lib/base64.rb: enclosed in a module. [ruby-core:02285]nobu2004-01-211-60/+81
* Tidy benchmark.rb documentation a taddave2004-01-201-90/+55
* Document base64dave2004-01-202-0/+58
* RDoc abbrevdave2004-01-201-0/+38
* Document lib/English. Add top-level aliases to rdoc html outputdave2004-01-205-45/+165
* * lib/rdoc/parsers/parse_c.rb: escape '{' and '}' to avoid warnings.eban2004-01-191-1/+1
* * variable.c (rb_set_class_path): do not set path ifmatz2004-01-192-8/+10
* synchronized with date2 3.5.tadf2004-01-182-65/+63
* * lib/soap/wsdlDriver.rb, lib/wsdl/soap/operation.rb: add support ofnahi2004-01-183-6/+26
* check ArgumentError by Time.at(-1) instead of by test itself.usa2004-01-171-3/+11
* * lib/test.rb (test_rfc2822, test_rfc3339, test_encode_xmlschema):usa2004-01-171-14/+24
* * parse.y (primary): allow no "when" case. [ruby-dev:22578]matz2004-01-131-0/+8
* * lib/test/unit/ui/testrunnerutilities.rb (TestRunnerUtilities):nobu2004-01-136-24/+5
* Display full name in class listdave2004-01-122-3/+3
* Checked in wrong version... :(dave2004-01-121-1/+7
* Try to use DESTDIR when installingdave2004-01-121-0/+1
* * file.c (test_wr, test_ww): New functions implementing newmatz2004-01-121-1/+1
* Add explicit line breaks in method signatures for ri. Fixup some comments in ...dave2004-01-123-8/+21