summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-09-28 15:10:23 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-09-28 15:10:23 (GMT)
commit023f68bcd4d6661b4a1ac20e9c90cc212f1901cc (patch)
tree7ba3ca2b54f62d5618b9bdd28c00b12b4dcc47f0 /ChangeLog
parent542215ff7f7979ba967987a746cfa8dd723425c6 (diff)
downloadtcl-023f68bcd4d6661b4a1ac20e9c90cc212f1901cc.zip
tcl-023f68bcd4d6661b4a1ac20e9c90cc212f1901cc.tar.gz
tcl-023f68bcd4d6661b4a1ac20e9c90cc212f1901cc.tar.bz2
* generic/tclPkg.c (CompareVersion): Flatten strcmp() results to
{-1, 0, 1} to match expectations of CompareVersion() callers.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 645e262..043edd9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-09-27 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclPkg.c (CompareVersion): Flatten strcmp() results to
+ {-1, 0, 1} to match expectations of CompareVersion() callers.
+
2006-09-27 Miguel Sofer <msofer@users.sf.net>
* generic/regc_color.c (singleton):