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