diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-01-22 09:15:50 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-01-22 09:15:50 (GMT) |
commit | cbf7cd3db2f7e8c8951c2bbb101a52a264fc9f75 (patch) | |
tree | 1ed33dbdc04db399d15477819412a5cfdc8f05b1 /ChangeLog | |
parent | b1e9c1d4b650fea5e60a10b7beaad0c893848982 (diff) | |
download | tcl-cbf7cd3db2f7e8c8951c2bbb101a52a264fc9f75.zip tcl-cbf7cd3db2f7e8c8951c2bbb101a52a264fc9f75.tar.gz tcl-cbf7cd3db2f7e8c8951c2bbb101a52a264fc9f75.tar.bz2 |
Fix [Bug 1631017]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |