aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* * lib/xmlrpc, lib/rexml, test/ruby/test_array.rb,mame2008-10-0135-2234/+2234
* Reverts the changes of lib/test/unit.rb in r19502 and r19501.yugui2008-09-3022-0/+3587
* Reverts the changes of lib/test/unit/* in r19543, r19534 and r19503.yugui2008-09-305-147/+0
* Updated miniunit to 4257. This cleans all my tests when run in isolation. I s...ryan2008-09-302-10/+10
* Updated miniunit to 1.3.0 r4256.ryan2008-09-301-3/+4
* rolled out change 19608... not 1.8 compatible.ryan2008-09-301-3/+13
* Updated to 1.3.0 r4255.ryan2008-09-301-35/+51
* moved def_canon.tadf2008-09-291-15/+5
* * lib/mathn.rb: added String#to_[rc].tadf2008-09-291-4/+16
* * lib/cgi/html.rb (CGI::HtmlExtension::{radio_group, checkbox_group}):xibbar2008-09-281-8/+8
* * lib/cgi/html.rb (CGI::HtmlExtension::popup_menu):xibbar2008-09-281-3/+3
* * lib/cgi/core.rb (CGI::parse): ignore illegal query params.xibbar2008-09-281-1/+3
* * lib/mini/test.rb (assert_match): get rid of confusion ofnobu2008-09-281-2/+2
* * lib/mini/test.rb (MINI_DIR): loaded path is expanded.nobu2008-09-281-13/+3
* * lib/mathn.rb ({Fixnum,Bignum,Float}#**): may produce complextadf2008-09-281-0/+30
* * lib/csv/csv.rb: Worked around some minor encoding changes in Rubyjeg22008-09-281-4/+4