diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-06 23:44:06 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-06 23:44:06 (GMT) |
commit | bee4adb127d757cf306d1317b48b5610b0f18296 (patch) | |
tree | 6bcdd1d8ea00b83f8a866cc687d4d334e633f610 /ChangeLog | |
parent | 142780b62dcb805071fff401e11de953425bd6a1 (diff) | |
download | tcl-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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. |