summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-12-02 19:59:49 +0000
committerJim Meyering <jim@meyering.net>2001-12-02 19:59:49 +0000
commit15295aaf8a410c87628c10db09e19b76e59582b6 (patch)
treee0cdfa44e24bdfb46e759fc3d59f16f739fb041b /lib/ChangeLog
parent4542868aeabe38fdd6d706c202c02098c55fe6c3 (diff)
downloadcoreutils-15295aaf8a410c87628c10db09e19b76e59582b6.tar.xz
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 1b8c065d6..c98fcf39b 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,5 +1,9 @@
2001-12-02 Jim Meyering <meyering@lucent.com>
+ * tempname.c: Don't declare getenv, thus reverting the change of
+ 2001-11-18. It's no longer necessary, now that stdlib.h is always
+ included.
+
* regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
__unbounded, and __ptrvalue. Reported by Uwe H. Steinfeld.