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