diff options
author | vasiljevic <zv@archiware.com> | 2006-09-07 18:49:27 (GMT) |
---|---|---|
committer | vasiljevic <zv@archiware.com> | 2006-09-07 18:49:27 (GMT) |
commit | b98d8af767943c732d5b80448d159a9a6cbb1b09 (patch) | |
tree | 8b1daadcd5787a5240b4cde6e87959baf69b496c /ChangeLog | |
parent | 138c8d79c7b465225b655c4a273b13ffb2b5978c (diff) | |
download | tcl-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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. |