summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2011-11-03 14:37:04 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2011-11-03 14:37:04 (GMT)
commitdb3170d4ab704dd0c39fe187fb91421f91a83cf6 (patch)
treeb601ca6679818df1e2995aa0bd02c4854f95a1f6 /ChangeLog
parent52cb20381f476a10e0f097485c7ec98ce8a4c181 (diff)
downloadtcl-db3170d4ab704dd0c39fe187fb91421f91a83cf6.zip
tcl-db3170d4ab704dd0c39fe187fb91421f91a83cf6.tar.gz
tcl-db3170d4ab704dd0c39fe187fb91421f91a83cf6.tar.bz2
* unix/tclUnixCompat.c (TclpGetPwNam, TclpGetPwUid, TclpGetGrNam)
(TclpGetGrGid): 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6729f15..82e2fe0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2011-11-03 Donal K. Fellows <dkf@users.sf.net>
+
+ * unix/tclUnixCompat.c (TclpGetPwNam, TclpGetPwUid, TclpGetGrNam)
+ (TclpGetGrGid): 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.
+
2011-10-20 Don Porter <dgp@users.sourceforge.net>
* library/http/http.tcl: Bump to version 2.8.3