diff options
author | andreas_kupries <akupries@shaw.ca> | 2006-09-12 22:05:02 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2006-09-12 22:05:02 (GMT) |
commit | b45164f6b072a2793e896f53449f81ba6f73f981 (patch) | |
tree | 6de91b9fbb165378373cabb64e14af69d10297a3 /ChangeLog | |
parent | b452b8cae9b90c3b781f0a67f5c43d170df1aa8d (diff) | |
download | tcl-b45164f6b072a2793e896f53449f81ba6f73f981.zip tcl-b45164f6b072a2793e896f53449f81ba6f73f981.tar.gz tcl-b45164f6b072a2793e896f53449f81ba6f73f981.tar.bz2 |
* unix/tclUnixCompat.c (PadBuffer): Fixed bug in calculation of
the increment needed to align the pointer, and added
documentation explaining why the macro is implemented as it is.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2006-09-12 Andreas Kupries <andreask@activestate.com> + + * unix/tclUnixCompat.c (PadBuffer): Fixed bug in calculation of + the increment needed to align the pointer, and added + documentation explaining why the macro is implemented as it is. + 2006-09-11 Andreas Kupries <andreask@activestate.com> * tests/msgcat.test: Bumped version in auxiliary files as well. |