summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-10-06 23:44:06 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-10-06 23:44:06 (GMT)
commitbee4adb127d757cf306d1317b48b5610b0f18296 (patch)
tree6bcdd1d8ea00b83f8a866cc687d4d334e633f610 /ChangeLog
parent142780b62dcb805071fff401e11de953425bd6a1 (diff)
downloadtcl-bee4adb127d757cf306d1317b48b5610b0f18296.zip
tcl-bee4adb127d757cf306d1317b48b5610b0f18296.tar.gz
tcl-bee4adb127d757cf306d1317b48b5610b0f18296.tar.bz2
Simplify the guts of [glob]; maybe mortals can comprehend it now?
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c9315e..74d9820 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2004-10-06 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+ * generic/tclFileName.c (DoGlob, TclGlob): Stop messy sharing of
+ interpreter result and instead use a private object for collecting
+ the result of the glob. This simplifies TclGlob quite a lot.
+ * generic/tclIOUtil.c (Tcl_FSMatchInDirectory): Simplify by
+ removing some nesting. Also standardize variable names.
+ (FsAddMountsToGlobResult): Force updates to the list to be done
+ in-place, putting a side-condition of non-shared-ness on the
+ resultPtr argument to Tcl_FSMatchInDirectory, but everything would
+ have broken before if that was shared *anyway*.
+
* generic/tclEncoding.c (LoadTableEncoding): Removed reference to
Tcl interpreter; it wasn't needed as direct object use is more
efficient.