aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fixed NoMethodError problem from NaHi [ruby-dev:37110].seki2008-11-181-0/+1
* * lib/time.rb: according to RFC2822, -0000 means local time, +0000matz2008-11-181-28/+28
* * lib/net/ftp.rb (Net::FTP#open_socket): SOCKSsocket is obsolete.matz2008-11-181-2/+2
* * lib/logger.rb (ProgName): fixed typo.nobu2008-11-181-1/+1
* * lib/logger.rb (ProgName): fixed for svn, based on a patch fromnobu2008-11-181-2/+2
* * lib/webrick/httprequest.rb (WEBrick::HTTPRequest#read_request_line): matz2008-11-181-1/+1
* * lib/optparse.rb (OptionParser::make_switch): makes defaultnobu2008-11-181-1/+6
* * lib/uri/generic.rb (URI::Generic#check_path): REL_PATH should amatz2008-11-111-1/+1
* * lib/rubygems/timer.rb: removed svn:executable.yugui2008-11-112-0/+0
* * lib/date.rb (inspect): reverted the previous change.tadf2008-11-111-3/+1
* * lib/date.rb (inspect): changed the format.tadf2008-11-101-1/+3
* * lib/delegate.rb (Delegator.delegating_block): should not refermatz2008-11-101-1/+1
* * lib/cgi/session/pstore.rb: fix indentation.xibbar2008-11-081-25/+25
* * lib/cgi/session.rb (FileStore): use marshalized data.xibbar2008-11-081-2/+2
* * lib/cgi/session.rb: remove debug code. xibbar2008-11-081-2/+0
* * lib/cgi/session.rb: fix indentation. xibbar2008-11-081-64/+66
* * lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#do_CONNECT):matz2008-11-089-26/+26
* * lib/optparse.rb (OptionParser#make_switch): 1.9 Symbols respondmatz2008-11-081-1/+1
* * lib/irb.rb (IRB::Irb#eval_input): remove extra @context.prompt_i.matz2008-11-071-1/+1
* * lib/yaml/rubytypes.rb: support Rational and Complex as 1.8matz2008-11-061-0/+38
* * lib/rexml/entity.rb (unnormalized): do not callshugo2008-11-061-1/+1
* * lib/test/unit.rb: sorry, removed debug code.usa2008-11-041-1/+0
* * lib/test/unit.rb (Test::Unit.setup_argv): now can specify ``-xname''usa2008-11-041-5/+6
* Don't require rubygems/defaults from gem_prelude.rb.drbrain2008-10-312-1/+5
* * lib/rss/converter.rb (RSS::Converter): use String#encode.kou2008-10-311-1/+9
* * lib/webrick/httpauth/digestauth.rbmame2008-10-311-1/+1
* merged r19975 and r19978 from ruby_1_9_1 into trunk.yugui2008-10-281-1/+1
* Update to RubyGems 1.3.1 r1909.drbrain2008-10-2511-157/+204
* Imported minitest 1.3.0 r4429. Fixes issues reported by akira and noburyan2008-10-251-10/+13
* * lib/csv.rb: Fixed a bug in read_to_char() that would slurpjeg22008-10-251-8/+11
* Import RDoc 2.2.2 r192drbrain2008-10-245-11/+21
* * configure.in (sitedir): considers --program-prefix andyugui2008-10-241-2/+4
* * lib/cgi/html.rb: allow symbolized key. xibbar2008-10-241-2/+2
* * lib/mathn.rb: moved into ext/mathn/rational/rational.c andkeiju2008-10-241-95/+3
* * lib/cgi/core.rb (read_multipart): change field value as Stringxibbar2008-10-241-1/+23
* * lib/irb/init.rb (IRB.load_modules): catch LoadError explicitly.matz2008-10-231-2/+2
* * lib/mkmf.rb (create_tmpsrc): get rid of side effects.nobu2008-10-221-2/+4
* * lib/test/unit.rb (assert_nothing_raised): raise with backtrace.nobu2008-10-211-3/+1
* * lib/test/unit.rb (assert_nothing_raised): set backtrace.akr2008-10-211-1/+3
* * lib/cgi/core.rb (read_multipart): file's encoding is ascii-8bitxibbar2008-10-201-6/+6
* * lib/test/unit.rb (Test::Unit.setup_argv): call given block forakr2008-10-191-18/+20
* * lib/cmath.rb (log2,cbrt,frexp,ldexp,hypot,erf,erfc,gamma,lgamma):tadf2008-10-181-0/+10
* * lib/test/unit.rb (assert_nothing_thrown): don't intern.akr2008-10-181-2/+2
* * lib/tempfile.rb (Tempfile#initialize): now Tempfile.new takesmatz2008-10-181-2/+12
* * lib/test/unit.rb (assert_nothing_thrown): implemented.akr2008-10-181-2/+13
* Removed manage_gems call in the rake gempackagetaskjim2008-10-161-6/+0
* * lib/test/unit.rb: sort the order of executing tests.mame2008-10-161-0/+3
* * lib/test/unit.rb (assert_equal): avoid incompatible characterakr2008-10-161-0/+10
* * lib/test/unit.rb (assert_equal): failure message changed.akr2008-10-161-1/+16
* * lib/test/unit: removed test/unit.akr2008-10-1622-3578/+125