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