diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2009-07-01 14:05:19 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2009-07-01 14:05:19 (GMT) |
commit | 32696239facf495e5bcf0d662143edb3009aef9e (patch) | |
tree | c20dca5e50b580b0e63ba33977a4558339a631bc /ChangeLog | |
parent | 3234624adfe748f3d9e906e52cd9935faa1a913a (diff) | |
download | tcl-32696239facf495e5bcf0d662143edb3009aef9e.zip tcl-32696239facf495e5bcf0d662143edb3009aef9e.tar.gz tcl-32696239facf495e5bcf0d662143edb3009aef9e.tar.bz2 |
Handle the GetUserName API call appropriately for wide/narrow versions. [Bug 2806622]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2009-07-01 Pat Thoyts <patthoyts@users.sourceforge.net> + + * win/tclWinInt.h: Handle the GetUserName API call via the + * win/tclWin32Dll.c: tclWinProcs indirection structure. This + * win/tclWinInit.c: fixes a problem obtaining the username when + the USERNAME environment variable is unset [Bug 2806622] + 2009-06-15 Don Porter <dgp@users.sourceforge.net> * generic/tclStringObj.c: sprintf() -> Tcl_ObjPrintf() conversion. |