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