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