summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2008-10-28* gem_prelude.rb: considers --program-suffix and prefix configureyugui
2008-10-25Update to RubyGems 1.3.1 r1909.drbrain
2008-10-25Imported minitest 1.3.0 r4429. Fixes issues reported by akira and noburyan
2008-10-25* lib/csv.rb: Fixed a bug in read_to_char() that would slurpjeg2
2008-10-24Import RDoc 2.2.2 r192drbrain
2008-10-24* configure.in (sitedir): considers --program-prefix andyugui
2008-10-24* lib/cgi/html.rb: allow symbolized key. xibbar
2008-10-24 * lib/mathn.rb: moved into ext/mathn/rational/rational.c andkeiju
2008-10-24* lib/cgi/core.rb (read_multipart): change field value as Stringxibbar
2008-10-23* lib/irb/init.rb (IRB.load_modules): catch LoadError explicitly.matz
2008-10-22* lib/mkmf.rb (create_tmpsrc): get rid of side effects.nobu
2008-10-21* lib/test/unit.rb (assert_nothing_raised): raise with backtrace.nobu
2008-10-21* lib/test/unit.rb (assert_nothing_raised): set backtrace.akr
2008-10-20* lib/cgi/core.rb (read_multipart): file's encoding is ascii-8bitxibbar
2008-10-19* lib/test/unit.rb (Test::Unit.setup_argv): call given block forakr
2008-10-18 * lib/cmath.rb (log2,cbrt,frexp,ldexp,hypot,erf,erfc,gamma,lgamma):tadf
2008-10-18* lib/test/unit.rb (assert_nothing_thrown): don't intern.akr
2008-10-18* lib/tempfile.rb (Tempfile#initialize): now Tempfile.new takesmatz
2008-10-18* lib/test/unit.rb (assert_nothing_thrown): implemented.akr
2008-10-16Removed manage_gems call in the rake gempackagetaskjim
2008-10-16* lib/test/unit.rb: sort the order of executing tests.mame
2008-10-16* lib/test/unit.rb (assert_equal): avoid incompatible characterakr
2008-10-16* lib/test/unit.rb (assert_equal): failure message changed.akr
2008-10-16* lib/test/unit: removed test/unit.akr
2008-10-15* lib/delegate.rb (DelegateClass): restored 1.8 behavior formatz
2008-10-15Pulled minitest r4373ryan
2008-10-14* lib/delegate.rb (Delegator): simplified and restored 1.8matz
2008-10-14* lib/net/pop.rb: check for invalid APOP timestamp. (CVE-2007-1558)kazu
2008-10-11* lib/mkmf.rb (CLEANINGS): uses escaped form tabs to preventing thenobu
2008-10-10* lib/rake.rb (Rake::Application#standard_exception_handling): removednobu
2008-10-10* lib/csv/csv.rb: Added support for Encoding::default_internal.jeg2
2008-10-10Fixed missing test/unit.rb, bad svn merge. Rolled back test/runner.rbryan
2008-10-10Added minitest 1.3.0ryan
2008-10-10Restored test/unitryan
2008-10-10Removing miniunitryan
2008-10-09* lib/optparse.rb (ParseError.filter_backtrace): removes internalnobu
2008-10-08* lib/test/unit/assertions.rb: assert_nothing_thrown, naruse
2008-10-07 * lib/date.rb (today,now): should produce own instances.tadf
2008-10-06* lib/cgi/core.rb (CGI::QueryExtension::initialize_query): fix thexibbar
2008-10-06* lib/test/unit/assertions.rb (Test::Assertions#assert_nothing_raised): matz
2008-10-05* lib/mkmf.rb ($config_h): now always defines for old libraries.nobu
2008-10-05 * lib/rational.rb: resolved conflicts of aliases.tadf
2008-10-05* lib/open-uri.rb: remove debug code introduced by previous change.akr
2008-10-05* lib/open-uri.rb (OpenURI.open_uri): set encoding to strio.naruse
2008-10-04* dln.c: Ruby no longer supports Windows CE.yugui
2008-10-04* djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp.yugui
2008-10-04* x68/_dtos18.c: removed. Ruby no longer supports human68k.yugui
2008-10-04 * lib/date/format.rb: no need to require the "lib/rational.rb".tadf
2008-10-04* test/mini/test_mini_test.rb: recovered. It had been temporarily removed at ...yugui
2008-10-04* irb/ext/save-history.rb: typokeiju