Mercurial > hg > octave-kai > gnulib-hg
annotate lib/ChangeLog @ 3348:04b412b06d37
*** empty log message ***
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Mon, 13 Aug 2001 20:11:15 +0000 |
parents | b3660313d1e9 |
children | 91de048953af |
rev | line source |
---|---|
3348 | 1 2001-08-13 Paul Eggert <eggert@twinsun.com> |
2 | |
3 * Makefile.am (unlocked-io.h): Do not append "_unlocked" twice. | |
4 Port to Solaris 8, where 'sed' requires a space after the 'r' | |
5 command, and where sh dislikes "$/". Clean up the spacing a bit. | |
6 Redirect output to $tmp just once. | |
7 | |
3346 | 8 2001-08-12 Paul Eggert <eggert@sic.twinsun.com> |
9 | |
10 * lib/addext.c (<errno.h>): Include. | |
11 (errno): Declare if not defined. | |
12 (addext): Work correctly when pathconf returns -1 and leaves | |
13 errno alone because there is no limit. Also, work even if | |
14 pathconf returns a value greater than SIZE_MAX. | |
15 | |
3344 | 16 2001-08-12 Jim Meyering <meyering@lucent.com> |
17 | |
18 * xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]: | |
19 Simply `return getcwd (NULL, 0);'. | |
20 [! (defined __GLIBC__ && __GLIBC__ >= 2)]: | |
21 Use 1300 as initial value for length, not PATH_MAX. | |
22 | |
23 * pathmax.h: Clean up cpp syntax. | |
24 | |
3334 | 25 2001-08-12 Jim Meyering <meyering@lucent.com> |
26 | |
27 * gettimeofday.c: New file. | |
28 * gtod.h: New file. | |
29 * Makefile.am (libfetish_a_SOURCES): Add gtod.h. | |
30 | |
3329 | 31 2001-08-04 Jim Meyering <meyering@lucent.com> |
32 | |
33 * error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if stmt, | |
34 to get in sync with glibc. | |
35 | |
3327 | 36 2001-08-03 Paul Eggert <eggert@twinsun.com> |
37 | |
38 The following changes are from gettext 0.10.39 as maintained by | |
39 Bruno Haible. | |
40 | |
41 * mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID): | |
42 Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID | |
43 with inverted sense. All uses changed. | |
44 | |
45 * mbswidth.c: Don't include <limits.h>. | |
46 Include <stdlib.h> and <string.h> unconditionally. | |
47 (iswcntrl, mbsinit, ISCNTRL): New macros. | |
48 (mbsnwidth): Use K&R style function declarations. | |
49 Don't bother checking for MB_LEN_MAX == 1, since the compiler | |
50 can optimize it when MB_CUR_MAX == 1. | |
51 The width of control characters is zero, not 1. | |
52 | |
3300 | 53 2001-07-15 Jim Meyering <meyering@lucent.com> |
54 | |
3301 | 55 * Makefile.am (EXTRA_DIST): Add unlocked-io.hin. |
56 (BUILT_SOURCES): Add unlocked-io.h. | |
57 (io_functions): Define. | |
58 (unlocked-io.h): New rule. | |
3304 | 59 (DISTCLEANFILES): Add unlocked-io.h. |
3306 | 60 (all-local): Depend on unlocked-io.h, to ensure it is created. |
3304 | 61 |
3301 | 62 * unlocked-io.hin: New file |
63 | |
3300 | 64 * regex.c: Update from glibc. |
65 | |
3290 | 66 2001-07-05 Jim Meyering <meyering@lucent.com> |
67 | |
68 * Makefile.am (noinst_HEADERS): Remove definition, per new automake | |
69 recommendation. | |
70 (libfetish_a_SOURCES): Put all .h files here instead. | |
71 Remove a thus-exposed (better checks in automake) duplicate and | |
72 two unnecessary .h files. | |
73 | |
3279 | 74 2001-06-11 Jim Meyering <meyering@lucent.com> |
75 | |
76 * regex.c: Update from GNU libc. | |
77 | |
3277 | 78 2001-05-27 Jim Meyering <meyering@lucent.com> |
79 | |
80 * readutmp.h (UT_TYPE): Define. | |
81 | |
3273 | 82 2001-05-24 Jim Meyering <meyering@lucent.com> |
83 | |
84 * argmatch.c: Include "quote.h". | |
85 (argmatch_invalid): Remove explicit `' quotes. Instead, use the | |
86 quote function. Reported by G�ran Uddeborg. | |
87 | |
3264 | 88 2001-05-20 Alexandre Duret-Lutz <duret_g@epita.fr> |
89 | |
90 * dirname.c (dir_name): Compute append_dot using path, not newpath | |
91 which is not yet declared. | |
92 | |
93 2001-05-11 Paul Eggert <eggert@twinsun.com> | |
94 | |
95 * lib/Makefile.am (libfetish_a_SOURCES): | |
96 Add strftime.c, since we now compile it on all hosts. | |
97 | |
98 * lib/strftime.c (my_strftime): | |
99 Define to nstrftime if emacs, but only if my_strftime is not defined. | |
100 (extra_args, extra_args_spec, extra_args_spec_iso): Rename from | |
101 ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively. | |
102 Add one more extra argument: a nanoseconds value. | |
103 All uses changed. | |
104 (ns): New macro. | |
105 (my_strftime function): Add %N format. | |
106 (emacs_strftimeu): Renamed from emacs_strftime, | |
107 with extra ut argument. | |
108 | |
3249 | 109 2001-05-11 Paul Eggert <eggert@twinsun.com> |
110 | |
111 dirname code cleanup. base_name now behaves more compatibly | |
112 with POSIX basename when given file names that have trailing | |
113 slashes, and similarly for dir_name. Add new primitives | |
114 base_len and dir_len. Put the directory-name-related decls | |
115 into dirname.h. | |
116 | |
117 * addext.c (ISSLASH, base_name): Remove; now in dirname.h. | |
118 * backupfile.c (base_name): Likewise. | |
119 * basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise. | |
120 * dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise. | |
121 * makepath.c (strip_trailing_slashes): Likewise. | |
122 * path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN, ISSLASH): | |
123 Likewise. | |
124 * rename.c (strip_trailing_slashes): Likewise. | |
125 * same.c (base_name): Likewise. | |
126 * stripslash.c (ISSLASH): Likewise. | |
127 | |
128 * addext.c: Include <dirname.h> after size_t is defined. | |
129 * backupfile.c: Likewise. | |
130 | |
131 * addext.c (addext): Use base_len to trim redundant | |
132 trailing slashes instead of doing it ourselves. | |
133 But do not trim the last slash if it is not redundant. | |
134 | |
135 * backupfile.c (find_backup_file_name, | |
136 max_backup_version): Use base_len instead of rolling it ourselves. | |
137 Handle the case of "" and (on DOS) "C:" correctly. | |
138 | |
139 * basename.c: Do not include <stdio.h>, <assert.h>; no longer needed. | |
140 Include <string.h>, <dirname.h>. | |
141 (base_name): Allow file names ending in slashes, other than names | |
142 that are all slashes. In this case, return the basename followed | |
143 by the slashes. This is more general, and can be used in places | |
144 where the original base_name purposely had an assertion failure. | |
145 (base_len): New function. | |
146 | |
147 * dirname.c: Include <string.h> instead of <stdlib.h>. | |
148 Do not include <assert.h>; no longer needed. | |
149 Include xalloc.h. | |
150 (memrchr): Remove decl. | |
151 (dir_name_r): Remove. | |
152 (dir_len): Renamed from dirlen. All callers changed. | |
153 Rewrite in terms of base_name, for simplicity and consistency. | |
154 (dir_name): Never return NULL. All callers changed. | |
155 Do not include <stdlib.h> in test program; no longer needed. | |
156 return 0; is fine for test program. | |
157 | |
158 * dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN): | |
159 New macros. | |
160 (base_name, base_len, dir_len, strip_trailing_slashes): New decls. | |
161 | |
162 * path-concat.c (path_concat): Use base_len to compute | |
163 base length, not strlen; this means we cannot rely on memcpy | |
164 to null-terminate. | |
165 | |
166 * same.c (STREQ): Remove. | |
167 (same_name): Handle the case where the basename ends in trailing '/'. | |
168 | |
169 * stripslash.c (strip_trailing_slashes): Return nonzero if | |
170 a slash was stripped. Do not strip the last slash after a | |
171 file system prefix. | |
172 | |
3229 | 173 2001-04-08 Jim Meyering <meyering@lucent.com> |
174 | |
175 * getdate.y (get_date): Set tm_isdst to -1 to ensure that it is | |
176 recomputed; that's necessary when the offset spans a DST transition. | |
177 Patch by David J. MacKenzie. Reported by Hon-Yin Kok. | |
178 | |
3226 | 179 2001-04-02 Jim Meyering <meyering@lucent.com> |
180 | |
181 * regex.h, regex.c: Update from GNU libc. | |
182 | |
3221 | 183 2001-03-19 Paul Eggert <eggert@twinsun.com> |
184 | |
3249 | 185 * version-etc.c (version_etc_copyright): Update to 2001. |
3221 | 186 |
3213 | 187 2001-03-16 Paul Eggert <eggert@twinsun.com> |
188 | |
189 * tempname.c (uint64_t): Define to uintmax_t if | |
190 not defined, and if UINT64_MAX is not defined. | |
191 Required at least for Vax Ultrix4.3, which doesn't define uint64_t. | |
192 Reported by John David Anglin. | |
193 | |
3211 | 194 2001-03-10 Bruno Haible <haible@clisp.cons.org> |
195 | |
196 * localcharset.c (locale_charset): Allow wildcard syntax. Also resolve | |
197 alias if codeset is empty. | |
198 * config.charset (BeOS): Use wildcard syntax. | |
199 | |
3208 | 200 2001-03-13 Jim Meyering <meyering@lucent.com> |
201 | |
202 * path-concat.c (path_concat) [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: | |
203 Don't insert a backslash when concatenating e.g., `C:' and `foo'. | |
204 From Bruno Haible. | |
205 | |
3204 | 206 2001-03-06 Bruno Haible <haible@clisp.cons.org> |
207 | |
208 * localcharset.c (locale_charset): Don't use setlocale(LC_CTYPE,NULL). | |
209 Don't return NULL. | |
210 * unicodeio.c (print_unicode_char): Simplify accordingly. | |
211 | |
3201 | 212 2001-03-06 Bruno Haible <haible@clisp.cons.org> |
213 | |
214 * config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add | |
215 support for DOS/DJGPP. | |
216 | |
3197 | 217 2001-02-28 Paul Eggert <eggert@twinsun.com> |
218 | |
219 * Makefile.am (libfetish_a_SOURCES): | |
220 Add dup-safer.c, fopen-safer.c. | |
221 (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h. | |
222 | |
223 * dup-safer.c, fopen-safer.c, stdio-safer.h, | |
224 lib/unistd-safer.h: New files. | |
225 | |
3195 | 226 2001-02-25 Paul Eggert <eggert@twinsun.com> |
227 | |
228 The mkstemp replacement is taken from glibc 2.2.2, with some | |
229 portability fixes for use outside glibc, as follows: | |
230 | |
231 * tempname.c (struct_stat64): New macro. | |
232 (direxists, __gen_tempname): Use it. | |
233 This avoids a portability problem with Solaris 8. | |
234 | |
235 * tempname.c (<config.h>): Include if HAVE_CONFIG_H. | |
236 (<stddef.h>, <stdint.h>, <string.h>): | |
237 Include only if STDC_HEADERS || _LIBC. | |
238 (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC. | |
239 (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC. | |
240 (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC. | |
241 (__set_errno): Define this macro if <errno.h> doesn't. | |
242 (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE): | |
243 Define these macros if <stdio.h> doesn't. | |
244 (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR): | |
245 Define these macros if <sys/stat.h> | |
246 doesn't. Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN. | |
247 (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64, | |
248 __xstat64): Define if not _LIBC. | |
249 (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC). | |
250 (__gen_tempname): Invoke gettimeofday only if | |
251 HAVE_GETTIMEOFDAY || _LIBC; | |
252 otherwise, fall back on plain "time". | |
253 Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600. | |
254 | |
255 * mkstemp.c (__GT_FILE): Define to zero if not defined. | |
256 | |
257 * mkstemp.c, tempname.c: New files, taken from glibc 2.2.2. | |
258 | |
3182 | 259 2001-02-17 Jim Meyering <meyering@lucent.com> |
260 | |
3186 | 261 * strtoul.c: Sync from GNU libc. Use double quotes, not <...> |
262 around included file name. | |
263 | |
3184 | 264 * strnlen.c (__strnlen): Merge in a change from GNU libc. |
265 | |
266 * strftime.c: Update from GNU libc (the only changes were to comments). | |
3182 | 267 |
3177 | 268 2001-02-13 Bruno Haible <haible@clisp.cons.org> |
269 | |
270 * mbswidth.h (mbswidth): Also define as macro, to avoid prototype clash. | |
271 | |
3173 | 272 2001-02-17 Paul Eggert <eggert@twinsun.com> |
273 | |
274 * mbswidth.c, quotearg.c (mbrtowc, mbsinit): | |
275 Remove workaround macros for hosts that have mbrtowc but not | |
276 mbstate_t, as we now insist on proper declarations for both | |
277 before using mbrtowc. | |
278 | |
3166 | 279 2001-02-17 Jim Meyering <meyering@lucent.com> |
280 | |
281 * regex.c: Update from libc. | |
282 | |
3163 | 283 2001-02-16 Paul Eggert <eggert@twinsun.com> |
284 | |
3195 | 285 * alloca.c (malloc): Undef before defining, since stdlib.h |
3164 | 286 may have defined it. Needed for Encore Umax-3.0.9.16b systems. |
287 Reported by Mark Hounschell via Paul Eggert. | |
3163 | 288 |
3149 | 289 2001-01-30 Bruno Haible <haible@clisp.cons.org> |
290 | |
291 * config.charset: Update for FreeBSD 4.2. | |
292 | |
3131 | 293 2001-01-26 Jim Meyering <meyering@lucent.com> |
294 | |
3133 | 295 * quotearg.c: Include stddef.h. |
296 * quote.c: Include stddef.h. | |
297 Reported by Axel Kittenberger. | |
298 | |
3131 | 299 * xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking |
300 line in double quotes so that it evokes a better diagnostic. | |
301 [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise. | |
302 Reported by Axel Kittenberger. | |
303 | |
3124 | 304 2001-01-15 Bruno Haible <haible@clisp.cons.org> |
305 | |
306 * unicodeio.c (print_unicode_char): Cast the second iconv() arg, | |
307 to avoid a warning. Add back 'const' to inptr. | |
308 | |
3108 | 309 2001-01-16 Jim Meyering <meyering@lucent.com> |
310 | |
311 * basename.c: Include <stdio.h>, needed by assert on SunOS4. | |
312 From Bruno Haible. | |
313 | |
3103 | 314 2001-01-14 Jim Meyering <meyering@lucent.com> |
315 | |
316 * rename.c: New file. From Volker Borchert. | |
317 Include stdlib.h, string.h or strings.h, and xalloc.h. | |
318 Use strip_trailing_slashes rather than open-coding it. | |
319 | |
3095 | 320 2001-01-03 Paul Eggert <eggert@twinsun.com> |
321 | |
3195 | 322 * strftime.c: Sync with glibc time/strftime.c 1.81. |
3095 | 323 |
3091 | 324 2001-01-03 Jim Meyering <meyering@lucent.com> |
325 | |
326 * unicodeio.c (print_unicode_char): Remove `const' from declaration of | |
327 local `inptr' to avoid warning with some system declarations of iconv. | |
328 | |
3082 | 329 2000-12-29 Paul Eggert <eggert@twinsun.com> |
330 | |
3195 | 331 * modechange.c: Do not assume that mode_t uses the |
3082 | 332 traditional octal encoding. E.g. "chmod 1 FOO" should set |
333 the other-execute bit of FOO even if S_IXOTH != 1. | |
334 | |
335 (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH, | |
336 WOTH, XOTH, ALLM): New macros. | |
337 (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR, | |
338 S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH): | |
339 Use them. | |
340 (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID. | |
341 (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above. | |
342 (mode_compile): | |
343 No need to use uintmax_t; unsigned long is long enough. | |
344 Don't bother to get suffix since we don't use it. | |
345 | |
3074 | 346 2000-12-24 Jim Meyering <meyering@lucent.com> |
347 | |
348 * hash.c (is_prime): Return explicit boolean values. | |
349 (hash_get_first): Return NULL to appease Irix5.6's 89. | |
3075 | 350 Reported by Nelson Beebe. |
3074 | 351 |
3063 | 352 2000-10-31 Bruno Haible <haible@clisp.cons.org> |
353 | |
354 * localcharset.c (locale_charset): Add support for Win32. | |
355 | |
356 2000-12-18 Paul Eggert <eggert@twinsun.com> | |
357 | |
3067 | 358 * physmem.h, physmem.c: New files. |
3063 | 359 |
3067 | 360 * Makefile.am (libfetish_a_SOURCES): Add physmem.c. |
3063 | 361 (noinst_HEADERS): Add physmem.h. |
362 | |
3067 | 363 * xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and |
3063 | 364 't' for compatibility with Solaris 8 sort. |
365 | |
3061 | 366 2000-12-18 Bruno Haible <haible@clisp.cons.org> |
367 | |
368 * config.charset: Add support for BeOS. | |
369 | |
3053 | 370 2000-12-16 Jim Meyering <meyering@lucent.com> |
371 | |
372 * getusershell.c [!SHELLS_FILE && __DJGPP__]: Define | |
373 SHELLS_FILE to a file name that's useful on djgpp systems. | |
374 Include stdlib.h. | |
375 (ADDITIONAL_DEFAULT_SHELLS): Define. | |
376 (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS. | |
377 Based mostly on a patch from Prashant TR. | |
378 | |
3051 | 379 2000-12-16 Jim Meyering <meyering@lucent.com> |
380 | |
381 This bug had a serious impact on chown: `chown N:M FILE' (for integer | |
382 N and M) would have treated it like `chown N:N FILE'. | |
383 | |
384 * userspec.c (parse_user_spec): Fix typo: s/u/g/. | |
385 | |
3054 | 386 2000-10-31 Bruno Haible <haible@clisp.cons.org> |
387 | |
388 * config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB, VISCII, | |
389 CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256, CP1257 | |
390 to the list of canonical encodings. Rename EUC-CN to GB2312. | |
391 | |
3044 | 392 2000-12-08 Andreas Schwab <schwab@suse.de> |
393 | |
394 * mbswidth.c (mbsnwidth): Don't loop endlessly when called with an | |
395 invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set. | |
396 | |
3039 | 397 2000-12-07 Jim Meyering <meyering@lucent.com> |
398 | |
3042 | 399 * stripslash.c (ISSLASH): Define. |
400 (strip_trailing_slashes): Use ISSLASH rather than comparing against `/'. | |
401 From Prashant TR. | |
402 | |
3039 | 403 * dirname.c (FILESYSTEM_PREFIX_LEN): Define. |
404 (dir_name_r): Declare this function as static. | |
405 [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd | |
406 manifest itself on a name containing a mix of slashes and | |
407 backslashes. | |
408 Make this function work with names starting with a DOS-style | |
409 drive letter and colon prefix. | |
410 (dir_name): Append `.' if necessary. | |
411 Based mostly on patches from Prashant TR and Eli Zaretskii. | |
412 | |
413 * dirname.h (dir_name_r): Remove prototype. | |
414 | |
3028 | 415 2000-12-05 Jim Meyering <meyering@lucent.com> |
416 | |
417 * dirname.c (dir_name_r): Add `const' in a few local declarations. | |
418 | |
3023 | 419 2000-12-04 Jim Meyering <meyering@lucent.com> |
420 | |
421 * path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc. | |
3025 | 422 Also include memory.h, stdlib.h, unistd.h if appropriate. |
3026 | 423 Reported by Andreas Jaeger (conflicting declaration of malloc). |
3023 | 424 |
3020 | 425 2000-12-02 Jim Meyering <meyering@lucent.com> |
426 | |
427 * closeout.h: Make idempotent, to avoid some obscure warnings. | |
428 | |
3010 | 429 2000-12-01 Paul Eggert <eggert@twinsun.com> |
430 | |
3195 | 431 * memrchr.c: Include <config.h> before any system include file. |
3010 | 432 |
3005 | 433 2000-11-29 Paul Eggert <eggert@twinsun.com> |
434 | |
3195 | 435 * dirname.c (dir_name_r): Fix typo: int -> size_t. |
3005 | 436 |
2998 | 437 2000-11-26 Jim Meyering <meyering@lucent.com> |
438 | |
439 * memcoll.c: Include sys/types.h. From Werner Almesberger. | |
440 | |
2994 | 441 2000-11-22 Paul Eggert <eggert@twinsun.com> |
442 | |
3195 | 443 * strftime.c (my_strftime): Do not invoke mbrlen with a |
2994 | 444 size of (size_t) -1; it's not portable. |
445 | |
2992 | 446 2000-11-17 Akim Demaille <akim@epita.fr> |
447 | |
3195 | 448 * obstack.h: Formatting changes. |
2992 | 449 (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would |
450 prevent type checking. | |
451 (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't | |
452 cast the value to (void *): assigning a `foo *' to a `void *' | |
453 variable is valid. | |
454 (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int. | |
455 | |
2989 | 456 2000-11-17 Jim Meyering <meyering@lucent.com> |
457 | |
458 * strstr.c: Update from GNU libc. | |
459 | |
2987 | 460 2000-11-16 Jim Meyering <meyering@lucent.com> |
461 | |
462 * strverscmp.c: Incorporate weak-alias-related changes from glibc. | |
463 | |
464 2000-11-11 Jim Meyering <meyering@lucent.com> | |
465 | |
466 * error.c: Add a couple #includes, merging from GNU libc version. | |
467 | |
2980 | 468 2000-11-10 Jim Meyering <meyering@lucent.com> |
469 | |
470 * obstack.h: Update from GNU libc. | |
471 * obstack.c: Likewise. | |
472 | |
2967 | 473 2000-11-06 Paul Eggert <eggert@twinsun.com> |
474 | |
2981 | 475 * getusershell.c (setusershell): Use rewind rather than |
2967 | 476 fseek/fseeko, to avoid configuration hassles with fseeko. |
477 Don't bother opening SHELLS_FILE if shellstream is NULL; | |
478 it's not necessary. | |
479 | |
2965 | 480 2000-11-05 Jim Meyering <meyering@lucent.com> |
481 | |
482 * makepath.h (make_dir): Declare. | |
483 * makepath.c (make_dir): Remove `static' attribute. | |
484 Tweak a comment. | |
485 | |
2957 | 486 2000-11-04 Alexandre Duret-Lutz <duret_g@epita.fr> |
487 | |
488 * hash.c (hash_get_next): Fix a thinko: when ENTRY is the | |
489 last one in a bucket, advance to the next bucket. | |
490 | |
2955 | 491 2000-11-02 Vesselin Atanasov <vesselin@bgnet.bg> |
492 | |
2981 | 493 * fnmatch.c: Do not comment out all the code if we are using |
2955 | 494 the GNU C library, because in some cases we are replacing buggy |
495 code in the GNU C library itself. | |
496 | |
2952 | 497 2000-10-30 Paul Eggert <eggert@twinsun.com> |
498 | |
2981 | 499 * error.h, getline.h, modechange.h: |
2952 | 500 Remove "2000" from Copyright line, as the file hasn't been |
501 changed this year other than in the copyright notice. | |
502 | |
2981 | 503 * xalloc.h: Add "2000" to Copyright line, as this file |
2952 | 504 was changed this year. |
505 | |
2949 | 506 2000-10-30 Paul Eggert <eggert@twinsun.com> |
507 | |
2981 | 508 * fnmatch.c (FOLD): Do not assume that characters are unsigned. |
2949 | 509 (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs, |
510 e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero. | |
511 | |
2941 | 512 2000-10-29 Greg Louis <glouis@dynamicro.on.ca> |
513 | |
514 * regex.h (__restrict_arr): Move definition out of #ifndef block. | |
515 Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but | |
516 doesn't define __restrict_arr. | |
517 | |
2939 | 518 2000-10-29 Jim Meyering <meyering@lucent.com> |
519 | |
520 * xstat.in: Fix grammar in comment. | |
521 | |
2929 | 522 2000-10-28 Jim Meyering <meyering@lucent.com> |
523 | |
2933 | 524 * memchr.c: Update from libc. |
525 Adjust for portability: | |
526 [HAVE_STDLIB_H]: Include stdlib.h. | |
527 [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h. | |
528 Undef __memchr, too. | |
529 [!weak_alias]: Define __memchr to memchr. | |
530 | |
2931 | 531 * regex.c: Update from libc. |
532 * regex.h: Likewise. | |
533 * getopt1.c: Likewise. | |
2935 | 534 * memcmp.c: Likewise. |
2931 | 535 |
2942
c5e4ce044bd7
fix typo: s/fseek0/fseeko/
Jim Meyering <jim@meyering.net>
parents:
2941
diff
changeset
|
536 * getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko. |
2967 | 537 Avoid using fseek, when possible -- it's broken by design. |
2929 | 538 Patch by Ulrich Drepper. |
539 | |
2924 | 540 2000-10-26 Jim Meyering <meyering@lucent.com> |
541 | |
542 * strftime.c: Update from libc. | |
543 | |
2918 | 544 2000-10-25 Jim Meyering <meyering@lucent.com> |
545 | |
546 * obstack.c: Update from libc. | |
547 | |
2911 | 548 2000-10-23 Jim Meyering <meyering@lucent.com> |
549 | |
550 * hard-locale.c (hard_locale): Revert last change -- it was simply | |
551 wrong. That set_locale call must not have any side effects. | |
552 From Paul Eggert. | |
553 | |
2904 | 554 2000-10-22 Jim Meyering <meyering@lucent.com> |
555 | |
2907 | 556 * md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC. |
557 [CYCLIC]: Remove now-unused definition. | |
558 | |
2904 | 559 * save-cwd.c (O_DIRECTORY): Define, if needed. |
560 (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".". | |
561 Suggestion from Ulrich Drepper. | |
562 | |
2893 | 563 2000-10-21 Jim Meyering <meyering@lucent.com> |
564 | |
2920 | 565 * dirname.c (dir_name_r): New function, factored out of dir_name. |
566 (dir_name): Use dir_name_r. | |
567 * dirname.h (dir_name_r): Declare it. | |
568 | |
569 2000-10-21 Jim Meyering <meyering@lucent.com> | |
570 | |
2898 | 571 * dirname.c (memrchr): Declare if necessary. |
572 (dir_name): Remove the restriction that there be no | |
573 trailing slashes. Now, this code skips past them, effectively | |
574 ignoring them. | |
575 [TEST_DIRNAME] (main): New unit tests. | |
576 | |
2893 | 577 * memrchr.c: New file from GNU libc. |
578 Undef __memrchr, too. | |
579 [!weak_alias]: Define __memrchr to memrchr. | |
580 Guard weak_alias use with `#ifdef weak_alias'. | |
581 | |
2886 | 582 2000-10-17 Jim Meyering <meyering@lucent.com> |
583 | |
2891 | 584 * quote.h (PARAMS): Define and use. |
2890 | 585 Reported by Akim Demaille. |
2889 | 586 |
2886 | 587 * getopt.c: Update from libc. |
588 | |
2884 | 589 2000-10-16 Jim Meyering <meyering@lucent.com> |
590 | |
591 * hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to setlocale. | |
592 From Jan Fedak. | |
593 | |
2880 | 594 2000-09-25 Jim Meyering <meyering@lucent.com> |
595 | |
596 * md5.h (rol): Define (from GnuPG). | |
597 | |
598 * sha.c: Give credit (GnuPG) where due. | |
599 (M): Use rol rather than open-coding it. | |
600 Add a FIXME comment. | |
601 | |
2876 | 602 2000-09-21 Jim Meyering <meyering@lucent.com> |
603 | |
604 * userspec.c (parse_user_spec): Remove debugging printf I'd added. | |
2877 | 605 Reported by Michael Stone. |
2876 | 606 |
2874 | 607 2000-09-20 Jim Meyering <meyering@lucent.com> |
608 | |
609 * Makefile.am (libfetish_a_SOURCES): Add sha.c. | |
610 (noinst_HEADERS): Add sha.h. | |
611 Based on code from Scott G. Miller and from GnuPG. | |
612 | |
2861 | 613 2000-09-15 Jim Meyering <meyering@lucent.com> |
614 | |
615 * regex.c: Update from libc. | |
616 | |
2859 | 617 2000-09-10 Jim Meyering <meyering@lucent.com> |
618 | |
619 * getopt.c (_getopt_internal): Update from glibc. | |
620 | |
2855 | 621 2000-09-09 Jim Meyering <meyering@lucent.com> |
622 | |
2857 | 623 * quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't |
624 think it should be used as a general replacement for isascii. | |
625 * fnmatch.c: Likewise. | |
626 * mbswidth.c: Likewise | |
627 * regex.c: Likewise. | |
628 | |
2855 | 629 Don't use atoi. |
630 * userspec.c: Include sys/param.h and limits.h. | |
631 Include xstrtol.h. | |
632 (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define. | |
633 (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define. | |
634 (parse_user_spec): Use xstrtoul, not atoi when converting numeric | |
635 UID, GID. Check range. | |
636 | |
2853 | 637 2000-09-06 Jim Meyering <meyering@lucent.com> |
638 | |
639 * getopt.c (_getopt_internal): Update from glibc. | |
640 | |
2846 | 641 2000-08-30 Jim Meyering <meyering@lucent.com> |
642 | |
643 * strftime.c: Merge in changes from GNU libc. | |
644 | |
2837 | 645 2000-08-26 Jim Meyering <meyering@lucent.com> |
646 | |
2839 | 647 * closeout.c: Include "__fpending.h". |
648 (close_stdout_status): Return right away if there's nothing to flush. | |
649 | |
2837 | 650 * Makefile.am (noinst_HEADERS): Add __fpending.h. |
651 * __fpending.c: New file. | |
652 * __fpending.h: New file. | |
653 | |
2815 | 654 2000-08-07 Paul Eggert <eggert@twinsun.com> |
655 | |
656 Standardize on "memory exhausted" instead of "Memory exhausted" | |
657 or "virtual memory exhausted". | |
658 * obstack.c (print_and_abort): Use "memory exhausted", not | |
659 "virtual memory exhausted". | |
660 * same.c (same_name): Invoke xalloc_die instead of printing | |
661 our own message. | |
662 * userspec.c (parse_user_spec): Likewise. | |
663 * bumpalloc.h: comment fix | |
664 * same.c, userspec.c: Include xalloc.h. | |
665 | |
666 * xalloc.h (xalloc_msg_memory_exhausted): Now char const[], | |
667 not char *const and pointing to a constant array. | |
668 * xmalloc.c (xalloc_msg_memory_exhausted): Likewise. | |
669 (xrealloc): Comment fix. | |
670 | |
671 * userspec.c (parse_user_spec): | |
672 Don't translate a message until just before returning, | |
673 to avoid unnecessary translation. | |
674 | |
2808 | 675 2000-08-07 Jim Meyering <meyering@lucent.com> |
676 | |
677 * addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h, | |
678 chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c, | |
679 fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h, | |
680 getgroups.c, gethostname.c, getopt.h, group-member.c, | |
681 hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c, | |
682 linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c, | |
683 memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h, | |
684 pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c, | |
685 stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c, | |
686 strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c, | |
687 utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c, | |
688 yesno.c: Back out Copyright date changes for each file with no change | |
689 this year. This eases coordination with other programs using the same | |
690 source code modules. From Paul Eggert. | |
691 | |
2804 | 692 2000-08-03 Greg McGary <greg@mcgary.org> |
693 | |
694 * regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER, | |
695 ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros. | |
696 (EXTEND_BUFFER): Use them. | |
697 | |
2802 | 698 2000-08-01 Jim Meyering <meyering@lucent.com> |
699 | |
700 * dirname.c (ISSLASH): Define. | |
701 (BACKSLASH_IS_PATH_SEPARATOR): Define. | |
702 (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which | |
703 both `\' and `/' may be use as path separators. | |
704 Based on a patch from Prashant TR. | |
705 | |
2800 | 706 2000-07-31 Paul Eggert <eggert@twinsun.com> |
707 | |
2815 | 708 * quotearg.c (quotearg_n_options): Don't make the initial |
2800 | 709 slot vector a constant, since it might get modified. |
710 | |
2794 | 711 2000-07-31 Jim Meyering <meyering@lucent.com> |
712 | |
713 * xmalloc.c: Use `virtual memory exhausted', not `Memory exhausted'. | |
714 * obstack.c (print_and_abort): Likewise. | |
715 | |
2796 | 716 2000-07-30 Paul Eggert <eggert@twinsun.com> |
717 | |
718 * quotearg.c (quotearg_n_options): Preallocate a slot 0 | |
719 buffer, so that the caller can always quote one small | |
720 component of a "memory exhausted" message in slot 0. | |
721 From a suggestion by Jim Meyering. | |
722 | |
2791 | 723 2000-07-30 Jim Meyering <meyering@lucent.com> |
724 | |
725 * makepath.c (make_path): Quote the other instance, too. | |
726 | |
727 * quotearg.c (N_STATIC_SLOTVECS): Define. | |
728 (STATIC_BUF_SIZE): Define. | |
729 (quotearg_n_options): Use only statically allocated storage when | |
730 N < N_STATIC_SLOTVECS and the length of the quoted result is smaller | |
731 than STATIC_BUF_SIZE. | |
732 | |
2782 | 733 2000-07-29 Jim Meyering <meyering@lucent.com> |
734 | |
2788 | 735 * diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS. |
736 * dirname.c (dir_name): Likewise. | |
737 | |
738 * basename.c (base_name): Use ISSLASH rather than comparing against `/'. | |
739 | |
2782 | 740 * dirname.c (dir_name) [MSDOS]: Declare `lim' to be const. |
2785 | 741 (dir_name): Assert that there are no trailing slashes. |
2782 | 742 |
2780 | 743 2000-07-18 Bruno Haible <haible@clisp.cons.org> |
744 | |
745 * mbswidth.h (mbswidth): Add a flags argument. | |
746 (mbswidth): New declaration. | |
747 (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros. | |
748 * mbswidth.c (mbswidth): Add a flags argument. | |
749 (mbsnwidth): New function. | |
750 | |
2776 | 751 2000-07-24 Jim Meyering <meyering@lucent.com> |
752 | |
753 * mbswidth.c: Remove useless #else. From Bruno Haible. | |
754 | |
2773 | 755 2000-07-23 Paul Eggert <eggert@twinsun.com> |
756 | |
757 * mbswidth.c (_XOPEN_SOURCE): | |
758 Don't define; this causes problems on Solaris 7. | |
759 (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare. | |
760 | |
2771 | 761 2000-07-23 Paul Eggert <eggert@twinsun.com> |
762 | |
2815 | 763 * quotearg.c: |
2771 | 764 Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX), |
765 so that mbstate_t is always defined. | |
766 | |
767 Do not inspect MB_LEN_MAX, since it's incorrectly defined to | |
768 be 1 in at least one GCC installation, and this configuration | |
769 error is likely to be common. Ignoring MB_LEN_MAX hurts | |
770 performance on hosts that have mbrtowc but have only unibyte | |
771 locales, but I assume these hosts are rare. | |
772 | |
2769 | 773 2000-07-23 Paul Eggert <eggert@twinsun.com> |
774 | |
2815 | 775 * quotearg.c: Streamline by invoking multibyte code only if needed. |
2769 | 776 <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX. |
777 (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX). | |
778 (quotearg_buffer_restyled): If a unibyte locale, don't bother to | |
779 invoke multibyte primitives. | |
780 | |
2764 | 781 2000-07-23 Jim Meyering <meyering@lucent.com> |
782 | |
783 * basename.c (base_name): Add an assertion. | |
784 | |
2762 | 785 2000-07-15 Bruno Haible <clisp.cons.org> |
786 | |
787 * quotearg.c: When the system forces us to redefine mbstate_t, | |
788 shadow its mbsinit function. | |
789 | |
2755 | 790 2000-07-16 Bruno Haible <haible@clisp.cons.org> |
791 | |
792 * mbswidth.h: New file. | |
793 * mbswidth.c: New file. | |
2759 | 794 * Makefile.am (libfetish_a_SOURCES): Add mbswidth.c. |
2769 | 795 (noinst_HEADERS): Add mbswidth.h. |
2755 | 796 |
2754 | 797 2000-07-17 Bruno Haible <haible@clisp.cons.org> |
798 | |
799 * config.charset: Add support for FreeBSD. Improve support for HP-UX | |
800 and IRIX 6. | |
801 | |
2747 | 802 2000-07-15 Jim Meyering <meyering@lucent.com> |
803 | |
2751 | 804 * makepath.c: Include quote.h. |
805 (make_path): Convert "`%s'" in format strings to "%s", and wrap each | |
806 corresponding argument in a `quote (...)' call. | |
807 Give better diagnostics. | |
808 | |
2749 | 809 * Makefile.am (libfetish_a_SOURCES): Add quote.c. |
810 (noinst_HEADERS): Add quote.h. | |
811 | |
2747 | 812 * quote.c (quote, quote_n): New file. Two functions taken verbatim |
813 from tar's src/misc.c. | |
814 * quote.h: New file. Prototypes for same. | |
815 | |
2740 | 816 2000-07-10 Paul Eggert <eggert@twinsun.com> |
817 | |
818 From a suggestion by Bruno Haible. | |
819 * quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition. | |
820 Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT, | |
821 to decide whether to define the BeOS workaround macro; | |
822 this adjusts to the change to AC_MBSTATE_T. | |
823 | |
2738 | 824 2000-07-13 Paul Eggert <eggert@twinsun.com> |
825 | |
826 * quotearg.h (enum quoting style): New enum clocale_quoting_style. | |
827 | |
3206 | 828 * quotearg.c (quoting_style_args, quoting_style_vals, |
2738 | 829 quotearg_buffer_restyled): Add support for |
830 clocale_quoting_style. Undo previous change to | |
831 locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}" | |
832 and "{RIGHT QUOTATION MARK}" msgids. | |
833 | |
2723 | 834 2000-07-05 Paul Eggert <eggert@twinsun.com> |
835 | |
836 The old behavior of quoting `like this' doesn't look good with | |
837 newer, ISO-style fonts. See: | |
838 http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html | |
839 | |
840 Instead, quote "like this" by default. Let the translator | |
841 tailor the locale-specific quoting behavior by providing | |
842 translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}. | |
843 | |
844 * quotearg.c (N_): New macro. | |
845 (gettext_default): New function. | |
846 (quotearg_buffer_restyled): Use | |
847 gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and | |
848 gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote. | |
849 | |
2719 | 850 2000-07-09 Jim Meyering <meyering@lucent.com> |
851 | |
852 * Most files: Update copyright dates to include 2000. | |
853 | |
2721 | 854 2000-07-08 Jim Meyering <meyering@lucent.com> |
855 | |
856 * xgethostname.c (ENAMETOOLONG): Define to an unlikely value | |
857 if not defined. | |
858 (xgethostname): Remove now-unnecessary #ifdef. | |
859 Move declaration of `err' into loop where it's used. | |
860 | |
861 2000-07-05 Bruno Haible <haible@clisp.cons.org> | |
862 | |
863 * xgethostname.c (xgethostname): Protect against the SunOS5.5 bug | |
864 by allocating a larger buffer. Test the gethostname return value for | |
865 being >= 0, not == 0, for BeOS. Don't exhaust memory if gethostname | |
866 returns an error and ENAMETOOLONG isn't defined. | |
867 | |
2710 | 868 2000-07-05 Paul Eggert <eggert@twinsun.com> |
869 and Bruno Haible <haible@clisp.cons.org> | |
870 | |
871 * quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't. | |
872 | |
2708 | 873 2000-07-05 Bruno Haible <haible@clisp.cons.org> |
874 | |
875 * quotearg.c (struct quoting_options): Simplify quote_these_too | |
876 dimension. | |
877 | |
2706 | 878 2000-07-03 Jim Meyering <meyering@lucent.com> |
879 | |
880 * strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen. | |
881 Reported by Bruno Haible. | |
882 | |
2704 | 883 2000-07-04 Jim Meyering <meyering@lucent.com> |
884 | |
885 * quotearg.c: Make inclusion of <wchar.h> independent of whether | |
886 HAVE_MBRTOWC is set. Required at least for irix-5.6, which | |
887 lacks mbrtowc. | |
888 | |
2693 | 889 2000-07-03 Paul Eggert <eggert@twinsun.com> |
890 and Bruno Haible <haible@clisp.cons.org> | |
891 | |
2815 | 892 * quotearg.c (mbrtowc): |
2693 | 893 Assign to *pwc, and return 1 only if result is nonzero. |
894 (iswprint): Use ISPRINT when substituting our own mbrtowc. | |
895 | |
2697 | 896 2000-07-03 Jim Meyering <meyering@lucent.com> |
897 | |
898 * readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H. | |
899 This is necessary to get a definition of e.g., UTMP_FILE on HP-UX 10.20. | |
900 From Bob Proulx. | |
901 | |
2691 | 902 2000-07-02 Jim Meyering <meyering@lucent.com> |
903 | |
904 * quotearg.c (mbstate_t): Don't define here. | |
905 | |
2688 | 906 2000-07-02 Jim Meyering <meyering@lucent.com> |
907 | |
908 * nanosleep.c (SIGCONT): Define if not already defined. | |
909 | |
2678 | 910 2000-06-17 Bruno Haible <haible@clisp.cons.org> |
911 | |
912 * mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV, | |
913 per change in ../m4/ls-mntd-fs.m4. | |
914 (read_filesystem_list): Ignore symbolic links. | |
915 | |
2668 | 916 2000-06-29 Jim Meyering <meyering@lucent.com> |
917 | |
2672 | 918 * same.c: Include <string.h> or <strings.h>, as appropriate, |
919 for declaration of strcmp. | |
920 | |
2670 | 921 * long-options.c: Include <stdlib.h>, for declaration of exit. |
922 | |
2668 | 923 * mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]: |
924 Avoid warning by casting result to `char *' to remove `const'. | |
925 | |
2662 | 926 2000-06-17 Bruno Haible <haible@clisp.cons.org> |
927 | |
928 * Makefile.am (libfetish_a_SOURCES): Remove readutmp.c. | |
929 | |
2659 | 930 2000-06-26 Paul Eggert <eggert@twinsun.com> |
931 | |
932 savedir now sets errno on failure and invokes xmalloc to get memory. | |
933 Fix a couple of other minor bugs while we're at it. | |
934 | |
935 * savedir.c (<unistd.h>): Do not include; there's no need. | |
936 (NAMLEN): Remove macro. | |
937 (malloc, realloc): Remove decls. | |
938 (stpcpy): Likewise. | |
939 ("xalloc.h"): Include. | |
940 (NAME_SIZE_DEFAULT): New macro. | |
941 (savedir): Use xmalloc / xrealloc to allocate memory. | |
942 Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero. | |
943 Skip "" directory entries. | |
944 Use strlen to calculate directory entry length, since the old method | |
945 is rarely used these days and isn't worth supporting. | |
946 Don't use a pointer after freeing it. | |
947 Check for integer overflow when calculating allocation size. | |
948 Use memcpy to copy entries, instead of stpcpy. | |
949 Set errno properly when returning NULL. | |
950 Check for readdir error. | |
951 | |
2657 | 952 2000-06-26 Jim Meyering <meyering@lucent.com> |
953 | |
954 * posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort. | |
955 | |
2655 | 956 2000-06-17 Bruno Haible <haible@clisp.cons.org> |
957 | |
958 * getusershell.c (xmalloc, xrealloc): Remove functions. | |
959 Include xalloc.h. | |
960 Don't include <stdlib.h>. Don't declare malloc, realloc. | |
961 | |
2651 | 962 2000-06-23 Bruno Haible <haible@clisp.cons.org> |
963 | |
964 * unicodeio.c (print_unicode_char): Work around ansi2knr deficiency. | |
965 | |
2644 | 966 2000-06-24 Jim Meyering <meyering@lucent.com> |
967 | |
968 * error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r. | |
969 | |
2636 | 970 2000-06-21 Jim Meyering <meyering@lucent.com> |
971 | |
972 * getpass.c: New file, from Bruno Haible. Required for BeOS. | |
973 | |
2640 | 974 2000-06-19 Paul Eggert <eggert@twinsun.com> |
975 | |
976 * quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5. | |
977 (mbrtowc, mbstate_t): Define substitutes if | |
978 HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT. | |
979 (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT, | |
980 not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H). | |
981 | |
2628 | 982 2000-06-17 Bruno Haible <haible@clisp.cons.org> |
983 | |
984 * xgetcwd.c (xgetcwd): If the required pathname length is smaller | |
985 than 1024, return a memory chunk of least possible size, instead | |
986 of size PATH_MAX + 2. In the loop, increment the size proportionally. | |
987 Use free/xmalloc instead of xrealloc to avoid copying for very long | |
988 paths. | |
989 | |
2626 | 990 2000-06-17 Bruno Haible <haible@clisp.cons.org> |
991 | |
992 * canon-host.c (canon_host): Use malloc and memcpy to copy an | |
993 address, not strdup. Include <stdlib.h> and don't declare free(). | |
994 | |
2624 | 995 2000-06-17 Bruno Haible <haible@clisp.cons.org> |
996 | |
997 * path-concat.c (path_concat): Don't access dir[-1] if dir is | |
998 the empty string. | |
999 | |
2621 | 1000 2000-06-21 Jim Meyering <meyering@lucent.com> |
1001 | |
1002 * Makefile.am (libfetish_a_SOURCES): Add getstr.c. | |
1003 (noinst_HEADERS): Add getstr.h. | |
1004 | |
1005 * getline.c (getstr): Move into a separate file. | |
1006 * getstr.c (getstr): New file, extracted from getline.c, with | |
1007 the following changes: new parameter, delim2; both delim[12] | |
1008 parameters have type `int', not `char'. The latter would lose | |
1009 with 8-bit delimiters. | |
1010 * getstr.h: New file. | |
1011 | |
2611 | 1012 2000-06-19 Jim Meyering <meyering@lucent.com> |
1013 | |
1014 * getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define. | |
1015 | |
2602 | 1016 2000-06-18 Jim Meyering <meyering@lucent.com> |
1017 | |
2608 | 1018 * mkdir.c: Remove file, due mainly to copyright incompatibility. |
1019 Besides, these days every porting target provides a mkdir function. | |
1020 | |
2606 | 1021 * strnlen.c: Include memory.h, string.h, and/or strings.h as needed. |
1022 (this snippet comes from src/system.h). | |
1023 | |
2594 | 1024 2000-06-15 Paul Eggert <eggert@twinsun.com> |
1025 | |
2640 | 1026 * human.c (adjust_value): New function. |
2594 | 1027 (human_readable_inexact): Apply rounding style even when |
1028 printing approximate values. | |
1029 | |
2591 | 1030 2000-06-14 Paul Eggert <eggert@twinsun.com> |
1031 | |
2640 | 1032 * human.c (human_readable_inexact): Allow an input block |
2591 | 1033 size that is not a multiple of the output block size, and vice versa. |
2592 | 1034 Reported by Piergiorgio Sartor. |
2591 | 1035 |
2589 | 1036 2000-06-14 Paul Eggert <eggert@twinsun.com> |
1037 | |
2640 | 1038 * getdate.y (get_date): Apply relative times after time |
2589 | 1039 zone indicator, not before. Reported by Todd A. Jacobs. |
1040 | |
2585 | 1041 2000-06-13 Jim Meyering <meyering@lucent.com> |
1042 | |
2591 | 1043 * Makefile.am (all-local): Depend on lstat.c and stat.c. |
1044 | |
2585 | 1045 * xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c. |
1046 | |
2583 | 1047 2000-06-12 Paul Eggert <eggert@twinsun.com> |
1048 | |
1049 * xstat.in: Include <stdlib.h> in lstat, to declare "free". | |
1050 | |
2575 | 1051 2000-06-04 Paul Eggert <eggert@twinsun.com> |
1052 | |
2583 | 1053 * strnlen.c: Include <config.h> if HAVE_CONFIG_H. |
2575 | 1054 |
2573 | 1055 2000-06-04 Jim Meyering <meyering@lucent.com> |
1056 | |
1057 * getugroups.c (getugroups): Cast -1 to gid_t, for systems like | |
1058 SunOS4.1.4 for which gid_t is an unsigned type. | |
1059 | |
2569 | 1060 2000-06-03 Jim Meyering <meyering@lucent.com> |
1061 | |
1062 * strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr. | |
1063 | |
2559 | 1064 2000-05-26 Bruno Haible <haible@clisp.cons.org> |
1065 | |
1066 * Makefile.am (install-exec-local): On systems with glibc-2.1 or | |
1067 newer, don't install charset.alias. | |
1068 * config.charset: Change the Linux/glibc rules so they become empty | |
1069 on glibc-2.1 or newer. | |
1070 | |
2554 | 1071 2000-06-02 Jim Meyering <meyering@lucent.com> |
1072 | |
1073 * mountlist.c: Back out last change. Instead, do this... | |
1074 * mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the me_dummy | |
1075 member using the same `ignore'-testing code. | |
1076 * mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored | |
1077 fs_type strings. | |
1078 From Mark D. Roth. | |
1079 | |
2549 | 1080 2000-05-29 Jim Meyering <meyering@lucent.com> |
1081 | |
1082 * mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore mounts | |
1083 with the `ignore' attribute. Based on a patch from Mark D. Roth. | |
1084 | |
2548 | 1085 2000-05-22 Jim Meyering <meyering@lucent.com> |
1086 | |
1087 * makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block. | |
1088 | |
2525 | 1089 2000-05-18 Jim Meyering <meyering@lucent.com> |
1090 | |
1091 * hash.c (hash_rehash): Fix a nasty bug: copy the free entry list | |
1092 back, too, since it may have been modified by allocate_entry. | |
1093 (hash_delete): Rewrite to use neither the assignment operator | |
1094 nor the comma operator in an if-expression. | |
1095 | |
2523 | 1096 2000-05-15 Paul Eggert <eggert@twinsun.com> |
1097 | |
2583 | 1098 * closeout.c: |
2523 | 1099 <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO): |
1100 Remove; no longer needed. | |
1101 "quotearg.h": Add include. | |
1102 (file_name): Do not bother to explicitly initialize to NULL; it's less | |
1103 efficient on some hosts. | |
1104 (close_stdout_status): Remove test as to whether stdout was already | |
1105 closed; it breaks for the case "echo x | sort >&-". | |
1106 Quote file name colons. | |
1107 Do not assume that _("write error") lacks format strings. | |
1108 | |
2518 | 1109 2000-05-15 Jim Meyering <meyering@lucent.com> |
1110 | |
1111 * version-etc.c (version_etc_copyright): Update the copyright string | |
1112 used in all --version output. | |
1113 | |
2521 | 1114 2000-05-14 Jim Meyering <meyering@lucent.com> |
1115 | |
1116 * closeout.c (close_stdout_set_file_name): New function. | |
1117 (close_stdout_status): Use new file-scoped global. | |
1118 Return right away if fstat says the stdout file descriptor is invalid. | |
1119 * closeout.h (close_stdout_set_file_name): Declare. | |
1120 | |
2515 | 1121 2000-05-10 Jim Meyering <meyering@lucent.com> |
1122 | |
1123 * closeout.c [default_exit_status]: New file-scoped variable. | |
1124 (close_stdout_set_status): New function. | |
1125 * closeout.h (close_stdout_set_status): Declare. | |
1126 | |
2508 | 1127 2000-05-08 Jim Meyering <meyering@lucent.com> |
1128 | |
1129 * long-options.c: Don't include closeout.h. | |
1130 (parse_long_options): Don't call close_stdout for --version. | |
1131 | |
2499 | 1132 2000-05-06 Jim Meyering <meyering@lucent.com> |
1133 | |
2504 | 1134 * strnlen.c: Undefine __strnlen and strnlen. |
1135 [!weak_alias]: Define __strnlen to strnlen. | |
1136 | |
2499 | 1137 * atexit.c: New file, from libiberty. |
1138 | |
1139 2000-05-06 Jim Meyering <meyering@lucent.com> | |
1140 | |
1141 * closeout.c (close_stdout_status): Also check for errors on the | |
1142 stderr stream. | |
1143 | |
2488 | 1144 2000-05-05 Bruno Haible <haible@clisp.cons.org> |
1145 | |
1146 * localcharset.c (get_charset_aliases): Use malloc, realloc and memcpy | |
1147 instead of xmalloc, xrealloc, path_concat. | |
1148 (locale_charset): Treat empty environment variables as absent. | |
1149 (DIRECTORY_SEPARATOR, ISSLASH): New macros. | |
1150 | |
2467 | 1151 2000-05-04 Jim Meyering <meyering@lucent.com> |
1152 | |
1153 * getopt.c: Update from glibc. | |
2478 | 1154 * obstack.c: Likewise. |
1155 * obstack.h: Likewise. | |
2473 | 1156 * regex.c: Likewise. NB: K&R compiler support is dropped for this file |
1157 | |
1158 * regex.h: Likewise. | |
2470 | 1159 * strndup.c: Likewise. |
1160 * strnlen.c: New file, from glibc. | |
2467 | 1161 |
2461 | 1162 2000-05-01 Jim Meyering <meyering@lucent.com> |
1163 | |
1164 * full-write.c (full_write): Remove `FIXME' part of comment. | |
1165 | |
2447 | 1166 2000-04-29 Jim Meyering <meyering@lucent.com> |
1167 | |
1168 * path-concat.c: Declare strdup only if it's not defined. | |
1169 * canon-host.c: Likewise. | |
1170 | |
2445 | 1171 2000-04-28 Jim Meyering <meyering@lucent.com> |
1172 | |
1173 * rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to avoid | |
1174 redefinition warning on some systems (HPUX). Otherwise, regex.h is | |
1175 included first, then limits.h is included by locale.h by libintl.h. | |
1176 From John David Anglin. | |
1177 | |
2440 | 1178 2000-04-25 Jim Meyering <meyering@lucent.com> |
1179 | |
1180 * makepath.c (S_IRWXUGO): Define. | |
1181 (make_path): Always perform explicit chmod if MODE specifies any | |
2442 | 1182 of the `special' permission bits. Prompted by a bug report against |
1183 install from Mate Wierdl and Joost van Baal. | |
2440 | 1184 |
2435 | 1185 2000-04-18 Jim Meyering <meyering@lucent.com> |
1186 | |
2440 | 1187 * README: New file. |
1188 | |
2435 | 1189 * getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define |
1190 getpagesize. For BeOS. Based on a patch from Bruno Haible. | |
1191 | |
2431 | 1192 2000-04-17 Jim Meyering <meyering@lucent.com> |
1193 | |
1194 * strftime.c (my_strftime) [strftime]: Declare strftime here, since | |
1195 the definition of it to rpl_strftime also defined-away the system's | |
1196 declaration. | |
1197 | |
2427 | 1198 2000-04-15 Jim Meyering <meyering@lucent.com> |
1199 | |
1200 Use `C' to denote so-called `contiguous' files, the same way | |
1201 that tar does. | |
1202 * filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define. | |
1203 (ftypelet): Use S_ISCTG. | |
1204 From Michael Deutschmann. | |
1205 | |
1206 2000-04-14 Jim Meyering <meyering@lucent.com> | |
1207 | |
1208 * strftime.c (my_strftime) [#ifdef strftime]: Declare strftime. | |
1209 | |
2416 | 1210 2000-04-08 Jim Meyering <meyering@lucent.com> |
1211 | |
1212 * Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3 | |
1213 names don't conflict. Reported by Eli Zaretskii. | |
1214 | |
2413 | 1215 2000-03-28 Bruno Haible <haible@clisp.cons.org> |
1216 | |
1217 * unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv | |
2431 | 1218 bug. Deal with the different error behavior of Irix iconv. |
2413 | 1219 |
1220 2000-04-07 Jim Meyering <meyering@lucent.com> | |
1221 | |
1222 * putenv.c: Move inclusion of errno.h so it follows that of sys/types.h, | |
1223 to work around system header problems on AIX 3.2.5. From Bruno Haible. | |
1224 | |
2406 | 1225 2000-04-05 Jim Meyering <meyering@lucent.com> |
1226 | |
1227 Portability tweaks required for ultrix4.3. | |
1228 * readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare getutent. | |
1229 * readutmp.c: Include sys/types.h before sys/stat.h. | |
1230 * canon-host.c: Declare strdup. | |
1231 * path-concat.c: Likewise. | |
1232 From John David Anglin. | |
1233 | |
2397 | 1234 2000-04-04 Jim Meyering <meyering@lucent.com> |
1235 | |
1236 Be more DOS 8.3-friendly. | |
1237 * ref-add.sin: Renamed from ref-add.sed.in. | |
1238 * ref-del.sin: Renamed from ref-del.sed.in. | |
1239 * Makefile.am: Reflect renaming. | |
1240 Reported by Eli Zaretskii. | |
1241 | |
1242 Use a temporary file name that won't clash with `charset.alias' | |
1243 in the DOS 8.3 name space. | |
1244 * Makefile.am (charset_tmp): Define. | |
1245 (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t. | |
1246 (uninstall-local): Likewise. | |
1247 Reported by Eli Zaretskii. | |
1248 | |
2379 | 1249 2000-03-29 Paul Eggert <eggert@twinsun.com> |
1250 | |
1251 * time/strftime.c (my_strftime): Make sure we call the system | |
1252 strftime, not ourselves, when invoking the underlying strftime. | |
1253 | |
2364 | 1254 2000-03-24 Jim Meyering <meyering@lucent.com> |
1255 | |
1256 * Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in. | |
1257 (charset_alias): Define. | |
1258 (install-exec-local): Factor out common code. | |
1259 (uninstall-local): Split lines longer than 80. | |
1260 (ref-add.sed, ref-del.sed): Remove rules... (do the following instead) | |
1261 (SUFFIXES): Define. | |
1262 (.sed.in.sed): New rule. Don't redirect directly to $@. | |
1263 (CLEANFILES): Add ref-add.sed and ref-del.sed. | |
1264 | |
1265 2000-03-19 Bruno Haible <haible@clisp.cons.org> | |
1266 | |
1267 * config.charset: Output a line containing "Packages using this file". | |
1268 * ref-add.sed.in, ref-del.sed.in: New files. | |
1269 * Makefile.am (install-exec-local, uninstall-local, ref-add.sed, | |
1270 ref-del.sed): New rules. | |
1271 | |
2353 | 1272 2000-03-17 Jim Meyering <meyering@lucent.com> |
1273 | |
1274 * unicodeio.c (<string.h>): Include only #if HAVE_STRING_H. | |
1275 Otherwise, include <strings.h> | |
1276 | |
1277 2000-03-17 Bruno Haible <haible@clisp.cons.org> | |
1278 | |
1279 * unicodeio.c (utf8_wctomb): New function. | |
1280 (print_unicode_char): Pass the Unicode character to iconv in UTF-8 | |
1281 format instead of in UCS-4 with platform dependent endianness. | |
1282 | |
2343 | 1283 2000-03-07 Paul Eggert <eggert@twinsun.com> |
1284 | |
2583 | 1285 * savedir.c (savedir): Work even if directory size is |
2343 | 1286 negative; this can happen with some screwy NFS configurations. |
1287 | |
2348 | 1288 2000-03-06 Jim Meyering <meyering@lucent.com> |
1289 | |
1290 * localcharset.c (get_charset_aliases): Don't try to free file_name | |
1291 if it's NULL (because we ran out of memory). From Bruno Haible. | |
1292 | |
2337 | 1293 2000-03-05 Jim Meyering <meyering@lucent.com> |
1294 | |
2339 | 1295 * localcharset.c ("path-concat.h"): Include. |
1296 (get_charset_aliases): Use path_concat instead of ANSI string | |
1297 concatenation. | |
1298 | |
2337 | 1299 * unicodeio.h (PARAMS): Define. |
1300 Use it to guard prototype. | |
1301 | |
2330 | 1302 2000-03-04 Jim Meyering <meyering@lucent.com> |
1303 | |
2332 | 1304 * Makefile.am (install-exec-local): Create $(libdir) before installing |
1305 into it. | |
2334 | 1306 (uninstall-local): Uncomment this rule so `make distcheck' works |
1307 once again. | |
2332 | 1308 |
2330 | 1309 * unicodeio.c (<errno.h>): Include it. |
1310 (errno): Declare if not defined. | |
1311 | |
1312 * localcharset.c: Add Bruno's comment justifying use of volatile. | |
1313 | |
1314 * config.charset: New version, incorporating remarks from a linux | |
1315 i18n mailing list. From Bruno Haible. | |
1316 | |
1317 2000-03-02 Jim Meyering <meyering@lucent.com> | |
1318 | |
1319 * Makefile.am (EXTRA_DIST): Add config.charset. | |
1320 | |
2309 | 1321 2000-03-01 Jim Meyering <meyering@lucent.com> |
1322 | |
1323 * localcharset.c: Guard some #includes with `#if HAVE_...'. | |
1324 * unicodeio.c: Likewise. | |
1325 | |
1326 2000-02-02 Bruno Haible <haible@clisp.cons.org> | |
1327 | |
1328 * config.charset: New file. | |
1329 * localcharset.c: New file. | |
1330 * unicodeio.h, unicodeio.c: New files. | |
1331 * Makefile.am (DEFS): Add -DLIBDIR=... | |
1332 (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c. | |
1333 (noinst_HEADERS): Add unicodeio.h. | |
1334 (all-local, install-exec-local, charset.alias): New targets. | |
1335 | |
2300 | 1336 2000-02-28 Paul Eggert <eggert@twinsun.com> |
1337 | |
2583 | 1338 * quotearg.c (ALERT_CHAR): New macro. |
2300 | 1339 (quotearg_buffer_restyled): Use it. |
1340 | |
2285 | 1341 2000-02-27 Jim Meyering <meyering@lucent.com> |
1342 | |
2298 | 1343 * strtoumax.c: Fix typo in decl of strtoul: s/long long/long/. |
1344 Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'. | |
1345 | |
2295 | 1346 * backupfile.c: Guard inclusion of stdlib.h with `#if HAVE_STDLIB_H', |
1347 not `#if STDC_HEADERS'. | |
1348 Declare malloc if needed. | |
1349 | |
2290 | 1350 * backupfile.c: Use `#if !HAVE_DECL...' instead of `#ifndef HAVE_DECL..' |
1351 now that autoconf always defines the HAVE_DECL_ symbols. | |
1352 * human.c: Likewise. | |
1353 * same.c: Likewise. | |
1354 * strtoumax.c: Likewise. | |
1355 | |
1356 * backupfile.c: Arrange for cpp to fail if the configure-time | |
1357 declaration check was not run. | |
1358 * hash.c: Likewise. | |
1359 * human.c: Likewise. | |
1360 * same.c: Likewise. | |
1361 * strtoumax.c: Likewise. | |
1362 | |
2285 | 1363 * userspec.c (parse_user_spec): If there is no `:' but there is a `.', |
1364 then first look up the entire `.'-containing string as a login name. | |
1365 | |
2286 | 1366 2000-02-18 Paul Eggert <eggert@twinsun.com> |
1367 | |
2583 | 1368 * getdate.y: Handle two-digit years with leading zeros correctly. |
2286 | 1369 (textint): New typedef. |
1370 (parser_control): Member year changed from int to textint. | |
1371 All uses changed. | |
1372 (YYSTYPE): Removed; replaced by %union with int and textint members. | |
1373 (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN, | |
1374 tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER, | |
1375 tYEAR_UNIT, tZONE, o_merid): Now of type <intval>. | |
1376 (tSNUMBER, tUNUMBER): Now of type <textintval>. | |
1377 (date, number, to_year): Use width of number in digits, not its value, | |
1378 to determine whether it's a 2-digit year, or a 2-digit time. | |
1379 (yylex): Store number of digits of numeric tokens. | |
1380 Reported by John Kendall. | |
1381 | |
1382 (parser_control): Changed from struct parser_control to typedef (for | |
1383 consistency). All uses changed. | |
1384 | |
1385 (tID): Removed; not used. | |
1386 (yylex): Return '?' for unknown identifiers, rather than (unused) tID. | |
1387 | |
2278 | 1388 2000-02-14 Paul Eggert <eggert@twinsun.com> |
1389 | |
2583 | 1390 * getpagesize.h (getpagesize): Port to VMS for Alpha; |
2279 | 1391 adapted from changes to grep getpagesize.h by Martin P.J. Zinser. |
2278 | 1392 |
2274 | 1393 2000-02-12 Jim Meyering <meyering@lucent.com> |
1394 | |
1395 * userspec.c (ISDIGIT): Define it. | |
1396 (isdigit): Remove definition. | |
1397 (is_number): Use ISDIGIT, not isdigit. | |
1398 <libintl.h>: Include. | |
1399 (_ and N_): Define. | |
1400 (parse_user_spec): Mark translatable strings. | |
1401 | |
2268 | 1402 2000-02-10 Jim Meyering <meyering@lucent.com> |
1403 | |
1404 With these changes, nanosleep.[ch] are finally enough like the other | |
1405 lib/* replacement files to compile on a few more losing systems. | |
1406 | |
1407 * nanosleep.h: Don't include config.h. | |
1408 Remove prototype from declaration of nanosleep. | |
1409 (PARAMS): Remove now-unneeded definition. | |
1410 * nanosleep.c: #undef nanosleep. | |
1411 (rpl_nanosleep): Rename from nanosleep. | |
1412 | |
2245 | 1413 2000-02-03 Jim Meyering <meyering@lucent.com> |
1414 | |
1415 * readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION', | |
1416 rather than with `#if HAVE_UTMPNAME'. | |
1417 | |
1418 2000-02-01 Jim Meyering <meyering@lucent.com> | |
1419 | |
1420 * readutmp.h (UT_USER): Add parens. From Andreas Schwab. | |
1421 | |
2235 | 1422 2000-01-31 Jim Meyering <meyering@lucent.com> |
1423 | |
2240 | 1424 * nanosleep.h (nanosleep): Guard declaration with |
1425 `#if ! HAVE_DECL_NANOSLEEP'. | |
2275 | 1426 Without this, OFS gets a redeclaration error for rpl_nanosleep, due to |
2240 | 1427 the declaration in that vendor's sys/timers.h. |
1428 Reported by Christian Krackowizer. | |
1429 | |
2235 | 1430 * quotearg.c (ISASCII): Add #undef and move definition to follow |
1431 inclusion of wctype.h to work around solaris2.6 namespace pollution. | |
1432 (ISPRINT): Likewise. | |
2236 | 1433 Reported by Tom Tromey. |
2235 | 1434 |
2228 | 1435 2000-01-30 Jim Meyering <meyering@lucent.com> |
1436 | |
1437 * readutmp.c (extract_trimmed_name): Use UT_USER instead of hard-coding | |
1438 uses of ->ut_name. The latter doesn't work with new Linux header files | |
1439 where only utmpx.ut_user is declared. | |
1440 | |
1441 * readutmp.h (UT_USER): Define. | |
1442 | |
2193 | 1443 2000-01-23 Jim Meyering <meyering@lucent.com> |
1444 | |
1445 * Makefile.am (libfetish_a_SOURCES): Remove explicit mention of | |
1446 obstack.c. | |
1447 | |
2163 | 1448 2000-01-22 Jim Meyering <meyering@lucent.com> |
2188 | 1449 |
1450 * strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul. | |
1451 [! HAVE_DECL_STRTOULL]: Declare strtoull. | |
1452 Required for some AIX systems. Reported by Christian Krackowizer. | |
1453 [TESTING] (main): New function. | |
1454 | |
2172 | 1455 1997-10-17 Eli Zaretskii <eliz@is.elta.co.il> |
1456 * dirname.c (dir_name): Support for DOS-style file names with drive | |
1457 letters. | |
2163 | 1458 |
2185 | 1459 * quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of iswprint. |
2184 | 1460 |
2163 | 1461 * strverscmp.c (ISDIGIT): Define. |
1462 (strverscmp): Use ISDIGIT, not isdigit. | |
1463 | |
2152 | 1464 2000-01-17 Paul Eggert <eggert@twinsun.com> |
1465 | |
1466 * nanosleep.c (nanosleep): | |
1467 Don't use SA_INTERRUPT to decide whether to call sigaction, as | |
1468 POSIX.1 doesn't require SA_INTERRUPT and some systems | |
1469 (e.g. Solaris 7) don't define it. Use SA_NOCLDSTOP instead; | |
1470 it's been part of POSIX.1 since day 1 (in 1988). | |
1471 | |
2150 | 1472 2000-01-17 Jim Meyering <meyering@lucent.com> |
1473 | |
1474 * interlock: Remove unused file. Reported by Fran�ois Pinard. | |
1475 | |
2144 | 1476 2000-01-16 Paul Eggert <eggert@twinsun.com> |
1477 | |
2583 | 1478 * quotearg.c (quotearg_buffer_restyled): Do not quote |
2144 | 1479 alert, backslash, formfeed, and vertical tab unnecessarily in |
1480 shell quoting style. | |
2190 | 1481 |
1482 Local Variables: | |
1483 version-control: never | |
1484 End: |