81e9f996bcd44fd5c9b5582c543ad7f8d87783c2
[gnulib.git] / lib / ChangeLog
1 2000-01-22  Jim Meyering  <meyering@lucent.com>
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.
5
6         * quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of iswprint.
7
8         * strverscmp.c (ISDIGIT): Define.
9         (strverscmp): Use ISDIGIT, not isdigit.
10
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
19 2000-01-17  Jim Meyering  <meyering@lucent.com>
20
21         * interlock: Remove unused file.  Reported by François Pinard.
22
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.