summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-07-15 23:57:33 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-07-15 23:57:33 (GMT)
commit6e2755b218e6f9902e0b316830c39c1308aaf748 (patch)
treeb5dd9637844290dee0860417da3653b42f068677 /ChangeLog
parentda4f00b003469298b4cdf2bd2f0ab8646e2ec8ba (diff)
downloadtcl-6e2755b218e6f9902e0b316830c39c1308aaf748.zip
tcl-6e2755b218e6f9902e0b316830c39c1308aaf748.tar.gz
tcl-6e2755b218e6f9902e0b316830c39c1308aaf748.tar.bz2
* unix/dltest/pkga.c: Updated to not use Tcl_UtfNcmp and counted
strings instead of strcmp (not defined in any #include'd header) and presumed NULL-terminated strings.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 668ca33..31002aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,10 @@
2003-07-15 Don Porter <dgp@users.sourceforge.net>
+ * unix/dltest/pkga.c: Updated to not use Tcl_UtfNcmp and counted
+ strings instead of strcmp (not defined in any #include'd header)
+ and presumed NULL-terminated strings.
+
* generic/tclCompCmds.c (TclCompileIfCmd): Prior fix of Bug 711371
on 2003-04-07 introduced a buffer overflow. Corrected. [Bug 771613]