*** empty log message ***
[gnulib.git] / lib / ChangeLog
1 2000-04-18  Jim Meyering  <meyering@lucent.com>
2
3         * getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
4         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
5
6 2000-04-17  Jim Meyering  <meyering@lucent.com>
7
8         * strftime.c (my_strftime) [strftime]: Declare strftime here, since
9         the definition of it to rpl_strftime also defined-away the system's
10         declaration.
11
12 2000-04-15  Jim Meyering  <meyering@lucent.com>
13
14         Use `C' to denote so-called `contiguous' files, the same way
15         that tar does.
16         * filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
17         (ftypelet): Use S_ISCTG.
18         From Michael Deutschmann.
19
20 2000-04-14  Jim Meyering  <meyering@lucent.com>
21
22         * strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
23
24 2000-04-08  Jim Meyering  <meyering@lucent.com>
25
26         * Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
27         names don't conflict.  Reported by Eli Zaretskii.
28
29 2000-03-28  Bruno Haible  <haible@clisp.cons.org>
30
31         * unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
32         bug.  Deal with the different error behavior of Irix iconv.
33
34 2000-04-07  Jim Meyering  <meyering@lucent.com>
35
36         * putenv.c: Move inclusion of errno.h so it follows that of sys/types.h,
37         to work around system header problems on AIX 3.2.5.  From Bruno Haible.
38
39 2000-04-05  Jim Meyering  <meyering@lucent.com>
40
41         Portability tweaks required for ultrix4.3.
42         * readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare getutent.
43         * readutmp.c: Include sys/types.h before sys/stat.h.
44         * canon-host.c: Declare strdup.
45         * path-concat.c: Likewise.
46         From John David Anglin.
47
48 2000-04-04  Jim Meyering  <meyering@lucent.com>
49
50         Be more DOS 8.3-friendly.
51         * ref-add.sin: Renamed from ref-add.sed.in.
52         * ref-del.sin: Renamed from ref-del.sed.in.
53         * Makefile.am: Reflect renaming.
54         Reported by Eli Zaretskii.
55
56         Use a temporary file name that won't clash with `charset.alias'
57         in the DOS 8.3 name space.
58         * Makefile.am (charset_tmp): Define.
59         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
60         (uninstall-local): Likewise.
61         Reported by Eli Zaretskii.
62
63 2000-03-29  Paul Eggert  <eggert@twinsun.com>
64
65         * time/strftime.c (my_strftime): Make sure we call the system
66         strftime, not ourselves, when invoking the underlying strftime.
67
68 2000-03-24  Jim Meyering  <meyering@lucent.com>
69
70         * Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
71         (charset_alias): Define.
72         (install-exec-local): Factor out common code.
73         (uninstall-local): Split lines longer than 80.
74         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
75         (SUFFIXES): Define.
76         (.sed.in.sed): New rule.  Don't redirect directly to $@.
77         (CLEANFILES): Add ref-add.sed and ref-del.sed.
78
79 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
80
81         * config.charset: Output a line containing "Packages using this file".
82         * ref-add.sed.in, ref-del.sed.in: New files.
83         * Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
84         ref-del.sed): New rules.
85
86 2000-03-17  Jim Meyering  <meyering@lucent.com>
87
88         * unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
89         Otherwise, include <strings.h>
90
91 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
92
93         * unicodeio.c (utf8_wctomb): New function.
94         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
95         format instead of in UCS-4 with platform dependent endianness.
96
97 2000-03-07  Paul Eggert  <eggert@twinsun.com>
98
99         * lib/savedir.c (savedir): Work even if directory size is
100         negative; this can happen with some screwy NFS configurations.
101
102 2000-03-06  Jim Meyering  <meyering@lucent.com>
103
104         * localcharset.c (get_charset_aliases): Don't try to free file_name
105         if it's NULL (because we ran out of memory).  From Bruno Haible.
106
107 2000-03-05  Jim Meyering  <meyering@lucent.com>
108
109         * localcharset.c ("path-concat.h"): Include.
110         (get_charset_aliases): Use path_concat instead of ANSI string
111         concatenation.
112
113         * unicodeio.h (PARAMS): Define.
114         Use it to guard prototype.
115
116 2000-03-04  Jim Meyering  <meyering@lucent.com>
117
118         * Makefile.am (install-exec-local): Create $(libdir) before installing
119         into it.
120         (uninstall-local): Uncomment this rule so `make distcheck' works
121         once again.
122
123         * unicodeio.c (<errno.h>): Include it.
124         (errno): Declare if not defined.
125
126         * localcharset.c: Add Bruno's comment justifying use of volatile.
127
128         * config.charset: New version, incorporating remarks from a linux
129         i18n mailing list.  From Bruno Haible.
130
131 2000-03-02  Jim Meyering  <meyering@lucent.com>
132
133         * Makefile.am (EXTRA_DIST): Add config.charset.
134
135 2000-03-01  Jim Meyering  <meyering@lucent.com>
136
137         * localcharset.c: Guard some #includes with `#if HAVE_...'.
138         * unicodeio.c: Likewise.
139
140 2000-02-02  Bruno Haible  <haible@clisp.cons.org>
141
142         * config.charset: New file.
143         * localcharset.c: New file.
144         * unicodeio.h, unicodeio.c: New files.
145         * Makefile.am (DEFS): Add -DLIBDIR=...
146         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
147         (noinst_HEADERS): Add unicodeio.h.
148         (all-local, install-exec-local, charset.alias): New targets.
149
150 2000-02-28  Paul Eggert  <eggert@twinsun.com>
151
152         * lib/quotearg.c (ALERT_CHAR): New macro.
153         (quotearg_buffer_restyled): Use it.
154
155 2000-02-27  Jim Meyering  <meyering@lucent.com>
156
157         * strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
158         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
159
160         * backupfile.c: Guard inclusion of stdlib.h with `#if HAVE_STDLIB_H',
161         not `#if STDC_HEADERS'.
162         Declare malloc if needed.
163
164         * backupfile.c: Use `#if !HAVE_DECL...' instead of `#ifndef HAVE_DECL..'
165         now that autoconf always defines the HAVE_DECL_ symbols.
166         * human.c: Likewise.
167         * same.c: Likewise.
168         * strtoumax.c: Likewise.
169
170         * backupfile.c: Arrange for cpp to fail if the configure-time
171         declaration check was not run.
172         * hash.c: Likewise.
173         * human.c: Likewise.
174         * same.c: Likewise.
175         * strtoumax.c: Likewise.
176
177         * userspec.c (parse_user_spec): If there is no `:' but there is a `.',
178         then first look up the entire `.'-containing string as a login name.
179
180 2000-02-18  Paul Eggert  <eggert@twinsun.com>
181
182         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
183         (textint): New typedef.
184         (parser_control): Member year changed from int to textint.
185         All uses changed.
186         (YYSTYPE): Removed; replaced by %union with int and textint members.
187         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
188         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
189         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
190         (tSNUMBER, tUNUMBER): Now of type <textintval>.
191         (date, number, to_year): Use width of number in digits, not its value,
192         to determine whether it's a 2-digit year, or a 2-digit time.
193         (yylex): Store number of digits of numeric tokens.
194         Reported by John Kendall.
195
196         (parser_control): Changed from struct parser_control to typedef (for
197         consistency).  All uses changed.
198
199         (tID): Removed; not used.
200         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
201
202 2000-02-14  Paul Eggert  <eggert@twinsun.com>
203
204         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
205         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
206
207 2000-02-12  Jim Meyering  <meyering@lucent.com>
208
209         * userspec.c (ISDIGIT): Define it.
210         (isdigit): Remove definition.
211         (is_number): Use ISDIGIT, not isdigit.
212         <libintl.h>: Include.
213         (_ and N_): Define.
214         (parse_user_spec): Mark translatable strings.
215
216 2000-02-10  Jim Meyering  <meyering@lucent.com>
217
218         With these changes, nanosleep.[ch] are finally enough like the other
219         lib/* replacement files to compile on a few more losing systems.
220
221         * nanosleep.h: Don't include config.h.
222         Remove prototype from declaration of nanosleep.
223         (PARAMS): Remove now-unneeded definition.
224         * nanosleep.c: #undef nanosleep.
225         (rpl_nanosleep): Rename from nanosleep.
226
227 2000-02-03  Jim Meyering  <meyering@lucent.com>
228
229         * readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
230         rather than with `#if HAVE_UTMPNAME'.
231
232 2000-02-01  Jim Meyering  <meyering@lucent.com>
233
234         * readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
235
236 2000-01-31  Jim Meyering  <meyering@lucent.com>
237
238         * nanosleep.h (nanosleep): Guard declaration with
239         `#if ! HAVE_DECL_NANOSLEEP'.
240         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
241         the declaration in that vendor's sys/timers.h.
242         Reported by Christian Krackowizer.
243
244         * quotearg.c (ISASCII): Add #undef and move definition to follow
245         inclusion of wctype.h to work around solaris2.6 namespace pollution.
246         (ISPRINT): Likewise.
247         Reported by Tom Tromey.
248
249 2000-01-30  Jim Meyering  <meyering@lucent.com>
250
251         * readutmp.c (extract_trimmed_name): Use UT_USER instead of hard-coding
252         uses of ->ut_name.  The latter doesn't work with new Linux header files
253         where only utmpx.ut_user is declared.
254
255         * readutmp.h (UT_USER): Define.
256
257 2000-01-23  Jim Meyering  <meyering@lucent.com>
258
259         * Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
260         obstack.c.
261
262 2000-01-22  Jim Meyering  <meyering@lucent.com>
263
264         * strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
265         [! HAVE_DECL_STRTOULL]: Declare strtoull.
266         Required for some AIX systems.  Reported by Christian Krackowizer.
267         [TESTING] (main): New function.
268
269         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
270         * dirname.c (dir_name): Support for DOS-style file names with drive
271         letters.
272
273         * quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of iswprint.
274
275         * strverscmp.c (ISDIGIT): Define.
276         (strverscmp): Use ISDIGIT, not isdigit.
277
278 2000-01-17  Paul Eggert  <eggert@twinsun.com>
279
280         * nanosleep.c (nanosleep):
281         Don't use SA_INTERRUPT to decide whether to call sigaction, as
282         POSIX.1 doesn't require SA_INTERRUPT and some systems
283         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
284         it's been part of POSIX.1 since day 1 (in 1988).
285
286 2000-01-17  Jim Meyering  <meyering@lucent.com>
287
288         * interlock: Remove unused file.  Reported by François Pinard.
289
290 2000-01-16  Paul Eggert  <eggert@twinsun.com>
291
292         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
293         alert, backslash, formfeed, and vertical tab unnecessarily in
294         shell quoting style.
295
296 Local Variables:
297 version-control: never
298 End: