summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-11-19 11:06:38 +0000
committerJim Meyering <jim@meyering.net>2001-11-19 11:06:38 +0000
commit0fdba7fb2afead4bcd9c7881b94b0cc8278e197b (patch)
tree7b9b0442fadfafe0a2e4e85eabf0a4180a783759 /lib
parent81ca387201f58ac63280d4176fc4a1dd8a08f64a (diff)
downloadcoreutils-0fdba7fb2afead4bcd9c7881b94b0cc8278e197b.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 8915539e2..24ed03a9e 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,11 @@
+2001-11-18 Paul Eggert <eggert@twinsun.com>
+
+ * tempname.c (TMP_MAX): Remove; no longer needed.
+ (TEMPORARIES): New macro.
+ (__gen_tempname): Use TEMPORARIES rather than TMP_MAX. This
+ removes an artificial limitation (e.g. HP-UX 10.20, where
+ TMP_MAX is 17576).
+
2001-11-18 Jim Meyering <meyering@lucent.com>
* tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning