diff options
author | hobbs <hobbs> | 2005-10-05 00:38:04 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2005-10-05 00:38:04 (GMT) |
commit | a027f4410a23cadee78e4c04f319df20b07567cb (patch) | |
tree | dd2a4e9a300308258caa39245ed723bb95d8cdb4 /ChangeLog | |
parent | feed575edf673f8860aa50a1eaaddc5aa887b893 (diff) | |
download | tcl-a027f4410a23cadee78e4c04f319df20b07567cb.zip tcl-a027f4410a23cadee78e4c04f319df20b07567cb.tar.gz tcl-a027f4410a23cadee78e4c04f319df20b07567cb.tar.bz2 |
* tests/winFile.test (getuser): allow valid Windows usernames.
[Bug 1311285]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,5 +1,8 @@ 2005-10-04 Jeff Hobbs <jeffh@ActiveState.com> + * tests/winFile.test (getuser): allow valid Windows usernames. + [Bug 1311285] + * generic/tclParse.c (Tcl_ParseCommand): add code that recognizes {} in addition to {expand} for word expansion (make with -DALLOW_EMPTY_EXPAND). @@ -25,8 +28,8 @@ 2005-09-30 Don Porter <dgp@users.sourceforge.net> - * generic/tclMain.c: Separate encoding conversion of command line - arguments from list formatting. [Bug 1306162]. + * generic/tclMain.c: Separate encoding conversion of command line + arguments from list formatting. [Bug 1306162]. 2005-09-29 Jeff Hobbs <jeffh@ActiveState.com> |