*** empty log message ***
[gnulib.git] / lib / ChangeLog
1 2000-01-22  Jim Meyering  <meyering@lucent.com>
2
3         * strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
4         [! HAVE_DECL_STRTOULL]: Declare strtoull.
5         Required for some AIX systems.  Reported by Christian Krackowizer.
6         [TESTING] (main): New function.
7
8         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
9         * dirname.c (dir_name): Support for DOS-style file names with drive
10         letters.
11
12         * quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of iswprint.
13
14         * strverscmp.c (ISDIGIT): Define.
15         (strverscmp): Use ISDIGIT, not isdigit.
16
17 2000-01-17  Paul Eggert  <eggert@twinsun.com>
18
19         * nanosleep.c (nanosleep):
20         Don't use SA_INTERRUPT to decide whether to call sigaction, as
21         POSIX.1 doesn't require SA_INTERRUPT and some systems
22         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
23         it's been part of POSIX.1 since day 1 (in 1988).
24
25 2000-01-17  Jim Meyering  <meyering@lucent.com>
26
27         * interlock: Remove unused file.  Reported by François Pinard.
28
29 2000-01-16  Paul Eggert  <eggert@twinsun.com>
30
31         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
32         alert, backslash, formfeed, and vertical tab unnecessarily in
33         shell quoting style.