| Commit message (Expand) | Author | Age | Files | Lines |
* | * lib/rubygems/timer.rb: removed svn:executable. | yugui | 2008-11-11 | 2 | -0/+0 |
* | * lib/date.rb (inspect): reverted the previous change. | tadf | 2008-11-11 | 1 | -3/+1 |
* | * lib/date.rb (inspect): changed the format. | tadf | 2008-11-10 | 1 | -1/+3 |
* | * lib/delegate.rb (Delegator.delegating_block): should not refer | matz | 2008-11-10 | 1 | -1/+1 |
* | * lib/cgi/session/pstore.rb: fix indentation. | xibbar | 2008-11-08 | 1 | -25/+25 |
* | * lib/cgi/session.rb (FileStore): use marshalized data. | xibbar | 2008-11-08 | 1 | -2/+2 |
* | * lib/cgi/session.rb: remove debug code. | xibbar | 2008-11-08 | 1 | -2/+0 |
* | * lib/cgi/session.rb: fix indentation. | xibbar | 2008-11-08 | 1 | -64/+66 |
* | * lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#do_CONNECT): | matz | 2008-11-08 | 9 | -26/+26 |
* | * lib/optparse.rb (OptionParser#make_switch): 1.9 Symbols respond | matz | 2008-11-08 | 1 | -1/+1 |
* | * lib/irb.rb (IRB::Irb#eval_input): remove extra @context.prompt_i. | matz | 2008-11-07 | 1 | -1/+1 |
* | * lib/yaml/rubytypes.rb: support Rational and Complex as 1.8 | matz | 2008-11-06 | 1 | -0/+38 |
* | * lib/rexml/entity.rb (unnormalized): do not call | shugo | 2008-11-06 | 1 | -1/+1 |
* | * lib/test/unit.rb: sorry, removed debug code. | usa | 2008-11-04 | 1 | -1/+0 |
* | * lib/test/unit.rb (Test::Unit.setup_argv): now can specify ``-xname'' | usa | 2008-11-04 | 1 | -5/+6 |
* | Don't require rubygems/defaults from gem_prelude.rb. | drbrain | 2008-10-31 | 2 | -1/+5 |
* | * lib/rss/converter.rb (RSS::Converter): use String#encode. | kou | 2008-10-31 | 1 | -1/+9 |
* | * lib/webrick/httpauth/digestauth.rb | mame | 2008-10-31 | 1 | -1/+1 |
* | merged r19975 and r19978 from ruby_1_9_1 into trunk. | yugui | 2008-10-28 | 1 | -1/+1 |
* | Update to RubyGems 1.3.1 r1909. | drbrain | 2008-10-25 | 11 | -157/+204 |
* | Imported minitest 1.3.0 r4429. Fixes issues reported by akira and nobu | ryan | 2008-10-25 | 1 | -10/+13 |
* | * lib/csv.rb: Fixed a bug in read_to_char() that would slurp | jeg2 | 2008-10-25 | 1 | -8/+11 |
* | Import RDoc 2.2.2 r192 | drbrain | 2008-10-24 | 5 | -11/+21 |
* | * configure.in (sitedir): considers --program-prefix and | yugui | 2008-10-24 | 1 | -2/+4 |
* | * lib/cgi/html.rb: allow symbolized key. | xibbar | 2008-10-24 | 1 | -2/+2 |
* | * lib/mathn.rb: moved into ext/mathn/rational/rational.c and | keiju | 2008-10-24 | 1 | -95/+3 |
* | * lib/cgi/core.rb (read_multipart): change field value as String | xibbar | 2008-10-24 | 1 | -1/+23 |
* | * lib/irb/init.rb (IRB.load_modules): catch LoadError explicitly. | matz | 2008-10-23 | 1 | -2/+2 |
* | * lib/mkmf.rb (create_tmpsrc): get rid of side effects. | nobu | 2008-10-22 | 1 | -2/+4 |
* | * lib/test/unit.rb (assert_nothing_raised): raise with backtrace. | nobu | 2008-10-21 | 1 | -3/+1 |
* | * lib/test/unit.rb (assert_nothing_raised): set backtrace. | akr | 2008-10-21 | 1 | -1/+3 |
* | * lib/cgi/core.rb (read_multipart): file's encoding is ascii-8bit | xibbar | 2008-10-20 | 1 | -6/+6 |
* | * lib/test/unit.rb (Test::Unit.setup_argv): call given block for | akr | 2008-10-19 | 1 | -18/+20 |
* | * lib/cmath.rb (log2,cbrt,frexp,ldexp,hypot,erf,erfc,gamma,lgamma): | tadf | 2008-10-18 | 1 | -0/+10 |
* | * lib/test/unit.rb (assert_nothing_thrown): don't intern. | akr | 2008-10-18 | 1 | -2/+2 |
* | * lib/tempfile.rb (Tempfile#initialize): now Tempfile.new takes | matz | 2008-10-18 | 1 | -2/+12 |
* | * lib/test/unit.rb (assert_nothing_thrown): implemented. | akr | 2008-10-18 | 1 | -2/+13 |
* | Removed manage_gems call in the rake gempackagetask | jim | 2008-10-16 | 1 | -6/+0 |
* | * lib/test/unit.rb: sort the order of executing tests. | mame | 2008-10-16 | 1 | -0/+3 |
* | * lib/test/unit.rb (assert_equal): avoid incompatible character | akr | 2008-10-16 | 1 | -0/+10 |
* | * lib/test/unit.rb (assert_equal): failure message changed. | akr | 2008-10-16 | 1 | -1/+16 |
* | * lib/test/unit: removed test/unit. | akr | 2008-10-16 | 22 | -3578/+125 |
* | * lib/delegate.rb (DelegateClass): restored 1.8 behavior for | matz | 2008-10-15 | 1 | -78/+70 |
* | Pulled minitest r4373 | ryan | 2008-10-15 | 1 | -1/+5 |
* | * lib/delegate.rb (Delegator): simplified and restored 1.8 | matz | 2008-10-14 | 1 | -13/+1 |
* | * lib/net/pop.rb: check for invalid APOP timestamp. (CVE-2007-1558) | kazu | 2008-10-14 | 1 | -1/+1 |
* | * lib/mkmf.rb (CLEANINGS): uses escaped form tabs to preventing the | nobu | 2008-10-11 | 1 | -9/+9 |
* | * lib/rake.rb (Rake::Application#standard_exception_handling): removed | nobu | 2008-10-10 | 1 | -4/+4 |
* | * lib/csv/csv.rb: Added support for Encoding::default_internal. | jeg2 | 2008-10-10 | 1 | -42/+42 |
* | Fixed missing test/unit.rb, bad svn merge. Rolled back test/runner.rb | ryan | 2008-10-10 | 1 | -0/+280 |