summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-07-15 23:54:52 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-07-15 23:54:52 (GMT)
commit43bad74f48d8aae962fb0a46444b3982729b24d2 (patch)
treec19990fa51df8e68bc17cc533b9dc2e1839bac1d /ChangeLog
parent570add27c459885795802baac3c2e466a4989705 (diff)
downloadtcl-43bad74f48d8aae962fb0a46444b3982729b24d2.zip
tcl-43bad74f48d8aae962fb0a46444b3982729b24d2.tar.gz
tcl-43bad74f48d8aae962fb0a46444b3982729b24d2.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 2eb7de2..1f78550 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.
+
* README: Bumped patch level to 8.4.4 in anticipation
* generic/tcl.h: of another patch release.
* tools/tcl.wse.in: