summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-07-04 08:44:35 +0000
committerJim Meyering <jim@meyering.net>2000-07-04 08:44:35 +0000
commit98a94bfb23a5c604a3f44b571d61563d7ddbb09b (patch)
tree4c748552c51066a04a5d3a123868d2d8698db9d4 /lib
parent1358f7c4a837580a854d785ba4805068cf2edfd3 (diff)
downloadcoreutils-98a94bfb23a5c604a3f44b571d61563d7ddbb09b.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index de52daa7d..edabc7902 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -5,6 +5,12 @@
Assign to *pwc, and return 1 only if result is nonzero.
(iswprint): Use ISPRINT when substituting our own mbrtowc.
+2000-07-03 Jim Meyering <meyering@lucent.com>
+
+ * readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
+ This is necessary to get a definition of e.g., UTMP_FILE on HP-UX 10.20.
+ From Bob Proulx.
+
2000-07-02 Jim Meyering <meyering@lucent.com>
* quotearg.c (mbstate_t): Don't define here.