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