summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvasiljevic <zv@archiware.com>2006-09-07 18:49:27 (GMT)
committervasiljevic <zv@archiware.com>2006-09-07 18:49:27 (GMT)
commitb98d8af767943c732d5b80448d159a9a6cbb1b09 (patch)
tree8b1daadcd5787a5240b4cde6e87959baf69b496c /ChangeLog
parent138c8d79c7b465225b655c4a273b13ffb2b5978c (diff)
downloadtcl-b98d8af767943c732d5b80448d159a9a6cbb1b09.zip
tcl-b98d8af767943c732d5b80448d159a9a6cbb1b09.tar.gz
tcl-b98d8af767943c732d5b80448d159a9a6cbb1b09.tar.bz2
* unix/tclUnixFCmd.c: Removed some false tests added
(and left by mistake) by fixing the Tcl Bug: 999544 * unix/tclUnixCompat.c: Added fallback to MT-unsafe library calls if TCL_THREADS is not defined. Fixed alignment of arrays copied by CopyArrayi() to be on the sizeof(char *) boundary.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 45651a7..f43fe01 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2006-09-07 Zoran Vasiljevic <vasiljevic@users.sourceforge.net>
+
+ * unix/tclUnixFCmd.c: Removed some false tests added
+ (and left by mistake) by fixing the Tcl Bug: 999544
+
+ * unix/tclUnixCompat.c: Added fallback to MT-unsafe
+ library calls if TCL_THREADS is not defined.
+ Fixed alignment of arrays copied by CopyArrayi() to be
+ on the sizeof(char *) boundary.
+
2006-09-07 Andreas Kupries <andreask@activestate.com>
* unix/configure: Regenerated using autoconf 2.13.