summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-03-03 22:06:17 +0000
committerJim Meyering <jim@meyering.net>2004-03-03 22:06:17 +0000
commit06a57a878f7164e6dd8b3207c9ddc2a0d741b97f (patch)
tree6719fe1707971a1ac7e5db3959ccb873c7395299 /lib/ChangeLog
parent4ff061cf60e5c1fe9148bfa0ea678394b9b0db60 (diff)
downloadcoreutils-06a57a878f7164e6dd8b3207c9ddc2a0d741b97f.tar.xz
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index fe843c0df..7fd400bdf 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,7 +1,17 @@
+2004-03-02 Dmitry V. Levin <ldv@altlinux.org>
+
+ * cloexec.c: New file.
+ The set_cloexec_flag implementation imported from GNU C Library
+ Reference Manual.
+ * cloexec.h: New file.
+ * getloadavg.c: Include "cloexec.h".
+ (getloadavg): Use set_cloexec_flag instead of manual fcntl call.
+ * Makefile.am (libfetish_a_SOURCES): Add cloexec.c, cloexec.h.
+
2004-02-23 Paul Eggert <eggert@twinsun.com>
* userspec.c: Don't include "posixver.h".
- (parse_user_spec): Fall back on USER.GROUP parsing regardless
+ (parse_user_spec): Fall back on USER.GROUP parsing, regardless
of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
compatible extension. Simplify code by removing a boolean int
that was always nonzero if a string was nonnull.