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