summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-05-04 08:30:09 +0000
committerJim Meyering <jim@meyering.net>2003-05-04 08:30:09 +0000
commit8b4a10178b6317562c34bd1f8af92fe3911c542e (patch)
tree3ba2c46d4cad425e4d38f4d4700eb84f5e536516 /lib/ChangeLog
parent6754f257e0ebaf819a90d39a98d640eeee5ee82e (diff)
downloadcoreutils-8b4a10178b6317562c34bd1f8af92fe3911c542e.tar.xz
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 85fa64bbe..8150c81f0 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,8 +1,13 @@
2003-05-04 Jim Meyering <jim@meyering.net>
+ * setenv.c (__set_errno, LOCK, UNLOCK): Define.
+ (unsetenv): Update from GNU libc.
+ Ifdef-out this function, since the only caller
+ is putenv.c and that file now has its own copy.
+
This avoids a core dump on systems without GNU putenv,
when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
- * putenv.c (unsetenv): New static function, from libc.
+ * putenv.c (unsetenv): New static function, from GNU libc.
(rpl_putenv): Use it.
2003-05-02 Jim Meyering <jim@meyering.net>