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