From dc32688f002f36a4aed31525df0a9a4eff239c60 Mon Sep 17 00:00:00 2001 From: ntalbott Date: Fri, 21 Nov 2003 22:36:13 +0000 Subject: * lib/test/unit/util/backtracefilter.rb: fixed a bug that occurred when an exception had no backtrace. * test/testunit/util/test_backtracefilter.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5001 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 14364d649..ce13d39c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sat Nov 22 07:30:00 2003 Nathaniel Talbott + + * lib/test/unit/util/backtracefilter.rb: fixed a bug that occurred + when an exception had no backtrace. + + * test/testunit/util/test_backtracefilter.rb: ditto. + Fri Nov 21 16:44:18 2003 Hidetoshi NAGAI * ext/tk/lib/tkentry.rb: fix the encoding trouble of percent @@ -22,7 +29,7 @@ Fri Nov 21 01:40:00 2003 Hidetoshi NAGAI * eval.c: undef is_ruby_native() function when not HAVE_NATIVETHREAD -Thu Nov 21 00:43:00 2003 Nathaniel Talbott +Fri Nov 21 00:43:00 2003 Nathaniel Talbott * lib/test/unit/assertions.rb: use #__send__ instead of #send. @@ -83,7 +90,7 @@ Wed Nov 19 11:04:47 2003 NAKAMURA Usaku * lib/fileutils.rb (cannot_overwrite_file?, have_st_ino?): bccwin32 is same as mswin32. -Tue Nov 19 07:54:00 2003 Nathaniel Talbott +Wed Nov 19 07:54:00 2003 Nathaniel Talbott * lib/test/unit.rb: do not run tests if $! is set. @@ -283,7 +290,7 @@ Wed Nov 12 06:11:39 2003 GOTOU Yuuzou ossl_pkcs7_set_crls): add functions for PKCS7#certificates= PKCS7#certificates, PKCS7#crls= and PKCS7#crls. -Tue Nov 12 00:47:00 2003 Nathaniel Talbott +Wed Nov 12 00:47:00 2003 Nathaniel Talbott * lib/test/unit/ui/testrunnermediator.rb: should require 'test/unit'. @@ -320,7 +327,7 @@ Mon Nov 10 00:07:10 2003 Nobuyoshi Nakada * parse.y (primary): primary_value may be 0 when syntax error. [ruby-talk:84893] -Sat Nov 9 02:05:00 2003 Nathaniel Talbott +Sun Nov 9 02:05:00 2003 Nathaniel Talbott * lib/test/unit/assertions.rb: un-deprecated #assert_not_nil to maintain symmetry with #assert_nil. Also added better output for -- cgit