diff options
author | Jim Meyering <jim@meyering.net> | 2001-11-18 10:55:26 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-11-18 10:55:26 +0000 |
commit | c89f42f5b74fb08e25afa2276effb898a87a2fb0 (patch) | |
tree | 61d75134a5f260f8a4155dbfb6f8e71a59a04732 /lib | |
parent | 9c9354c36db1627776924ba235e9654507dc2779 (diff) | |
download | coreutils-c89f42f5b74fb08e25afa2276effb898a87a2fb0.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index a3556298b..d7e93bc0a 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,11 @@ +2001-11-18 Jim Meyering <meyering@lucent.com> + + * tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning + on SunOS4. + + * Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so they'll + be created before anything else. + 2001-11-17 Jim Meyering <meyering@lucent.com> * readtokens.c: Remove explicit declarations of xmalloc and xrealloc, |