comparison lib/ChangeLog @ 2697:2c0ec706e9ff

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Tue, 04 Jul 2000 08:44:35 +0000
parents b33bfc609ceb
children 1510de860841
comparison
equal deleted inserted replaced
2696:bec8bcc12a26 2697:2c0ec706e9ff
2 and Bruno Haible <haible@clisp.cons.org> 2 and Bruno Haible <haible@clisp.cons.org>
3 3
4 * lib/quotearg.c (mbrtowc): 4 * lib/quotearg.c (mbrtowc):
5 Assign to *pwc, and return 1 only if result is nonzero. 5 Assign to *pwc, and return 1 only if result is nonzero.
6 (iswprint): Use ISPRINT when substituting our own mbrtowc. 6 (iswprint): Use ISPRINT when substituting our own mbrtowc.
7
8 2000-07-03 Jim Meyering <meyering@lucent.com>
9
10 * readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
11 This is necessary to get a definition of e.g., UTMP_FILE on HP-UX 10.20.
12 From Bob Proulx.
7 13
8 2000-07-02 Jim Meyering <meyering@lucent.com> 14 2000-07-02 Jim Meyering <meyering@lucent.com>
9 15
10 * quotearg.c (mbstate_t): Don't define here. 16 * quotearg.c (mbstate_t): Don't define here.
11 17