summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2001-10-15 22:15:19 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2001-10-15 22:15:19 (GMT)
commitdaca0493e175052042d30663c82c160b8f1d0f32 (patch)
tree0744a4b6189f8db09fd0408fa51a79bd6881232e /ChangeLog
parentd8f2e468454039838648a90be2ff15cc3f4013e0 (diff)
downloadtcl-daca0493e175052042d30663c82c160b8f1d0f32.zip
tcl-daca0493e175052042d30663c82c160b8f1d0f32.tar.gz
tcl-daca0493e175052042d30663c82c160b8f1d0f32.tar.bz2
generic/tclProc.c: changing a memcmp to strcmp to avoid a memory error
detected by purify (thanks Jeff); modify style to agrre with the style guide.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b307c53..553fa96 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-10-15 Miguel Sofer <msofer@users.sourceforge.net>
+
+ * generic/tclProc.c: changing a memcmp to strcmp to avoid a memory
+ error detected by purify (thanks Jeff); modify style to agrre with
+ the style guide.
+
2001-10-15 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* generic/tclInt.decls (TclExpandCodeArray,TclGetInstructionTable):