summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-07-17 16:25:10 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-07-17 16:25:10 (GMT)
commite9eb1621162bdff23b6c6356cb16de0e67dd41ce (patch)
tree076941e9ab2c447fe34c1a8ad897a27d57b9e706 /ChangeLog
parentb0d1d281ef9419d8d98666c18ebfb311af336fcb (diff)
parent4cb82186f44b46dd305a44e0917e289e53f049fe (diff)
downloadtcl-e9eb1621162bdff23b6c6356cb16de0e67dd41ce.zip
tcl-e9eb1621162bdff23b6c6356cb16de0e67dd41ce.tar.gz
tcl-e9eb1621162bdff23b6c6356cb16de0e67dd41ce.tar.bz2
merge 8.5
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aecbf9c..9545bc9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2012-07-17 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * win/makefile.vc: [Bug 3544932]: Visual studio compiler check fails
+
+2012-07-16 Donal K. Fellows <dkf@users.sf.net>
+
+ * unix/tclUnixCompat.c (TclpGetPwNam, TclpGetPwUid, TclpGetGrNam)
+ (TclpGetGrGid): [Bug 3544683]: Use the elaborate memory management
+ scheme outlined on http://www.opengroup.org/austin/docs/austin_328.txt
+ to handle Tcl's use of standard reentrant versions of the passwd/group
+ access functions so that everything can work on all BSDs. Problem
+ identified by Stuart Cassoff.
+
2012-07-11 Jan Nijtmans <nijtmans@users.sf.net>
* win/tclWinReg.c: [Bug #3362446]: registry keys command fails