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