Put cedilla on `c' in author's name.
[gnulib.git] / lib / ChangeLog
1 2000-02-27  Jim Meyering  <meyering@lucent.com>
2
3         * userspec.c (parse_user_spec): If there is no `:' but there is a `.',
4         then first look up the entire `.'-containing string as a login name.
5
6 2000-02-18  Paul Eggert  <eggert@twinsun.com>
7
8         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
9         (textint): New typedef.
10         (parser_control): Member year changed from int to textint.
11         All uses changed.
12         (YYSTYPE): Removed; replaced by %union with int and textint members.
13         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
14         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
15         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
16         (tSNUMBER, tUNUMBER): Now of type <textintval>.
17         (date, number, to_year): Use width of number in digits, not its value,
18         to determine whether it's a 2-digit year, or a 2-digit time.
19         (yylex): Store number of digits of numeric tokens.
20         Reported by John Kendall.
21
22         (parser_control): Changed from struct parser_control to typedef (for
23         consistency).  All uses changed.
24
25         (tID): Removed; not used.
26         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
27
28 2000-02-14  Paul Eggert  <eggert@twinsun.com>
29
30         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
31         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
32
33 2000-02-12  Jim Meyering  <meyering@lucent.com>
34
35         * userspec.c (ISDIGIT): Define it.
36         (isdigit): Remove definition.
37         (is_number): Use ISDIGIT, not isdigit.
38         <libintl.h>: Include.
39         (_ and N_): Define.
40         (parse_user_spec): Mark translatable strings.
41
42 2000-02-10  Jim Meyering  <meyering@lucent.com>
43
44         With these changes, nanosleep.[ch] are finally enough like the other
45         lib/* replacement files to compile on a few more losing systems.
46
47         * nanosleep.h: Don't include config.h.
48         Remove prototype from declaration of nanosleep.
49         (PARAMS): Remove now-unneeded definition.
50         * nanosleep.c: #undef nanosleep.
51         (rpl_nanosleep): Rename from nanosleep.
52
53 2000-02-03  Jim Meyering  <meyering@lucent.com>
54
55         * readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
56         rather than with `#if HAVE_UTMPNAME'.
57
58 2000-02-01  Jim Meyering  <meyering@lucent.com>
59
60         * readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
61
62 2000-01-31  Jim Meyering  <meyering@lucent.com>
63
64         * nanosleep.h (nanosleep): Guard declaration with
65         `#if ! HAVE_DECL_NANOSLEEP'.
66         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
67         the declaration in that vendor's sys/timers.h.
68         Reported by Christian Krackowizer.
69
70         * quotearg.c (ISASCII): Add #undef and move definition to follow
71         inclusion of wctype.h to work around solaris2.6 namespace pollution.
72         (ISPRINT): Likewise.
73         Reported by Tom Tromey.
74
75 2000-01-30  Jim Meyering  <meyering@lucent.com>
76
77         * readutmp.c (extract_trimmed_name): Use UT_USER instead of hard-coding
78         uses of ->ut_name.  The latter doesn't work with new Linux header files
79         where only utmpx.ut_user is declared.
80
81         * readutmp.h (UT_USER): Define.
82
83 2000-01-23  Jim Meyering  <meyering@lucent.com>
84
85         * Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
86         obstack.c.
87
88 2000-01-22  Jim Meyering  <meyering@lucent.com>
89
90         * strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
91         [! HAVE_DECL_STRTOULL]: Declare strtoull.
92         Required for some AIX systems.  Reported by Christian Krackowizer.
93         [TESTING] (main): New function.
94
95         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
96         * dirname.c (dir_name): Support for DOS-style file names with drive
97         letters.
98
99         * quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of iswprint.
100
101         * strverscmp.c (ISDIGIT): Define.
102         (strverscmp): Use ISDIGIT, not isdigit.
103
104 2000-01-17  Paul Eggert  <eggert@twinsun.com>
105
106         * nanosleep.c (nanosleep):
107         Don't use SA_INTERRUPT to decide whether to call sigaction, as
108         POSIX.1 doesn't require SA_INTERRUPT and some systems
109         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
110         it's been part of POSIX.1 since day 1 (in 1988).
111
112 2000-01-17  Jim Meyering  <meyering@lucent.com>
113
114         * interlock: Remove unused file.  Reported by François Pinard.
115
116 2000-01-16  Paul Eggert  <eggert@twinsun.com>
117
118         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
119         alert, backslash, formfeed, and vertical tab unnecessarily in
120         shell quoting style.
121
122 Local Variables:
123 version-control: never
124 End: