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