diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-11-03 14:37:04 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-11-03 14:37:04 (GMT) |
commit | db3170d4ab704dd0c39fe187fb91421f91a83cf6 (patch) | |
tree | b601ca6679818df1e2995aa0bd02c4854f95a1f6 /ChangeLog | |
parent | 52cb20381f476a10e0f097485c7ec98ce8a4c181 (diff) | |
download | tcl-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |