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