summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2005-11-04 20:31:22 (GMT)
committerKevin B Kenny <kennykb@acm.org>2005-11-04 20:31:22 (GMT)
commit136f89669b7be6b59b8142e97d2b3d4d65d74438 (patch)
treea622587f856f164a0b2a3bfee3d424af04094766 /ChangeLog
parentb2b62c13d10f85c35ad6d949c85003bded986b53 (diff)
downloadtcl-136f89669b7be6b59b8142e97d2b3d4d65d74438.zip
tcl-136f89669b7be6b59b8142e97d2b3d4d65d74438.tar.gz
tcl-136f89669b7be6b59b8142e97d2b3d4d65d74438.tar.bz2
RFE 1333318
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 784af48..8c7402b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,13 +1,17 @@
2005-11-04 Kevin Kenny <kennykb@acm.org>
* generic/tclGetDate.y: Added abbreviations for the Korean
- * library/clock.tcl: timezone.
+ * library/clock.tcl: timezone. [Patch 1298737]
* generic/tclDate.c: Regenerated.
* tools/findBadExternals.tcl: Added this script, which locates
external symbols that do not begin with 'Tcl' or 'tcl' and hence
might be in conflict with other link libraries. Thanks to George
Peter Staplin for the idea and the initial version of the script.
+ [Bug 1263012]
+
+ * unix/Makefile.in: Trimmed a bunch of fat out of the tommath/
+ directory in 'make dist'. [RFE 1333318]
2005-11-04 Miguel Sofer <msofer@users.sf.net>