diff options
| author | zv@archiware.com <vasiljevic> | 2003-08-23 12:18:04 (GMT) |
|---|---|---|
| committer | zv@archiware.com <vasiljevic> | 2003-08-23 12:18:04 (GMT) |
| commit | 456b113b05db257cbe08fe6cbb36838f5ed42304 (patch) | |
| tree | b7ba7e189c6fac5d296cb2a23e9cf921547a64e9 | |
| parent | c77b8f3f8e720713a6055b0aebcdf99c6c88a9bc (diff) | |
| download | tcl-456b113b05db257cbe08fe6cbb36838f5ed42304.zip tcl-456b113b05db257cbe08fe6cbb36838f5ed42304.tar.gz tcl-456b113b05db257cbe08fe6cbb36838f5ed42304.tar.bz2 | |
Applied fixes from 8.4.4 tree regarding the Bug #753315.
Also, fixed the Bug #788780.
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2003-08-23 Zoran Vasiljevic <zoran@archiwrae.com> + + * generic/tclIOUtil.c: merged fixes for thread-unsafe + handling of filesystem records [Bug #753315]. + This also fixed the Bug #788780 + * generic/tclPathObj.c: merged fixes for thread-unsafe + handling of filesystem records [Bug #753315]. + + * generic/tclFileSystem.h: merged fixes for thread-unsafe + handling of filesystem records [Bug #753315]. + 2003-08-19 Pat Thoyts <patthoyts@users.sourceforge.net> * win/tclWinSerial.c (SerialErrorStr): Fixed a syntax error |
