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