diff options
author | dgp <dgp@users.sourceforge.net> | 2006-05-13 23:21:04 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-05-13 23:21:04 (GMT) |
commit | 6de03f6606a051f169d86acfa3eaace8d12dc2ce (patch) | |
tree | 66d8545881a665a1fc9cfd5ad365e20798677e49 /ChangeLog | |
parent | 26603fe98b72353a826476c914038ca5c66cf9e1 (diff) | |
download | tcl-6de03f6606a051f169d86acfa3eaace8d12dc2ce.zip tcl-6de03f6606a051f169d86acfa3eaace8d12dc2ce.tar.gz tcl-6de03f6606a051f169d86acfa3eaace8d12dc2ce.tar.bz2 |
* generic/tclFileName.c (TclDoGlob): Disabled the partial
normalization done by the recursive glob routine, since changing the
precise string of the pathname broke [glob] on some Tcl_Filesystems.
[Bug 943995]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2006-05-13 Don Porter <dgp@users.sourceforge.net> + * generic/tclFileName.c (TclDoGlob): Disabled the partial + normalization done by the recursive glob routine, since changing the + precise string of the pathname broke [glob] on some Tcl_Filesystems. + [Bug 943995] + * generic/tclProc.c (ProcCompileProc): When a bump of the compile epoch forces the re-compile of a proc body, take care not to overwrite any Proc struct that may be referred to on the active |