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