diff options
author | vasiljevic <zv@archiware.com> | 2006-09-07 18:53:11 (GMT) |
---|---|---|
committer | vasiljevic <zv@archiware.com> | 2006-09-07 18:53:11 (GMT) |
commit | c9b8654c4e4be91809a9c18d5bedf7ed63c3b9b6 (patch) | |
tree | 4a7d6e0f9078dc4f48cbddeb5bf1d82ca0aec297 /ChangeLog | |
parent | 8d7192b9bb9fcda7acb42ef68a34c1a743902686 (diff) | |
download | tcl-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |