summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2006-09-12 22:05:02 (GMT)
committerandreas_kupries <akupries@shaw.ca>2006-09-12 22:05:02 (GMT)
commitb45164f6b072a2793e896f53449f81ba6f73f981 (patch)
tree6de91b9fbb165378373cabb64e14af69d10297a3 /ChangeLog
parentb452b8cae9b90c3b781f0a67f5c43d170df1aa8d (diff)
downloadtcl-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 09b9fcc..029620a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.