diff options
author | dgp <dgp@users.sourceforge.net> | 2006-09-28 15:10:23 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-09-28 15:10:23 (GMT) |
commit | 023f68bcd4d6661b4a1ac20e9c90cc212f1901cc (patch) | |
tree | 7ba3ca2b54f62d5618b9bdd28c00b12b4dcc47f0 /ChangeLog | |
parent | 542215ff7f7979ba967987a746cfa8dd723425c6 (diff) | |
download | tcl-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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): |