2235
|
1 2000-01-31 Jim Meyering <meyering@lucent.com> |
|
2 |
2240
|
3 * nanosleep.h (nanosleep): Guard declaration with |
|
4 `#if ! HAVE_DECL_NANOSLEEP'. |
|
5 Without this, OFS gets a redeclaration error for gnu_nanosleep, due to |
|
6 the declaration in that vendor's sys/timers.h. |
|
7 Reported by Christian Krackowizer. |
|
8 |
2235
|
9 * quotearg.c (ISASCII): Add #undef and move definition to follow |
|
10 inclusion of wctype.h to work around solaris2.6 namespace pollution. |
|
11 (ISPRINT): Likewise. |
2236
|
12 Reported by Tom Tromey. |
2235
|
13 |
2228
|
14 2000-01-30 Jim Meyering <meyering@lucent.com> |
|
15 |
|
16 * readutmp.c (extract_trimmed_name): Use UT_USER instead of hard-coding |
|
17 uses of ->ut_name. The latter doesn't work with new Linux header files |
|
18 where only utmpx.ut_user is declared. |
|
19 |
|
20 * readutmp.h (UT_USER): Define. |
|
21 |
2193
|
22 2000-01-23 Jim Meyering <meyering@lucent.com> |
|
23 |
|
24 * Makefile.am (libfetish_a_SOURCES): Remove explicit mention of |
|
25 obstack.c. |
|
26 |
2163
|
27 2000-01-22 Jim Meyering <meyering@lucent.com> |
2188
|
28 |
|
29 * strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul. |
|
30 [! HAVE_DECL_STRTOULL]: Declare strtoull. |
|
31 Required for some AIX systems. Reported by Christian Krackowizer. |
|
32 [TESTING] (main): New function. |
|
33 |
2172
|
34 1997-10-17 Eli Zaretskii <eliz@is.elta.co.il> |
|
35 * dirname.c (dir_name): Support for DOS-style file names with drive |
|
36 letters. |
2163
|
37 |
2185
|
38 * quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of iswprint. |
2184
|
39 |
2163
|
40 * strverscmp.c (ISDIGIT): Define. |
|
41 (strverscmp): Use ISDIGIT, not isdigit. |
|
42 |
2152
|
43 2000-01-17 Paul Eggert <eggert@twinsun.com> |
|
44 |
|
45 * nanosleep.c (nanosleep): |
|
46 Don't use SA_INTERRUPT to decide whether to call sigaction, as |
|
47 POSIX.1 doesn't require SA_INTERRUPT and some systems |
|
48 (e.g. Solaris 7) don't define it. Use SA_NOCLDSTOP instead; |
|
49 it's been part of POSIX.1 since day 1 (in 1988). |
|
50 |
2150
|
51 2000-01-17 Jim Meyering <meyering@lucent.com> |
|
52 |
|
53 * interlock: Remove unused file. Reported by Fran�ois Pinard. |
|
54 |
2144
|
55 2000-01-16 Paul Eggert <eggert@twinsun.com> |
|
56 |
|
57 * lib/quotearg.c (quotearg_buffer_restyled): Do not quote |
|
58 alert, backslash, formfeed, and vertical tab unnecessarily in |
|
59 shell quoting style. |
2190
|
60 |
|
61 Local Variables: |
|
62 version-control: never |
|
63 End: |