dae524974e433e1f9f1d0a7ca4cede0a165e27dc
[gnulib.git] / lib / ChangeLog
1 2000-02-03  Jim Meyering  <meyering@lucent.com>
2
3         * readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
4         rather than with `#if HAVE_UTMPNAME'.
5
6 2000-02-01  Jim Meyering  <meyering@lucent.com>
7
8         * readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
9
10 2000-01-31  Jim Meyering  <meyering@lucent.com>
11
12         * nanosleep.h (nanosleep): Guard declaration with
13         `#if ! HAVE_DECL_NANOSLEEP'.
14         Without this, OFS gets a redeclaration error for gnu_nanosleep, due to
15         the declaration in that vendor's sys/timers.h.
16         Reported by Christian Krackowizer.
17
18         * quotearg.c (ISASCII): Add #undef and move definition to follow
19         inclusion of wctype.h to work around solaris2.6 namespace pollution.
20         (ISPRINT): Likewise.
21         Reported by Tom Tromey.
22
23 2000-01-30  Jim Meyering  <meyering@lucent.com>
24
25         * readutmp.c (extract_trimmed_name): Use UT_USER instead of hard-coding
26         uses of ->ut_name.  The latter doesn't work with new Linux header files
27         where only utmpx.ut_user is declared.
28
29         * readutmp.h (UT_USER): Define.
30
31 2000-01-23  Jim Meyering  <meyering@lucent.com>
32
33         * Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
34         obstack.c.
35
36 2000-01-22  Jim Meyering  <meyering@lucent.com>
37
38         * strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
39         [! HAVE_DECL_STRTOULL]: Declare strtoull.
40         Required for some AIX systems.  Reported by Christian Krackowizer.
41         [TESTING] (main): New function.
42
43         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
44         * dirname.c (dir_name): Support for DOS-style file names with drive
45         letters.
46
47         * quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of iswprint.
48
49         * strverscmp.c (ISDIGIT): Define.
50         (strverscmp): Use ISDIGIT, not isdigit.
51
52 2000-01-17  Paul Eggert  <eggert@twinsun.com>
53
54         * nanosleep.c (nanosleep):
55         Don't use SA_INTERRUPT to decide whether to call sigaction, as
56         POSIX.1 doesn't require SA_INTERRUPT and some systems
57         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
58         it's been part of POSIX.1 since day 1 (in 1988).
59
60 2000-01-17  Jim Meyering  <meyering@lucent.com>
61
62         * interlock: Remove unused file.  Reported by François Pinard.
63
64 2000-01-16  Paul Eggert  <eggert@twinsun.com>
65
66         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
67         alert, backslash, formfeed, and vertical tab unnecessarily in
68         shell quoting style.
69
70 Local Variables:
71 version-control: never
72 End: