summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-01-22 09:15:50 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-01-22 09:15:50 (GMT)
commitcbf7cd3db2f7e8c8951c2bbb101a52a264fc9f75 (patch)
tree1ed33dbdc04db399d15477819412a5cfdc8f05b1 /ChangeLog
parentb1e9c1d4b650fea5e60a10b7beaad0c893848982 (diff)
downloadtcl-cbf7cd3db2f7e8c8951c2bbb101a52a264fc9f75.zip
tcl-cbf7cd3db2f7e8c8951c2bbb101a52a264fc9f75.tar.gz
tcl-cbf7cd3db2f7e8c8951c2bbb101a52a264fc9f75.tar.bz2
Fix [Bug 1631017]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8dc700f..e7ec041 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-01-22 Donal K. Fellows <donal.k.fellows@manchester.ac.uk>
+
+ * compat/memcmp.c (memcmp): Reworked so that arithmetic is never
+ performed upon void pointers, since that is illegal. [Bug 1631017]
+
2007-01-19 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* generic/tclCompile.c (TclCompileScript): Reduce the frequency with