2274
|
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 |
2268
|
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 |
2245
|
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 |
2235
|
30 2000-01-31 Jim Meyering <meyering@lucent.com> |
|
31 |
2240
|
32 * nanosleep.h (nanosleep): Guard declaration with |
|
33 `#if ! HAVE_DECL_NANOSLEEP'. |
2275
|
34 Without this, OFS gets a redeclaration error for rpl_nanosleep, due to |
2240
|
35 the declaration in that vendor's sys/timers.h. |
|
36 Reported by Christian Krackowizer. |
|
37 |
2235
|
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. |
2236
|
41 Reported by Tom Tromey. |
2235
|
42 |
2228
|
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 |
2193
|
51 2000-01-23 Jim Meyering <meyering@lucent.com> |
|
52 |
|
53 * Makefile.am (libfetish_a_SOURCES): Remove explicit mention of |
|
54 obstack.c. |
|
55 |
2163
|
56 2000-01-22 Jim Meyering <meyering@lucent.com> |
2188
|
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 |
2172
|
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. |
2163
|
66 |
2185
|
67 * quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of iswprint. |
2184
|
68 |
2163
|
69 * strverscmp.c (ISDIGIT): Define. |
|
70 (strverscmp): Use ISDIGIT, not isdigit. |
|
71 |
2152
|
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 |
2150
|
80 2000-01-17 Jim Meyering <meyering@lucent.com> |
|
81 |
|
82 * interlock: Remove unused file. Reported by Fran�ois Pinard. |
|
83 |
2144
|
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. |
2190
|
89 |
|
90 Local Variables: |
|
91 version-control: never |
|
92 End: |