2163
|
1 2000-01-22 Jim Meyering <meyering@lucent.com> |
2172
|
2 1997-10-17 Eli Zaretskii <eliz@is.elta.co.il> |
|
3 * dirname.c (dir_name): Support for DOS-style file names with drive |
|
4 letters. |
2163
|
5 |
2185
|
6 * quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of iswprint. |
2184
|
7 |
2163
|
8 * strverscmp.c (ISDIGIT): Define. |
|
9 (strverscmp): Use ISDIGIT, not isdigit. |
|
10 |
2152
|
11 2000-01-17 Paul Eggert <eggert@twinsun.com> |
|
12 |
|
13 * nanosleep.c (nanosleep): |
|
14 Don't use SA_INTERRUPT to decide whether to call sigaction, as |
|
15 POSIX.1 doesn't require SA_INTERRUPT and some systems |
|
16 (e.g. Solaris 7) don't define it. Use SA_NOCLDSTOP instead; |
|
17 it's been part of POSIX.1 since day 1 (in 1988). |
|
18 |
2150
|
19 2000-01-17 Jim Meyering <meyering@lucent.com> |
|
20 |
|
21 * interlock: Remove unused file. Reported by Fran�ois Pinard. |
|
22 |
2144
|
23 2000-01-16 Paul Eggert <eggert@twinsun.com> |
|
24 |
|
25 * lib/quotearg.c (quotearg_buffer_restyled): Do not quote |
|
26 alert, backslash, formfeed, and vertical tab unnecessarily in |
|
27 shell quoting style. |