summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvasiljevic <zv@archiware.com>2006-09-07 18:53:11 (GMT)
committervasiljevic <zv@archiware.com>2006-09-07 18:53:11 (GMT)
commitc9b8654c4e4be91809a9c18d5bedf7ed63c3b9b6 (patch)
tree4a7d6e0f9078dc4f48cbddeb5bf1d82ca0aec297 /ChangeLog
parent8d7192b9bb9fcda7acb42ef68a34c1a743902686 (diff)
downloadtcl-c9b8654c4e4be91809a9c18d5bedf7ed63c3b9b6.zip
tcl-c9b8654c4e4be91809a9c18d5bedf7ed63c3b9b6.tar.gz
tcl-c9b8654c4e4be91809a9c18d5bedf7ed63c3b9b6.tar.bz2
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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aad4446..045d4a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2006-09-07 Zoran Vasiljevic <vasiljevic@users.sourceforge.net>
+ * 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 Zoran Vasiljevic <vasiljevic@users.sourceforge.net>
+
* unix/tclUnixChan.c Rewritten MT-safe wrappers to
* unix/tclUnixCompat.c return ptrs to TSD storage
* unix/tclUnixFCmd.c making them all look like their