summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2010-09-02 04:53:34 (GMT)
committerandreas_kupries <akupries@shaw.ca>2010-09-02 04:53:34 (GMT)
commit364f13006382f8f84f235b29cb953ac4348d57f9 (patch)
tree4667d29fe14427abc87796ef104b4063011766d8 /ChangeLog
parent9cfbf9b3c024db75159b03c1eb94a0bf0b9bfb10 (diff)
downloadtcl-364f13006382f8f84f235b29cb953ac4348d57f9.zip
tcl-364f13006382f8f84f235b29cb953ac4348d57f9.tar.gz
tcl-364f13006382f8f84f235b29cb953ac4348d57f9.tar.bz2
* library/safe.tcl (::safe::AliasGlob): Moved the command
extending the actual glob command with a -directory flag to when we actually have a proper untranslated path,
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8a2803c..d5d1d7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-09-01 Andreas Kupries <andreas_kupries@users.sourceforge.net>
+
+ * library/safe.tcl (::safe::AliasGlob): Moved the command
+ extending the actual glob command with a -directory flag to when
+ we actually have a proper untranslated path,
+
2010-09-01 Andreas Kupries <andreask@activestate.com>
* generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff to