aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * lib/delegate.rb (DelegateClass): restored 1.8 behavior formatz2008-10-151-78/+70
* Pulled minitest r4373ryan2008-10-151-1/+5
* * lib/delegate.rb (Delegator): simplified and restored 1.8matz2008-10-141-13/+1
* * lib/net/pop.rb: check for invalid APOP timestamp. (CVE-2007-1558)kazu2008-10-141-1/+1
* * lib/mkmf.rb (CLEANINGS): uses escaped form tabs to preventing thenobu2008-10-111-9/+9
* * lib/rake.rb (Rake::Application#standard_exception_handling): removednobu2008-10-101-4/+4
* * lib/csv/csv.rb: Added support for Encoding::default_internal.jeg22008-10-101-42/+42
* Fixed missing test/unit.rb, bad svn merge. Rolled back test/runner.rbryan2008-10-101-0/+280
* Added minitest 1.3.0ryan2008-10-103-0/+613
* Restored test/unitryan2008-10-1021-0/+3307
* Removing miniunitryan2008-10-108-771/+0
* * lib/optparse.rb (ParseError.filter_backtrace): removes internalnobu2008-10-091-12/+16
* * lib/test/unit/assertions.rb: assert_nothing_thrown, naruse2008-10-081-16/+27
* * lib/date.rb (today,now): should produce own instances.tadf2008-10-071-2/+13
* * lib/cgi/core.rb (CGI::QueryExtension::initialize_query): fix thexibbar2008-10-061-1/+1
* * lib/test/unit/assertions.rb (Test::Assertions#assert_nothing_raised): matz2008-10-061-1/+1
* * lib/mkmf.rb ($config_h): now always defines for old libraries.nobu2008-10-051-3/+4
* * lib/rational.rb: resolved conflicts of aliases.tadf2008-10-052-9/+9
* * lib/open-uri.rb: remove debug code introduced by previous change.akr2008-10-051-1/+0
* * lib/open-uri.rb (OpenURI.open_uri): set encoding to strio.naruse2008-10-051-0/+7
* * dln.c: Ruby no longer supports Windows CE.yugui2008-10-041-2/+2
* * djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp.yugui2008-10-042-3/+3
* * x68/_dtos18.c: removed. Ruby no longer supports human68k.yugui2008-10-041-2/+1
* * lib/date/format.rb: no need to require the "lib/rational.rb".tadf2008-10-041-2/+0
* * test/mini/test_mini_test.rb: recovered. It had been temporarily removed at ...yugui2008-10-0423-3569/+129
* * irb/ext/save-history.rb: typokeiju2008-10-041-1/+1
* * lib/irb/irb/ext/save-history.rb: change load_history using File.expand_pat...keiju2008-10-042-8/+11
* * lib/cgi/core.rb (CGI::QueryExtension): delete MorphingBodyxibbar2008-10-021-131/+97
* * lib/rexml/parsers/lightparser.rb, lib/debug.rb: remove unused whenmame2008-10-012-5/+0