summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2006-07-31 03:27:12 (GMT)
committerKevin B Kenny <kennykb@acm.org>2006-07-31 03:27:12 (GMT)
commit3da9c09d810510b812376df89e54ef578a4571d4 (patch)
tree16c1501b40812ea69c7fce3898e8f3feb6a0bb26 /ChangeLog
parent7286027bfe63e54eb30b77335cd0f2061003eda3 (diff)
downloadtcl-3da9c09d810510b812376df89e54ef578a4571d4.zip
tcl-3da9c09d810510b812376df89e54ef578a4571d4.tar.gz
tcl-3da9c09d810510b812376df89e54ef578a4571d4.tar.bz2
Bug 1426279
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 05e03ef..b32a62a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +1,21 @@
2006-07-30 Kevin Kenny <kennykb@acm.org>
+ * generic/tclClock.c (GetJulianDayFromEraYearMonthDay):
+ Corrected several errors in converting dates before the
+ Common Era. [Bug 1426279]
* library/clock.tcl: Corrected syntax errors in generated code for
%EC, %Ey, and %W format groups [Bug 1505383]. Corrected a bug
in cache management for format strings containing [glob]
- metacharacters [Bug 1494664].
+ metacharacters [Bug 1494664]. Corrected several errors in
+ formatting/scanning of years prior to the Common Era, and
+ added the missing %EE format group to indicate the era.
* tools/makeTestCases.tcl: Added code to make sure that %U and %V
format groups are included in the tests. (The code depends on
%U and %V formatting working correctly when 'makeTestCases.tcl'
- is run, rather than making a completely independent check.)
- * tests/clock.test: Rebuilt with new test cases.
+ is run, rather than making a completely independent check.) Added
+ tests for [glob] metacharacters in strings. Added tests for
+ years prior to the Common Era.
+ * tests/clock.test: Rebuilt with new test cases for all the above.
2006-07-30 Joe English <jenglish@users.sourceforge.net>