summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2009-07-01 14:05:19 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2009-07-01 14:05:19 (GMT)
commit32696239facf495e5bcf0d662143edb3009aef9e (patch)
treec20dca5e50b580b0e63ba33977a4558339a631bc /ChangeLog
parent3234624adfe748f3d9e906e52cd9935faa1a913a (diff)
downloadtcl-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a0b8793..90e401e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.