diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-08-02 12:15:04 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-08-02 12:15:04 (GMT) |
commit | 53b1f467a9e16c6358a0e6d06db9413e1bc4c2c8 (patch) | |
tree | 981b7fbb421ca3d018444e3dba62d9b733194fbf /ChangeLog | |
parent | 13b0e3a3115bdcc30872a5e276edcb35ef009537 (diff) | |
download | tcl-53b1f467a9e16c6358a0e6d06db9413e1bc4c2c8.zip tcl-53b1f467a9e16c6358a0e6d06db9413e1bc4c2c8.tar.gz tcl-53b1f467a9e16c6358a0e6d06db9413e1bc4c2c8.tar.bz2 |
Stop calling endpwent() and endgrent(); unneeded. [Bug 1942222]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 12 insertions, 4 deletions
@@ -1,8 +1,15 @@ +2009-08-02 Donal K. Fellows <dkf@users.sf.net> + + * unix/tclUnixFCmd.c (GetOwnerAttribute, SetOwnerAttribute) + (GetGroupAttribute, SetGroupAttribute): [Bug 1942222]: Stop calling + * unix/tclUnixFile.c (TclpGetUserHome): endpwent() and endgrent(); + they've been unnecessary for ages. + 2009-07-31 Don Porter <dgp@users.sourceforge.net> - * generic/tclStringObj.c: Corrected failure to grow buffer - * tests/format.test: when format spec request large width - floating point values. Thanks to Clemens Misch. [Bug 2830354] + * generic/tclStringObj.c: [Bug 2830354]: Corrected failure to + * tests/format.test: grow buffer when format spec request + large width floating point values. Thanks to Clemens Misch. 2009-07-24 Andreas Kupries <andreask@activestate.com> @@ -15,7 +22,8 @@ 2009-07-23 Joe Mistachkin <joe@mistachkin.com> - * generic/tclNotify.c: Fix for [Bug 2820349]. + * generic/tclNotify.c: [Bug 2820349]: Ensure that queued events are + freed once processed. 2009-07-21 Kevin B. Kenny <kennykb@acm.org> |