aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-09-14 03:01:47 +0000
committerChristopher Faylor <me@cgf.cx>2001-09-14 03:01:47 +0000
commitcd6ed3f9f5ab14944f7c591a3dc9ca285b754a33 (patch)
tree27c8d56472d600043f627049563f0e32c8865323 /winsup/cygwin/ChangeLog
parente2e078278cc951344fc5c0a976715bd1fe11f2d8 (diff)
downloadnewlib-cd6ed3f9f5ab14944f7c591a3dc9ca285b754a33.zip
newlib-cd6ed3f9f5ab14944f7c591a3dc9ca285b754a33.tar.gz
newlib-cd6ed3f9f5ab14944f7c591a3dc9ca285b754a33.tar.bz2
* grp.cc (read_etc_group): Just reuse group_buf storage for subsequent reread
of /etc/group. * passwd.cc (read_etc_passwd): Just reuse passwd_buf storage for subsequent reread of /etc/passwd.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index acb3420..6e6b289 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,10 @@
+Thu Sep 13 23:01:00 2001 Christopher Faylor <cgf@cygnus.com>
+
+ * grp.cc (read_etc_group): Just reuse group_buf storage for subsequent
+ reread of /etc/group.
+ * passwd.cc (read_etc_passwd): Just reuse passwd_buf storage for
+ subsequent reread of /etc/passwd.
+
Thu Sep 13 20:46:05 2001 Christopher Faylor <cgf@cygnus.com>
* cygheap.cc (dup_now): New function.