699b954a9f77e2da74dbd12c95de125f4a3f9876
[gnulib.git] / ChangeLog
1 2007-08-19  Eric Blake  <ebb9@byu.net>
2
3         Test yesno in combination with closein.
4         * lib/yesno.c (yesno): Document use of stdin.
5         * modules/yesno-tests (Files): New module.
6         * tests/test-yesno.c (main): New file.
7         * tests/test-yesno.sh: Likewise.
8
9 2007-08-19  Bruno Haible  <bruno@clisp.org>
10
11         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
12         * lib/fseeko.c (rpl_fseeko): Likewise.
13         * lib/fseterr.c (fseterr): Likewise.
14
15 2007-08-19  Bruno Haible  <bruno@clisp.org>
16
17         * tests/test-lseek.c (main): Disable a test for BeOS.
18         * doc/functions/lseek.texi: Document the BeOS bug.
19
20 2007-08-19  Bruno Haible  <bruno@clisp.org>
21             Eric Blake  <ebb9@byu.net>
22
23         * lib/lseek.c: Include <sys/stat.h>.
24         (rpl_lseek): Add workaround code also for Unix platforms.
25         Needed for BeOS.
26         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
27         * doc/functions/lseek.texi: Document BeOS definiency.
28
29 2007-08-18  Bruno Haible  <bruno@clisp.org>
30
31         * modules/fstrcmp-tests: New file.
32         * tests/test-fstrcmp.c: New file.
33
34 2007-08-18  Bruno Haible  <bruno@clisp.org>
35
36         * modules/fstrcmp: New file, from GNU gettext with modifications.
37         * lib/fstrcmp.h: New file, from GNU gettext.
38         * lib/fstrcmp.c: New file, from GNU gettext.
39         * MODULES.html.sh (String handling): Add fstrcmp.
40
41 2007-08-18  Bruno Haible  <bruno@clisp.org>
42
43         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
44         'bool'.
45         (diag, compareseq): Remove const from the ctxt argument.
46         (USE_HEURISTIC): Undefine at the end.
47
48 2007-08-18  Jim Meyering  <jim@meyering.net>
49
50         New file: lib/idcache.h
51         * NEWS: Mention the addition.
52         * modules/idcache (Files): Add lib/idcache.h
53         * lib/idcache.c: Include "idcache.h".
54         Don't include <sys/types.h>.
55         Add a FIXME comment.
56         Move file-scoped "static" declarations to the top.
57         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
58
59 2007-08-17  Bruno Haible  <bruno@clisp.org>
60         and Paul Eggert  <eggert@cs.ucla.edu>
61
62         * MODULES.html.sh: Add diffseq.
63         * modules/diffseq: New file.
64         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
65         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
66
67 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
68
69         Import changes from coreutils for bootstrap script.
70
71         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
72
73         * build-aux/bootstrap (slurp): Work even in environments where
74         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
75         current code does not slurp files whose names start with ".", and
76         this looks like it might be a troublesome area.
77
78         2007-07-11  Jim Meyering  <jim@meyering.net>
79
80         If there's a GPL vN copyright comment, require that N == 3.
81
82         2007-07-08  Jim Meyering  <jim@meyering.net>
83
84         Run the coreutils-specific code only if tests/Makefile.am.in exists.
85         * build-aux/bootstrap (mam_template): Move definition out of loop.
86
87         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
88
89         * build-aux/bootstrap (symlink_to_dir): Rename function from
90         symlink_to_gnulib.  Add a directory parameter.  Update all
91         callers.
92         (cp_mark_as_generated): Also check for -- and link to -- files in
93         gl/.
94
95         2007-07-08  Jim Meyering  <jim@meyering.net>
96
97         Adapt to deeper hierarchy in gnulib.
98         * build-aux/bootstrap (symlink_to_dir): If the destination
99         directory doesn't exist, create it. This is required at least for
100         "lib/uniwidth/cjk.h".
101
102         2007-05-15  Jim Meyering  <jim@meyering.net>
103
104         * build-aux/bootstrap: Now that generated Makefile.am files
105         are no longer under version control, they must be created at
106         bootstrap time.
107
108 2007-08-14  Ben Pfaff  <blp@gnu.org>
109
110         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
111
112 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
113
114         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
115         given the changes below.
116         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
117         even on hosts that have padding bits beyond the supported 64.
118
119 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
120
121         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
122         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
123         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
124         depends on it.
125         (xstrtol_error): Remove.
126         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
127         but with a different signature.
128         (ATTRIBUTE_NORETURN, __attribute__): New macros.
129         * lib/xstrtol-error.c: Include exitfail.h.
130         (xstrtol_fatal): New function, with a different signature from the
131         old xstrtol_error, so that the caller need not worry about passing
132         in an exit status, or about storage management of the option argument.
133         (xstrtol_error): Now a static function.  Redo signature to
134         implement xstrtol_fatal.  Output the correct number of hyphens in
135         front of the option so that the caller need not worry about
136         storage management.
137         (N_): New macro.
138         (_): Remove; not used now.
139         * modules/xstrtol: Depend on getopt.
140         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
141         of old STRTOL_FATAL_ERROR macro.
142         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
143         of test program.
144         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
145         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
146
147 2007-08-08  Eric Blake  <ebb9@byu.net>
148
149         * lib/xstrtol-error.c: Add missing include.
150
151         Move xstrtol messages into gnulib domain, when --pobase is used.
152         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
153         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
154         * modules/xstrtol (Files): Distribute new file.
155         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
156         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
157         * tests/test-xstrtol.c: ...into new file.
158         * tests/test-xstrtoul.c: Also test xstrtoul.
159         * tests/test-xstrtoimax.c: Also test xstrtoimax.
160         * tests/test-xstrtoumax.c: Also test xstrtoumax.
161         * tests/test-xstrtol.sh: Drive the tests.
162         * tests/test-xstrtoimax.sh: Likewise.
163         * tests/test-xstrtoumax.sh: Likewise.
164         * modules/xstrtol-tests: New module.
165         * modules/xstrtoimax-tests: Likewise.
166         * modules/xstrtoumax-tests: Likewise.
167
168 2007-08-08  Jim Meyering  <jim@meyering.net>
169
170         New function: mfile_name_concat.
171         * lib/filenamecat.c (mfile_name_concat): New function, just like
172         file_name_concat, but return NULL upon failure rather than exiting
173         with a diagnostic.
174         * lib/filenamecat.h: Declare it.
175
176 2007-08-07  Bruno Haible  <bruno@clisp.org>
177
178         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
179         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
180         warning from gcc.
181         Reported by Eric Blake.
182
183 2007-08-07  Simon Josefsson  <simon@josefsson.org>
184
185         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
186         * modules/crypto/arcfour (License): Likewise.
187         * modules/crypto/des-tests (License): Likewise.
188         * modules/crypto/gc-arctwo-tests (License): Likewise.
189         * modules/crypto/gc-des-tests (License): Likewise.
190         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
191         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
192         * modules/crypto/gc-md2-tests (License): Likewise.
193         * modules/crypto/gc-md4-tests (License): Likewise.
194         * modules/crypto/gc-md5-tests (License): Likewise.
195         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
196         * modules/crypto/gc-rijndael-tests (License): Likewise.
197         * modules/crypto/gc-sha1-tests (License): Likewise.
198         * modules/crypto/gc-tests (License): Likewise.
199         * modules/crypto/hmac-md5 (License): Likewise.
200         * modules/crypto/hmac-sha1 (License): Likewise.
201         * modules/crypto/md2-tests (License): Likewise.
202         * modules/crypto/md4-tests (License): Likewise.
203         * modules/crypto/md5 (License): Likewise.
204         * modules/crypto/rijndael (License): Likewise.
205         * modules/crypto/sha1 (License): Likewise.
206         * modules/memxor (License): Likewise.
207
208 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
209         and Bruno Haible  <bruno@clisp.org>
210
211         * NEWS: Describe interface changes to human, xstrtol.
212         * lib/human.h: Include <xstrtol.h>.
213         (human_options): Return enum strtol_error, not int.  Remove
214         bool arg; take int * instead.
215         * lib/human.c: Don't include "gettext.h".
216         (_): Remove; no longer used.
217         Don't include <xstrtol.h>, since human.h does it.
218         (human_options): Adjust to abovementioned interface changes.
219         Do not report error to stderr; that's now the caller's
220         responsibility.
221         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
222         interface change.
223         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
224         Str, Argument_type_string.  All uses changed.  Put " argument"
225         in diagnostics to make them clearer.  Change wording of suffix
226         message for clarity.
227         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
228         Argument_type_string.
229         (STRTOL_FATAL_WARN): Remove; no longer used.
230         * modules/human (Depends-on): Remove gettext-h.
231
232 2007-08-06  Simon Josefsson  <simon@josefsson.org>
233
234         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
235
236 2007-07-31  Bruno Haible  <bruno@clisp.org>
237
238         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
239         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
240         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
241
242 2007-07-31  Bruno Haible  <bruno@clisp.org>
243
244         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
245         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
246
247 2007-07-30  Bruno Haible  <bruno@clisp.org>
248
249         * modules/base64 (License): Use the synonymous term "LGPLv2+".
250         * modules/c-ctype (License): Likewise.
251         * modules/c-strcase (License): Likewise.
252         * modules/check-version (License): Likewise.
253         * modules/iconv (License): Likewise.
254         * modules/iconv_open (License): Likewise.
255         * modules/read-file (License): Likewise.
256         * modules/striconv (License): Likewise.
257         * modules/strverscmp (License): Likewise.
258         * modules/vasprintf (License): Likewise.
259         * modules/crypto/des (License): Likewise.
260         * modules/crypto/gc (License): Likewise.
261         * modules/crypto/gc-arcfour (License): Likewise.
262         * modules/crypto/gc-arctwo (License): Likewise.
263         * modules/crypto/gc-des (License): Likewise.
264         * modules/crypto/gc-hmac-md5 (License): Likewise.
265         * modules/crypto/gc-hmac-sha1 (License): Likewise.
266         * modules/crypto/gc-md2 (License): Likewise.
267         * modules/crypto/gc-md4 (License): Likewise.
268         * modules/crypto/gc-md5 (License): Likewise.
269         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
270         * modules/crypto/gc-random (License): Likewise.
271         * modules/crypto/gc-rijndael (License): Likewise.
272         * modules/crypto/gc-sha1 (License): Likewise.
273         * modules/crypto/md2 (License): Likewise.
274         * modules/crypto/md4 (License): Likewise.
275
276 2007-07-30  Jim Meyering  <jim@meyering.net>
277
278         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
279         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
280         it has valid stat data.  This bug would cause du not to count the
281         sizes of inaccessible directories.
282         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
283         in <http://bugzilla.redhat.com/250077>.
284
285 2007-07-25  Peter O'Gorman  <peter@pogma.com>
286             Bruno Haible  <bruno@clisp.org>
287
288         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
289         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
290         #include_next, gives a diagnostic about it, but reports no error in
291         the exit code.
292         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
293
294 2007-07-24  Ben Pfaff  <blp@gnu.org>
295
296         Improve name: "count-one-bits" is better than "popcount".
297         * MODULES.html.sh: Update name.
298         * lib/popcount.h: Renamed lib/count-one-bits.h.
299         (popcount): Renamed count_one_bits.
300         (popcountl): Renamed count_one_bits_l.
301         (popcountll): Renamed count_one_bits_ll.
302         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
303         * modules/popcount: Renamed module/count-one-bits.
304         * modules/popcount-tests: Renamed module/count-one-bits-tests.
305         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
306
307 2007-07-23  Ben Pfaff  <blp@gnu.org>
308
309         * lib/popcount.h (popcount32): Reduce size of constants, to allow
310         better code generation, and add U to large constants to avoid
311         warnings, in non-GCC case.
312         Suggested by Bruno Haible.
313
314 2007-07-23  Ben Pfaff  <blp@gnu.org>
315
316         * lib/popcount.h: Use verify_true instead of if...abort.
317         * modules/popcount: Depend on verify module.
318         Suggested by Jim Meyering.
319
320 2007-07-23  Bruno Haible  <bruno@clisp.org>
321
322         * gnulib-tool (func_import): Create a .cvsignore file also when the
323         directory is not yet in CVS but the toplevel directory is. When
324         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
325         Reported by Karl Berry.
326
327 2007-07-22  Ben Pfaff  <blp@gnu.org>
328
329         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
330         case.
331         Suggested by Eric Blake.
332
333 2007-07-22  Ben Pfaff  <blp@gnu.org>
334
335         New module: popcount.
336         * MODULES.html.sh: Add popcount.
337         * modules/popcount: New file.
338         * modules/popcount-tests: New file.
339         * tests/test-popcount.c: New file.
340         * lib/popcount.h: New file.
341         * m4/popcount.m4: New file.
342
343 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
344
345         * build-aux/announce-gen: Update to GPLv3.
346
347         * build-aux/config.guess: Update from config.
348
349 2007-07-21  Bruno Haible  <bruno@clisp.org>
350
351         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
352         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
353
354 2007-07-20  Jim Meyering  <jim@meyering.net>
355
356         * check-module: Diagnose a self-dependency.
357
358 2007-07-19  Bruno Haible  <bruno@clisp.org>
359
360         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
361         empty.
362         Reported by Eric Blake.
363
364 2007-07-18  Bruno Haible  <bruno@clisp.org>
365
366         * gnulib-tool: New options --po-base, --po-domain.
367         (func_usage): Document them.
368         (pobase, po_domain): New variables.
369         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
370         DEFAULT_TEXT_DOMAIN.
371         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
372         (func_import): Consider pobase and po_domain. Create a po/ directory.
373         (func_create_testdir): Set pobase and po_domain to empty.
374         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
375         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
376
377 2007-07-18  Bruno Haible  <bruno@clisp.org>
378
379         * gnulib-tool (func_get_automake_snippet): Synthesize also an
380         EXTRA_DIST augmentation for files in build-aux/.
381
382 2007-07-16  Bruno Haible  <bruno@clisp.org>
383
384         * modules/lseek (License): Use the synonymous term "LGPLv2+".
385         * modules/getdelim (License): Likewise.
386
387 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
388
389         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
390         * modules/d-type (License): Likewise.
391         * modules/extensions (License): Likewise.
392         * modules/fnmatch (License): Likewise.
393         * modules/fseeko (License): Likewise.
394         * modules/getaddrinfo (License): Likewise.
395         * modules/getline (License): Likewise.
396         * modules/getlogin_r (License): Likewise.
397         * modules/getpass (License): Likewise.
398         * modules/gettimeofday (License): Likewise.
399         * modules/glob (License): Likewise.
400         * modules/inet_ntop (License): Likewise.
401         * modules/malloc (License): Likewise.
402         * modules/malloca (License): Likewise.
403         * modules/memmem (License): Likewise.
404         * modules/mempcpy (License): Likewise.
405         * modules/memset (License): Likewise.
406         * modules/minmax (License): Likewise.
407         * modules/mktime (License): Likewise.
408         * modules/netinet_in (License): Likewise.
409         * modules/pathmax (License): Likewise.
410         * modules/poll (License): Likewise.
411         * modules/regex (License): Likewise.
412         * modules/snprintf (License): Likewise.
413         * modules/stdbool (License): Likewise.
414         * modules/stdint (License): Likewise.
415         * modules/stdio (License): Likewise.
416         * modules/strcase (License): Likewise.
417         * modules/strcasestr (License): Likewise.
418         * modules/strdup (License): Likewise.
419         * modules/string (License): Likewise.
420         * modules/strndup (License): Likewise.
421         * modules/strnlen (License): Likewise.
422         * modules/strpbrk (License): Likewise.
423         * modules/strptime (License): Likewise.
424         * modules/strsep (License): Likewise.
425         * modules/sys_select (License): Likewise.
426         * modules/sys_socket (License): Likewise.
427         * modules/sys_stat (License): Likewise.
428         * modules/sys_time (License): Likewise.
429         * modules/time (License): Likewise.
430         * modules/time_r (License): Likewise.
431         * modules/timegm (License): Likewise.
432         * modules/unistd (License): Likewise.
433         * modules/vsnprintf (License): Likewise.
434         * modules/wctype (License): Likewise.
435
436 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
437
438         * modules/argz (License): LGPLv2+.
439
440 2007-07-15  Karl Berry  <karl@gnu.org>
441
442         * doc/gnulib.texi: revise node structure per new fdl.texi.
443
444 2007-07-14  Bruno Haible  <bruno@clisp.org>
445
446         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
447         the output file.
448         * lib/uniname/uninames.h: Regenerated.
449
450 2007-07-14  Karl Berry  <karl@gnu.org>
451
452         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
453         omitting sectioning and index commands.
454
455 2007-07-13  Bruno Haible  <bruno@clisp.org>
456
457         New gnulib-tool option --more-symlinks.
458         * gnulib-tool (func_usage): Document --more-symlinks.
459         (do_copyrights): New variable.
460         Recognize option --more-symlinks.
461         (func_import): Don't add a copyright notice transform to
462         sed_transform_lib_file if do_copyrights is empty.
463
464 2007-07-13  Bruno Haible  <bruno@clisp.org>
465
466         * lib/vasnprintf.c (decimal_point_char): Define also if
467         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
468         && !NEED_PRINTF_DIRECTIVE_A.
469         Reported by Clemens Koller <clemens.koller@anagramm.de> via
470         Gary V. Vaughan <gary@gnu.org>.
471
472 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
473
474         * lib/inttypes_.h: Undo previous change, since it was fixed
475         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
476
477 2007-07-13  Bruno Haible  <bruno@clisp.org>
478
479         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
480         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
481
482 2007-07-13  Jim Meyering  <jim@meyering.net>
483
484         df: Don't fail for Tru64's "file-on-file mount".
485         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
486         so we fall through and use statfs instead.  Details here:
487         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
488         Reported by Albert Chin.
489
490 2007-07-13  Bruno Haible  <bruno@clisp.org>
491
492         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
493         * modules/configmake (License): Likewise.
494         * modules/gettext (License): Likewise.
495         * modules/gettext-h (License): Likewise.
496         * modules/include_next (License): Likewise.
497         * modules/link-warning (License): Likewise.
498         * modules/localcharset (License): Likewise.
499         * modules/localename (License): Likewise.
500         * modules/lock (License): Likewise.
501         * modules/relocatable-lib-lgpl (License): Likewise.
502         * modules/size_max (License): Likewise.
503         * modules/vasnprintf (License): Likewise.
504         * modules/wchar (License): Likewise.
505         * modules/xsize (License): Likewise.
506
507 2007-07-13  Bruno Haible  <bruno@clisp.org>
508
509         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
510         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
511
512 2007-07-12  Bruno Haible  <bruno@clisp.org>
513
514         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
515         in the modules files.
516
517 2007-07-11  Karl Berry  <karl@gnu.org>
518
519         * MODULES.html.sh (func_module): use
520          sed -e '\|^'"${includefile}"'$|d'
521          instead of /.../d, to avoid errors on $includefile's containing /.
522
523 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
524
525         * gnulib-tool (func_import): Avoid duplication of --avoid
526         statements
527         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
528         names to `_' in variable names.
529
530 2007-07-10  Eric Blake  <ebb9@byu.net>
531
532         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
533         * NEWS: Document this change.
534
535 2007-07-08  Bruno Haible  <bruno@clisp.org>
536
537         Update to Unicode 5.0.
538         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
539         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
540         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
541         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
542         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
543         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
544         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
545         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
546         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
547         U+10A3F, U+1D242..U+1D244.
548         (nonspacing_table_ind): Update.
549         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
550         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
551
552 2007-07-08  Bruno Haible  <bruno@clisp.org>
553
554         Update to Unicode 5.0.
555         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
556         code transform. Extend the name index field of unicode_name_to_code and
557         unicode_code_to_name from 16 to 24 bits.
558         * lib/uniname/uniname.c (unicode_character_name,
559         unicode_name_character): Add the range 0x12xxx to the code transform.
560         * lib/uniname/uninames.h: Regenerated.
561         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
562
563 2007-07-07  Bruno Haible  <bruno@clisp.org>
564
565         * modules/wcwidth-tests: New file.
566         * tests/test-wcwidth.c: New file.
567
568         Work around MacOS X wcwidth() bug.
569         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
570         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
571         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
572         original wcwidth in non-UTF-8 locales.
573         * modules/wcwidth (Depends-on): Add localcharset, streq,
574         uniwidth/width.
575         * doc/functions/wcwidth.texi: Update.
576
577 2007-07-07  Bruno Haible  <bruno@clisp.org>
578
579         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
580         (wcwidth): New declaration.
581         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
582         macros.
583         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
584         here. Prepare for creating <wchar.h> unconditionally.
585         * modules/wchar (Depends-on): Add link-warning.
586         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
587         REPLACE_WCWIDTH, and GL_LINK_WARNING.
588         * lib/wcwidth.h: Remove file.
589         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
590         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
591         * modules/wcwidth (Files): Remove lib/wcwidth.h.
592         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
593         (Include): Replace wcwidth.h with <wchar.h>.
594         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
595         * lib/mbchar.h: Don't include wcwidth.h.
596         * lib/mbswidth.c: Likewise.
597         * NEWS: Mention the change.
598
599 2007-07-07  Bruno Haible  <bruno@clisp.org>
600
601         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
602         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
603         definition with an external declaration.
604         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
605         defined as a function. Remove AC_C_INLINE requirement.
606         * modules/wcwidth (Files): Add lib/wcwidth.c.
607         (Makefile.am): Remove redundant statement.
608
609 2007-07-07  Bruno Haible  <bruno@clisp.org>
610
611         * MODULES.html.sh (Unicode string functions): Add the new modules.
612
613         * tests/uniwidth/test-u32-strwidth.c: New file.
614         * modules/uniwidth/u32-strwidth-tests: New file.
615
616         * lib/uniwidth/u32-strwidth.c: New file.
617         * modules/uniwidth/u32-strwidth: New file.
618
619         * tests/uniwidth/test-u16-strwidth.c: New file.
620         * modules/uniwidth/u16-strwidth-tests: New file.
621
622         * lib/uniwidth/u16-strwidth.c: New file.
623         * modules/uniwidth/u16-strwidth: New file.
624
625         * tests/uniwidth/test-u8-strwidth.c: New file.
626         * modules/uniwidth/u8-strwidth-tests: New file.
627
628         * lib/uniwidth/u8-strwidth.c: New file.
629         * modules/uniwidth/u8-strwidth: New file.
630
631         * tests/uniwidth/test-u32-width.c: New file.
632         * modules/uniwidth/u32-width-tests: New file.
633
634         * lib/uniwidth/u32-width.c: New file.
635         * modules/uniwidth/u32-width: New file.
636
637         * tests/uniwidth/test-u16-width.c: New file.
638         * modules/uniwidth/u16-width-tests: New file.
639
640         * lib/uniwidth/u16-width.c: New file.
641         * modules/uniwidth/u16-width: New file.
642
643         * tests/uniwidth/test-u8-width.c: New file.
644         * modules/uniwidth/u8-width-tests: New file.
645
646         * lib/uniwidth/u8-width.c: New file.
647         * modules/uniwidth/u8-width: New file.
648
649         * tests/uniwidth/test-uc_width.c: New file.
650         * modules/uniwidth/width-tests: New file.
651
652         * lib/uniwidth/width.c: New file, from GNU libiconv.
653         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
654         * modules/uniwidth/width: New file.
655
656         * lib/uniwidth.h: New file, from GNU libiconv.
657         * modules/uniwidth/base: New file.
658
659 2007-07-07  Bruno Haible  <bruno@clisp.org>
660
661         * lib/uniname.h: New file, from GNU gettext.
662         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
663         * lib/uniname/uninames.h: New file, from GNU gettext.
664         * lib/uniname/uniname.c: New file, from GNU gettext.
665         * tests/uniname/test-uninames.sh: New file.
666         * tests/uniname/test-uninames.c: New file, from GNU gettext.
667         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
668         * modules/uniname/base: New file.
669         * modules/uniname/uniname: New file.
670         * modules/uniname/uniname-tests: New file.
671         * MODULES.html.sh (Unicode string functions): Add the new modules.
672
673 2007-07-06  Bruno Haible  <bruno@clisp.org>
674
675         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
676
677 2007-07-06  Bruno Haible  <bruno@clisp.org>
678
679         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
680         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
681         includes <cygwin/sys_time.h> which includes <sys/select.h> which
682         include <sys/time.h>.
683         Reported by Eric Blake.
684
685 2007-07-06  Eric Blake  <ebb9@byu.net>
686
687         Fix testing canonicalize on cygwin.
688         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
689         Revert patch from 2007-06-19.
690         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
691         canonicalize module is also in use.
692         * tests/test-canonicalize.c: New file.
693         * tests/test-canonicalize.sh: Likewise.
694         * modules/canonicalize-tests: Likewise.
695
696 2007-07-06  Jim Meyering  <jim@meyering.net>
697
698         * lib/getugroups.c (getugroups): Detect getgrent failure.
699         Adjust comment to reflect reality: this function may return -1.
700
701 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
702
703         * build-aux/bootstrap (TP_URL,get_translations): Update to use
704         the new TP address.
705         (usage): Fix typo
706         (gnulib_mk): New variable.
707
708 2007-07-05  Jim Meyering  <jim@meyering.net>
709
710         Don't let endgrent clobber errno, no matter how improbable.
711         * lib/getugroups.c (getugroups): Save and restore errno around
712         endgrent call.
713
714         Close the group DB even when failing with 2^31 or more members.
715         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
716
717 2007-07-04  Jim Meyering  <jim@meyering.net>
718
719         * lib/getugroups.h: New file.
720         * lib/getugroups.c: Include "getugroups.h".
721         Remove uses of "register" keyword.
722         Move local variable, "cp", down into scope where used.
723         Give "username" parameter the "const" attribute.
724         * modules/getugroups (Files): Add lib/getugroups.h
725
726 2007-07-04  Karl Berry  <karl@gnu.org>
727
728         * MODULES.html.sh (func_all_modules): Complete rename of
729         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
730
731 2007-07-02  Bruno Haible  <bruno@clisp.org>
732
733         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
734         mode, when inttypes.h comes from gnulib.
735         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
736
737 2007-07-02  Simon Josefsson  <simon@josefsson.org>
738
739         * NEWS: Mention lgpl module name change.
740
741         * modules/lgpl-2.1: Renamed from lgpl.
742
743         * NEWS: Mention gpl module name change.
744
745         * modules/gpl-3.0: New file, based on gpl-2.0.
746
747         * modules/gpl-2.0: Renamed from gpl.
748
749         * modules/gpl: Fix filename, doc/gpl.texi is now found at
750         doc/gpl-2.0.texi.
751
752 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
753
754         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
755         #define __STDC_LIMIT_MACROS temporarily while including
756         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
757         Problem reported by Joel E. Denny in
758         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
759
760 2007-07-01  Bruno Haible  <bruno@clisp.org>
761
762         * lib/unistdio.h: New file.
763         * lib/unistdio/u-asnprintf.h: New file.
764         * lib/unistdio/u-asprintf.h: New file.
765         * lib/unistdio/u-printf-args.c: New file.
766         * lib/unistdio/u-printf-args.h: New file.
767         * lib/unistdio/u-printf-parse.h: New file.
768         * lib/unistdio/u-snprintf.h: New file.
769         * lib/unistdio/u-sprintf.h: New file.
770         * lib/unistdio/u-vasprintf.h: New file.
771         * lib/unistdio/u-vsnprintf.h: New file.
772         * lib/unistdio/u-vsprintf.h: New file.
773         * lib/unistdio/ulc-asnprintf.c: New file.
774         * lib/unistdio/ulc-asprintf.c: New file.
775         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
776         * lib/unistdio/ulc-printf-parse.c: New file.
777         * lib/unistdio/ulc-snprintf.c: New file.
778         * lib/unistdio/ulc-sprintf.c: New file.
779         * lib/unistdio/ulc-vasnprintf.c: New file.
780         * lib/unistdio/ulc-vasprintf.c: New file.
781         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
782         * lib/unistdio/ulc-vsnprintf.c: New file.
783         * lib/unistdio/ulc-vsprintf.c: New file.
784         * lib/unistdio/u8-asnprintf.c: New file.
785         * lib/unistdio/u8-asprintf.c: New file.
786         * lib/unistdio/u8-printf-parse.c: New file.
787         * lib/unistdio/u8-snprintf.c: New file.
788         * lib/unistdio/u8-sprintf.c: New file.
789         * lib/unistdio/u8-vasnprintf.c: New file.
790         * lib/unistdio/u8-vasprintf.c: New file.
791         * lib/unistdio/u8-vsnprintf.c: New file.
792         * lib/unistdio/u8-vsprintf.c: New file.
793         * lib/unistdio/u8-u8-asnprintf.c: New file.
794         * lib/unistdio/u8-u8-asprintf.c: New file.
795         * lib/unistdio/u8-u8-snprintf.c: New file.
796         * lib/unistdio/u8-u8-sprintf.c: New file.
797         * lib/unistdio/u8-u8-vasnprintf.c: New file.
798         * lib/unistdio/u8-u8-vasprintf.c: New file.
799         * lib/unistdio/u8-u8-vsnprintf.c: New file.
800         * lib/unistdio/u8-u8-vsprintf.c: New file.
801         * lib/unistdio/u16-asnprintf.c: New file.
802         * lib/unistdio/u16-asprintf.c: New file.
803         * lib/unistdio/u16-printf-parse.c: New file.
804         * lib/unistdio/u16-snprintf.c: New file.
805         * lib/unistdio/u16-sprintf.c: New file.
806         * lib/unistdio/u16-vasnprintf.c: New file.
807         * lib/unistdio/u16-vasprintf.c: New file.
808         * lib/unistdio/u16-vsnprintf.c: New file.
809         * lib/unistdio/u16-vsprintf.c: New file.
810         * lib/unistdio/u16-u16-asnprintf.c: New file.
811         * lib/unistdio/u16-u16-asprintf.c: New file.
812         * lib/unistdio/u16-u16-snprintf.c: New file.
813         * lib/unistdio/u16-u16-sprintf.c: New file.
814         * lib/unistdio/u16-u16-vasnprintf.c: New file.
815         * lib/unistdio/u16-u16-vasprintf.c: New file.
816         * lib/unistdio/u16-u16-vsnprintf.c: New file.
817         * lib/unistdio/u16-u16-vsprintf.c: New file.
818         * lib/unistdio/u32-asnprintf.c: New file.
819         * lib/unistdio/u32-asprintf.c: New file.
820         * lib/unistdio/u32-printf-parse.c: New file.
821         * lib/unistdio/u32-snprintf.c: New file.
822         * lib/unistdio/u32-sprintf.c: New file.
823         * lib/unistdio/u32-vasnprintf.c: New file.
824         * lib/unistdio/u32-vasprintf.c: New file.
825         * lib/unistdio/u32-vsnprintf.c: New file.
826         * lib/unistdio/u32-vsprintf.c: New file.
827         * lib/unistdio/u32-u32-asnprintf.c: New file.
828         * lib/unistdio/u32-u32-asprintf.c: New file.
829         * lib/unistdio/u32-u32-snprintf.c: New file.
830         * lib/unistdio/u32-u32-sprintf.c: New file.
831         * lib/unistdio/u32-u32-vasnprintf.c: New file.
832         * lib/unistdio/u32-u32-vasprintf.c: New file.
833         * lib/unistdio/u32-u32-vsnprintf.c: New file.
834         * lib/unistdio/u32-u32-vsprintf.c: New file.
835         * tests/unistdio/test-ulc-asnprintf1.c: New file.
836         * tests/unistdio/test-ulc-asnprintf1.h: New file.
837         * tests/unistdio/test-ulc-printf1.h: New file.
838         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
839         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
840         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
841         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
842         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
843         * tests/unistdio/test-ulc-vasprintf1.c: New file.
844         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
845         * tests/unistdio/test-ulc-vsprintf1.c: New file.
846         * tests/unistdio/test-u8-asnprintf1.c: New file.
847         * tests/unistdio/test-u8-asnprintf1.h: New file.
848         * tests/unistdio/test-u8-printf1.h: New file.
849         * tests/unistdio/test-u8-vasnprintf1.c: New file.
850         * tests/unistdio/test-u8-vasnprintf2.c: New file.
851         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
852         * tests/unistdio/test-u8-vasnprintf3.c: New file.
853         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
854         * tests/unistdio/test-u8-vasprintf1.c: New file.
855         * tests/unistdio/test-u8-vsnprintf1.c: New file.
856         * tests/unistdio/test-u8-vsprintf1.c: New file.
857         * tests/unistdio/test-u16-asnprintf1.c: New file.
858         * tests/unistdio/test-u16-asnprintf1.h: New file.
859         * tests/unistdio/test-u16-printf1.h: New file.
860         * tests/unistdio/test-u16-vasnprintf1.c: New file.
861         * tests/unistdio/test-u16-vasnprintf2.c: New file.
862         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
863         * tests/unistdio/test-u16-vasnprintf3.c: New file.
864         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
865         * tests/unistdio/test-u16-vasprintf1.c: New file.
866         * tests/unistdio/test-u16-vsnprintf1.c: New file.
867         * tests/unistdio/test-u16-vsprintf1.c: New file.
868         * tests/unistdio/test-u32-asnprintf1.c: New file.
869         * tests/unistdio/test-u32-asnprintf1.h: New file.
870         * tests/unistdio/test-u32-printf1.h: New file.
871         * tests/unistdio/test-u32-vasnprintf1.c: New file.
872         * tests/unistdio/test-u32-vasnprintf2.c: New file.
873         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
874         * tests/unistdio/test-u32-vasnprintf3.c: New file.
875         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
876         * tests/unistdio/test-u32-vasprintf1.c: New file.
877         * tests/unistdio/test-u32-vsnprintf1.c: New file.
878         * tests/unistdio/test-u32-vsprintf1.c: New file.
879         * modules/unistdio/base: New file.
880         * modules/unistdio/u-printf-args: New file.
881         * modules/unistdio/ulc-asnprintf: New file.
882         * modules/unistdio/ulc-asprintf: New file.
883         * modules/unistdio/ulc-fprintf: New file.
884         * modules/unistdio/ulc-printf-parse: New file.
885         * modules/unistdio/ulc-snprintf: New file.
886         * modules/unistdio/ulc-sprintf: New file.
887         * modules/unistdio/ulc-vasnprintf: New file.
888         * modules/unistdio/ulc-vasprintf: New file.
889         * modules/unistdio/ulc-vfprintf: New file.
890         * modules/unistdio/ulc-vsnprintf: New file.
891         * modules/unistdio/ulc-vsprintf: New file.
892         * modules/unistdio/u8-asnprintf: New file.
893         * modules/unistdio/u8-asprintf: New file.
894         * modules/unistdio/u8-printf-parse: New file.
895         * modules/unistdio/u8-snprintf: New file.
896         * modules/unistdio/u8-sprintf: New file.
897         * modules/unistdio/u8-vasnprintf: New file.
898         * modules/unistdio/u8-vasprintf: New file.
899         * modules/unistdio/u8-vsnprintf: New file.
900         * modules/unistdio/u8-vsprintf: New file.
901         * modules/unistdio/u8-u8-asnprintf: New file.
902         * modules/unistdio/u8-u8-asprintf: New file.
903         * modules/unistdio/u8-u8-snprintf: New file.
904         * modules/unistdio/u8-u8-sprintf: New file.
905         * modules/unistdio/u8-u8-vasnprintf: New file.
906         * modules/unistdio/u8-u8-vasprintf: New file.
907         * modules/unistdio/u8-u8-vsnprintf: New file.
908         * modules/unistdio/u8-u8-vsprintf: New file.
909         * modules/unistdio/u16-asnprintf: New file.
910         * modules/unistdio/u16-asprintf: New file.
911         * modules/unistdio/u16-printf-parse: New file.
912         * modules/unistdio/u16-snprintf: New file.
913         * modules/unistdio/u16-sprintf: New file.
914         * modules/unistdio/u16-vasnprintf: New file.
915         * modules/unistdio/u16-vasprintf: New file.
916         * modules/unistdio/u16-vsnprintf: New file.
917         * modules/unistdio/u16-vsprintf: New file.
918         * modules/unistdio/u16-u16-asnprintf: New file.
919         * modules/unistdio/u16-u16-asprintf: New file.
920         * modules/unistdio/u16-u16-snprintf: New file.
921         * modules/unistdio/u16-u16-sprintf: New file.
922         * modules/unistdio/u16-u16-vasnprintf: New file.
923         * modules/unistdio/u16-u16-vasprintf: New file.
924         * modules/unistdio/u16-u16-vsnprintf: New file.
925         * modules/unistdio/u16-u16-vsprintf: New file.
926         * modules/unistdio/u32-asnprintf: New file.
927         * modules/unistdio/u32-asprintf: New file.
928         * modules/unistdio/u32-printf-parse: New file.
929         * modules/unistdio/u32-snprintf: New file.
930         * modules/unistdio/u32-sprintf: New file.
931         * modules/unistdio/u32-vasnprintf: New file.
932         * modules/unistdio/u32-vasprintf: New file.
933         * modules/unistdio/u32-vsnprintf: New file.
934         * modules/unistdio/u32-vsprintf: New file.
935         * modules/unistdio/u32-u32-asnprintf: New file.
936         * modules/unistdio/u32-u32-asprintf: New file.
937         * modules/unistdio/u32-u32-snprintf: New file.
938         * modules/unistdio/u32-u32-sprintf: New file.
939         * modules/unistdio/u32-u32-vasnprintf: New file.
940         * modules/unistdio/u32-u32-vasprintf: New file.
941         * modules/unistdio/u32-u32-vsnprintf: New file.
942         * modules/unistdio/u32-u32-vsprintf: New file.
943         * modules/unistdio/ulc-asnprintf-tests: New file.
944         * modules/unistdio/ulc-vasnprintf-tests: New file.
945         * modules/unistdio/ulc-vasprintf-tests: New file.
946         * modules/unistdio/ulc-vsnprintf-tests: New file.
947         * modules/unistdio/ulc-vsprintf-tests: New file.
948         * modules/unistdio/u8-asnprintf-tests: New file.
949         * modules/unistdio/u8-vasnprintf-tests: New file.
950         * modules/unistdio/u8-vasprintf-tests: New file.
951         * modules/unistdio/u8-vsnprintf-tests: New file.
952         * modules/unistdio/u8-vsprintf-tests: New file.
953         * modules/unistdio/u16-asnprintf-tests: New file.
954         * modules/unistdio/u16-vasnprintf-tests: New file.
955         * modules/unistdio/u16-vasprintf-tests: New file.
956         * modules/unistdio/u16-vsnprintf-tests: New file.
957         * modules/unistdio/u16-vsprintf-tests: New file.
958         * modules/unistdio/u32-asnprintf-tests: New file.
959         * modules/unistdio/u32-vasnprintf-tests: New file.
960         * modules/unistdio/u32-vasprintf-tests: New file.
961         * modules/unistdio/u32-vsnprintf-tests: New file.
962         * modules/unistdio/u32-vsprintf-tests: New file.
963         * MODULES.html.sh (Unicode string functions): Add the new modules.
964
965 2007-07-01  Bruno Haible  <bruno@clisp.org>
966
967         * lib/sprintf.c (sprintf): Limit the available length estimation,
968         to avoid address wraparound.
969         * lib/vsprintf.c (vsprintf): Likewise.
970         * modules/sprintf-posix (Dependencies): Add stdint.
971         * modules/vsprintf-posix (Dependencies): Likewise.
972
973 2007-07-01  Bruno Haible  <bruno@clisp.org>
974
975         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
976         Windows PATH as well. Conservative double-quoting. Comments.
977
978 2007-07-01  Bruno Haible  <bruno@clisp.org>
979             Eric Blake  <ebb9@byu.net>
980             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
981
982         * gnulib-tool (self_abspathname): Fix algorithm to cope with
983         empty components in $PATH, denoting '.'.
984
985 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
986
987         * gnulib-tool: Fix indentation.
988         (func_create_megatestdir): Likewise.
989         Report by Bruno Haible.
990
991 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
992
993         Sync from Automake.
994         * build-aux/gnupload: Fix shell portability issues with for loops.
995         Report by Karl Berry.
996
997 2007-06-29  Simon Josefsson  <simon@josefsson.org>
998
999         * build-aux/maint.mk (POURL): Use translationproject.org.
1000
1001 2007-06-27  Simon Josefsson  <simon@josefsson.org>
1002             Bruno Haible  <bruno@clisp.org>
1003
1004         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
1005         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
1006         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
1007         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
1008         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
1009
1010 2007-06-27  Bruno Haible  <bruno@clisp.org>
1011
1012         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
1013         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
1014
1015 2007-06-26  Karl Berry  <karl@gnu.org>
1016
1017         * MODULES.html.sh: remove xreadlink-with-size.
1018
1019 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
1020
1021         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
1022         method that I hope also handles the double-include problem noted
1023         by Bruno Haible in
1024         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
1025
1026 2007-06-23  Bruno Haible  <bruno@clisp.org>
1027
1028         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
1029         Don't let the 'mostlyclean' target fail if the last subdirectory could
1030         not be removed.
1031         Reported by Karl Berry.
1032
1033 2007-06-23  Bruno Haible  <bruno@clisp.org>
1034
1035         * gnulib-tool (echo): Add a speedier workaround for ksh.
1036         * tests/test-echo.sh: Likewise.
1037
1038 2007-06-23  Bruno Haible  <bruno@clisp.org>
1039
1040         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
1041         * tests/test-echo.sh: Likewise.
1042
1043 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1044
1045         * gnulib-tool (IFS): Initialize early, so we don't set it to
1046         empty later.
1047         (self_abspathname): Rewrite algorithm to set it, reindent.
1048         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
1049         (func_create_megatestdir): Merge some sed scripts.
1050
1051 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
1052
1053         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
1054         exposed by Sun Studio 11 cc on Solaris 8.
1055
1056 2007-06-22  Bruno Haible  <bruno@clisp.org>
1057
1058         * gnulib-tool (echo): Ensure the echo primitive does not interpret
1059         backslashes.
1060         * tests/test-echo.sh: New file.
1061
1062 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1063
1064         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
1065         simplify `sed_replace_build_aux' scripts, they are portable but
1066         echoing them with `echo' is not.
1067         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
1068
1069 2007-06-21  Karl Berry  <karl@gnu.org>
1070
1071         * config/srclist.txt: guess we can't handle the licenses via
1072         srclist at the moment.
1073
1074 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
1075
1076         * MODULES.html.sh: Add include_next.
1077         * modules/include_next: New file.
1078
1079 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
1080
1081         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
1082         INCLUDE_NEXT.
1083         (gl_CHECK_NEXT_HEADERS): New macro.
1084         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
1085         the obsolescent gl_ABSOLUTE_HEADER.
1086         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
1087         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
1088         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
1089         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
1090         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
1091         * m4/math_h.m4 (gl_MATH_H): Likewise.
1092         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
1093         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
1094         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
1095         * m4/stdint.m4 (gl_STDINT_H): Likewise.
1096         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
1097         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
1098         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
1099         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
1100         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
1101         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
1102         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
1103         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
1104         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
1105         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
1106         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
1107         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
1108         * m4/inttypes.m4 (gl_INTTYPES_H): Define
1109         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
1110         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
1111         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
1112         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
1113         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
1114         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
1115         * lib/float_.h: Likewise.
1116         * lib/inttypes_.h: Likewise.
1117         * lib/math_.h: Likewise.
1118         * lib/search_.h: Likewise.
1119         * lib/signal_.h: Likewise.
1120         * lib/stdint_.h: Likewise.
1121         * lib/stdio_.h: Likewise.
1122         * lib/stdlib_.h: Likewise.
1123         * lib/string_.h: Likewise.
1124         * lib/sys_stat_.h: Likewise.
1125         * lib/sys_time_.h: Likewise.
1126         * lib/time_.h: Likewise.
1127         * lib/unistd_.h: Likewise.
1128         * lib/wchar_.h: Likewise.
1129         * lib/wctype_.h: Likewise.
1130         * lib/dirent_.h: Likewise.
1131         * lib/iconv_.h: Likewise.
1132         * lib/locale_.h: Likewise.
1133         * lib/netinet_in_.h: Likewise.
1134         * lib/sys_select_.h: Likewise.
1135         * lib/sys_socket_.h: Likewise.
1136         * lib/sysexits_.h: Likewise.
1137         * modules/fcntl (Depends-on): Depend on include_next, not
1138         absolute_header.
1139         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
1140         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
1141         * modules/fchdir: Likewise.
1142         * modules/float: Likewise.
1143         * modules/iconv_open: Likewise.
1144         * modules/inttypes: Likewise.
1145         * modules/locale: Likewise.
1146         * modules/math: Likewise.
1147         * modules/netinet_in: Likewise.
1148         * modules/search: Likewise.
1149         * modules/signal: Likewise.
1150         * modules/stdint: Likewise.
1151         * modules/stdio: Likewise.
1152         * modules/stdlib: Likewise.
1153         * modules/string: Likewise.
1154         * modules/sys_select: Likewise.
1155         * modules/sys_socket: Likewise.
1156         * modules/sys_stat: Likewise.
1157         * modules/sys_time: Likewise.
1158         * modules/sysexits: Likewise.
1159         * modules/time: Likewise.
1160         * modules/unistd: Likewise.
1161         * modules/wchar: Likewise.
1162         * modules/wctype: Likewise.
1163         * modules/sys_stat: Change maintainer to "all".
1164         * modules/unistd: Likewise.
1165
1166 2007-06-20  Karl Berry  <karl@gnu.org>
1167
1168         * config/srclist.txt: track www changes in license files.
1169
1170 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
1171
1172         * build-aux/bootstrap: Remove stray dot.
1173         Make sure build_aux settings are honored when linking
1174         gnulib_extra_files.
1175
1176 2007-06-19  Eric Blake  <ebb9@byu.net>
1177
1178         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
1179         Allow compilation on cygwin.
1180
1181 2007-06-19  Jim Meyering  <jim@meyering.net>
1182
1183         xreadlink-with-size: Remove module.  No longer used.
1184         Ex-callers now use xreadlink or mreadlink-with-size.
1185         * modules/xreadlink-with-size: Remove module.
1186         * lib/xreadlink-with-size.c: Remove file.
1187         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
1188         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
1189         just before the function definition *is* accurate.
1190
1191         Eliminate one way canonicalize_filename_mode could exit.
1192         * lib/canonicalize.c (canonicalize_filename_mode):
1193         Use mreadlink_with_size, not xreadlink_with_size.
1194
1195 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
1196
1197         Detect porting problems to FreeBSD/arm, which has time_t wider than
1198         long int.  Original problem reported for GNU diff by Xin Li in
1199         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
1200         * modules/getdate (Depends-on): Add intprops, verify.
1201         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
1202         is an integer type no wider than long int.
1203
1204 2007-06-18  Jim Meyering  <jim@meyering.net>
1205
1206         New module: mreadlink-with-size.
1207         * MODULES.html.sh: Add mreadlink-with-size.
1208         * modules/mreadlink-with-size: New module
1209         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
1210         not xreadlink-with-size.
1211         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
1212
1213 2007-06-16  Bruno Haible  <bruno@clisp.org>
1214
1215         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
1216         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
1217         Reported by Gary V. Vaughan <gary@gnu.org>.
1218
1219 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
1220
1221         Revamp lchown so that it lives in unistd.h where it belongs.
1222         * lib/lchown.h: Remove.
1223         * lib/dirchownmod.c: Don't include lib/lchown.h.
1224         * lib/fchownat.c: Likewise.
1225         * lib/openat.c: Likewise.
1226         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
1227         does not follow symlinks.
1228         (EOPNOTSUPP): Define if not defined.
1229         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
1230         is defined to 0.
1231         (lchown): New decl.
1232         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
1233         Do not check for lchown decl.
1234         Set REPLACE_LCHOWN.
1235         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
1236         REPLACE_LCHOWN.
1237         * modules/chown: Make it clear it follows symlinks.
1238         * modules/lchown: Make it clear it doesn't follow symlinks.
1239         (Files): Remove lib/lchown.h
1240         (Depends-on): Add unistd.
1241         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
1242         (Include): Include <unistd.h>, not "lchown.h".
1243         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
1244         REPLACE_LCHOWN.
1245
1246 2007-06-15  Jim Meyering  <jim@meyering.net>
1247
1248         Change license (GPL to LGPL) of fsusage and dependents.
1249         * modules/fsusage (License): Change to LGPL.
1250         * modules/full-read (License): Likewise.
1251         * modules/full-write (License): Likewise.
1252         * modules/safe-read (License): Likewise.
1253         * modules/safe-write (License): Likewise.
1254
1255 2007-06-14  Ben Pfaff  <blp@gnu.org>
1256
1257         Missing part of allocsa -> malloca transition.
1258         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
1259         gl_MALLOCA.
1260
1261 2007-06-12  Bruno Haible  <bruno@clisp.org>
1262
1263         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
1264         to ia64, x86_64, i386.
1265         Reported by Eric Blake.
1266
1267 2007-06-12  Bruno Haible  <bruno@clisp.org>
1268
1269         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
1270         cross-compiling to x86_64.
1271
1272 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
1273
1274         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
1275         glitch reported by Ralf Wildenhues in
1276         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
1277
1278         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
1279         Vin Shelton.
1280
1281 2007-06-11  Bruno Haible  <bruno@clisp.org>
1282
1283         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
1284         replacement string.
1285         Reported by Eric Blake.
1286
1287 2007-06-10  Bruno Haible  <bruno@clisp.org>
1288
1289         Prepare vasnprintf code for use with Unicode strings.
1290         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
1291         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
1292         TYPE_U32_STRING.
1293         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
1294         a_u32_string variants.
1295         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
1296         * lib/printf-args.c: Don't include config.h and the specification
1297         header if PRINTF_FETCHARGS is already defined.
1298         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
1299         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
1300         TYPE_U16_STRING, TYPE_U32_STRING.
1301         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
1302         u16_directive, u16_directives, u32_directive, u32_directives): New
1303         types.
1304         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
1305         New declarations.
1306         * lib/printf-parse.c: Don't include config.h and the specification
1307         header if PRINTF_PARSE is already defined. Eliminate the set of
1308         parameters for WIDE_CHAR_VERSION; the user of this file must provide
1309         them now. Include c-ctype.h.
1310         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
1311         directive and CHAR_T_ONLY_ASCII.
1312         * lib/vasnprintf.c: Don't include config.h and the specification header
1313         if VASNPRINTF is already defined.
1314         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
1315         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
1316         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
1317         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
1318         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
1319         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
1320         code accordingly.
1321         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
1322         pad_ourselves also in this case, with the 'c' and 's' directives, and
1323         with a different notion of "width".
1324         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
1325
1326 2007-06-10  Bruno Haible  <bruno@clisp.org>
1327
1328         * modules/unistr/u32-mbsnlen: New file.
1329         * lib/unistr/u32-mbsnlen.c: New file.
1330
1331         * modules/unistr/u16-mbsnlen: New file.
1332         * lib/unistr/u16-mbsnlen.c: New file.
1333
1334         * modules/unistr/u8-mbsnlen: New file.
1335         * lib/unistr/u8-mbsnlen.c: New file.
1336
1337         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
1338         declarations.
1339
1340 2007-06-10  Bruno Haible  <bruno@clisp.org>
1341
1342         * lib/string_.h (mbsnlen): New declaration.
1343         * lib/mbsnlen.c: New file.
1344         * m4/mbsnlen.m4: New file.
1345         * modules/mbsnlen: New file.
1346         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
1347         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
1348         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
1349
1350 2007-06-10  Bruno Haible  <bruno@clisp.org>
1351
1352         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
1353
1354 2007-06-10  Bruno Haible  <bruno@clisp.org>
1355
1356         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
1357         * lib/mbuiter.h: Likewise.
1358
1359 2007-06-10  Bruno Haible  <bruno@clisp.org>
1360
1361         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
1362         declaration.
1363
1364 2007-06-10  Karl Berry  <karl@gnu.org>
1365
1366         * config/srclist.txt: remove gettext entries, Bruno prefers
1367         to update individually.
1368
1369 2007-06-10  Bruno Haible  <bruno@clisp.org>
1370
1371         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
1372         'maxlen'. Ensure only length + width bytes are allocated, not
1373         length + 1 + width.
1374
1375 2007-06-09  Bruno Haible  <bruno@clisp.org>
1376
1377         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
1378         (CHAR_T): Remove macro.
1379         (VASNPRINTF): Update.
1380
1381 2007-06-09  Bruno Haible  <bruno@clisp.org>
1382
1383         * MODULES.html.sh (Unicode string functions): Add the new modules.
1384
1385         * modules/uniconv/u32-conv-to-enc: New file.
1386         * lib/uniconv/u32-conv-to-enc.c: New file.
1387         * modules/uniconv/u32-conv-to-enc-tests: New file.
1388         * tests/uniconv/test-u32-conv-to-enc.c: New file.
1389
1390         * modules/uniconv/u16-conv-to-enc: New file.
1391         * lib/uniconv/u16-conv-to-enc.c: New file.
1392         * lib/uniconv/u-conv-to-enc.h: New file.
1393         * modules/uniconv/u16-conv-to-enc-tests: New file.
1394         * tests/uniconv/test-u16-conv-to-enc.c: New file.
1395
1396         * modules/uniconv/u8-conv-to-enc: New file.
1397         * lib/uniconv/u8-conv-to-enc.c: New file.
1398         * modules/uniconv/u8-conv-to-enc-tests: New file.
1399         * tests/uniconv/test-u8-conv-to-enc.c: New file.
1400
1401         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
1402         u32_conv_to_encoding): New declarations.
1403
1404 2007-06-09  Bruno Haible  <bruno@clisp.org>
1405
1406         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
1407
1408 2007-06-09  Bruno Haible  <bruno@clisp.org>
1409
1410         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
1411         * modules/malloca: Renamed from modules/allocsa, updated.
1412         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
1413         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
1414         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
1415         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
1416         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
1417         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
1418         * modules/xmalloca: Renamed from modules/xallocsa, updated.
1419         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
1420         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
1421         * modules/c-strcasestr (Depends-on): Update.
1422         * lib/c-strcasestr.c: Update.
1423         * modules/c-strstr (Depends-on): Update.
1424         * lib/c-strstr.c: Update.
1425         * modules/canonicalize-lgpl (Depends-on): Update.
1426         * lib/canonicalize-lgpl.c: Update.
1427         * modules/clean-temp (Depends-on): Update.
1428         * lib/clean-temp.c: Update.
1429         * modules/csharpcomp (Depends-on): Update.
1430         * lib/csharpcomp.c: Update.
1431         * modules/csharpexec (Depends-on): Update.
1432         * lib/csharpexec.c: Update.
1433         * modules/javacomp (Depends-on): Update.
1434         * lib/javacomp.c: Update.
1435         * modules/javaexec (Depends-on): Update.
1436         * lib/javaexec.c: Update.
1437         * modules/mbscasestr (Depends-on): Update.
1438         * lib/mbscasestr.c: Update.
1439         * modules/mbsstr (Depends-on): Update.
1440         * lib/mbsstr.c: Update.
1441         * modules/setenv (Depends-on): Update.
1442         * lib/setenv.c: Update.
1443         * modules/strcasestr (Depends-on): Update.
1444         * lib/strcasestr.c: Update.
1445         * modules/striconveha (Depends-on): Update.
1446         * lib/striconveha.c: Update.
1447         * modules/relocatable-prog-wrapper (Files): Update.
1448         * lib/relocwrapper.c: Update.
1449         * build-aux/install-reloc: Update.
1450         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
1451
1452 2007-06-08  Bruno Haible  <bruno@clisp.org>
1453
1454         Port to uClibc.
1455         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
1456         * lib/fpurge.c (fpurge): Likewise.
1457         * lib/freading.c (freading): Likewise.
1458         * lib/fseeko.c (rpl_fseeko): Likewise.
1459         * lib/fseterr.c (fseterr): Likewise.
1460         * lib/fwriting.c (fwriting): Likewise.
1461         * tests/test-fflush.c (main): Avoid a failure on uClibc.
1462
1463 2007-06-08  Bruno Haible  <bruno@clisp.org>
1464
1465         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
1466         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
1467         * modules/gettext (Files): Add m4/intlmacosx.m4.
1468
1469 2007-06-07  Bruno Haible  <bruno@clisp.org>
1470
1471         * modules/localename-tests: New file.
1472         * tests/test-localename.c: New file.
1473
1474         New module 'localename'.
1475         * lib/localename.h: New file.
1476         * lib/localename.c: New file, from GNU gettext.
1477         * m4/localename.m4: New file.
1478         * modules/localename: New file.
1479
1480 2007-06-07  Bruno Haible  <bruno@clisp.org>
1481
1482         Work around the lack of <wchar.h> on some builds of uClibc.
1483         * doc/headers/wchar.texi: Update.
1484         * lib/wchar_.h: Include <wchar.h> only if it exists.
1485         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
1486         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
1487         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
1488         doesn't exist.
1489         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
1490         * modules/mbfile (Depends-on): Add wchar.
1491         * modules/mbiter (Depends-on): Likewise.
1492         * modules/mbuiter (Depends-on): Likewise.
1493         Reported by Simon Josefsson.
1494
1495 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
1496
1497         Work around problem reported by Steven M. Schweda in
1498         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
1499         Tru64 5.1B with the Compaq compiler environment installed declares
1500         an 'isblank' function but does not define it in the C library.
1501         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
1502         * lib/regex_internal.h (isblank): Likewise.
1503         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
1504         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
1505
1506 2007-06-05  Bruno Haible  <bruno@clisp.org>
1507
1508         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
1509         ia64.
1510         * modules/printf-safe: New file.
1511         * modules/fprintf-posix (Depends-on): Add printf-safe.
1512         * modules/printf-posix (Depends-on): Likewise.
1513         * modules/snprintf-posix (Depends-on): Likewise.
1514         * modules/sprintf-posix (Depends-on): Likewise.
1515         * modules/vasnprintf-posix (Depends-on): Likewise.
1516         * modules/vasprintf-posix (Depends-on): Likewise.
1517         * modules/vfprintf-posix (Depends-on): Likewise.
1518         * modules/vprintf-posix (Depends-on): Likewise.
1519         * modules/vsnprintf-posix (Depends-on): Likewise.
1520         * modules/vsprintf-posix (Depends-on): Likewise.
1521         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
1522         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
1523         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
1524         "no" on i386, x86_64, ia64.
1525         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
1526         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1527         on i386, x86_64, ia64.
1528         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
1529         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1530         on i386, x86_64, ia64.
1531         * tests/test-vasnprintf-posix.c: Include float.h.
1532         (LDBL80_WORDS): New macro.
1533         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1534         on i386, x86_64, ia64.
1535         * tests/test-vasprintf-posix.c: Include float.h.
1536         (LDBL80_WORDS): New macro.
1537         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1538         on i386, x86_64, ia64.
1539         * tests/test-snprintf-posix.c: Include float.h.
1540         * tests/test-sprintf-posix.c: Likewise.
1541         * tests/test-vsnprintf-posix.c: Likewise.
1542         * tests/test-vsprintf-posix.c: Likewise.
1543
1544 2007-06-05  Bruno Haible  <bruno@clisp.org>
1545
1546         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
1547         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
1548         non-IEEE numbers on i386, x86_64, ia64.
1549         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
1550         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
1551         * tests/test-isnanl.h: Include float.h.
1552         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
1553
1554 2007-06-05  Bruno Haible  <bruno@clisp.org>
1555
1556         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
1557         also the %a / %A. Handle the %a / %A code before this extra handling.
1558
1559 2007-06-05  Bruno Haible  <bruno@clisp.org>
1560
1561         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
1562         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
1563
1564 2007-06-05  Bruno Haible  <bruno@clisp.org>
1565
1566         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
1567         typo in variable name.
1568
1569 2007-06-05  Eric Blake  <ebb9@byu.net>
1570
1571         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
1572         Reported by Simon Josefsson.
1573
1574 2007-06-04  Bruno Haible  <bruno@clisp.org>
1575
1576         Avoid test failures on some PowerPC platforms.
1577         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
1578         Define differently for PowerPC.
1579         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
1580         Reported by Gary V. Vaughan <gary@gnu.org>.
1581
1582 2007-06-02  Bruno Haible  <bruno@clisp.org>
1583
1584         Fix test-stdint failure on FreeBSD/ia64.
1585         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
1586         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
1587         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
1588         * doc/headers/stdint.texi: Update.
1589
1590 2007-06-01  Bruno Haible  <bruno@clisp.org>
1591
1592         * tests/test-binary-io.c (main): Pass a third argument to open().
1593         Reported by Gary V. Vaughan <gary@gnu.org>.
1594
1595 2007-06-01  Bruno Haible  <bruno@clisp.org>
1596
1597         * doc/functions/frexpl.texi: Update for mingw.
1598
1599 2007-06-01  Bruno Haible  <bruno@clisp.org>
1600
1601         * tests/test-lseek.c (main): Disable test of errno for invalid third
1602         argument.
1603         * doc/functions/lseek.texi: Update.
1604         Reported by Gary V. Vaughan <gary@gnu.org>.
1605
1606 2007-05-28  Bruno Haible  <bruno@clisp.org>
1607
1608         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
1609
1610 2007-05-31  Eric Blake  <ebb9@byu.net>
1611
1612         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
1613         cross compiling.
1614
1615 2007-05-30  Eric Blake  <ebb9@byu.net>
1616         and Bruno Haible  <bruno@clisp.org>
1617
1618         Work around mingw test failures exposed by m4-1.4.9b.
1619         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
1620         * tests/test-unistd.c: Disable uid_t and git_t tests for the
1621         moment.
1622
1623 2007-05-30  Bruno Haible  <bruno@clisp.org>
1624
1625         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
1626         assuming that they are closed. Needed on HP-UX 11.
1627
1628 2007-05-29  Bruno Haible  <bruno@clisp.org>
1629
1630         Fix a problem with #include_next.
1631         * lib/dirent_.h: Split the double-inclusion guard.
1632         * lib/fcntl_.h: Likewise.
1633         * lib/float_.h: Likewise.
1634         * lib/iconv_.h: Likewise.
1635         * lib/inttypes_.h: Likewise.
1636         * lib/locale_.h: Likewise.
1637         * lib/math_.h: Likewise.
1638         * lib/netinet_in_.h: Likewise.
1639         * lib/search_.h: Likewise.
1640         * lib/signal_.h: Likewise.
1641         * lib/stdint_.h: Likewise.
1642         * lib/stdio_.h: Likewise.
1643         * lib/stdlib_.h: Likewise.
1644         * lib/string_.h: Likewise.
1645         * lib/sys_select_.h: Likewise.
1646         * lib/sys_socket_.h: Likewise.
1647         * lib/sys_stat_.h: Likewise.
1648         * lib/sys_time_.h: Likewise.
1649         * lib/sysexits_.h: Likewise.
1650         * lib/time_.h: Likewise.
1651         * lib/unistd_.h: Likewise.
1652         * lib/wchar_.h: Likewise.
1653         * lib/wctype_.h: Likewise.
1654
1655 2007-05-29  Bruno Haible  <bruno@clisp.org>
1656
1657         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
1658         for the moment.
1659
1660 2007-05-29  Bruno Haible  <bruno@clisp.org>
1661
1662         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
1663         invocation.
1664         Reported by Eric Blake.
1665
1666 2007-05-29  Bruno Haible  <bruno@clisp.org>
1667
1668         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
1669         compiling case.
1670
1671 2007-05-29  Eric Blake  <ebb9@byu.net>
1672             Bruno Haible  <bruno@clisp.org>
1673
1674         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
1675         cross compiles.
1676
1677 2007-05-28  Eric Blake  <ebb9@byu.net>
1678
1679         * modules/closein-tests (test_closein_LDADD): Support test on
1680         cygwin with libtool.
1681
1682 2007-05-28  Bruno Haible  <bruno@clisp.org>
1683
1684         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
1685         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
1686         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
1687         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
1688         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
1689         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
1690         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
1691         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
1692         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
1693
1694 2007-05-28  Eric Blake  <ebb9@byu.net>
1695
1696         Unconditionally include <config.h> in unit tests.
1697         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
1698         * tests/test-allocsa.c, tests/test-arcfour.c,
1699         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
1700         tests/test-array_list.c, tests/test-array_oset.c,
1701         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
1702         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
1703         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
1704         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
1705         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
1706         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
1707         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
1708         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
1709         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
1710         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
1711         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
1712         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
1713         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
1714         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
1715         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
1716         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
1717         test-md5.c, test-memmem.c, test-printf-posix.c,
1718         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
1719         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
1720         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
1721         test-strcasestr.c, test-striconv.c, test-striconveh.c,
1722         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
1723         test-vasnprintf-posix2.c, test-vasnprintf.c,
1724         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
1725         test-vfprintf-posix.c, test-vprintf-posix.c,
1726         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
1727         test-xvasprintf.c: Likewise.
1728
1729 2007-05-28  Bruno Haible  <bruno@clisp.org>
1730
1731         * gnulib-tool (func_import): Remember the --with-tests command-line
1732         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
1733         Reported by Eric Blake.
1734
1735 2007-05-28  Bruno Haible  <bruno@clisp.org>
1736
1737         * modules/ftell-tests: New file.
1738         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
1739         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
1740
1741         * lib/ftell.c: New file.
1742         * modules/ftell: New file.
1743         * m4/ftell.m4: New file.
1744         * doc/functions/ftell.texi: Update.
1745         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
1746         REPLACE_FTELL.
1747         * lib/stdio_.h (rpl_ftell): New declaration.
1748         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
1749         REPLACE_FTELL.
1750
1751 2007-05-28  Eric Blake  <ebb9@byu.net>
1752
1753         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
1754
1755 2007-05-28  Bruno Haible  <bruno@clisp.org>
1756
1757         * modules/fseek-tests: New file.
1758         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
1759         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
1760
1761         * lib/fseek.c: New file.
1762         * modules/fseek: New file.
1763         * m4/fseek.m4: New file.
1764         * doc/functions/fseek.texi: Update.
1765         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
1766         REPLACE_FSEEK.
1767         * lib/stdio_.h (rpl_fseek): New declaration.
1768         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
1769         REPLACE_FSEEK.
1770
1771 2007-05-28  Bruno Haible  <bruno@clisp.org>
1772
1773         * lib/stdio_.h (fflush): More comments.
1774
1775 2007-05-28  Bruno Haible  <bruno@clisp.org>
1776
1777         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
1778         runtime test.
1779
1780 2007-05-28  Eric Blake  <ebb9@byu.net>
1781
1782         Improve lseek module.
1783         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
1784         * lib/unistd_.h (lseek): Scale back link warning message.
1785         * tests/test-lseek.c: Beef up test.
1786         * tests/test-lseek.sh: Exercise more facets of lseek.
1787         Reported by Bruno Haible.
1788
1789 2007-05-28  Bruno Haible  <bruno@clisp.org>
1790
1791         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
1792         to define.
1793
1794 2007-05-27  Bruno Haible  <bruno@clisp.org>
1795
1796         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
1797
1798 2007-05-27  Bruno Haible  <bruno@clisp.org>
1799
1800         * modules/openmp: New file.
1801         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
1802         Noah Misch.
1803
1804 2007-05-26  Bruno Haible  <bruno@clisp.org>
1805
1806         * modules/chdir-long (Depends-on): Add fchdir.
1807         * modules/chdir-safer (Depends-on): Likewise.
1808         * modules/fts (Depends-on): Likewise.
1809         * modules/fts-lgpl (Depends-on): Likewise.
1810         * modules/openat (Depends-on): Likewise.
1811         * modules/savewd (Depends-on): Likewise.
1812
1813 2007-05-24  Eric Blake  <ebb9@byu.net>
1814
1815         Fix lseek on mingw.
1816         * modules/lseek: New module.
1817         * m4/lseek.m4: New file.
1818         * lib/lseek.c: New file.
1819         * modules/lseek-tests: New file.
1820         * tests/test-lseek.c: New file.
1821         * tests/test-lseek.sh: New file.
1822         * MODULES.html.sh: Document lseek module.
1823         * modules/fflush (Depends-on): Add lseek, fseeko.
1824         * modules/fseeko (Depends-on): Likewise.
1825         * modules/ftello (Depends-on): Likewise.
1826         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
1827         broken.
1828         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
1829         broken.
1830         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
1831         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
1832         * lib/ftello.c (rpl_ftello): Likewise.
1833         * tests/test-fseeko.c (main): Test this.
1834         * tests/test-fseeko.sh: Likewise.
1835         * tests/test-ftello.c (main): Likewise.
1836         * tests/test-ftello.sh: Likewise.
1837         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
1838         implies replacing fseek.
1839         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
1840         HAVE_FTELLO.
1841         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
1842         * modules/unistd (Makefile.am): Likewise.
1843         * lib/unistd_.h (lseek): Declare a replacement.
1844         * doc/functions/lseek.texi (lseek): Document this fix.
1845         * doc/functions/fseek.texi (fseek): Likewise.
1846         * doc/functions/ftell.texi (ftell): Likewise.
1847
1848 2007-05-24  Bruno Haible  <bruno@clisp.org>
1849
1850         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
1851         in the printed representation of a NaN.
1852         * tests/test-vasprintf-posix.c (test_function): Likewise.
1853         * tests/test-snprintf-posix.h (test_function): Likewise.
1854         * tests/test-sprintf-posix.h (test_function): Likewise.
1855         Reported by Eric Blake.
1856
1857 2007-05-23  Eric Blake  <ebb9@byu.net>
1858
1859         Fix fseeko/ftello on cygwin 1.5.24.
1860         * doc/functions/fseeko.texi (fseeko): Document the fix.
1861         * doc/functions/ftello.texi (ftello): Document the fix.
1862         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
1863         * doc/functions/stdout.text (stdout): New file.
1864         * doc/functions/stderr.text (stderr): New file.
1865         * doc/gnulib.texi (Function Substitutes): Use new files.
1866         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
1867         prior to 1.7.0.
1868         * tests/test-ftello.c (main): Likewise for ftello.
1869         * tests/test-fseeko.sh: New file.
1870         * tests/test-ftello.sh: New file.
1871         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
1872         with seekable stdin.
1873         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
1874         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
1875         (gl_REPLACE_FSEEKO): New macro.
1876         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
1877         * modules/fseeko (Files): Distribute fseeko.c.
1878         * modules/ftello (Files): Distribute ftello.c.
1879         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
1880         mode.
1881         * lib/ftello.c (rpl_ftello): New file.
1882         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
1883         fseeko, ftello.
1884         (gl_STDIN_LARGE_OFFSET): New macro.
1885         * modules/stdio (Makefile.am): Perform the replacement.
1886         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
1887
1888 2007-05-23  Bruno Haible  <bruno@clisp.org>
1889
1890         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
1891         GNULIB_POSIXCHECK is defined.
1892
1893 2007-05-21  Bruno Haible  <bruno@clisp.org>
1894
1895         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
1896         Check also the output for NaN arguments. When cross-compiling, guess
1897         no on IRIX.
1898         * lib/vasnprintf.c: Update comments.
1899         * tests/test-vasnprintf-posix.c (strisnan): New function.
1900         (test_function): Use it.
1901         * tests/test-vasprintf-posix.c (strisnan): New function.
1902         (test_function): Use it.
1903         * tests/test-snprintf-posix.h (strisnan): New function.
1904         (test_function): Use it.
1905         * tests/test-sprintf-posix.h (strisnan): New function.
1906         (test_function): Use it.
1907         Reported by Eric Blake.
1908
1909 2007-05-20  Bruno Haible  <bruno@clisp.org>
1910
1911         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
1912         numbers that fails on BeOS.
1913         * doc/functions/frexpl.texi: Update.
1914
1915 2007-05-20  Jim Meyering  <jim@meyering.net>
1916
1917         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
1918         forced upon us by glibc-2.6.
1919
1920 2007-05-20  Bruno Haible  <bruno@clisp.org>
1921
1922         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
1923         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
1924         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
1925         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
1926         NEED_PRINTF_INFINITE.
1927         (is_infinitel): New function.
1928         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
1929         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
1930         gl_PREREQ_VASNPRINTF_INFINITE.
1931         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
1932         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1933         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
1934         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
1935         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
1936         gl_PREREQ_VASNPRINTF_INFINITE.
1937         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1938         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1939         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1940         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1941         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1942         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1943         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1944         * doc/functions/fprintf.texi: Update.
1945         * doc/functions/printf.texi: Update.
1946         * doc/functions/snprintf.texi: Update.
1947         * doc/functions/sprintf.texi: Update.
1948         * doc/functions/vfprintf.texi: Update.
1949         * doc/functions/vprintf.texi: Update.
1950         * doc/functions/vsnprintf.texi: Update.
1951         * doc/functions/vsprintf.texi: Update.
1952
1953 2007-05-20  Bruno Haible  <bruno@clisp.org>
1954
1955         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
1956         was not found in libc.
1957         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
1958
1959 2007-05-20  Bruno Haible  <bruno@clisp.org>
1960
1961         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
1962         printed as "-nan" instead of "nan".
1963         * tests/test-vasprintf-posix.c (test_function): Likewise.
1964         * tests/test-snprintf-posix.h (test_function): Likewise.
1965         * tests/test-sprintf-posix.h (test_function): Likewise.
1966         Needed for HP-UX 11.
1967
1968 2007-05-20  Jim Meyering  <jim@meyering.net>
1969
1970         Fix buggy test for the fchownat-deref bug.
1971         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
1972         symlink required for the run-test.  Without it, this test would
1973         always declare that fchownat doesn't work, and client code would
1974         unnecessarily use the replacement function with fixed libc.
1975         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
1976         Reported by Greg Schafer.
1977
1978 2007-05-19  Bruno Haible  <bruno@clisp.org>
1979
1980         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
1981         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
1982         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
1983         Needed for IRIX 6.5 and Solaris 2.5.1.
1984
1985 2007-05-19  Bruno Haible  <bruno@clisp.org>
1986
1987         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
1988         (test_function): Skip tests involving -0.0 on platforms where
1989         -0.0 = 0.0.
1990         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
1991         (test_function): Skip tests involving -0.0 on platforms where
1992         -0.0 = 0.0.
1993         * tests/test-snprintf-posix.h (have_minus_zero): New function.
1994         (test_function): Skip tests involving -0.0 on platforms where
1995         -0.0 = 0.0.
1996         * tests/test-sprintf-posix.h (have_minus_zero): New function.
1997         (test_function): Skip tests involving -0.0 on platforms where
1998         -0.0 = 0.0.
1999         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
2000         tests.
2001         * tests/test-printf-posix.h (test_function): Likewise.
2002         * tests/test-printf-posix.output: Remove all -0.0 related results.
2003         Needed for IRIX 6.5.
2004
2005 2007-05-19  Bruno Haible  <bruno@clisp.org>
2006
2007         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
2008         printed as "nan0x7fffffff" instead of "nan".
2009         * tests/test-vasprintf-posix.c (test_function): Likewise.
2010         * tests/test-snprintf-posix.h (test_function): Likewise.
2011         * tests/test-sprintf-posix.h (test_function): Likewise.
2012         * tests/test-fprintf-posix.h (NaN): Remove macro.
2013         (test_function): Remove all NaN related tests.
2014         * tests/test-printf-posix.h (NaN): Remove macro.
2015         (test_function): Remove all NaN related tests.
2016         * tests/test-printf-posix.output: Remove all NaN related results.
2017         Needed for IRIX 6.5.
2018
2019 2007-05-19  Bruno Haible  <bruno@clisp.org>
2020
2021         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
2022         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
2023
2024 2007-05-19  Bruno Haible  <bruno@clisp.org>
2025
2026         * lib/float_.h: New file.
2027         * m4/float_h.m4: New file.
2028         * modules/float: New file.
2029         * modules/isnanl (Dependencies): Add float.
2030         * modules/isnanl-nolibm (Dependencies): Likewise.
2031         * modules/mathl (Dependencies): Likewise.
2032         * modules/printf-frexpl (Dependencies): Likewise.
2033         * modules/signbit (Dependencies): Likewise.
2034         * modules/vasnprintf (Dependencies): Likewise.
2035         * doc/headers/float.texi: Update.
2036
2037 2007-05-19  Jim Meyering  <jim@meyering.net>
2038
2039         * lib/utimens.c (gl_futimens): Rename from futimens,
2040         now that glibc-2.6 declares futimens.
2041         * lib/utimens.h: Likewise.
2042
2043 2007-05-19  Bruno Haible  <bruno@clisp.org>
2044
2045         Avoid test failures on mingw.
2046         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
2047         * tests/test-printf-posix.sh: Likewise.
2048         * tests/test-vfprintf-posix.sh: Likewise.
2049         * tests/test-vprintf-posix.sh: Likewise.
2050
2051 2007-05-19  Bruno Haible  <bruno@clisp.org>
2052
2053         Fix *printf result for NaN, Inf, -0.0 on mingw.
2054         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
2055         * lib/vasnprintf.c: Include math.h and isnan.h.
2056         (is_infinite_or_zero): New function.
2057         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
2058         values in the %f, %F, %e, %E, %g, %G directives.
2059         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
2060         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2061         gl_PRINTF_INFINITE and test its result. Invoke
2062         gl_PREREQ_VASNPRINTF_INFINITE.
2063         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
2064         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2065         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2066         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2067         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2068         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2069         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2070         * doc/functions/fprintf.texi: Update.
2071         * doc/functions/printf.texi: Update.
2072         * doc/functions/snprintf.texi: Update.
2073         * doc/functions/sprintf.texi: Update.
2074         * doc/functions/vfprintf.texi: Update.
2075         * doc/functions/vprintf.texi: Update.
2076         * doc/functions/vsnprintf.texi: Update.
2077         * doc/functions/vsprintf.texi: Update.
2078
2079 2007-05-19  Bruno Haible  <bruno@clisp.org>
2080
2081         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
2082         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
2083         Instead of multiplying with 10^k, set extra_zeroes to k.
2084         (scale10_round_long_double): Remove function.
2085
2086 2007-05-18  Bruno Haible  <bruno@clisp.org>
2087
2088         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
2089         introduced on 2007-05-06.
2090
2091 2007-05-18  Bruno Haible  <bruno@clisp.org>
2092
2093         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
2094         %g directives.
2095         * tests/test-vasprintf-posix.c (test_function): Likewise.
2096         * tests/test-snprintf-posix.h (test_function): Likewise.
2097         * tests/test-sprintf-posix.h (test_function): Likewise.
2098
2099 2007-05-18  Bruno Haible  <bruno@clisp.org>
2100
2101         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
2102         (strmatch): New function.
2103         (test_function): Test the %f directive on numbers of various exponents.
2104         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
2105         (strmatch): New function.
2106         (test_function): Test the %f directive on numbers of various exponents.
2107         * tests/test-snprintf-posix.h (strmatch): New function.
2108         (test_function): Test the %f directive on numbers of various exponents.
2109         * tests/test-sprintf-posix.h (strmatch): New function.
2110         (test_function): Test the %f directive on numbers of various exponents.
2111         * tests/test-snprintf-posix.c (SIZEOF): New macro.
2112         * tests/test-sprintf-posix.c (SIZEOF): New macro.
2113         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
2114         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
2115
2116 2007-05-18  Bruno Haible  <bruno@clisp.org>
2117
2118         Add support for 'long double' number output.
2119         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
2120         * lib/vasnprintf.c: Include math.h and float+.h.
2121         (mp_limb_t): New type.
2122         (GMP_LIMB_BITS): New macro.
2123         (mp_twolimb_t): New type.
2124         (GMP_TWOLIMB_BITS): New macro.
2125         (mpn_t): New type.
2126         (multiply, divide, convert_to_decimal, decode_long_double,
2127         scale10_round_long_double, scale10_round_decimal_long_double,
2128         floorlog10l): New functions.
2129         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
2130         for the %f, %F, %e, %E, %g, %G directives.
2131         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
2132         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2133         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
2134         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
2135         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
2136         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2137         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2138         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2139         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2140         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2141         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2142         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
2143         * modules/snprintf-posix (Depends-on): Likewise.
2144         * modules/sprintf-posix (Depends-on): Likewise.
2145         * modules/vasnprintf-posix (Depends-on): Likewise.
2146         * modules/vasprintf-posix (Depends-on): Likewise.
2147         * modules/vfprintf-posix (Depends-on): Likewise.
2148         * modules/vsnprintf-posix (Depends-on): Likewise.
2149         * modules/vsprintf-posix (Depends-on): Likewise.
2150         * modules/vasnprintf (Files): Add lib/float+.h.
2151         * doc/functions/fprintf.texi: Update.
2152         * doc/functions/printf.texi: Update.
2153         * doc/functions/snprintf.texi: Update.
2154         * doc/functions/sprintf.texi: Update.
2155         * doc/functions/vfprintf.texi: Update.
2156         * doc/functions/vprintf.texi: Update.
2157         * doc/functions/vsnprintf.texi: Update.
2158         * doc/functions/vsprintf.texi: Update.
2159
2160 2007-05-18  Bruno Haible  <bruno@clisp.org>
2161
2162         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
2163
2164 2007-05-18  Bruno Haible  <bruno@clisp.org>
2165
2166         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
2167         for printing 64-bit integers. Needed for mingw.
2168
2169 2007-05-18  Bruno Haible  <bruno@clisp.org>
2170
2171         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
2172         gl_FUNC_FREXPL_WORKS.
2173         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
2174
2175 2007-05-18  Bruno Haible  <bruno@clisp.org>
2176
2177         * modules/frexpl-nolibm-tests: New file.
2178
2179         * modules/frexpl-nolibm: New file.
2180         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
2181
2182 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
2183
2184         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
2185         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
2186         GCC 4.2, which otherwise issues a lot of warnings.
2187         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
2188         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
2189         Likewise.
2190         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
2191         * modules/iconv_open (iconv.h): Likewise.
2192         * modules/locale (locale.h): Likewise.
2193         * modules/netinet_in (netinet/in.h): Likewise.
2194         * modules/sys_select (sys_select.h): Likewise.
2195         * modules/sys_socket (sys/socket.h): Likewise.
2196         * modules/sys_stat (sys/stat.h): Likewise.
2197         * modules/sysexits (sysexits.h): Likewise.
2198         * modules/unistd (unistd.h): Likewise.
2199
2200 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2201
2202         * modules/closein-tests (Makefile.am): Distribute
2203         `test-closein.sh'.
2204
2205 2007-05-17  Bruno Haible  <bruno@clisp.org>
2206
2207         * tests/test-printf-posix.output: Renamed from
2208         tests/test-fprintf-posix.out.
2209         * modules/fprintf-posix-tests: Update.
2210         * modules/printf-posix-tests: Update.
2211         * modules/vfprintf-posix-tests: Update.
2212         * modules/vprintf-posix-tests: Update.
2213         * tests/test-fprintf-posix.sh: Update.
2214         * tests/test-printf-posix.sh: Update.
2215         * tests/test-vfprintf-posix.sh: Update.
2216         * tests/test-vprintf-posix.sh: Update.
2217         Reported by Ralf Wildenhues.
2218
2219 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
2220
2221         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
2222         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
2223         GCC 4.2, which otherwise issues a lot of warnings.
2224         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
2225         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
2226         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
2227         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
2228         it should no longer be needed.
2229         * lib/string_.h: Likewise.
2230         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
2231         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
2232         * modules/inttypes (inttypes.h): Likewise.
2233         * modules/math (math.h): Likewise.
2234         * modules/search (search.h): Likewise.
2235         * modules/signal (signal.h): Likewise.
2236         * modules/stdint (stdint.h): Likewise.
2237         * modules/stdio (stdio.h): Likewise.
2238         * modules/stdlib (stdlib.h): Likewise.
2239         * modules/string (string.h): Likewise.
2240         * modules/sys_time (sys/time.h): Likewise.
2241         * modules/time (time.h): Likewise.
2242         * modules/wchar (wchar.h): Likewise.
2243         * modules/wctype (wtype.h): Likewise.
2244
2245 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
2246
2247         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
2248
2249 2007-05-13  Bruno Haible  <bruno@clisp.org>
2250
2251         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
2252         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
2253         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
2254         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
2255         (gl_PREREQ_STRTOK_R): Don't require it here.
2256
2257 2007-05-13  Bruno Haible  <bruno@clisp.org>
2258
2259         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
2260         when used in C++ mode.
2261
2262 2007-05-12  Bruno Haible  <bruno@clisp.org>
2263
2264         * lib/linebuffer.h: Tweak doc.
2265         * lib/linebuffer.c: Likewise.
2266
2267 2007-05-12  James Youngman  <jay@gnu.org>
2268
2269         * lib/linebuffer.c (readlinebuffer_delim): New function,
2270         like readlinebuffer, but use a caller-specified delimiter.
2271         (readlinebuffer): Just call readlinebuffer_delim with '\n'
2272         as the delimiter.
2273         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
2274
2275 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
2276
2277         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
2278         * modules/openat (Files): Remove openat-die.c.
2279         (Depends-on): Add openat-die.
2280         * modules/openat-die: New module.
2281
2282 2007-05-06  Bruno Haible  <bruno@clisp.org>
2283
2284         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
2285         Update with info about Cygwin.
2286         * doc/functions/fprintf.texi: Update.
2287         * doc/functions/printf.texi: Update.
2288         * doc/functions/snprintf.texi: Update.
2289         * doc/functions/sprintf.texi: Update.
2290         * doc/functions/vfprintf.texi: Update.
2291         * doc/functions/vprintf.texi: Update.
2292         * doc/functions/vsnprintf.texi: Update.
2293         * doc/functions/vsprintf.texi: Update.
2294         Reported by Eric Blake.
2295
2296 2007-05-06  Bruno Haible  <bruno@clisp.org>
2297
2298         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
2299         padding ourselves for the floating-point directives.
2300         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
2301         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
2302         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2303         gl_PRINTF_FLAG_ZERO and test its result. Invoke
2304         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
2305         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2306         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
2307         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2308         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2309         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2310         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2311         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2312         * tests/test-snprintf-posix.h (test_function): Also check the width
2313         and some flags in the %f directive.
2314         * tests/test-sprintf-posix.h (test_function): Likewise.
2315         * tests/test-vasnprintf-posix.c (test_function): Likewise.
2316         * tests/test-vasprintf-posix.c (test_function): Likewise.
2317         * doc/functions/fprintf.texi: Update.
2318         * doc/functions/printf.texi: Update.
2319         * doc/functions/snprintf.texi: Update.
2320         * doc/functions/sprintf.texi: Update.
2321         * doc/functions/vfprintf.texi: Update.
2322         * doc/functions/vprintf.texi: Update.
2323         * doc/functions/vsnprintf.texi: Update.
2324         * doc/functions/vsprintf.texi: Update.
2325
2326 2007-05-06  Bruno Haible  <bruno@clisp.org>
2327
2328         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
2329         pass the ' flag character to sprintf or snprintf.
2330         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
2331         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
2332         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2333         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
2334         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
2335         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2336         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
2337         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2338         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2339         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2340         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2341         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2342         * tests/test-snprintf-posix.h (test_function): Also check the grouping
2343         flag.
2344         * tests/test-sprintf-posix.h (test_function): Likewise.
2345         * tests/test-vasnprintf-posix.c (test_function): Likewise.
2346         * tests/test-vasprintf-posix.c (test_function): Likewise.
2347         * doc/functions/fprintf.texi: Update.
2348         * doc/functions/printf.texi: Update.
2349         * doc/functions/snprintf.texi: Update.
2350         * doc/functions/sprintf.texi: Update.
2351         * doc/functions/vfprintf.texi: Update.
2352         * doc/functions/vprintf.texi: Update.
2353         * doc/functions/vsnprintf.texi: Update.
2354         * doc/functions/vsprintf.texi: Update.
2355
2356 2007-05-01  Bruno Haible  <bruno@clisp.org>
2357
2358         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
2359
2360 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
2361
2362         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
2363         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
2364
2365 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
2366
2367         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
2368         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
2369         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
2370
2371 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
2372
2373         * lib/argp-help.c (struct hol_entry): New member `ord'.
2374         (HOL_ENTRY_PTRCMP): Use ord for comparison
2375         (hol_sort): Initialize ord.
2376
2377 2007-05-01  Bruno Haible  <bruno@clisp.org>
2378
2379         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
2380         Reported by Eric Blake.
2381         * doc/gnulib.texi (Function Substitutes): Update.
2382
2383 2007-05-01  Bruno Haible  <bruno@clisp.org>
2384
2385         * doc/functions.texi: Remove file, now redundant through
2386         doc/functions/*.texi.
2387
2388 2007-05-01  Bruno Haible  <bruno@clisp.org>
2389
2390         * modules/argp (Depends-on): Add sleep.
2391
2392 2007-05-01  Bruno Haible  <bruno@clisp.org>
2393
2394         * modules/sleep-tests: New file.
2395         * tests/test-sleep.c: New file.
2396
2397         * modules/sleep: New file.
2398         * lib/sleep.c: New file.
2399         * m4/sleep.m4: New file.
2400         * lib/unistd_.h (sleep): New declaration.
2401         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
2402         HAVE_SLEEP.
2403         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
2404         * doc/functions/sleep.texi: Document the sleep module.
2405
2406 2007-05-01  Bruno Haible  <bruno@clisp.org>
2407
2408         * lib/sigprocmask.h: Remove file.
2409         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
2410         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
2411         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
2412         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
2413         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
2414         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
2415         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
2416         HAVE_SIGSET_T as a shell variable.
2417         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
2418         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
2419         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
2420         (Depends-on): Add signal. Remove verify.
2421         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
2422         (Include): Mention <signal.h> instead of sigprocmask.h.
2423         * NEWS: Mention the change.
2424         * lib/fatal-signal.c: Don't include sigprocmask.h.
2425
2426 2007-05-01  Bruno Haible  <bruno@clisp.org>
2427
2428         * modules/signal: New file.
2429         * lib/signal_.h: New file.
2430         * m4/signal_h.m4: New file.
2431
2432 2007-05-01  Bruno Haible  <bruno@clisp.org>
2433
2434         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
2435         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
2436         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
2437         HAVE_WCTYPE_CTMP_BUG into wctype.h.
2438
2439 2007-05-01  Bruno Haible  <bruno@clisp.org>
2440
2441         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
2442         configure time.
2443         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
2444         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
2445         * modules/sys_stat (Makefile.am): Substitute their values into
2446         sys/stat.h.
2447
2448 2007-05-01  Bruno Haible  <bruno@clisp.org>
2449
2450         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
2451         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
2452         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
2453
2454 2007-05-01  Bruno Haible  <bruno@clisp.org>
2455
2456         * doc/header/assert.texi: Undo last change: don't mention the gnulib
2457         'assert' module here.
2458
2459 2007-05-01  Bruno Haible  <bruno@clisp.org>
2460
2461         * doc/functions/*.texi: New files.
2462         * doc/functions/google-ranking.txt: New file.
2463         * doc/gnulib.texi (Function Substitutes): New chapter.
2464         (ctime, inet_ntoa): Remove sections.
2465         * doc/ctime.texi: Remove file.
2466         * doc/inet_ntoa.texi: Remove file.
2467         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
2468         dependencies.
2469         (%.info): New rule, specifying a --reference-limit.
2470
2471 2007-05-01  Bruno Haible  <bruno@clisp.org>
2472
2473         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
2474
2475 2007-05-01  Bruno Haible  <bruno@clisp.org>
2476
2477         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
2478         the portability of 'mkdir' to mingw systems.
2479
2480 2007-05-01  Bruno Haible  <bruno@clisp.org>
2481
2482         * doc/headers/google-ranking.txt: New file.
2483
2484 2007-04-30  Eric Blake  <ebb9@byu.net>
2485
2486         Prefer fseeko to fseek.
2487         * modules/getpass (Depends-on): Add fseeko.
2488         * lib/getpass.c (getpass): Use fseeko, not fseek.
2489
2490 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
2491
2492         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
2493         assumes the sorting is stable, while most qsort implementations
2494         are not.  Use argument addresses to ensure they never compare as
2495         equal.
2496
2497         * tests/test-argp-2.sh (usage-indent test): Fix output
2498         (func_compare): Restore diff options
2499         * tests/test-argp.c: Restore #include "progname.h"
2500
2501 2007-04-29  Bruno Haible  <bruno@clisp.org>
2502
2503         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
2504         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2505         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
2506         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2507         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
2508         (configure.ac): Define CHECK_SNPRINTF_POSIX.
2509         (TESTS, check_PROGRAMS): Add test-snprintf.
2510         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
2511         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
2512         (TESTS, check_PROGRAMS): Add test-vsnprintf.
2513         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
2514         assertions that fail on HP-UX, OSF/1, or IRIX.
2515         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
2516
2517 2007-04-29  Bruno Haible  <bruno@clisp.org>
2518
2519         * MODULES.html.sh (posix_functions): Remove 'contents'.
2520
2521 2007-04-29  Karl Berry  <karl@gnu.org>
2522
2523         * config/srclist.txt (gendocs_template_min): new entry.
2524
2525 2007-04-29  Bruno Haible  <bruno@clisp.org>
2526
2527         Work around fpurge bug on BSD systems.
2528         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
2529         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
2530         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
2531         fpurge to rpl_fpurge if the system already has this function.
2532         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
2533         the case where the system already has this function. Correct invariants
2534         on BSD systems.
2535         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
2536         BSD systems.
2537
2538 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
2539
2540         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
2541         proposed by Sven Verdoolaege.
2542
2543         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
2544         options.
2545         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
2546         (usage and help tests): Update
2547
2548 2007-04-29  Bruno Haible  <bruno@clisp.org>
2549
2550         * tests/test-fflush.c (main): Use a file of size 17, not 10.
2551         Print more information in case of failure. Disable a test on BeOS.
2552
2553 2007-04-29  Bruno Haible  <bruno@clisp.org>
2554
2555         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
2556         This helps debugging on systems on which no gdb is available.
2557
2558 2007-04-29  Bruno Haible  <bruno@clisp.org>
2559
2560         * lib/freading.h: Improve comments.
2561         * lib/fwriting.h: Likewise.
2562         * tests/test-freading.c (main): Don't check freading immediately after
2563         repositioning. Needed for glibc.
2564
2565 2007-04-29  Bruno Haible  <bruno@clisp.org>
2566
2567         * lib/freading.c (freading): Trivial simplification.
2568
2569 2007-04-28  Bruno Haible  <bruno@clisp.org>
2570
2571         * tests/test-fwriting.c (main): Also test the interaction between
2572         fflush and fwriting.
2573         * modules/fwriting-tests (Depends-on): Add fflush.
2574
2575         * tests/test-freading.c (main): Also test the interaction between
2576         fflush and freading.
2577         * modules/freading-tests (Depends-on): Add fflush.
2578
2579 2007-04-28  Bruno Haible  <bruno@clisp.org>
2580
2581         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
2582         fseeko and ftello.
2583         Suggested by Eric Blake.
2584
2585 2007-04-28  Jim Meyering  <jim@meyering.net>
2586
2587         Avoid false-negative in gl_STDINT_H's C99 conformance test.
2588         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
2589         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
2590
2591 2007-04-27  Eric Blake  <ebb9@byu.net>
2592
2593         * doc/headers/assert.texi (assert.h): Document assert module use.
2594
2595 2007-04-27  Bruno Haible  <bruno@clisp.org>
2596
2597         * doc/headers/*.texi: New files.
2598         * doc/gnulib.texi (Header File Substitutes): New chapter.
2599         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
2600         dependencies.
2601         (standards.info ,standards.html, standards.dvi): Update dependencies.
2602         (mostlyclean, clean): New targets.
2603
2604 2007-04-27  Bruno Haible  <bruno@clisp.org>
2605
2606         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
2607         * modules/sysexits (Files, Makefile.am): Update.
2608
2609         * lib/sys_socket_.h: Renamed from lib/socket_.h.
2610         * modules/sys_socket (Files, Makefile.am): Update.
2611
2612         * lib/sys_stat_.h: Renamed from lib/stat_.h.
2613         * modules/sys_stat (Files, Makefile.am): Update.
2614
2615 2007-04-27  Eric Blake  <ebb9@byu.net>
2616
2617         * lib/freading.h: Improve comments.
2618         * lib/fwriting.h: Likewise.
2619         * lib/fflush.c: Likewise.
2620
2621         Fix closein for mingw.
2622         * modules/closein-tests: Add tests for closein.
2623         * tests/test-closein.c: New file.
2624         * tests/test-closein.sh: Likewise.
2625         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
2626         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
2627
2628 2007-04-27  Bruno Haible  <bruno@clisp.org>
2629
2630         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
2631         version is < 6.
2632         * lib/math_.h [__DECC]: Likewise.
2633         * lib/stdio_.h [__DECC]: Likewise.
2634         * lib/stdlib_.h [__DECC]: Likewise.
2635         * lib/string_.h [__DECC]: Likewise.
2636         * lib/time_.h [__DECC]: Likewise.
2637         * lib/wchar_.h [__DECC]: Likewise.
2638         * lib/wctype_.h [__DECC]: Likewise.
2639
2640 2007-04-27  Bruno Haible  <bruno@clisp.org>
2641
2642         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
2643
2644 2007-04-27  Bruno Haible  <bruno@clisp.org>
2645
2646         * lib/fflush.c: Add comments.
2647         * modules/fpurge-tests (Depends-on): Add fflush.
2648         * modules/freadable-tests (Depends-on): Likewise.
2649         * modules/fwritable-tests (Depends-on): Likewise.
2650
2651 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
2652
2653         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
2654         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
2655         Report by Bruno Haible <bruno@clisp.org>.
2656
2657 2007-04-26  Eric Blake  <ebb9@byu.net>
2658
2659         Fix fflush on mingw.
2660         * modules/fflush (Depends-on): Add freading.
2661         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
2662         but unread data.
2663
2664 2007-04-26  Eric Blake  <ebb9@byu.net>
2665         and Bruno Haible  <bruno@clisp.org>
2666
2667         Implement freading and fwriting.
2668         * lib/freading.c: New file.
2669         * lib/freading.h: Likewise.
2670         * m4/freading.m4: Likewise.
2671         * modules/freading: Likewise.
2672         * modules/freading-tests: Likewise.
2673         * tests/test-freading.c: Likewise.
2674         * lib/fwriting.c: New file.
2675         * lib/fwriting.h: Likewise.
2676         * m4/fwriting.m4: Likewise.
2677         * modules/fwriting: Likewise.
2678         * modules/fwriting-tests: Likewise.
2679         * tests/test-fwriting.c: Likewise.
2680         * MODULES.html.sh (File stream based Input/Output): Mention them.
2681
2682 2007-04-26  Bruno Haible  <bruno@clisp.org>
2683
2684         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
2685         'long' when we assume it.
2686         Suggested by Eric Blake.
2687
2688 2007-04-26  Bruno Haible  <bruno@clisp.org>
2689
2690         Ensure fseeko, ftello are declared on glibc systems.
2691         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
2692         * modules/fseeko (configure.ac-early): Likewise.
2693         * modules/ftello (configure.ac-early): Likewise.
2694         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
2695         AC_FUNC_FSEEKO for this.
2696         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
2697         (gl_CHECK_FSEEKO): Remove macro.
2698
2699 2007-04-26  Bruno Haible  <bruno@clisp.org>
2700
2701         * tests/test-fflush.c (main): Also check the ftell result after
2702         fflush and fseek/fseeko.
2703         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
2704         file descriptor position cache in the stream.
2705         * lib/fseeko.c (rpl_fseeko): Likewise.
2706
2707 2007-04-26  Bruno Haible  <bruno@clisp.org>
2708
2709         * modules/fflush-tests (Depends-on): Add fseeko.
2710
2711 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
2712             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2713
2714         * lib/argz_.h: ensure error_t definition is obtained in same
2715         mechanism system argz.h would have.
2716         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
2717         argz facilities are known bad.  Err on the side of caution if
2718         cross-compiling.
2719
2720 2007-04-25  Eric Blake  <ebb9@byu.net>
2721
2722         * lib/fpurge.c (includes): Use stdlib.h for free.
2723         * tests/test-fflush.c (main): Also test fflush-fseeko.
2724
2725 2007-04-25  Bruno Haible  <bruno@clisp.org>
2726
2727         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
2728         * lib/fseeko.c: New file.
2729         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
2730         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
2731         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
2732         gl_FUNC_FSEEKO.
2733         (gl_FUNC_FSEEKO): Invoke it.
2734         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
2735         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
2736         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
2737
2738 2007-04-25  Bruno Haible  <bruno@clisp.org>
2739
2740         * modules/fflush (Depends-on): Add ftello.
2741
2742 2007-04-25  Bruno Haible  <bruno@clisp.org>
2743
2744         * modules/ftello-tests: New file.
2745         * tests/test-ftello.c: New file.
2746
2747         * modules/ftello: New file.
2748         * m4/ftello.m4: New file.
2749         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
2750         HAVE_FTELLO.
2751         * lib/stdio_.h (ftello): New declaration.
2752         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
2753         HAVE_FTELLO.
2754
2755 2007-04-25  Bruno Haible  <bruno@clisp.org>
2756
2757         * modules/fseeko-tests: New file.
2758         * tests/test-fseeko.c: New file.
2759
2760         * modules/fseeko: New file.
2761         * m4/fseeko.m4: New file.
2762         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
2763         HAVE_FSEEKO.
2764         * lib/stdio_.h (fseeko): New declaration.
2765         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
2766         HAVE_FSEEKO.
2767
2768 2007-04-25  Bruno Haible  <bruno@clisp.org>
2769
2770         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
2771
2772 2007-04-25  Bruno Haible  <bruno@clisp.org>
2773
2774         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
2775         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
2776         * tests/test-unistd.c: Likewise.
2777         * tests/test-fcntl.c: Likewise.
2778
2779 2007-04-23  Eric Blake  <ebb9@byu.net>
2780
2781         * lib/fflush.c: Fix missing include.
2782         Reported by Bruno Haible.
2783
2784 2007-04-23  Bruno Haible  <bruno@clisp.org>
2785
2786         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
2787         Reported by Eric Blake.
2788
2789 2007-04-23  Bruno Haible  <bruno@clisp.org>
2790
2791         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
2792
2793 2007-04-23  Bruno Haible  <bruno@clisp.org>
2794
2795         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
2796
2797 2007-04-23  Bruno Haible  <bruno@clisp.org>
2798
2799         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
2800         Needed on HP-UX 11.
2801
2802 2007-04-16  Eric Blake  <ebb9@byu.net>
2803
2804         Make fflush rely on fpurge.
2805         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
2806         open coding all variants.
2807         * modules/fflush (Depends-on): Add fpurge and unistd.
2808         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
2809         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
2810
2811         Fix --with-tests compilation on cygwin.
2812         * modules/argmatch-tests (Makefile.am): List gnulib library first
2813         in LDADD.
2814         * modules/argp-tests (Makefile.am): Likewise.
2815         * modules/array-list-tests (Makefile.am): Likewise.
2816         * modules/array-oset-tests (Makefile.am): Likewise.
2817         * modules/avltree-list-tests (Makefile.am): Likewise.
2818         * modules/avltree-oset-tests (Makefile.am): Likewise.
2819         * modules/avltreehash-list-tests (Makefile.am): Likewise.
2820         * modules/carray-list-tests (Makefile.am): Likewise.
2821         * modules/dirname-tests (Makefile.am): Likewise.
2822         * modules/frexp-tests (Makefile.am): Likewise.
2823         * modules/isnanl-tests (Makefile.am): Likewise.
2824         * modules/linked-list-tests (Makefile.am): Likewise.
2825         * modules/linkedhash-list-tests (Makefile.am): Likewise.
2826         * modules/lock-tests (Makefile.am): Likewise.
2827         * modules/rbtree-list-tests (Makefile.am): Likewise.
2828         * modules/rbtree-oset-tests (Makefile.am): Likewise.
2829         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
2830         * modules/tls-tests (Makefile.am): Likewise.
2831         * modules/tsearch-tests (Makefile.am): Likewise.
2832         * modules/xvasprintf-tests (Makefile.am): Likewise.
2833
2834         Fix fpurge for cygwin.
2835         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
2836         value.
2837         * modules/fpurge-tests (Depends-on): Clean up trash.
2838
2839 2007-04-16  Simon Josefsson  <simon@josefsson.org>
2840
2841         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
2842
2843         * m4/autobuild.m4: Re-indent.
2844
2845 2007-04-13  Bruno Haible  <bruno@clisp.org>
2846
2847         * modules/fpurge-tests: New file.
2848         * tests/test-fpurge.c: New file.
2849
2850         * modules/fpurge: New file.
2851         * lib/fpurge.h: New file.
2852         * lib/fpurge.c: New file.
2853         * m4/fpurge.m4: New file.
2854
2855 2007-04-13  Bruno Haible  <bruno@clisp.org>
2856
2857         * modules/fbufmode-tests: New file.
2858         * tests/test-fbufmode.c: New file.
2859
2860         * modules/fbufmode: New file.
2861         * lib/fbufmode.h: New file.
2862         * lib/fbufmode.c: New file.
2863         * m4/fbufmode.m4: New file.
2864
2865 2007-04-13  Bruno Haible  <bruno@clisp.org>
2866
2867         * modules/fwritable-tests: New file.
2868         * tests/test-fwritable.c: New file.
2869
2870         * modules/fwritable: New file.
2871         * lib/fwritable.h: New file.
2872         * lib/fwritable.c: New file.
2873         * m4/fwritable.m4: New file.
2874
2875 2007-04-13  Bruno Haible  <bruno@clisp.org>
2876
2877         * modules/freadable-tests: New file.
2878         * tests/test-freadable.c: New file.
2879
2880         * modules/freadable: New file.
2881         * lib/freadable.h: New file.
2882         * lib/freadable.c: New file.
2883         * m4/freadable.m4: New file.
2884
2885 2007-04-13  Bruno Haible  <bruno@clisp.org>
2886
2887         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
2888         MOSTLYCLEANFILES.
2889
2890 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
2891
2892         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
2893         gzip bootstrap.conf to avoid dragging in i18n machinery.
2894         (gnulib_tool_option): Use it.
2895
2896 2007-04-13  Bruno Haible  <bruno@clisp.org>
2897
2898         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
2899         %F directives.
2900         * tests/test-vasprintf-posix.c (test_function): Likewise.
2901         * tests/test-snprintf-posix.h (test_function): Likewise.
2902         * tests/test-sprintf-posix.h (test_function): Likewise.
2903         * tests/test-fprintf-posix.h (test_function): Likewise.
2904         * tests/test-printf-posix.h (test_function): Likewise.
2905         * tests/test-fprintf-posix.out: Likewise.
2906
2907 2007-04-13  Bruno Haible  <bruno@clisp.org>
2908
2909         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
2910         * modules/tls-tests (configure.ac): Likewise.
2911         Reported by Arto C. Nirkko <anirkko@insel.ch>.
2912
2913 2007-04-13  Bruno Haible  <bruno@clisp.org>
2914
2915         * lib/tls.c (glthread_tls_get): Fix return type.
2916         Patch by Arto C. Nirkko <anirkko@insel.ch>.
2917
2918 2007-04-12  Eric Blake  <ebb9@byu.net>
2919
2920         * modules/gettime (Depends-on): Remove gettime.
2921         Reported by Dmitry V. Levin.
2922
2923 2007-04-12  Bruno Haible  <bruno@clisp.org>
2924
2925         * modules/fflush (Include): Mention <stdio.h>.
2926         * modules/strtoimax (Include): Mention <inttypes.h>.
2927         * modules/strtoumax (Include): Likewise.
2928
2929 2007-04-12  Eric Blake  <ebb9@byu.net>
2930
2931         * .cvsignore: New file.
2932         * .gitignore: Likewise.
2933
2934 2007-04-12  Bruno Haible  <bruno@clisp.org>
2935
2936         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
2937         not before, since $(LDADD) often contains libgnu.a.
2938         * modules/striconv-tests (test_striconv_LDADD): Likewise.
2939         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
2940         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
2941         Needed on Cygwin.
2942
2943 2007-04-12  Eric Blake  <ebb9@byu.net>
2944
2945         Work around glibc's failure to flush stdin on fclose.
2946         * lib/closein.c (close_stdin): Flush stdin before closing.
2947
2948         Work around glibc's failure to reset seekable stdin on exit.
2949         * modules/closein: New module.
2950         * lib/closein.c: New file.
2951         * lib/closein.h: Likewise.
2952         * m4/closein.m4: Likewise.
2953         * MODULES.html.sh (File stream based Input/Output): Document it.
2954
2955 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2956
2957         * gnulib-tool: Rename generated 'autobuild' script to
2958         'do-autobuild' in --create-megatestdir output.
2959
2960         * doc/gnulib.texi (Build robot for gnulib): Fix.
2961
2962 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2963
2964         * modules/sysexits (Depends-on): Add absolute-header.
2965
2966 2007-04-12  Eric Blake  <ebb9@byu.net>
2967
2968         No need to preserve errno on success.
2969         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
2970         Reported by Bruno Haible.
2971
2972 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2973
2974         * MODULES.html.sh (Support for maintaining and releasing
2975         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
2976
2977 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2978
2979         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
2980
2981 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2982
2983         * modules/autobuild: New module.
2984
2985         * m4/autobuild.m4: New file.
2986
2987 2007-04-11  Bruno Haible  <bruno@clisp.org>
2988
2989         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
2990         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
2991         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
2992         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
2993         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2994         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2995         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2996         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2997         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
2998         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
2999         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
3000         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3001         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3002         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
3003         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3004         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3005         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
3006         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3007         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3008         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
3009         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3010         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3011         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
3012         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3013         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3014         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
3015         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3016         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3017         Reported by Eric Blake.
3018
3019 2007-04-11  Bruno Haible  <bruno@clisp.org>
3020
3021         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
3022
3023 2007-04-10  Bruno Haible  <bruno@clisp.org>
3024
3025         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
3026         for NaN and Infinity. Needed on FreeBSD 6.1.
3027         * tests/test-vasnprintf-posix.c (test_function): Undo last change
3028         regarding results for "%010a" of Infinity and NaN.
3029         * tests/test-vasprintf-posix.c (test_function): Likewise.
3030         * tests/test-snprintf-posix.h (test_function): Likewise.
3031         * tests/test-sprintf-posix.h (test_function): Likewise.
3032         * tests/test-fprintf-posix.h (test_function): Likewise.
3033         * tests/test-printf-posix.h (test_function): Likewise.
3034         * tests/test-fprintf-posix.out: Likewise.
3035
3036 2007-04-10  Bruno Haible  <bruno@clisp.org>
3037
3038         * modules/locale-tests: New file.
3039         * tests/test-locale.c: New file.
3040
3041         * modules/locale: New file.
3042         * lib/locale_.h: New file.
3043         * m4/locale_h.m4: New file.
3044
3045 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
3046             Bruno Haible  <bruno@clisp.org>
3047
3048         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
3049         be determined, test for availability of the copysignf, copysign,
3050         copysignl functions.
3051         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
3052         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
3053         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
3054
3055 2007-04-09  Eric Blake  <ebb9@byu.net>
3056
3057         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
3058         * modules/stdio (Makefile.am): Support fflush.
3059         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
3060         * modules/fflush: New file.
3061         * lib/fflush.c: Likewise.
3062         * m4/fflush.m4: Likewise.
3063         * modules/fflush-tests: New test.
3064         * tests/test-fflush.c: Likewise.
3065         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
3066
3067 2007-04-06  Bruno Haible  <bruno@clisp.org>
3068
3069         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
3070         (VASNPRINTF): Use signbit for faster determination whether to print a
3071         minus sign.
3072         * modules/vasnprintf (Files): Remove lib/float+.h.
3073         * modules/fprintf-posix (Depends-on): Add signbit.
3074         * modules/snprintf-posix (Depends-on): Likewise.
3075         * modules/sprintf-posix (Depends-on): Likewise.
3076         * modules/vasnprintf-posix (Depends-on): Likewise.
3077         * modules/vasprintf-posix (Depends-on): Likewise.
3078         * modules/vfprintf-posix (Depends-on): Likewise.
3079         * modules/vsnprintf-posix (Depends-on): Likewise.
3080         * modules/vsprintf-posix (Depends-on): Likewise.
3081
3082 2007-04-06  Bruno Haible  <bruno@clisp.org>
3083
3084         * tests/test-frexp.c (main): Test also the sign bit of zero results.
3085         * tests/test-frexpl.c (main): Likewise.
3086         * tests/test-ldexpl.c (main): Likewise.
3087         * modules/frexp-tests (Depends-on): Add signbit.
3088         * modules/frexpl-tests (Depdends-on): Likewise.
3089         * modules/ldexpl-tests (Depdends-on): Likewise.
3090
3091 2007-04-06  Bruno Haible  <bruno@clisp.org>
3092
3093         * modules/signbit-tests: New file.
3094         * tests/test-signbit.c: New file.
3095
3096         * modules/signbit: New file.
3097         * lib/signbitf.c: New file.
3098         * lib/signbitd.c: New file.
3099         * lib/signbitl.c: New file.
3100         * m4/signbit.m4: New file.
3101         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
3102         (signbit): New macro.
3103         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
3104         REPLACE_SIGNBIT.
3105         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
3106         REPLACE_FREXPL into math.h.
3107
3108 2007-04-06  Bruno Haible  <bruno@clisp.org>
3109
3110         * modules/isnanf-nolibm-tests: New file.
3111         * tests/test-isnanf.c: New file.
3112
3113         * modules/isnanf-nolibm: New file.
3114         * lib/isnanf.h: New file.
3115         * lib/isnanf.c: New file.
3116         * lib/isnan.c: Consider the USE_FLOAT macro.
3117         * m4/isnanf.m4: New file.
3118
3119 2007-04-06  Bruno Haible  <bruno@clisp.org>
3120
3121         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
3122         (Link): New section.
3123
3124         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
3125
3126 2007-04-06  Bruno Haible  <bruno@clisp.org>
3127
3128         Assume the 'long double' type.
3129         * m4/longdouble.m4: Remove file.
3130         * config/srclist.txt: Don't mention longdouble.m4.
3131         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
3132         * lib/float+.h: Likewise.
3133         * lib/frexp.c: Likewise.
3134         * lib/printf-args.h: Likewise.
3135         * lib/printf-args.c: Likewise.
3136         * lib/printf-frexp.c: Likewise.
3137         * lib/printf-parse.c: Likewise.
3138         * lib/vasnprintf.c: Likewise.
3139         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
3140         * m4/intl.m4: Likewise.
3141         * m4/isnanl.m4: Likewise.
3142         * m4/printf.m4: Likewise.
3143         * m4/printf-frexpl.m4: Likewise.
3144         * m4/vasnprintf.m4: Likewise.
3145         * modules/allocsa (Files): Remove m4/longdouble.m4.
3146         * modules/gettext (Files): Likewise.
3147         * modules/relocatable-prog-wrapper (Files): Likewise.
3148         * modules/vasnprintf (Files): Likewise.
3149         * modules/isnanl (Files): Likewise.
3150         (Include): Simplify.
3151         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
3152         (Include): Simplify.
3153         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
3154         (Include): Simplify.
3155         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
3156         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3157         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
3158         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3159         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
3160         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3161         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
3162         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3163         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
3164         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3165         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
3166         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3167         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
3168         * tests/test-isnanl.c: Likewise.
3169         * tests/test-snprintf-posix.h: Likewise.
3170         * tests/test-sprintf-posix.h: Likewise.
3171         * tests/test-vasnprintf-posix.c: Likewise.
3172         * tests/test-vasnprintf-posix2.c: Likewise.
3173         * tests/test-vasprintf-posix.c: Likewise.
3174
3175 2007-04-06  Bruno Haible  <bruno@clisp.org>
3176
3177         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
3178         * lib/math_.h [__DECC]: Include the overridden include file through
3179         #include_next, outside the double-inclusion guard.
3180         * lib/stdio_.h [__DECC]: Likewise.
3181         * lib/stdlib_.h [__DECC]: Likewise.
3182         * lib/string_.h [__DECC]: Likewise.
3183         * lib/time_.h [__DECC]: Likewise.
3184         * lib/wchar_.h [__DECC]: Likewise.
3185         * lib/wctype_.h [__DECC]: Likewise.
3186         * lib/inttypes_.h [__DECC]: Likewise.
3187         Reported by Albert Chin <china@thewrittenword.com> in
3188         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
3189
3190 2007-04-04  Eric Blake  <ebb9@byu.net>
3191
3192         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
3193         1.5.x.
3194
3195 2007-04-04  Bruno Haible  <bruno@clisp.org>
3196
3197         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
3198         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
3199
3200 2007-04-04  Bruno Haible  <bruno@clisp.org>
3201
3202         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
3203         results for "%010a" of Infinity and NaN.
3204         * tests/test-vasprintf-posix.c (test_function): Likewise.
3205         * tests/test-snprintf-posix.h (test_function): Likewise.
3206         * tests/test-sprintf-posix.h (test_function): Likewise.
3207         * tests/test-fprintf-posix.h (test_function): Remove these tests.
3208         * tests/test-printf-posix.h (test_function): Likewise.
3209         * tests/test-fprintf-posix.out: Update.
3210         Needed for FreeBSD 6.1.
3211
3212 2007-04-04  Bruno Haible  <bruno@clisp.org>
3213
3214         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
3215         directly used by the gnulib modules nor by gnulib-tool.
3216
3217 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
3218
3219         * DEPENDENCIES: Give overall description of version dependency
3220         desirability.  Use more-typical names for apps.
3221         Add shell, coreutils, diffutils, grep, tar, gzip.
3222
3223 2007-04-04  Simon Josefsson  <simon@josefsson.org>
3224
3225         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
3226
3227 2007-04-04  Karl Berry  <karl@gnu.org>
3228
3229         * MODULES.html.sh (func_module): missing '.
3230
3231 2007-04-03  Bruno Haible  <bruno@clisp.org>
3232
3233         * modules/argmatch-tests (Makefile.am): New variable
3234         test_argmatch_LDADD.
3235         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
3236         * modules/array-list-tests (Makefile.am): New variable
3237         test_array_list_LDADD.
3238         * modules/array-oset-tests (Makefile.am): New variable
3239         test_array_oset_LDADD.
3240         * modules/avltree-list-tests (Makefile.am): New variable
3241         test_avltree_list_LDADD.
3242         * modules/avltree-oset-tests (Makefile.am): New variable
3243         test_avltree_oset_LDADD.
3244         * modules/avltreehash-list-tests (Makefile.am): New variable
3245         test_avltreehash_list_LDADD.
3246         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
3247         test_canonicalize_lgpl_LDADD.
3248         * modules/carray-list-tests (Makefile.am): New variable
3249         test_carray_list_LDADD.
3250         * modules/dirname-tests (Makefile.am): New variable
3251         test_dirname_LDADD.
3252         * modules/linked-list-tests (Makefile.am): New variable
3253         test_linked_list_LDADD.
3254         * modules/linkedhash-list-tests (Makefile.am): New variable
3255         test_linkedhash_list_LDADD.
3256         * modules/rbtree-list-tests (Makefile.am): New variable
3257         test_rbtree_list_LDADD.
3258         * modules/rbtree-oset-tests (Makefile.am): New variable
3259         test_rbtree_oset_LDADD.
3260         * modules/rbtreehash-list-tests (Makefile.am): New variable
3261         test_rbtreehash_list_LDADD.
3262         * modules/xvasprintf-tests (Makefile.am): New variable
3263         test_xvasprintf_LDADD.
3264         Reported by Eric Blake.
3265
3266 2007-04-03  Eric Blake  <ebb9@byu.net>
3267
3268         * DEPENDENCIES: Weaken m4 requirements.
3269
3270 2007-04-03  Bruno Haible  <bruno@clisp.org>
3271
3272         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
3273         * modules/isnanl-tests (configure.ac): Likewise.
3274
3275 2007-04-03  Ben Pfaff  <blp@gnu.org>
3276
3277         * modules/iconv_open: Add $(srcdir)/ to source directory
3278         references in Makefile fragments that call gperf, to fix VPATH
3279         builds.
3280
3281 2007-04-03  Bruno Haible  <bruno@clisp.org>
3282
3283         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
3284         * lib/ldexpl.c: Undo last change.
3285
3286 2007-04-03  Bruno Haible  <bruno@clisp.org>
3287
3288         * modules/printf-frexpl (Depends-on): Undo last change.
3289         (Files): Add m4/ldexpl.m4.
3290
3291 2007-04-03  Bruno Haible  <bruno@clisp.org>
3292
3293         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
3294         * modules/isnanl (Link): New section.
3295
3296         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
3297         * modules/frexp (Link): New section.
3298
3299         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
3300         * modules/frexpl (Link): New section.
3301
3302         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
3303         * modules/ldexpl (Link): New section.
3304
3305 2007-04-03  Bruno Haible  <bruno@clisp.org>
3306
3307         * modules/TEMPLATE-EXTENDED: New file.
3308         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
3309
3310 2007-04-03  Bruno Haible  <bruno@clisp.org>
3311
3312         * DEPENDENCIES: New file.
3313         Suggested by Simon Josefsson.
3314
3315 2007-04-03  Bruno Haible  <bruno@clisp.org>
3316
3317         * doc/gnulib.texi: Escape @.
3318
3319 2007-04-03  James Youngman  <jay@gnu.org>
3320         and Paul Eggert  <eggert@cs.ucla.edu>
3321
3322         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
3323         birthtime on all systems that have birthtime, not just those which
3324         use st_birthtimensec rather than st_birthtim.  Putting zero in
3325         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
3326         that the birth time is not available for files on an NFS mount.
3327
3328 2007-04-03  Simon Josefsson  <simon@josefsson.org>
3329
3330         * modules/memxor: Move back from crypto/, suggested by Bruno.
3331         * modules/crypto/hmac-sha1: Fix memxor dependency.
3332
3333         * modules/crypto/gc: Moved from ../.
3334
3335 2007-04-02  Eric Blake  <ebb9@byu.net>
3336
3337         * lib/ldexpl.c (includes): Avoid libm.
3338
3339         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
3340
3341 2007-04-02  Bruno Haible  <bruno@clisp.org>
3342
3343         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
3344         on IRIX.
3345
3346 2007-04-02  Bruno Haible  <bruno@clisp.org>
3347
3348         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
3349         x86 or x86_64 platforms running MacOS X.
3350         Reported by Ryan Schmidt <@ryandesign.com>.
3351
3352 2007-04-02  Bruno Haible  <bruno@clisp.org>
3353
3354         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
3355         i386.
3356
3357 2007-04-01  Simon Josefsson  <simon@josefsson.org>
3358
3359         * modules/crypto/arcfour: Moved from ../.
3360         * modules/crypto/arcfour-tests: Moved from ../.
3361         * modules/crypto/arctwo: Moved from ../.
3362         * modules/crypto/arctwo-tests: Moved from ../.
3363         * modules/crypto/des: Moved from ../.
3364         * modules/crypto/des-tests: Moved from ../.
3365         * modules/crypto/gc-arcfour: Moved from ../.
3366         * modules/crypto/gc-arcfour-tests: Moved from ../.
3367         * modules/crypto/gc-arctwo: Moved from ../.
3368         * modules/crypto/gc-arctwo-tests: Moved from ../.
3369         * modules/crypto/gc-des: Moved from ../.
3370         * modules/crypto/gc-des-tests: Moved from ../.
3371         * modules/crypto/gc-hmac-md5: Moved from ../.
3372         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
3373         * modules/crypto/gc-hmac-sha1: Moved from ../.
3374         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
3375         * modules/crypto/gc-md2: Moved from ../.
3376         * modules/crypto/gc-md2-tests: Moved from ../.
3377         * modules/crypto/gc-md4: Moved from ../.
3378         * modules/crypto/gc-md4-tests: Moved from ../.
3379         * modules/crypto/gc-md5: Moved from ../.
3380         * modules/crypto/gc-md5-tests: Moved from ../.
3381         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
3382         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
3383         * modules/crypto/gc-random: Moved from ../.
3384         * modules/crypto/gc-rijndael: Moved from ../.
3385         * modules/crypto/gc-rijndael-tests: Moved from ../.
3386         * modules/crypto/gc-sha1: Moved from ../.
3387         * modules/crypto/gc-sha1-tests: Moved from ../.
3388         * modules/crypto/gc-tests: Moved from ../.
3389         * modules/crypto/hmac-md5: Moved from ../.
3390         * modules/crypto/hmac-md5-tests: Moved from ../.
3391         * modules/crypto/hmac-sha1: Moved from ../.
3392         * modules/crypto/hmac-sha1-tests: Moved from ../.
3393         * modules/crypto/md2: Moved from ../.
3394         * modules/crypto/md2-tests: Moved from ../.
3395         * modules/crypto/md4: Moved from ../.
3396         * modules/crypto/md4-tests: Moved from ../.
3397         * modules/crypto/md5: Moved from ../.
3398         * modules/crypto/md5-tests: Moved from ../.
3399         * modules/crypto/memxor: Moved from ../.
3400         * modules/crypto/rijndael: Moved from ../.
3401         * modules/crypto/rijndael-tests: Moved from ../.
3402         * modules/crypto/sha1: Moved from ../.
3403
3404 2007-03-30  James Youngman  <jay@gnu.org>
3405
3406         * tests/test-stat-time.c (prepare_test): use chmod() rather than
3407         rename() to change the ctime of a file (because ctime is unaffected
3408         by rename on jfs2 on AIX 5.1).
3409         (main): Start by doing cleanup, in case a previous run failed leaving
3410         test files behind.
3411
3412 2007-03-31  Bruno Haible  <bruno@clisp.org>
3413
3414         Support old proprietary implementations of iconv.
3415         * modules/iconv_open: New file.
3416         * lib/iconv_.h: New file.
3417         * m4/iconv_h.m4: New file.
3418         * lib/iconv_open.c: New file.
3419         * lib/iconv_open-aix.gperf: New file.
3420         * lib/iconv_open-hpux.gperf: New file.
3421         * lib/iconv_open-irix.gperf: New file.
3422         * lib/iconv_open-osf.gperf: New file.
3423         * m4/iconv_open.m4: New file.
3424         * modules/linebreak (Depends-on): Add iconv_open.
3425         * modules/striconv (Depends-on): Likewise.
3426         * modules/striconveh (Depends-on): Likewise.
3427         * modules/unicodeio (Depends-on): Likewise.
3428         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
3429         (iconv_t)(-1).
3430         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
3431         conversion if cd is (iconv_t)(-1).
3432         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
3433         is not possible.
3434
3435 2007-03-31  Bruno Haible  <bruno@clisp.org>
3436
3437         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
3438         work on Solaris either. Protect also second use of "autodetect_jp".
3439
3440 2007-03-31  Bruno Haible  <bruno@clisp.org>
3441
3442         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
3443         the function is not present.
3444
3445 2007-03-31  Bruno Haible  <bruno@clisp.org>
3446
3447         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
3448         the function is not present.
3449
3450 2007-03-31  Bruno Haible  <bruno@clisp.org>
3451
3452         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
3453         a bug in HP-UX iconv_open().
3454
3455 2007-03-31  Bruno Haible  <bruno@clisp.org>
3456
3457         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
3458         (Mathematics <math.h>): New section, add fpieee.
3459         (Input/output <stdio.h>): Add fseterr.
3460         (Mathematics <math.h>): New section, add printf-frexp.
3461         (Container data structures): Add sublist.
3462         (Core language properties): Add fpucw, inline.
3463         (Functions for greatest-width integer types <inttypes.h>): Add
3464         imaxabs, imaxdiv, inttypes.
3465         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
3466         isnanl-nolibm, ldexp.
3467         (Mathematics <math.h>): New section, add printf-frexpl.
3468         (Support for systems lacking POSIX:2001): Add fprintf-posix,
3469         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
3470         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
3471         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
3472         (Unicode string functions): Add unistr/u*-mbtoucr.
3473         (Java): Add javacomp-script, javaexec-script.
3474         (C#): Add csharpcomp-script, csharpexec-script.
3475         (Support for building libraries and executables): Add havelib,
3476         relocatable-*.
3477         (Support for maintaining and releasing projects): Renamed from
3478         'Support for maintaining and release projects'. Add announce-gen.
3479
3480 2007-03-31  Bruno Haible  <bruno@clisp.org>
3481
3482         * README: Talk primarily about git.
3483         (git and CVS): Renamed from CVS.
3484         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
3485         gnulib is available through git.
3486         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
3487
3488 2007-03-30  Bruno Haible  <bruno@clisp.org>
3489
3490         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
3491         * lib/poll_.h: Likewise.
3492         * lib/stat_.h: Likewise.
3493         * lib/sys_time_.h: Likewise.
3494         * lib/sysexit_.h: Likewise.
3495         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
3496         * lib/stdbool_.h: Likewise.
3497         * lib/byteswap_.h: Add double-inclusion guard.
3498
3499 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
3500
3501         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
3502
3503 2007-03-30  Karl Berry  <karl@gnu.org>
3504
3505         * config/srclist-update: double space after USA in the license
3506         substitution, since that's how it's usually (?) written.
3507
3508 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
3509
3510         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
3511         reported by Bruno Haible.
3512
3513 2007-03-29  Bruno Haible  <bruno@clisp.org>
3514
3515         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
3516         a bug in AIX iconv().
3517
3518 2007-03-29  Bruno Haible  <bruno@clisp.org>
3519
3520         * modules/ldexpl-tests: New file.
3521         * tests/test-ldexpl.c: New file.
3522
3523 2007-03-29  Bruno Haible  <bruno@clisp.org>
3524
3525         * lib/ldexpl.c: Include fpucw.h.
3526         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
3527         multiplication.
3528         * modules/ldexpl (Depends-on): Add fpucw.
3529
3530 2007-03-29  Bruno Haible  <bruno@clisp.org>
3531
3532         * modules/ldexpl: New file.
3533         * m4/ldexpl.m4: New file.
3534         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
3535         set.
3536         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
3537         REPLACE_LDEXPL.
3538         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
3539         REPLACE_LDEXPL.
3540         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
3541         gl_FUNC_LDEXPL_WORKS.
3542         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
3543         * modules/mathl (Files): Remove lib/ldexpl.c.
3544         (Depends-on): Add ldexpl.
3545
3546 2007-03-29  Bruno Haible  <bruno@clisp.org>
3547
3548         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
3549
3550 2007-03-29  Bruno Haible  <bruno@clisp.org>
3551
3552         * tests/test-striconveh.c (main): Don't assume that a direct conversion
3553         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
3554         and possibly also HP-UX.
3555         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
3556         work on AIX, IRIX, HP-UX, OSF/1.
3557         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
3558         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
3559         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
3560         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
3561         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
3562         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
3563
3564 2007-03-29  Bruno Haible  <bruno@clisp.org>
3565
3566         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
3567
3568 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
3569
3570         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
3571         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
3572
3573 2007-03-29  Eric Blake  <ebb9@byu.net>
3574
3575         * lib/acl-internal.h: Remove redundant include.
3576         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
3577         Cygwin when a file is locked.
3578
3579 2007-03-29  Bruno Haible  <bruno@clisp.org>
3580
3581         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
3582         file.
3583         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
3584
3585 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
3586
3587         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
3588         try to remove a parent directory if the child couldn't be removed
3589         (except for the first rmdir, which could fail because the child
3590         doesn't exist).  Problem reported by Jeff Blaine in
3591         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
3592
3593 2007-03-28  Bruno Haible  <bruno@clisp.org>
3594
3595         * lib/striconveh.c (utf8conv_carefully): New function.
3596         (mem_cd_iconveh_internal): Invoke it.
3597
3598 2007-03-28  Bruno Haible  <bruno@clisp.org>
3599
3600         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
3601         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
3602         input.
3603         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
3604         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
3605         unistr/u8-uctomb.
3606
3607 2007-03-28  Bruno Haible  <bruno@clisp.org>
3608
3609         * modules/unistr/u8-mbtoucr: New file.
3610         * lib/unistr/u8-mbtoucr.c: New file.
3611         * modules/unistr/u16-mbtoucr: New file.
3612         * lib/unistr/u16-mbtoucr.c: New file.
3613         * modules/unistr/u16-mbtoucr: New file.
3614         * lib/unistr/u16-mbtoucr.c: New file.
3615         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
3616
3617 2007-03-27  Simon Josefsson  <simon@josefsson.org>
3618             Bruno Haible  <bruno@clisp.org>
3619
3620         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
3621         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
3622         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
3623
3624         * m4/stdio_h.m4: Add stubs for vasprintf too.
3625
3626         * modules/stdio: Support vasprintf in sed command.
3627
3628         * modules/vasprintf: Depend on stdio for prototypes.  Remove
3629         vasprintf.h.  Add stdio module indicator.
3630
3631         * lib/stdio_.h: Declare asprintf and vasprintf, based on
3632         vasprintf.h.
3633
3634         * lib/vasprintf.h: File removed.
3635
3636         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
3637         * lib/vasprintf.c: Ditto.
3638         * lib/xvasprintf.c: Ditto.
3639         * tests/test-vasprintf-posix.c: Ditto.
3640         * tests/test-vasprintf.c: Ditto.
3641
3642 2007-03-27  Bruno Haible  <bruno@clisp.org>
3643
3644         Make vasnprintf multithread-safe.
3645         * lib/vasnprintf.c (decimal_point_char): New function.
3646         (VASNPRINTF): Use it.
3647         Suggested by Simon Josefsson.
3648
3649 2007-03-27  Eric Blake  <ebb9@byu.net>
3650
3651         Support sub-second birthtime on cygwin.
3652         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
3653         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
3654         (get_stat_birthtime): Also work with st_birthtim.
3655
3656 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
3657
3658         * lib/stat-time.h (USE_BIRTHTIME): Remove.
3659         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
3660         (get_stat_birthtime_ns): Do not try to use "spare" fields.
3661         (get_stat_birthtime_ns): Simplify compile-time tests.
3662         (get_stat_birthtime): Change the API to look like
3663         get_stat_mtime etc., except return a negative tv_nsec on error.
3664         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
3665         Don't check for "spare" fields.
3666         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
3667         or for struct stat.st_birthtime, as these tests aren't used.
3668         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
3669
3670 2007-03-27  Bruno Haible  <bruno@clisp.org>
3671
3672         * lib/stat-time.h: Include <sys/stat.h>.
3673
3674 2007-03-27  James Youngman  <jay@gnu.org>
3675
3676         * lib/stat-time.h (get_stat_birthtime): New function for
3677           retrieving st_birthtime as provided by UFS2 (hence *BSD).
3678         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
3679           and its variants.
3680         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
3681         * modules/stat-time-test: New file.
3682         * tests/test-stat-time.c: New test, devised by Bruno Haible.
3683
3684 2007-03-26  Bruno Haible  <bruno@clisp.org>
3685
3686         Better support of signalling NaNs.
3687         * lib/atanl.c: Include isnanl.h.
3688         (atanl): Perform test for NaN at the beginning of the function and
3689         through a call to isnanl.
3690         * lib/cosl.c: Include isnanl.h.
3691         (cosl): Perform test for NaN at the beginning of the function and
3692         through a call to isnanl.
3693         * lib/ldexpl.c: Include isnanl.h.
3694         (ldexpl): Perform test for NaN through a call to isnanl.
3695         * lib/logl.c: Include isnanl.h.
3696         (logl): Perform test for NaN at the beginning of the function and
3697         through a call to isnanl.
3698         * lib/sinl.c: Include isnanl.h.
3699         (sinl): Perform test for NaN at the beginning of the function and
3700         through a call to isnanl.
3701         * lib/sqrtl.c: Include isnanl.h.
3702         (sqrtl): Perform test for NaN at the beginning of the function and
3703         through a call to isnanl.
3704         * lib/tanl.c: Include isnanl.h.
3705         (tanl): Perform test for NaN at the beginning of the function and
3706         through a call to isnanl.
3707         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
3708         * modules/mathl (Depends-on): Add isnanl.
3709
3710 2007-03-26  Eric Blake  <ebb9@byu.net>
3711
3712         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
3713         regression in logic sense of previous patch.
3714
3715 2007-03-26  Bruno Haible  <bruno@clisp.org>
3716
3717         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
3718         unportable shell command "if ! ...".
3719         Reported by Ralf Wildenhues.
3720
3721 2007-03-25  Bruno Haible  <bruno@clisp.org>
3722
3723         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
3724         <sysexits.h> file, and only add EX_CONFIG.
3725         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
3726         absolute file name and whether it is sufficient. Substitute also
3727         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
3728         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
3729         ABSOLUTE_SYSEXITS_H into sysexits.h.
3730
3731 2007-03-25  Bruno Haible  <bruno@clisp.org>
3732
3733         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
3734         hints is NULL.
3735
3736 2007-03-25  Bruno Haible  <bruno@clisp.org>
3737
3738         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
3739         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
3740
3741 2007-03-25  Bruno Haible  <bruno@clisp.org>
3742
3743         * lib/vasnprintf.c: Include langinfo.h.
3744         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
3745         multithread-safe.
3746         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
3747         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
3748         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
3749         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
3750         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
3751         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
3752         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
3753         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
3754         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
3755         Reported by Simon Josefsson.
3756
3757 2007-03-25  Bruno Haible  <bruno@clisp.org>
3758
3759         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
3760         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
3761         * modules/vasnprintf (Depends-on): Add stdint.
3762
3763 2007-03-25  Bruno Haible  <bruno@clisp.org>
3764
3765         * modules/fpieee: New file.
3766         * m4/fpieee.m4: New file.
3767         * modules/isnan-nolibm (Depends-on): Add fpieee.
3768         * modules/isnanl-nolibm (Depends-on): Add fpieee.
3769         * modules/isnanl (Depends-on): Add fpieee.
3770
3771 2007-03-25  Bruno Haible  <bruno@clisp.org>
3772
3773         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
3774
3775 2007-03-25  Bruno Haible  <bruno@clisp.org>
3776
3777         Avoid test failures on IRIX 6.5.
3778         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
3779         (main): Use it.
3780         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
3781         macros.
3782         (main): Use them.
3783
3784 2007-03-25  Bruno Haible  <bruno@clisp.org>
3785
3786         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
3787         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
3788         exists but doesn't work.
3789         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
3790         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
3791         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
3792         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
3793
3794 2007-03-25  Bruno Haible  <bruno@clisp.org>
3795
3796         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
3797         returns inf. Needed on IRIX 6.5.
3798
3799 2007-03-25  Bruno Haible  <bruno@clisp.org>
3800
3801         * tests/test-frexpl.c: Include isnanl-nolibm.h.
3802         (main): Use isnanl instead of x != x idiom.
3803         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
3804
3805         * tests/test-frexp.c: Include isnan.h.
3806         (main): Use isnan instead of x != x idiom.
3807         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
3808
3809 2007-03-25  Bruno Haible  <bruno@clisp.org>
3810
3811         * tests/test-frexp.c (NaN): New function/macro.
3812         (main): Use it instead of 0.0 / 0.0.
3813         * tests/test-isnan.c (NaN): New function/macro.
3814         (main): Use it instead of 0.0 / 0.0.
3815         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
3816         (test_function): Use it instead of 0.0 / 0.0.
3817         * tests/test-vasprintf-posix.c (NaN): New function/macro.
3818         (test_function): Use it instead of 0.0 / 0.0.
3819         * tests/test-snprintf-posix.h (NaN): New function/macro.
3820         (test_function): Use it instead of 0.0 / 0.0.
3821         * tests/test-sprintf-posix.h (NaN): New function/macro.
3822         (test_function): Use it instead of 0.0 / 0.0.
3823         * tests/test-fprintf-posix.h (NaN): New function/macro.
3824         (test_function): Use it instead of 0.0 / 0.0.
3825         * tests/test-printf-posix.h (NaN): New function/macro.
3826         (test_function): Use it instead of 0.0 / 0.0.
3827
3828         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
3829
3830 2007-03-25  Bruno Haible  <bruno@clisp.org>
3831
3832         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
3833
3834 2007-03-25  Bruno Haible  <bruno@clisp.org>
3835
3836         * lib/regexec.c (merge_state_with_log): Make static.
3837
3838 2007-03-25  Bruno Haible  <bruno@clisp.org>
3839
3840         * lib/trigl.c (kernel_rem_pio2): Make static.
3841
3842 2007-03-25  Bruno Haible  <bruno@clisp.org>
3843
3844         * lib/sincosl.c (sincosl_table): Make static.
3845
3846 2007-03-25  Bruno Haible  <bruno@clisp.org>
3847
3848         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
3849         if the compiler does not support C99.
3850
3851 2007-03-25  Bruno Haible  <bruno@clisp.org>
3852
3853         * modules/time (Makefile.am): Ensure all rule action lines start with a
3854         tab.
3855
3856 2007-03-24  Bruno Haible  <bruno@clisp.org>
3857
3858         * modules/tsearch-tests: New file.
3859         * tests/test-tsearch.sh: New file.
3860         * tests/test-tsearch.c: New file, mostly copied from glibc.
3861
3862         * modules/search-tests: New file.
3863         * tests/test-search.c: New file.
3864
3865         * modules/search: New file.
3866         * lib/search_.h: New file, incorporating lib/tsearch.h.
3867         * m4/search_h.m4: New file.
3868         * lib/tsearch.h: Remove file.
3869         * lib/tsearch.c: Include search.h instead of tsearch.h.
3870         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
3871         HAVE_TSEARCH.
3872         * modules/tsearch (Files): Remove lib/tsearch.h.
3873         (Depends-on): Add search.
3874         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
3875         (Include): Change tsearch.h into search.h.
3876
3877 2007-03-24  Bruno Haible  <bruno@clisp.org>
3878
3879         * modules/fpucw: New file.
3880         * lib/fpucw.h: New file.
3881         * lib/frexp.c: Include fpucw.h.
3882         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
3883         (FUNC): Use them.
3884         * lib/printf-frexp.c: Include fpucw.h.
3885         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
3886         (FUNC): Use them.
3887         * lib/vasnprintf.c: Include fpucw.h.
3888         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
3889         'long double' calculations.
3890         * tests/test-frexpl.c: Include fpucw.h.
3891         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
3892         * tests/test-printf-frexpl.c: Include fpucw.h.
3893         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
3894         * modules/frexpl (Depends-on): Add fpucw.
3895         * modules/printf-frexpl (Depends-on): Likewise.
3896         * modules/fprintf-posix (Depends-on): Likewise.
3897         * modules/snprintf-posix (Depends-on): Likewise.
3898         * modules/sprintf-posix (Depends-on): Likewise.
3899         * modules/vasnprintf-posix (Depends-on): Likewise.
3900         * modules/vasprintf-posix (Depends-on): Likewise.
3901         * modules/vfprintf-posix (Depends-on): Likewise.
3902         * modules/vsnprintf-posix (Depends-on): Likewise.
3903         * modules/vsprintf-posix (Depends-on): Likewise.
3904         * modules/frexpl-tests (Depends-on): Likewise.
3905         * modules/printf-frexpl-tests (Depends-on): Likewise.
3906
3907 2007-03-24  Bruno Haible  <bruno@clisp.org>
3908
3909         * lib/float+.h: New file.
3910         * lib/isnan.c: Include float+.h.
3911         (SIZE): New macro.
3912         (FUNC): Compare only SIZE bytes of the value.
3913         * lib/vasnprintf.c: Include float+.h.
3914         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
3915         SIZEOF_LDBL or SIZEOF_DBL bytes.
3916         * modules/isnan-nolibm (Files): Add lib/float+.h.
3917         * modules/isnanl-nolibm (Files): Add lib/float+.h.
3918         * modules/isnanl (Files): Add lib/float+.h.
3919         * modules/vasnprintf (Files): Add lib/float+.h.
3920
3921 2007-03-24  Bruno Haible  <bruno@clisp.org>
3922
3923         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
3924         include isnanl-nolibm.h.
3925
3926 2007-03-24  Bruno Haible  <bruno@clisp.org>
3927
3928         * tests/test-read-file.c (main): Don't produce spurious output for
3929         expected situations. Make the test fail if it encountered unexpected
3930         results.
3931
3932 2007-03-24  Bruno Haible  <bruno@clisp.org>
3933
3934         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
3935         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
3936
3937 2007-03-24  Bruno Haible  <bruno@clisp.org>
3938
3939         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
3940
3941 2007-03-24  Bruno Haible  <bruno@clisp.org>
3942
3943         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
3944         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
3945
3946         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
3947         * modules/utf8-ucs4: Turn into a symbolic link to module
3948         unistr/u8-mbtouc.
3949
3950         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
3951         utf8-ucs4-unsafe.
3952         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
3953         unistr/u8-mbtouc-unsafe.
3954
3955         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
3956         * modules/utf16-ucs4: Turn into a symbolic link to module
3957         unistr/u16-mbtouc.
3958
3959         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
3960         utf16-ucs4-unsafe.
3961         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
3962         unistr/u16-mbtouc-unsafe.
3963
3964         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
3965         * modules/ucs4-utf8: Turn into a symbolic link to module
3966         unistr/u8-ubtomb.
3967
3968         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
3969         * modules/ucs4-utf16: Turn into a symbolic link to module
3970         unistr/u16-ubtomb.
3971
3972 2007-03-24  Bruno Haible  <bruno@clisp.org>
3973
3974         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
3975         Enable the function only if HAVE_INLINE.
3976         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
3977         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
3978         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
3979         Enable the function only if HAVE_INLINE.
3980         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
3981         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
3982         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
3983         Enable the function only if HAVE_INLINE.
3984         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
3985         Enable the function only if HAVE_INLINE.
3986         * modules/utf8-ucs4: Update.
3987         * modules/utf8-ucs4-unsafe: Update.
3988         * modules/utf16-ucs4: Update.
3989         * modules/utf16-ucs4-unsafe: Update.
3990         * modules/ucs4-utf8: Update.
3991         * modules/ucs4-utf16: Update.
3992
3993 2007-03-24  Bruno Haible  <bruno@clisp.org>
3994
3995         * lib/utf8-ucs4.h: Remove file.
3996         * lib/utf8-ucs4-unsafe.h: Remove file.
3997         * lib/utf16-ucs4.h: Remove file.
3998         * lib/utf16-ucs4-unsafe.h: Remove file.
3999         * lib/ucs4-utf8.h: Remove file.
4000         * lib/ucs4-utf16.h: Remove file.
4001         * lib/unistr.h: Include their previous contents.
4002         * m4/utf-ucs4.m4: Remove file.
4003         * m4/ucs4-utf.m4: Remove file.
4004         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
4005         (Depends-on): Add unistr/base.
4006         (configure.ac): Remove gl_UTF_UCS4.
4007         (Makefile.am): Update.
4008         (Include): Change to unistr.h.
4009         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
4010         (Depends-on): Add unistr/base.
4011         (configure.ac): Remove gl_UTF_UCS4.
4012         (Makefile.am): Update.
4013         (Include): Change to unistr.h.
4014         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
4015         (Depends-on): Add unistr/base.
4016         (configure.ac): Remove gl_UTF_UCS4.
4017         (Makefile.am): Update.
4018         (Include): Change to unistr.h.
4019         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
4020         (Depends-on): Add unistr/base.
4021         (configure.ac): Remove gl_UTF_UCS4.
4022         (Makefile.am): Update.
4023         (Include): Change to unistr.h.
4024         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
4025         (Depends-on): Add unistr/base.
4026         (configure.ac): Remove gl_UCS4_UTF.
4027         (Makefile.am): Update.
4028         (Include): Change to unistr.h.
4029         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
4030         (Depends-on): Add unistr/base.
4031         (configure.ac): Remove gl_UCS4_UTF.
4032         (Makefile.am): Update.
4033         (Include): Change to unistr.h.
4034         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
4035         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
4036         utf8-ucs4-unsafe.h.
4037         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
4038         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
4039         utf16-ucs4-unsafe.h.
4040         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
4041         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
4042         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
4043         * lib/unistr/u8-strchr.c: Likewise.
4044         * lib/unistr/u8-strrchr.c: Likewise.
4045         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
4046         * lib/unistr/u16-strchr.c: Likewise.
4047         * lib/unistr/u16-strrchr.c: Likewise.
4048         * lib/striconveh.c: Update.
4049         * lib/linebreak.c: Update.
4050
4051 2007-03-24  Bruno Haible  <bruno@clisp.org>
4052
4053         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
4054         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
4055
4056 2007-03-22  Bruno Haible  <bruno@clisp.org>
4057
4058         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
4059
4060 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
4061
4062         * MODULES.html.sh (File system functions): New module write-any-file.
4063         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
4064         * m4/write-any-file.m4: New files.
4065
4066 2007-03-23  Eric Blake  <ebb9@byu.net>
4067
4068         * gnulib-tool: Rearrange space-tab sequences, since some editors
4069         like to eat them.
4070
4071 2007-03-23  Eric Blake  <ebb9@byu.net>
4072
4073         * lib/version-etc.c (version_etc_va): Update license wording to
4074         be more concise.  Recommended by Richard Stallman.
4075
4076 2007-03-22  Bruno Haible  <bruno@clisp.org>
4077
4078         * lib/poll.c (MSG_PEEK): New fallback definition.
4079
4080 2007-03-22  Bruno Haible  <bruno@clisp.org>
4081
4082         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
4083         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
4084         (main): Update.
4085         Fixes a compilation error on BeOS.
4086
4087 2007-03-22  Bruno Haible  <bruno@clisp.org>
4088
4089         * modules/frexpl-tests: New file.
4090         * tests/test-frexpl.c: New file.
4091
4092         * modules/frexpl: New file.
4093         * m4/frexpl.m4: New file.
4094         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
4095         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
4096         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
4097         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
4098         (Depends-on): Add frexpl. Remove isnanl-nolibm.
4099         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
4100
4101 2007-03-22  Bruno Haible  <bruno@clisp.org>
4102
4103         * lib/frexpl.c: Share code with lib/frexp.c.
4104         * modules/mathl (Files): Add lib/frexp.c.
4105         (Depends-on): Add isnanl-nolibm.
4106
4107 2007-03-22  Bruno Haible  <bruno@clisp.org>
4108
4109         * modules/printf-frexp (Files): Add m4/frexp.m4.
4110         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
4111         only if the found frexp function actually works.
4112
4113 2007-03-22  Bruno Haible  <bruno@clisp.org>
4114
4115         * lib/frexp.c: Remove older implementation that uses divisions.
4116
4117 2007-03-21  Bruno Haible  <bruno@clisp.org>
4118
4119         * modules/frexp-tests: New file.
4120         * tests/test-frexp.c: New file.
4121
4122         * modules/frexp: New file.
4123         * lib/frexp.c: New file.
4124         * m4/frexp.m4: New file.
4125         * lib/math_.h (frexp): New declaration.
4126         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
4127         REPLACE_FREXP.
4128         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
4129
4130 2007-03-21  Bruno Haible  <bruno@clisp.org>
4131
4132         * modules/isnanl-tests: New file.
4133         * tests/test-isnanl.c: New file.
4134
4135         * modules/isnanl: New file.
4136         * lib/isnanl.h: New file.
4137         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
4138         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
4139         gl_FUNC_ISNANL_WORKS.
4140         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
4141         New macros.
4142
4143 2007-03-21  Bruno Haible  <bruno@clisp.org>
4144
4145         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
4146         lib/isnanl.h.
4147         (Include): Update.
4148         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
4149         * lib/vasnprintf.c: Update.
4150         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
4151         tests/test-isnanl.h, remove tests/test-isnanl.c.
4152         (Makefile.am): Update.
4153         * tests/test-isnanl-nolibm.c: New file.
4154         * tests/test-isnanl.h: New file.
4155         * tests/test-isnanl.c: Remove file.
4156
4157 2007-03-21  Jim Meyering  <jim@meyering.net>
4158
4159         When trying to open ".", treat ESTALE like EACCES.
4160         * lib/savewd.c (savewd_save): Resort to forking not just upon
4161         failure with EACCES, but also when errno is ESTALE.
4162
4163 2007-03-20  Bruno Haible  <bruno@clisp.org>
4164
4165         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
4166         Needed on AIX 5.1. Reported by Matthew Woehlke.
4167
4168 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
4169
4170         Suggestions by Bruno Haible:
4171         * lib/acl-internal.h: Include "gettext.h" rather than rolling
4172         our own.
4173         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
4174         * modules/acl (Depends-on): Add gettext.
4175
4176 2007-03-19  Bruno Haible  <bruno@clisp.org>
4177
4178         * modules/iconvme: Remove file.
4179         * lib/iconvme.h: Remove file.
4180         * lib/iconvme.c: Remove file.
4181         * m4/iconvme.m4: Remove file.
4182
4183 2007-03-19  Bruno Haible  <bruno@clisp.org>
4184
4185         * doc/relocatable-maint.texi: Break long shell script line.
4186         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
4187
4188 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
4189
4190         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
4191         handle file_has_acl.
4192         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
4193         * lib/acl.c: Move header inclusions and related macro defns into
4194         lib/acl-internal.h.
4195         (S_ISLNK): Remove defn, since that's now done for us.
4196         (file_has_acl): Move to lib/file-has-acl.c.
4197         Call acl_trivial if available.  This is the crucial part of the fix.
4198         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
4199         shared within the library.  Rewrite a bit, partly to make it compatible
4200         with the GNU coding style.
4201         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
4202         Remove unnecessary double-quotes.
4203         Don't test for acl_to_text; the build will catch that.
4204         Replace acl_entries if it doesn't exist and it is needed.
4205         Check for -lsec and acl_trivial (as used on Solaris 10).
4206         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
4207         lib/file-has-acl.c.
4208         (Depends-on): Add sys_stat, for S_ISLNK.
4209
4210 2007-03-19  Ben Pfaff  <blp@gnu.org>
4211
4212         * doc/gnulib.texi: Fix typos.
4213         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
4214
4215 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
4216
4217         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
4218         If size is zero here, buf must be zero.
4219
4220 2007-03-19  Simon Josefsson  <simon@josefsson.org>
4221
4222         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
4223         <bruno@clisp.org>.
4224
4225 2007-03-18  Bruno Haible  <bruno@clisp.org>
4226
4227         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
4228         Suggested by Eric Blake.
4229
4230 2007-03-18  Ben Pfaff  <blp@gnu.org>
4231
4232         * doc/relocatable.texi: Recommend using as prefix a directory
4233         that does not exist and will never be created.  Based on
4234         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
4235         and others.
4236
4237 2007-03-17  Bruno Haible  <bruno@clisp.org>
4238
4239         * lib/fchownat.c: Include lchown.h.
4240
4241 2007-03-17  Bruno Haible  <bruno@clisp.org>
4242
4243         Fix endless loop when the given allocated size was > INT_MAX.
4244         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
4245         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
4246         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
4247         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
4248         * lib/sprintf.c (sprintf): Likewise.
4249
4250 2007-03-17  Bruno Haible  <bruno@clisp.org>
4251
4252         * tests/test-argp-2.sh (func_compare): Output a context diff.
4253
4254 2007-03-17  Bruno Haible  <bruno@clisp.org>
4255
4256         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
4257         locale's decimal-point character.
4258
4259 2007-03-17  Bruno Haible  <bruno@clisp.org>
4260
4261         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
4262         before comparing it. Needed because on some platforms (e.g. x86) a
4263         'long double' occupies less bytes than sizeof (long double).
4264
4265 2007-03-17  Bruno Haible  <bruno@clisp.org>
4266
4267         * tests/test-crc.c (main): Make printf statements 64-bit clean.
4268         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
4269         * tests/test-getaddrinfo.c (simple): Likewise.
4270         * tests/test-read-file.c (main): Likewise.
4271
4272 2007-03-17  Bruno Haible  <bruno@clisp.org>
4273
4274         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
4275
4276 2007-03-17  Bruno Haible  <bruno@clisp.org>
4277
4278         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
4279         unused variable.
4280
4281 2007-03-17  Bruno Haible  <bruno@clisp.org>
4282
4283         * tests/test-c-strcasecmp.c: Include c-strcase.h.
4284         * tests/test-c-strncasecmp.c: Likewise.
4285
4286 2007-03-17  Bruno Haible  <bruno@clisp.org>
4287
4288         * modules/stdlib (Depends-on): Add unistd.
4289         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
4290         Needed for MacOS X 10.3.
4291
4292 2007-03-17  Bruno Haible  <bruno@clisp.org>
4293
4294         * lib/unistr/u-strdup.h: Include <stdlib.h>.
4295
4296 2007-03-17  Bruno Haible  <bruno@clisp.org>
4297
4298         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
4299
4300 2007-03-17  Bruno Haible  <bruno@clisp.org>
4301
4302         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
4303         to reflect files copied from gnulib (with or without modifications).
4304         Suggested by Jim Meyering.
4305
4306 2007-03-17  Eric Blake  <ebb9@byu.net>
4307
4308         * NEWS: Document stdlib change from 2007-02-18.
4309
4310 2007-03-17  Jim Meyering  <jim@meyering.net>
4311
4312         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
4313         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
4314         someone uses a name containing shell meta-characters.
4315         Reported by Alfred M. Szmidt.
4316
4317         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
4318
4319 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
4320
4321         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
4322         and copy gettext configuration files only if configure.ac contains
4323         a use of AM_GNU_GETTEXT_VERSION.
4324
4325 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
4326
4327         * build-aux/bootstrap (gnulib_name): New variable.
4328         (gnulib_tool_options): Use it.
4329
4330 2007-03-13  Simon Josefsson  <simon@josefsson.org>
4331
4332         * tests/test-des.c: Use new namespace.
4333
4334 2007-03-15  Bruno Haible  <bruno@clisp.org>
4335
4336         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
4337         Reported by James Youngman <jay@gnu.org>.
4338
4339 2007-03-15  Bruno Haible  <bruno@clisp.org>
4340
4341         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
4342         declared prototype. Needed with cc on OSF/1 5.1.
4343
4344 2007-03-15  Bruno Haible  <bruno@clisp.org>
4345
4346         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
4347         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
4348         (struct gl_list_implementation): Add dispose_fn argument to the
4349         'create_empty', 'create' methods.
4350         (struct gl_list_impl_base): Add field 'dispose_fn'.
4351         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
4352         argument.
4353         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
4354         dispose_fn argument.
4355         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
4356         dispose_fn on the dropped values.
4357         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
4358         dispose_fn argument.
4359         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
4360         dropped values.
4361         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
4362         (gl_tree_remove_node): Call dispose_fn on the dropped value.
4363         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
4364         (gl_tree_remove_node): Call dispose_fn on the dropped value.
4365         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
4366         argument.
4367         (gl_tree_list_free): Call dispose_fn on the dropped values.
4368         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
4369         the dropped values.
4370         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
4371         Add dispose_fn argument.
4372         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
4373         Call dispose_fn on the dropped values.
4374         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
4375         Add dispose_fn argument.
4376         (gl_sublist_create): Initialize the 'dispose_fn' field.
4377         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
4378         * tests/test-array_list.c (main): Update.
4379         * tests/test-carray_list.c (main): Update.
4380         * tests/test-avltree_list.c (main): Update.
4381         * tests/test-rbtree_list.c (main): Update.
4382         * tests/test-avltreehash_list.c (main): Update.
4383         * tests/test-rbtreehash_list.c (main): Update.
4384         * tests/test-linked_list.c (main): Update.
4385         * tests/test-linkedhash_list.c (main): Update.
4386         * tests/test-array_oset.c (main): Update.
4387
4388 2007-03-15  Bruno Haible  <bruno@clisp.org>
4389
4390         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
4391         (gl_oset_create_empty): Add dispose_fn argument.
4392         (struct gl_oset_implementation): Add dispose_fn argument to
4393         'create_empty' method.
4394         (struct gl_oset_impl_base): Add dispose_fn field.
4395         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
4396         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
4397         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
4398         values.
4399         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
4400         (gl_tree_oset_free): Call dispose_fn on the dropped values.
4401         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
4402         dropped value.
4403         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
4404         dropped value.
4405         * tests/test-array_oset.c (main): Update.
4406         * tests/test-avltree_oset.c (main): Update.
4407         * tests/test-rbtree_oset.c (main): Update.
4408         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
4409
4410 2007-03-13  Bruno Haible  <bruno@clisp.org>
4411
4412         * tests/test-stdbool.c (i): Update after last patch.
4413
4414 2007-03-12  Bruno Haible  <bruno@clisp.org>
4415
4416         * lib/quotearg.c: Include <wctype.h> early, before the definition of
4417         the iswprint macro. Needed on Solaris 2.5.1.
4418
4419 2007-03-12  Bruno Haible  <bruno@clisp.org>
4420
4421         * tests/test-printf-frexp.c (main): Declare x as volatile.
4422
4423 2007-03-12  Simon Josefsson  <simon@josefsson.org>
4424
4425         * doc/gnulib.texi (Build robot for gnulib): New section.
4426
4427 2007-03-12  Jim Meyering  <jim@meyering.net>
4428
4429         * build-aux/bootstrap: New file.
4430         * build-aux/bootstrap.conf: New file, from coreutils.
4431
4432 2007-03-11  Bruno Haible  <bruno@clisp.org>
4433
4434         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
4435
4436 2007-03-12  Simon Josefsson  <simon@josefsson.org>
4437
4438         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
4439         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
4440         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
4441
4442 2007-03-11  Bruno Haible  <bruno@clisp.org>
4443
4444         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
4445         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
4446
4447 2007-03-11  Bruno Haible  <bruno@clisp.org>
4448
4449         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
4450         formula. Needed for SunPRO C 5.0.
4451
4452 2007-03-11  Bruno Haible  <bruno@clisp.org>
4453
4454         * modules/long-options (Depends-on): Add getopt.
4455
4456 2007-03-11  Bruno Haible  <bruno@clisp.org>
4457
4458         * modules/modechange (Depends-on): Add stdbool.
4459
4460 2007-03-11  Bruno Haible  <bruno@clisp.org>
4461
4462         * modules/i-ring (Depends-on): Add stdbool.
4463
4464 2007-03-11  Bruno Haible  <bruno@clisp.org>
4465
4466         * modules/gc-des (Depends-on): Add stdbool.
4467
4468 2007-03-11  Bruno Haible  <bruno@clisp.org>
4469
4470         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
4471
4472 2007-03-11  Bruno Haible  <bruno@clisp.org>
4473
4474         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
4475
4476 2007-03-11  Bruno Haible  <bruno@clisp.org>
4477
4478         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
4479
4480 2007-03-11  Bruno Haible  <bruno@clisp.org>
4481
4482         * lib/vasnprintf.c (sprintf): Undefine.
4483
4484 2007-03-11  Bruno Haible  <bruno@clisp.org>
4485
4486         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
4487         initializers in SunPRO C and Compaq C compilers.
4488
4489 2007-03-11  Bruno Haible  <bruno@clisp.org>
4490
4491         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
4492         decrementing code ANSI C compliant.
4493
4494 2007-03-11  Bruno Haible  <bruno@clisp.org>
4495
4496         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
4497         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
4498
4499 2007-03-11  Bruno Haible  <bruno@clisp.org>
4500
4501         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
4502         <stdbool.h> substitute doesn't pass.
4503
4504 2007-03-11  Bruno Haible  <bruno@clisp.org>
4505
4506         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
4507
4508 2007-03-11  Bruno Haible  <bruno@clisp.org>
4509
4510         * gnulib-tool (func_create_megatestdir): Create also an autobuild
4511         script, for submission to autobuild.josefsson.org.
4512
4513 2007-03-10  Bruno Haible  <bruno@clisp.org>
4514
4515         * modules/canonicalize-lgpl-tests: New file.
4516         * tests/test-canonicalize-lgpl.sh: New file.
4517         * tests/test-canonicalize-lgpl.c: New file.
4518
4519         * modules/c-strcase-tests: New file.
4520         * tests/test-c-strcase.sh: New file.
4521         * tests/test-c-strcasecmp.c: New file.
4522         * tests/test-c-strncasecmp.c: New file.
4523
4524         * modules/atexit-tests: New file.
4525         * tests/test-atexit.sh: New file.
4526         * tests/test-atexit.c: New file.
4527
4528 2007-03-10  Bruno Haible  <bruno@clisp.org>
4529
4530         * tests/test-binary-io.sh: Use temporary filenames that are not so
4531         likely to clash with those of other tests (in a parallel make).
4532         * tests/test-binary-io.c: Likewise.
4533
4534 2007-03-10  Bruno Haible  <bruno@clisp.org>
4535
4536         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
4537         fallback; use #error instead.
4538         Suggested by Simon Josefsson.
4539
4540 2007-03-10  Bruno Haible  <bruno@clisp.org>
4541
4542         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
4543         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
4544         first and the last.
4545
4546 2007-03-10  Bruno Haible  <bruno@clisp.org>
4547
4548         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
4549
4550 2007-03-10  Bruno Haible  <bruno@clisp.org>
4551
4552         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
4553         "make distcheck".
4554         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
4555         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
4556         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
4557
4558 2007-03-10  Bruno Haible  <bruno@clisp.org>
4559
4560         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
4561         variable.
4562         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
4563         variable.
4564
4565 2007-03-09  Eric Blake  <ebb9@byu.net>
4566         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
4567
4568         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
4569         types are not being provided by gnulib.
4570         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
4571         types are supported.
4572
4573 2007-03-10  Bruno Haible  <bruno@clisp.org>
4574
4575         * lib/stdio_.h (__attribute__): New macro.
4576         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
4577         vsprintf): Specify __attribute__ __format__ for GCC.
4578         Suggested by Eric Blake.
4579
4580 2007-03-09  Bruno Haible  <bruno@clisp.org>
4581
4582         * modules/printf-posix-tests: New file.
4583         * tests/test-printf-posix.sh: New file.
4584         * tests/test-printf-posix.c: New file.
4585
4586         * modules/printf-posix: New file.
4587         * lib/printf.c: New file.
4588         * m4/printf-posix-rpl.m4: New file.
4589         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
4590         REPLACE_PRINTF.
4591         * lib/stdio_.h (printf): New declaration.
4592         (format, __format__, ____printf____, ____scanf____, ____strftime____,
4593         ____strfmon____): New macros.
4594         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
4595         REPLACE_PRINTF.
4596
4597 2007-03-09  Bruno Haible  <bruno@clisp.org>
4598
4599         * tests/test-vasnprintf-posix2.sh: New file.
4600         * tests/test-vasnprintf-posix2.c: New file.
4601         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
4602         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
4603         (Makefile.am): Activate test-vasnprintf-posix2.sh.
4604
4605         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
4606         a locale dependent decimal point, rather than always '.'.
4607
4608 2007-03-09  Eric Blake  <ebb9@byu.net>
4609
4610         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
4611         spite of platforms like Tandem/NSK that define it to -1.
4612
4613 2007-03-08  Bruno Haible  <bruno@clisp.org>
4614
4615         * modules/vprintf-posix-tests: New file.
4616         * tests/test-vprintf-posix.sh: New file.
4617         * tests/test-vprintf-posix.c: New file.
4618         * tests/test-printf-posix.h: New file.
4619
4620         * modules/vprintf-posix: New file.
4621         * lib/vprintf.c: New file.
4622         * m4/vprintf-posix.m4: New file.
4623         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
4624         REPLACE_VPRINTF.
4625         * lib/stdio_.h (vprintf): New declaration.
4626         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
4627         REPLACE_VPRINTF.
4628
4629 2007-03-08  Bruno Haible  <bruno@clisp.org>
4630
4631         * modules/fprintf-posix-tests: New file.
4632         * tests/test-fprintf-posix.sh: New file.
4633         * tests/test-fprintf-posix.c: New file.
4634
4635         * modules/fprintf-posix: New file.
4636         * lib/fprintf.c: New file.
4637         * m4/fprintf-posix.m4: New file.
4638         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
4639         REPLACE_FPRINTF.
4640         * lib/stdio_.h (fprintf): New declaration.
4641         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
4642         REPLACE_FPRINTF.
4643
4644 2007-03-08  Bruno Haible  <bruno@clisp.org>
4645
4646         * modules/vfprintf-posix-tests: New file.
4647         * tests/test-vfprintf-posix.sh: New file.
4648         * tests/test-vfprintf-posix.c: New file.
4649         * tests/test-fprintf-posix.h: New file.
4650         * tests/test-fprintf-posix.out: New file.
4651
4652         * modules/vfprintf-posix: New file.
4653         * lib/vfprintf.c: New file.
4654         * m4/vfprintf-posix.m4: New file.
4655         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
4656         REPLACE_VFPRINTF.
4657         * lib/stdio_.h (vfprintf): New declaration.
4658         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
4659         REPLACE_VFPRINTF.
4660
4661 2007-03-08  Bruno Haible  <bruno@clisp.org>
4662
4663         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
4664
4665 2007-03-08  Bruno Haible  <bruno@clisp.org>
4666
4667         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
4668         instead of 'expr' invocations.
4669         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4670         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4671         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4672         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4673         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4674         Suggested by Paul Eggert.
4675
4676 2007-03-08  Bruno Haible  <bruno@clisp.org>
4677
4678         * modules/fseterr-tests: New file.
4679         * tests/test-fseterr.c: New file.
4680
4681         * modules/fseterr: New file.
4682         * lib/fseterr.h: New file.
4683         * lib/fseterr.c: New file.
4684
4685 2007-03-08  Bruno Haible  <bruno@clisp.org>
4686
4687         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
4688         * lib/getopt_.h: Likewise.
4689         * lib/mbswidth.h: Likewise.
4690         * lib/setenv.h: Likewise.
4691         * lib/vasnprintf.h: Likewise.
4692         * lib/vasprintf.h: Likewise.
4693         * lib/verror.h: Likewise.
4694         * lib/xsetenv.h: Likewise.
4695         * lib/xvasprintf.h: Likewise.
4696
4697 2007-03-08  Jim Meyering  <jim@meyering.net>
4698
4699         * users.txt: Add parted.
4700
4701         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
4702
4703 2007-03-07  Bruno Haible  <bruno@clisp.org>
4704
4705         * m4/printf.m4: Make the shell script snippets copy&pastable.
4706
4707 2007-03-02  Bruno Haible  <bruno@clisp.org>
4708
4709         * lib/netinet_in_.h: New file.
4710         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
4711         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
4712         * modules/netinet_in (Files): Add lib/netinet_in_.h.
4713         (Depends-on): Add absolute-header.
4714         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
4715         into netinet/in.h.
4716
4717 2007-03-03  Bruno Haible  <bruno@clisp.org>
4718
4719         * lib/sys_select_.h: New file.
4720         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
4721         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
4722         * modules/sys_select (Files): Add lib/sys_select_.h.
4723         (Depends-on): Add absolute-header.
4724         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
4725         into sys/select.h.
4726
4727 2007-03-02  Bruno Haible  <bruno@clisp.org>
4728
4729         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
4730         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
4731         values.
4732         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
4733         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
4734         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
4735         * modules/sys_socket (Depends-on): Add absolute-header.
4736         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
4737         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
4738         (Include): Remove requirement of inclusion of <sys/types.h>.
4739
4740 2007-03-02  Bruno Haible  <bruno@clisp.org>
4741
4742         * lib/byteswap_.h (bswap_32): Fix formula.
4743
4744 2007-03-06  Bruno Haible  <bruno@clisp.org>
4745
4746         * modules/sprintf-posix-tests: New file.
4747         * tests/test-sprintf-posix.c: New file.
4748
4749         * modules/sprintf-posix: New file.
4750         * lib/sprintf.c: New file.
4751         * m4/sprintf-posix.m4: New file.
4752         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
4753         REPLACE_SPRINTF.
4754         * lib/stdio_.h (sprintf): New declaration.
4755         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
4756         REPLACE_SPRINTF.
4757
4758 2007-03-06  Bruno Haible  <bruno@clisp.org>
4759
4760         * modules/vsprintf-posix-tests: New file.
4761         * tests/test-vsprintf-posix.c: New file.
4762         * tests/test-sprintf-posix.h: New file.
4763
4764         * modules/vsprintf-posix: New file.
4765         * lib/vsprintf.c: New file.
4766         * m4/vsprintf-posix.m4: New file.
4767         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
4768         REPLACE_VSPRINTF.
4769         * lib/stdio_.h (vsprintf): New declaration.
4770         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
4771         REPLACE_VSPRINTF.
4772
4773 2007-03-06  Bruno Haible  <bruno@clisp.org>
4774
4775         * modules/vsnprintf (Depend-on): Remove minmax.
4776
4777 2007-03-06  Bruno Haible  <bruno@clisp.org>
4778
4779         * modules/snprintf-posix-tests: New file.
4780         * tests/test-snprintf-posix.c: New file.
4781
4782         * modules/snprintf-posix: New file.
4783         * m4/snprintf-posix.m4: New file.
4784         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
4785         gl_FUNC_SNPRINTF.
4786         (gl_FUNC_SNPRINTF): Invoke it.
4787         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
4788         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
4789         is set.
4790         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
4791
4792 2007-03-06  Bruno Haible  <bruno@clisp.org>
4793
4794         * modules/vsnprintf-posix-tests: New file.
4795         * tests/test-vsnprintf-posix.c: New file.
4796         * tests/test-snprintf-posix.h: New file.
4797
4798         * modules/vsnprintf-posix: New file.
4799         * m4/vsnprintf-posix.m4: New file.
4800         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
4801         gl_FUNC_VSNPRINTF.
4802         (gl_FUNC_VSNPRINTF): Invoke it.
4803         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
4804         * lib/stdio_.h (vsnprintf): Define as a replacement if
4805         REPLACE_VSNPRINTF is set.
4806         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
4807
4808 2007-03-06  Bruno Haible  <bruno@clisp.org>
4809
4810         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
4811         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
4812
4813 2007-03-06  Bruno Haible  <bruno@clisp.org>
4814
4815         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
4816         (asinl): Declare also if HAVE_DECL_ASINL is set.
4817         (atanl): Declare also if HAVE_DECL_ATANL is set.
4818         (ceill): Declare also if HAVE_DECL_CEILL is set.
4819         (cosl): Declare also if HAVE_DECL_COSL is set.
4820         (expl): Declare also if HAVE_DECL_EXPL is set.
4821         (floorl): Declare also if HAVE_DECL_FLOORL is set.
4822         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
4823         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
4824         (logl): Declare also if HAVE_DECL_LOGL is set.
4825         (sinl): Declare also if HAVE_DECL_SINL is set.
4826         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
4827         (tanl): Declare also if HAVE_DECL_TANL is set.
4828         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
4829         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
4830         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
4831         declaration of frexpl, ldexpl.
4832         * modules/printf-frexpl (Depends-on): Add math.
4833         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
4834
4835 2007-03-05  Bruno Haible  <bruno@clisp.org>
4836
4837         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
4838         frexpl and ldexpl are declared.
4839         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
4840
4841 2007-03-05  Bruno Haible  <bruno@clisp.org>
4842
4843         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
4844         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
4845
4846 2007-03-05  Bruno Haible  <bruno@clisp.org>
4847
4848         * lib/stdio_.h: Include <stddef.h>.
4849
4850 2007-03-05  Bruno Haible  <bruno@clisp.org>
4851
4852         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
4853
4854 2007-03-05  Bruno Haible  <bruno@clisp.org>
4855
4856         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
4857         NetBSD 4, from Ralf Wildenhues.
4858
4859 2007-03-04  Bruno Haible  <bruno@clisp.org>
4860
4861         * lib/vasprintf.h: Update #if logic for the case when the functions
4862         exist but are overridden.
4863
4864 2007-03-04  Bruno Haible  <bruno@clisp.org>
4865
4866         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
4867         implementations: glibc-2.4 and MacOS X 10.3.
4868         * tests/test-vasnprintf-posix.c (test_function): Test also the case
4869         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
4870         * tests/test-vasprintf-posix.c (test_function): Likewise.
4871
4872 2007-03-04  Bruno Haible  <bruno@clisp.org>
4873
4874         * modules/vasprintf-posix-tests: New file.
4875         * tests/test-vasprintf-posix.c: New file.
4876
4877         * modules/vasprintf-posix: New file.
4878         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
4879         defined.
4880         * m4/vasprintf-posix.m4: New file.
4881         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
4882         gl_FUNC_VASPRINTF.
4883         (gl_FUNC_VASPRINTF): Invoke it.
4884         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
4885         here.
4886         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
4887
4888 2007-03-04  Bruno Haible  <bruno@clisp.org>
4889
4890         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
4891         REPLACE_GETTIMEOFDAY.
4892         * modules/sys_time (Makefile.am): Likewise.
4893         * m4/sys_time_h.m4: Likewise.
4894         * m4/gettimeofday.m4: Likewise.
4895
4896 2007-03-04  Bruno Haible  <bruno@clisp.org>
4897
4898         * modules/vasnprintf-posix-tests: New file.
4899         * tests/test-vasnprintf-posix.c: New file.
4900
4901         * modules/vasnprintf-posix: New file.
4902         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
4903         printf-frexpl.h.
4904         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
4905         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
4906         REPLACE_VASNPRINTF is defined.
4907         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
4908         gl_FUNC_VASNPRINTF.
4909         (gl_FUNC_VASNPRINTF): Invoke it.
4910         * m4/vasnprintf-posix.m4: New file.
4911         * m4/printf.m4: New file.
4912
4913 2007-03-04  Bruno Haible  <bruno@clisp.org>
4914
4915         Compile progreloc.c only if --enable-relocatable is specified.
4916         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
4917         if --enable-relocatable was specified.
4918         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
4919         lib_SOURCES.
4920
4921 2007-03-04  Jim Meyering  <jim@meyering.net>
4922
4923         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
4924         Use it consistently, rather than enumerating errno constants.
4925
4926 2007-03-04  Bruno Haible  <bruno@clisp.org>
4927
4928         * modules/xvasprintf-tests: New file.
4929         * tests/test-xvasprintf.c: New file.
4930
4931         * modules/vasprintf-tests: New file.
4932         * tests/test-vasprintf.c: New file.
4933
4934         * modules/vasnprintf-tests: New file.
4935         * tests/test-vasnprintf.c: New file.
4936
4937         * modules/vsnprintf-tests: New file.
4938         * tests/test-vsnprintf.c: New file.
4939
4940         * modules/snprintf-tests: New file.
4941         * tests/test-snprintf.c: New file.
4942
4943 2007-03-04  Bruno Haible  <bruno@clisp.org>
4944
4945         Compile relocatable.c only if --enable-relocatable is specified.
4946         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
4947         gl_RELOCATABLE_LIBRARY.
4948         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
4949         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
4950         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
4951         gl_RELOCATABLE_LIBRARY.
4952         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
4953         (Makefile.am): Remove lib_SOURCES.
4954         * modules/relocatable-lib-lgpl (configure.ac): Invoke
4955         gl_RELOCATABLE_LIBRARY.
4956         (Makefile.am): Remove lib_SOURCES.
4957         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
4958         always.
4959         * modules/relocatable-prog-wrapper (configure.ac): Invoke
4960         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
4961
4962 2007-03-04  Bruno Haible  <bruno@clisp.org>
4963
4964         * modules/argmatch-tests: New file.
4965         * tests/test-argmatch.c: New file.
4966
4967         * tests/test-allocsa.c (main): Halve the number of loop runs.
4968
4969         * modules/alloca-opt-tests: New file.
4970         * tests/test-alloca-opt.c: New file.
4971
4972 2007-03-04  Jim Meyering  <jim@meyering.net>
4973
4974         Work around difference between Linux ACLs and Solaris 10 ZFS.
4975         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
4976         for EINVAL.
4977
4978 2007-03-03  Bruno Haible  <bruno@clisp.org>
4979
4980         * modules/relocatable-prog (Depends-on): Add back progreloc's
4981         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
4982
4983 2007-03-03  Bruno Haible  <bruno@clisp.org>
4984
4985         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
4986         * modules/relocatable-lib: New file.
4987
4988 2007-03-03  Bruno Haible  <bruno@clisp.org>
4989
4990         * modules/relocatable-prog: Renamed from modules/relocatable.
4991         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
4992
4993 2007-03-03  Bruno Haible  <bruno@clisp.org>
4994
4995         * modules/relocatable-script (Files): Add doc/relocatable.texi,
4996         m4/relocatable-lib.m4.
4997         (Depends-on): Remove 'relocatable'.
4998         (configure.ac): Add gl_RELOCATABLE_NOP.
4999
5000 2007-03-03  Bruno Haible  <bruno@clisp.org>
5001
5002         * modules/relocatable-prog-wrapper: New file.
5003         * modules/relocatable (Depends-on): Add it. Remove all other
5004         dependencies except progname.
5005         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
5006
5007         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
5008         (gl_FUNC_STRERROR): Nop.
5009         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
5010
5011         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
5012         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
5013
5014         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
5015         (gl_FUNC_READLINK): Update.
5016
5017         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
5018
5019 2007-03-03  Bruno Haible  <bruno@clisp.org>
5020
5021         * lib/xreadlink.c: Include <unistd.h> unconditionally.
5022         * modules/xreadlink (Depends-on): Add unistd.
5023         * modules/xreadlink-with-size (Depends-on): Likewise.
5024
5025 2007-03-03  Bruno Haible  <bruno@clisp.org>
5026
5027         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
5028         extracted from gt_FUNC_SETENV.
5029         (gt_FUNC_SETENV): Remove macro.
5030         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
5031         remove gt_FUNC_SETENV.
5032
5033 2007-03-03  Bruno Haible  <bruno@clisp.org>
5034
5035         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
5036         ENABLE_RELOCATABLE here.
5037         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
5038
5039 2007-03-03  Bruno Haible  <bruno@clisp.org>
5040
5041         * modules/rbtreehash-list-tests (Depends-on): Add progname.
5042         * tests/test-rbtreehash_list.c: Include progname.h.
5043         (main): Call set_program_name.
5044
5045         * modules/rbtree-oset-tests (Depends-on): Add progname.
5046         * tests/test-rbtree_oset.c: Include progname.h.
5047         (main): Call set_program_name.
5048
5049         * modules/rbtree-list-tests (Depends-on): Add progname.
5050         * tests/test-rbtree_list.c: Include progname.h.
5051         (main): Call set_program_name.
5052
5053         * modules/linked-list-tests (Depends-on): Add progname.
5054         * tests/test-linked_list.c: Include progname.h.
5055         (main): Call set_program_name.
5056
5057 2007-03-03  Bruno Haible  <bruno@clisp.org>
5058
5059         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
5060         All uses of __restrict changed to _Restrict_.
5061         * lib/glob_.h (__restrict): Remove macro.
5062
5063 2007-03-02  Bruno Haible  <bruno@clisp.org>
5064
5065         * modules/gettext (configure.ac): Require gettext infrastructure
5066         from version 0.16.1.
5067
5068 2007-03-02  Bruno Haible  <bruno@clisp.org>
5069
5070         * modules/linkedhash-list-tests (Depends-on): Add progname.
5071         * tests/test-linkedhash_list.c: Include progname.h.
5072         (main): Call set_program_name.
5073
5074         * modules/carray-list-tests (Depends-on): Add progname.
5075         * tests/test-carray_list.c: Include progname.h.
5076         (main): Call set_program_name.
5077
5078         * modules/avltreehash-list-tests (Depends-on): Add progname.
5079         * tests/test-avltreehash_list.c: Include progname.h.
5080         (main): Call set_program_name.
5081
5082         * modules/avltree-oset-tests (Depends-on): Add progname.
5083         * tests/test-avltree_oset.c: Include progname.h.
5084         (main): Call set_program_name.
5085
5086         * modules/avltree-list-tests (Depends-on): Add progname.
5087         * tests/test-avltree_list.c: Include progname.h.
5088         (main): Call set_program_name.
5089
5090         * modules/array-oset-tests (Depends-on): Add progname.
5091         * tests/test-array_oset.c: Include progname.h.
5092         (main): Call set_program_name.
5093
5094         * modules/array-list-tests (Depends-on): Add progname.
5095         * tests/test-array_list.c: Include progname.h.
5096         (main): Call set_program_name.
5097
5098         * modules/argp-tests (Depends-on): Add progname.
5099         * tests/test-argp.c: Include argp.h first. Include progname.h.
5100         (main): Call set_program_name.
5101
5102 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
5103
5104         * doc/gnulib-tool.texi (Initial import): Reword description of
5105         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
5106         limited effect even if defined after the first system include.
5107
5108 2007-03-01  Bruno Haible  <bruno@clisp.org>
5109
5110         * build-aux/config.libpath: Update to libtool-1.5.22.
5111         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
5112
5113 2007-03-01  Bruno Haible  <bruno@clisp.org>
5114
5115         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
5116         foo_CFLAGS.
5117         Reported by Ralf Wildenhues.
5118
5119 2007-03-01  Bruno Haible  <bruno@clisp.org>
5120
5121         * build-aux/install-reloc: Remove object files left over by some
5122         compilers.
5123         Reported by Ralf Wildenhues.
5124
5125 2007-03-01  Bruno Haible  <bruno@clisp.org>
5126
5127         * build-aux/install-reloc: Break long lines.
5128
5129 2007-03-01  Bruno Haible  <bruno@clisp.org>
5130
5131         * doc/relocatable.texi: Document that it may not work on OpenBSD.
5132         Reported by Ralf Wildenhues.
5133
5134 2007-03-01  Bruno Haible  <bruno@clisp.org>
5135
5136         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
5137         include ordering constraints.
5138
5139 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
5140
5141         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
5142         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
5143         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
5144         as another example.
5145         * lib/time_.h: Fix misspelling.
5146         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
5147         Require gl_HEADER_TIME_H_DEFAULTS.
5148         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
5149         * m4/time_r.m4 (gl_TIME_R): Likewise.
5150         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
5151
5152 2007-03-01  Bruno Haible  <bruno@clisp.org>
5153
5154         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
5155         * m4/utimens.m4 (gl_UTIMENS): Likewise.
5156
5157 2007-03-01  Jim Meyering  <jim@meyering.net>
5158
5159         * modules/xreadlink (Maintainer): Add my name.
5160         * modules/xreadlink-with-size (Depends-on): Alphabetize.
5161
5162 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
5163             Bruno Haible  <bruno@clisp.org>
5164
5165         * build-aux/install-reloc: Compile also c-ctype.c.
5166         * build-aux/relocatable.sh.in: New file.
5167         * doc/relocatable.texi: New file.
5168         * doc/relocatable-maint.texi: New file.
5169         * doc/gnulib.texi: Include relocatable-maint.texi.
5170         * lib/progreloc.c: Include unistd.h unconditionally.
5171         * lib/relocwrapper.c: Include unistd.h unconditionally.
5172         Include c-ctype.h.
5173         (add_dotbin): Use c_tolower.
5174         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
5175         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
5176         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
5177         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
5178         to m4/relocatable-lib.m4.
5179         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
5180         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
5181         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
5182         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
5183         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
5184         * modules/relocatable: New file.
5185         * modules/relocatable-lib: New file.
5186         * modules/relocatable-script: New file.
5187
5188 2007-02-28  Bruno Haible  <bruno@clisp.org>
5189
5190         Import --enable-relocatable infrastructure.
5191         * build-aux/config.libpath: New file, from GNU gettext.
5192         * build-aux/install-reloc: New file, from GNU gettext.
5193         * build-aux/reloc-ldflags: New file, from GNU gettext.
5194         * lib/relocatable.h: New file, from GNU gettext.
5195         * lib/relocatable.c: New file, from GNU gettext.
5196         * lib/relocwrapper.c: New file, from GNU gettext.
5197         * m4/relocatable.m4: New file, from GNU gettext.
5198
5199 2007-02-28  Bruno Haible  <bruno@clisp.org>
5200
5201         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
5202
5203         * modules/xreadlink: New file, from GNU gettext with modifications.
5204         * lib/xreadlink.c: New file, from GNU gettext.
5205         * lib/xreadlink.h: Add comments.
5206         (xreadlink): New declaration.
5207
5208         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
5209         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
5210         lib/xreadlink-with-size.c.
5211         (configure.ac): Remove gl_XREADLINK invocation.
5212         (Makefile.am): Augment lib_SOURCES.
5213         * m4/xreadlink.m4: Remove file.
5214         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
5215         (xreadlink_with_size): Renamed from xreadink.
5216         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
5217         * modules/canonicalize (Depends-on): Replace xreadlink with
5218         xreadlink-with-size.
5219         * lib/canonicalize.c (canonicalize_filename_mode): Update.
5220
5221 2007-02-25  Jim Meyering  <jim@meyering.net>
5222
5223         * build-aux/announce-gen: When complaining about excess arguments,
5224         list them.
5225
5226 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
5227
5228         * README: Document signed integer overflow situation more
5229         accurately.
5230
5231 2007-02-25  Bruno Haible  <bruno@clisp.org>
5232
5233         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
5234         'a' or 'A' conversion.
5235
5236 2007-02-25  Bruno Haible  <bruno@clisp.org>
5237
5238         * modules/filename: Renamed from modules/pathname.
5239         (Files): Replace lib/pathname.h with lib/filename.h. Replace
5240         lib/concatpath.c with lib/concat-filename.c.
5241         (Makefile.am): Update.
5242         (Include): Replace pathname.h with filename.h.
5243         * lib/filename.h: Renamed from lib/pathname.h.
5244         (concatenated_filename): Renamed from concatenated_pathname.
5245         * lib/concat-filename.c: Renamed from lib/concatpath.c.
5246         (concatenated_filename): Renamed from concatenated_pathname.
5247         * lib/findprog.c: Include filename.h instead of pathname.h.
5248         (find_in_path): Update.
5249         * lib/javacomp.c: Include filename.h instead of pathname.h.
5250         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
5251         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
5252         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
5253         is_oldgcj_14_13_usable, is_javac_usable): Update.
5254         * lib/javaexec.c: Include filename.h instead of pathname.h.
5255         (execute_java_class): Update.
5256         * modules/findprog: Update.
5257         * modules/javacomp: Update.
5258         * modules/javaexec: Update.
5259         * MODULES.html.sh (File system functions): Add 'filename', remove
5260         'pathname'.
5261
5262 2007-02-25  Bruno Haible  <bruno@clisp.org>
5263
5264         * modules/printf-frexpl-tests: New file.
5265         * tests/test-printf-frexpl.c: New file.
5266
5267         * modules/printf-frexpl: New file.
5268         * lib/printf-frexpl.h: New file.
5269         * lib/printf-frexpl.c: New file.
5270         * m4/printf-frexpl.m4: New file.
5271
5272 2007-02-25  Bruno Haible  <bruno@clisp.org>
5273
5274         * modules/printf-frexp-tests: New file.
5275         * tests/test-printf-frexp.c: New file.
5276
5277         * modules/printf-frexp: New file.
5278         * lib/printf-frexp.h: New file.
5279         * lib/printf-frexp.c: New file.
5280         * m4/printf-frexp.m4: New file.
5281
5282 2007-02-25  Bruno Haible  <bruno@clisp.org>
5283
5284         Assume automake >= 1.10 for the tests.
5285         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
5286         * modules/arctwo-tests: Likewise.
5287         * modules/argp-tests: Likewise.
5288         * modules/avltree-list-tests: Likewise.
5289         * modules/avltree-oset-tests: Likewise.
5290         * modules/avltreehash-list-tests: Likewise.
5291         * modules/carray-list-tests: Likewise.
5292         * modules/crc-tests: Likewise.
5293         * modules/des-tests: Likewise.
5294         * modules/gc-arcfour-tests: Likewise.
5295         * modules/gc-arctwo-tests: Likewise.
5296         * modules/gc-des-tests: Likewise.
5297         * modules/gc-hmac-md5-tests: Likewise.
5298         * modules/gc-hmac-sha1-tests: Likewise.
5299         * modules/gc-md2-tests: Likewise.
5300         * modules/gc-md4-tests: Likewise.
5301         * modules/gc-md5-tests: Likewise.
5302         * modules/gc-pbkdf2-sha1-tests: Likewise.
5303         * modules/gc-rijndael-tests: Likewise.
5304         * modules/gc-sha1-tests: Likewise.
5305         * modules/gc-tests: Likewise.
5306         * modules/getaddrinfo-tests: Likewise.
5307         * modules/hmac-md5-tests: Likewise.
5308         * modules/hmac-sha1-tests: Likewise.
5309         * modules/linked-list-tests: Likewise.
5310         * modules/linkedhash-list-tests: Likewise.
5311         * modules/lock-tests: Likewise.
5312         * modules/md2-tests: Likewise.
5313         * modules/md4-tests: Likewise.
5314         * modules/md5-tests: Likewise.
5315         * modules/rbtree-list-tests: Likewise.
5316         * modules/rbtree-oset-tests: Likewise.
5317         * modules/rbtreehash-list-tests: Likewise.
5318         * modules/read-file-tests: Likewise.
5319         * modules/rijndael-tests: Likewise.
5320         * modules/stdint-tests: Likewise.
5321         * modules/tls-tests: Likewise.
5322
5323 2007-02-24  Bruno Haible  <bruno@clisp.org>
5324
5325         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
5326         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
5327         function; instead check whether isnan with a double argument links.
5328         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
5329         function; instead check whether isnan with a 'long double' argument
5330         links.
5331         Reported by Eric Blake <ebb9@byu.net>.
5332
5333 2007-02-24  Bruno Haible  <bruno@clisp.org>
5334
5335         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
5336         defined.
5337         * lib/isnanl.c: Remove all code. Just include isnan.c.
5338         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
5339
5340 2007-02-25  Jim Meyering  <jim@meyering.net>
5341
5342         Avoid conflicting types for 'unsetenv' on FreeBSD.
5343         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
5344         conflicting with FreeBSD's (5.0 and 6.1) function declaration
5345         in stdlib.h.
5346
5347 2007-02-24  Bruno Haible  <bruno@clisp.org>
5348
5349         * modules/isnanl-nolibm-tests: New file.
5350         * tests/test-isnanl.c: New file.
5351
5352         * modules/isnanl-nolibm: New file.
5353         * lib/isnanl.h: New file.
5354         * lib/isnanl.c: New file.
5355         * m4/isnanl.m4: New file.
5356
5357 2007-02-24  Bruno Haible  <bruno@clisp.org>
5358
5359         * modules/isnan-nolibm-tests: New file.
5360         * tests/test-isnan.c: New file.
5361
5362         * modules/isnan-nolibm: New file.
5363         * lib/isnan.h: New file.
5364         * lib/isnan.c: New file.
5365         * m4/isnan.m4: New file.
5366
5367 2007-02-24  Bruno Haible  <bruno@clisp.org>
5368
5369         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
5370         assume that an exponent fits in 20 bits.
5371
5372 2007-02-24  Jim Meyering  <jim@meyering.net>
5373
5374         * m4/regex.m4: Update the description of the configure-time option,
5375         --without-included-regex, to state accurately what the defaults are,
5376         and perhaps to give people an idea why using this option is risky.
5377
5378 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
5379
5380         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
5381         loops on small arguments.  This attempts to avoid the problem
5382         Bruno Haible reported for AIX 4.3.2 in
5383         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
5384
5385 2007-02-23  Bruno Haible  <bruno@clisp.org>
5386
5387         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
5388         Needed for help2man.
5389
5390 2007-02-23  Karl Berry  <karl@gnu.org>
5391
5392         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
5393         exists, foo.h should be cvs-ignored, not committed.
5394
5395 2007-02-23  Eric Blake  <ebb9@byu.net>
5396
5397         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
5398         * lib/stat-time.h (includes): Likewise.
5399         * lib/utimecmp.c (includes): Likewise.
5400         * lib/utimens.h (includes): Likewise.
5401         * lib/getdate.y (includes): Also include "timespec.h" for use
5402         internal to the module.
5403         * modules/utimens (Depends-on): Revert yesterday's patch.
5404         * modules/nanosleep (Depends-on): Add missing dependency.
5405
5406 2007-02-22  Bruno Haible  <bruno@clisp.org>
5407
5408         * lib/glob.c: Don't include getlogin_r.h.
5409
5410 2007-02-22  Jim Meyering  <jim@meyering.net>
5411
5412         * modules/utimens (Depends-on): Add timespec, required for
5413         utimens.h's inclusion of timespec.h.
5414
5415 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
5416
5417         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
5418         long unreadable paths in GNU/Linux.  Problem reported by Andreas
5419         Schwab in
5420         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
5421         I'll try to think of a better way to fix the Solaris problem.
5422
5423         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
5424         like glibc; on Solaris 10, it fails with errno == EINVAL.
5425         POSIX says the behavior is unspecified if the first argument is NULL,
5426         so play it safe and never pass NULL to the system getcwd.
5427
5428 2007-02-21  Jim Meyering  <jim@meyering.net>
5429
5430         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
5431         of gettimeofday.  It would conflict with the one now always
5432         provided via sys_time_.h.  Reported by Matthew Woehlke, as
5433         an IRIX 6.5 build failure.
5434
5435 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
5436
5437         Minor fixups to port to Solaris 10 with Sun C 5.8.
5438         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
5439         * modules/getcwd (Depends-on): Add dirfd.
5440         * lib/putenv.c (putenv): #undef it.
5441         (rpl_putenv): New decl.
5442         (malloc, free): Include <stdlib.h> rather than prototyping separately.
5443
5444 2007-02-20  Bruno Haible  <bruno@clisp.org>
5445
5446         * modules/stdio-tests: New file.
5447         * tests/test-stdio.c: New file.
5448
5449         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
5450         (Depends-on): Add stdio.
5451         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
5452         (Include): Use <stdio.h> instead of vsnprintf.h.
5453         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
5454         HAVE_DECL_VSNPRINTF.
5455         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
5456
5457         * modules/snprintf (Files): Remove lib/snprintf.h.
5458         (Depends-on): Add stdio.
5459         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
5460         (Include): Use <stdio.h> instead of snprintf.h.
5461         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
5462         HAVE_DECL_SNPRINTF.
5463         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
5464         * lib/getaddrinfo.c: Likewise.
5465
5466         * modules/stdio: New file.
5467         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
5468         * lib/snprintf.h: Remove file.
5469         * lib/vsnprintf.h: Remove file.
5470         * lib/.cppi-disable: Remove snprintf.h.
5471         * m4/stdio_h.m4: New file.
5472         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
5473
5474 2007-02-20  Jim Meyering  <jim@meyering.net>
5475
5476         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
5477         used by e.g., mingw.  From Bruno Haible.
5478
5479 2007-02-19  Bruno Haible  <bruno@clisp.org>
5480
5481         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
5482         warnings.
5483         Reported by Ben Pfaff <blp@cs.stanford.edu>.
5484
5485 2007-02-19  Bruno Haible  <bruno@clisp.org>
5486
5487         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
5488         from mingw users.
5489
5490 2007-02-19  Bruno Haible  <bruno@clisp.org>
5491
5492         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
5493         warnings.
5494         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
5495
5496 2007-02-19  Jim Meyering  <jim@meyering.net>
5497
5498         Don't use FD after a successful "fdopendir (fd)".
5499         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
5500         Reset it by calling dirfd on the just-obtained DIR*.
5501
5502         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
5503         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
5504
5505 2007-02-18  Bruno Haible  <bruno@clisp.org>
5506
5507         * lib/readlink.c: Include <unistd.h>.
5508         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
5509         HAVE_READLINK.
5510         * modules/readlink (Depends-on): Add unistd.
5511         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5512         (Include): Add <unistd.h>.
5513
5514         * lib/getlogin_r.h: Remove file.
5515         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
5516         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
5517         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
5518         HAVE_DECL_GETLOGIN_R.
5519         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
5520         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5521         (Include): Use <unistd.h> instead of getlogin_r.h.
5522
5523         * lib/getcwd.h: Remove file.
5524         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
5525         * lib/xgetcwd.c: Likewise.
5526         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
5527         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
5528         * modules/getcwd (Files): Remove lib/getcwd.h.
5529         (Depends-on): Add unistd.
5530         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5531         (Include): Use <unistd.h> instad of getcwd.h.
5532
5533         * lib/ftruncate.c: Include <unistd.h> first.
5534         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
5535         Set HAVE_FTRUNCATE.
5536         * modules/ftruncate (Depends-on): Add unistd.
5537         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5538
5539         * lib/fchdir.c: Include <unistd.h> first.
5540         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
5541         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
5542         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
5543         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5544         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
5545
5546         * lib/dup2.c: Include <unistd.h> first.
5547         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
5548         HAVE_DUP2.
5549         * modules/dup2 (Depends-on): Add unistd.
5550         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5551
5552         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
5553         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
5554         REPLACE_CHOWN. Don't define chown as a macro here.
5555         * modules/chown (Depends-on): Add unistd.
5556         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5557
5558         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
5559         Add definition for GL_LINK_WARNING.
5560         (chown, dup2): New declarations.
5561         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
5562         link warning.
5563         (ftruncate): New declaration.
5564         (getcwd): New declaration, taken from old getcwd.h.
5565         (getlogin_r): New declaration, taken from old getlogin_r.h.
5566         (readlink): New declaration.
5567         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
5568         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
5569         (gl_PREREQ_UNISTD): Remove macro.
5570         (gl_UNISTD_MODULE_INDICATOR): New macro.
5571         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
5572         many new variables. Don't set UNISTD_H.
5573         * modules/unistd (Description): Change.
5574         (Depends-on): Add link-warning.
5575         (configure.ac): Update.
5576         (Makefile.am): Create unistd.h always. Substitute many new variables
5577         into it.
5578
5579 2007-02-18  Bruno Haible  <bruno@clisp.org>
5580
5581         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
5582         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
5583         HAVE_GETSUBOPT.
5584         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
5585         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
5586         * lib/getsubopt.h: Remove file.
5587         * modules/getsubopt (Files): Remove lib/getsubopt.h.
5588         (Depends-on): Add stdlib.
5589         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5590         (Includes): Use <stdlib.h> instead of getsubopt.h.
5591         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
5592         Set HAVE_GETSUBOPT.
5593         * lib/getsubopt.c: Don't include getsubopt.h.
5594
5595 2007-02-18  Bruno Haible  <bruno@clisp.org>
5596
5597         * modules/fchdir (Depends-on): Add dup2.
5598
5599 2007-02-18  Bruno Haible  <bruno@clisp.org>
5600
5601         * lib/stdlib_.h: Handle glibc's special invocation convention
5602         specially.
5603
5604 2007-02-18  Bruno Haible  <bruno@clisp.org>
5605
5606         * modules/stdlib-tests: New file.
5607         * tests/test-stdlib.c: New file.
5608
5609         * modules/mkstemp (Files): Remove lib/mkstemp.h.
5610         (Depends-on): Add stdlib.
5611         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5612         (Includes): Use <stdlib.h> instead of mkstemp.h.
5613         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
5614         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
5615         * lib/mkstemp.c: Don't include mkstemp.h.
5616         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
5617         * lib/stdlib--.h: Don't include mkstemp.h.
5618
5619         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
5620         (Depends-on): Add stdlib.
5621         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5622         (Includes): Use <stdlib.h> instead of mkdtemp.h.
5623         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
5624         HAVE_MKDTEMP.
5625         * lib/mkdtemp.c: Don't include mkdtemp.h.
5626         * lib/clean-temp.c: Don't include mkdtemp.h.
5627
5628         * modules/exit (Files): Remove lib/exit.h.
5629         (Depends-on): Add stdlib.
5630         (Makefile.am): Remove lib_SOURCES.
5631         (Include): Use <stdlib.h> instead of exit.h.
5632         * lib/argmatch.c: Don't include exit.h.
5633         * lib/execute.c: Likewise.
5634         * lib/pagealign_alloc.c: Likewise.
5635         * lib/pipe.c: Likewise.
5636         * lib/wait-process.c: Likewise.
5637         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
5638         * lib/exitfail.c: Likewise.
5639         * lib/savewd.c: Likewise.
5640         * lib/xsetenv.c: Likewise.
5641
5642         * modules/stdlib: New file.
5643         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
5644         and extra comments about mkstemp().
5645         * lib/exit.h: Remove file.
5646         * lib/mkdtemp.h: Remove file.
5647         * lib/mkstemp.h: Remove file.
5648         * m4/stdlib_h.m4: New file.
5649         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
5650
5651 2007-02-18  Bruno Haible  <bruno@clisp.org>
5652
5653         * modules/math-tests: New file.
5654         * tests/test-math.c: New file.
5655
5656         * modules/math: New file.
5657         * modules/mathl (Files): Remove lib/mathl.h.
5658         (Depends-on): Add math.
5659         (Makefile.am): Don't mention mathl.h.
5660         (Include): Use <math.h> instead of mathl.h.
5661         * lib/math_.h: New file.
5662         * lib/mathl.h: Remove file.
5663         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
5664         mathl.h.
5665         * lib/asinl.c: Likewise.
5666         * lib/atanl.c: Likewise.
5667         * lib/ceill.c: Likewise.
5668         * lib/cosl.c: Likewise.
5669         * lib/expl.c: Likewise.
5670         * lib/floorl.c: Likewise.
5671         * lib/frexpl.c: Likewise.
5672         * lib/ldexpl.c: Likewise.
5673         * lib/logl.c: Likewise.
5674         * lib/sincosl.c: Likewise.
5675         * lib/sinl.c: Likewise.
5676         * lib/sqrtl.c: Likewise.
5677         * lib/tanl.c: Likewise.
5678         * lib/trigl.c: Likewise.
5679         * m4/math_h.m4: New file.
5680         * MODULES.html.sh (Mathematics): Add math.
5681
5682 2007-02-17  Bruno Haible  <bruno@clisp.org>
5683
5684         * modules/wctype-tests: New file.
5685         * tests/test-wctype.c: New file.
5686
5687         * modules/wchar-tests: New file.
5688         * tests/test-wchar.c: New file.
5689
5690         * modules/unistd-tests: New file.
5691         * tests/test-unistd.c: New file.
5692
5693         * modules/time-tests: New file.
5694         * tests/test-time.c: New file.
5695
5696         * modules/sysexits-tests: New file.
5697         * tests/test-sysexits.c: New file.
5698
5699         * modules/sys_time-tests: New file.
5700         * tests/test-sys_time.c: New file.
5701
5702         * modules/sys_stat-tests: New file.
5703         * tests/test-sys_stat.c: New file.
5704
5705         * modules/sys_socket-tests: New file.
5706         * tests/test-sys_socket.c: New file.
5707
5708         * modules/sys_select-tests: New file.
5709         * tests/test-sys_select.c: New file.
5710
5711         * modules/string-tests: New file.
5712         * tests/test-string.c: New file.
5713
5714         * modules/stdbool-tests: New file.
5715         * tests/test-stdbool.c: New file.
5716
5717         * modules/netinet_in-tests: New file.
5718         * tests/test-netinet_in.c: New file.
5719
5720         * modules/inttypes-tests: New file.
5721         * tests/test-inttypes.c: New file.
5722
5723         * modules/fcntl-tests: New file.
5724         * tests/test-fcntl.c: New file.
5725
5726         * modules/byteswap-tests: New file.
5727         * tests/test-byteswap.c: New file.
5728
5729         * modules/arpa_inet-tests: New file.
5730         * tests/test-arpa_inet.c: New file.
5731
5732 2007-02-17  Bruno Haible  <bruno@clisp.org>
5733
5734         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
5735         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
5736         if the corresponding module is not enabled. Emit link warnings if
5737         the function is used nevertheless.
5738         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
5739         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
5740         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
5741         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
5742         * modules/inttypes (Depends-on): Add link-warning.
5743         (Makefile.am): Copy the contents of build-aux/link-warning.h into
5744         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
5745         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
5746         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
5747         * modules/imaxdiv (configure.ac): Likewise.
5748         * modules/strtoimax (configure.ac): Likewise.
5749         * modules/strtoumax (configure.ac): Likewise.
5750
5751 2007-02-17  Bruno Haible  <bruno@clisp.org>
5752
5753         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
5754         gl_STRING_MODULE_INDICATOR_DEFAULTS.
5755         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
5756         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
5757
5758 2007-02-17  Bruno Haible  <bruno@clisp.org>
5759
5760         * modules/link-warning: New file.
5761         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
5762         * lib/string_.h (GL_LINK_WARNING): Remove definition.
5763         * modules/string (Depends-on): Add link-warning.
5764         (Makefile.am): Copy the contents of build-aux/link-warning.h into
5765         string.h.
5766         * MODULES.html.sh (Support for building libraries and executables): Add
5767         link-warning.
5768
5769 2007-02-17  Bruno Haible  <bruno@clisp.org>
5770
5771         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
5772         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
5773         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
5774         long lines.
5775
5776 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
5777             Bruno Haible  <bruno@clisp.org>
5778
5779         * modules/tmpfile: New file.
5780         * lib/tmpfile.c: New file.
5781         * m4/tmpfile.m4: New file.
5782         * MODULES.html.sh (func_all_modules): New section "Input/output".
5783
5784 2007-02-15  Bruno Haible  <bruno@clisp.org>
5785
5786         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
5787         (supports_delete_on_close): New function.
5788         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
5789
5790 2007-02-14  Bruno Haible  <bruno@clisp.org>
5791
5792         * modules/mbspcasecmp-tests: New file.
5793         * tests/test-mbspcasecmp.sh: New file.
5794         * tests/test-mbspcasecmp.c: New file.
5795
5796         New module mbspcasecmp.
5797         * modules/mbspcasecmp: New file.
5798         * lib/mbspcasecmp.c: New file.
5799         * lib/string_.h (strncasecmp): Change warning message.
5800         (mbspcasecmp): New declaration.
5801         * m4/mbspcasecmp.m4: New file.
5802         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5803         GNULIB_MBSPCASECMP.
5804         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
5805         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
5806
5807 2007-02-14  Bruno Haible  <bruno@clisp.org>
5808
5809         * modules/mbsncasecmp-tests: New file.
5810         * tests/test-mbsncasecmp.sh: New file.
5811         * tests/test-mbsncasecmp.c: New file.
5812
5813         New module mbsncasecmp.
5814         * modules/mbsncasecmp: New file.
5815         * lib/mbsncasecmp.c: New file.
5816         * lib/string_.h (mbsncasecmp): New declaration.
5817         * m4/mbsncasecmp.m4: New file.
5818         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5819         GNULIB_MBSNCASECMP.
5820         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
5821         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
5822
5823 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
5824
5825         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
5826         Verify that it doesn't overlap with our flags.
5827         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
5828         do not have the desired effect in multibyte locales; instead, use
5829         mbscasecmp.
5830         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
5831         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
5832         we don't require GNU fnmatch ourselves (if our users require it, they
5833         should do so explicitly).
5834
5835         Fix regex code so it doesn't rely on strcasecmp.
5836         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
5837         Otherwise, include gnulib's langinfo.h.
5838         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
5839         undesirable behavior in non-C locales.  Instead, rely on localecharset.
5840         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
5841         * modules/regex (FILES): Remove m4/codeset.m4.
5842         (Depends-on): Add localcharset.  Remove strcase.
5843
5844 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5845
5846         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
5847         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
5848
5849 2007-02-13  Bruno Haible  <bruno@clisp.org>
5850
5851         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
5852         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5853
5854 2007-02-12  Bruno Haible  <bruno@clisp.org>
5855
5856         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
5857         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
5858         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
5859         time warning rather than a link error.
5860
5861 2007-02-12  Bruno Haible  <bruno@clisp.org>
5862
5863         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
5864         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
5865         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5866
5867 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
5868
5869         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
5870         args, not 2.
5871
5872 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
5873
5874         New module 'time', so that apps can include <time.h> as per
5875         POSIX and GNU instead of separate include files like time_r.h
5876         and timegm.h.  This implementation tries out a simpler approach
5877         for replacing decls in standard include files (as compared to
5878         the string module), somewhat as an experiment.
5879
5880         * config/srclist.txt: Comment out mktime.c for now.
5881         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
5882         since it doesn't apply any more.  Use generic wording instead.
5883         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
5884         'time'.
5885         * lib/time_.h, m4/time_h.m4, modules/time: New files.
5886         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
5887         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
5888         Don't include <sys/types.h>; no longer needed since we assume C89.
5889         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
5890         * lib/strftime.c: Likewise.
5891         * lib/time_r.c: Likewise.
5892         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
5893         * lib/nanosleep.c: Include <time.h> first, to check interface.
5894         * lib/strptime.c: Likewise.
5895         * lib/time_r.c: Likewise.
5896         * lib/timegm.c: Likewise.
5897         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
5898         needed.
5899         * lib/timegm.c: Don't include timegm.h; no longer needed.
5900         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
5901         time.h now handles any problems in that area.
5902         (struct timespec, nanosleep): Remove; time.h now arranges for these.
5903         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
5904         that time.h defines struct timespec.
5905         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
5906         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
5907         handles that.
5908         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
5909         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
5910         needed.  Set REPLACE_LOCALTIME.
5911         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
5912         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
5913         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
5914         nanosleep; time_h.m4 now does that.  Don't require
5915         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
5916         module handles this now.
5917         * modules/getdate (Depends-on): Remove timespec.  Add time.
5918         * modules/nanosleep (Depends-on): Likewise.
5919         * modules/stat-time (Depends-on): Likewise.
5920         * modules/nanosleep (Include): Include time.h, not timespec.h.
5921         * modules/strptime (Files): Remove lib/strptime.h.
5922         (Depends-on): Add extensions, time.
5923         (Include): Include time.h, not strptime.h.
5924         * modules/time_r (Files): Remove lib/time_r.h.
5925         (Depends-on): Add time.
5926         (Include): Include time.h, not time_r.h.
5927         * modules/timegm: Likewise.
5928         * modules/timespec (Description): Now does timespec-related decls
5929         of our own, instead of struct timespec itself.
5930         (Depends-on): Add time; remove extensions.
5931         (Maintainer): Add self.
5932         * modules/utimecmp (Depends-on): Add time; remove timespec.
5933         * modules/utimens (Depends-on): Likewise.
5934         * modules/xnanosleep (Depends-on): Likewise.
5935
5936 2007-02-11  Bruno Haible  <bruno@clisp.org>
5937
5938         * lib/c-strstr.c: Include allocsa.h.
5939         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
5940         * lib/c-strcasestr.c: Include allocsa.h.
5941         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
5942         * lib/strcasestr.c: Include allocsa.h.
5943         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
5944         * lib/mbsstr.c: Include allocsa.h.
5945         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
5946         allocsa/freesa instead of malloc/free.
5947         * lib/mbscasestr.c: Include allocsa.h.
5948         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
5949         allocsa/freesa instead of malloc/free.
5950         * modules/c-strstr (Depends-on): Add allocsa.
5951         * modules/c-strcasestr (Depends-on): Likewise.
5952         * modules/strcasestr (Depends-on): Likewise.
5953         * modules/mbsstr (Depends-on): Likewise.
5954         * modules/mbscasestr (Depends-on): Likewise.
5955
5956 2007-02-11  Bruno Haible  <bruno@clisp.org>
5957
5958         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
5959
5960         * modules/mbsspn-tests: New file.
5961         * tests/test-mbsspn.sh: New file.
5962         * tests/test-mbsspn.c: New file.
5963
5964 2007-02-11  Bruno Haible  <bruno@clisp.org>
5965
5966         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
5967
5968         * modules/mbspbrk-tests: New file.
5969         * tests/test-mbspbrk.sh: New file.
5970         * tests/test-mbspbrk.c: New file.
5971
5972 2007-02-11  Bruno Haible  <bruno@clisp.org>
5973
5974         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
5975         unneeded cast.
5976
5977         * modules/mbscspn-tests: New file.
5978         * tests/test-mbscspn.sh: New file.
5979         * tests/test-mbscspn.c: New file.
5980
5981 2007-02-11  Bruno Haible  <bruno@clisp.org>
5982
5983         * modules/mbscasecmp-tests: New file.
5984         * tests/test-mbscasecmp.sh: New file.
5985         * tests/test-mbscasecmp.c: New file.
5986
5987 2007-02-11  Bruno Haible  <bruno@clisp.org>
5988
5989         Ensure O(n) worst-case complexity of mbscasestr.
5990         * lib/mbscasestr.c: Include stdbool.h.
5991         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
5992         functions.
5993         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
5994         the bookkeeping indicates that it's worth it.
5995         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
5996
5997         * modules/mbscasestr-tests: New file.
5998         * tests/test-mbscasestr1.c: New file.
5999         * tests/test-mbscasestr2.sh: New file.
6000         * tests/test-mbscasestr2.c: New file.
6001         * tests/test-mbscasestr3.sh: New file.
6002         * tests/test-mbscasestr3.c: New file.
6003         * tests/test-mbscasestr4.sh: New file.
6004         * tests/test-mbscasestr4.c: New file.
6005         * m4/locale-tr.m4: New file.
6006
6007 2007-02-11  Bruno Haible  <bruno@clisp.org>
6008
6009         Ensure O(n) worst-case complexity of mbsstr.
6010         * lib/mbsstr.c: Include stdbool.h.
6011         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
6012         functions.
6013         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
6014         bookkeeping indicates that it's worth it.
6015         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
6016
6017         * modules/mbsstr-tests: New file.
6018         * tests/test-mbsstr1.c: New file.
6019         * tests/test-mbsstr2.sh: New file.
6020         * tests/test-mbsstr2.c: New file.
6021         * tests/test-mbsstr3.sh: New file.
6022         * tests/test-mbsstr3.c: New file.
6023         * m4/locale-fr.m4: New file.
6024
6025 2007-02-11  Bruno Haible  <bruno@clisp.org>
6026
6027         * lib/mbsrchr.c (mbsrchr): Fix bug.
6028
6029         * modules/mbsrchr-tests: New file.
6030         * tests/test-mbsrchr.sh: New file.
6031         * tests/test-mbsrchr.c: New file.
6032
6033 2007-02-11  Bruno Haible  <bruno@clisp.org>
6034
6035         * lib/mbschr.c (mbschr): Fix bug.
6036
6037         * modules/mbschr-tests: New file.
6038         * tests/test-mbschr.sh: New file.
6039         * tests/test-mbschr.c: New file.
6040         * m4/locale-zh.m4: New file.
6041
6042 2007-02-11  Bruno Haible  <bruno@clisp.org>
6043
6044         Support for copying multibyte string iterators.
6045         * lib/mbiter.h: Include <string.h>.
6046         (mbiter_multi_copy): New function.
6047         (mbi_copy): New macro.
6048         * lib/mbuiter.h: Include <string.h>.
6049         (mbuiter_multi_copy): New function.
6050         (mbui_copy): New macro.
6051
6052 2007-02-11  Bruno Haible  <bruno@clisp.org>
6053
6054         New module mbslen.
6055         * modules/mbslen: New file.
6056         * lib/mbslen.c: New file.
6057         * lib/string_.h (mbslen): New declaration.
6058         * m4/mbslen.m4: New file.
6059         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6060         GNULIB_MBSLEN.
6061         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
6062         * MODULES.html.sh (Internationalization functions): Add mbslen.
6063
6064 2007-02-11  Bruno Haible  <bruno@clisp.org>
6065
6066         Ensure O(n) worst-case complexity of strcasestr substitute.
6067         * lib/strcasestr.c: Include stdbool.h.
6068         (knuth_morris_pratt): New function.
6069         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
6070         bookkeeping indicates that it's worth it.
6071         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
6072
6073         * modules/strcasestr-tests: New file.
6074         * tests/test-strcasestr.c: New file.
6075
6076 2007-02-11  Bruno Haible  <bruno@clisp.org>
6077
6078         Ensure O(n) worst-case complexity of c_strcasestr.
6079         * lib/c-strcasestr.c: Include stdbool.h, string.h.
6080         (knuth_morris_pratt): New function.
6081         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
6082         the bookkeeping indicates that it's worth it.
6083         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
6084
6085         * modules/c-strcasestr-tests: New file.
6086         * tests/test-c-strcasestr.c: New file.
6087
6088 2007-02-11  Bruno Haible  <bruno@clisp.org>
6089
6090         Ensure O(n) worst-case complexity of c_strstr.
6091         * lib/c-strstr.c: Include stdbool.h, string.h.
6092         (knuth_morris_pratt): New function.
6093         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
6094         bookkeeping indicates that it's worth it.
6095         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
6096
6097         * lib/c-strstr.c: Complete rewrite for maintainability.
6098
6099         * modules/c-strstr-tests: New file.
6100         * tests/test-c-strstr.c: New file.
6101
6102 2007-02-11  Bruno Haible  <bruno@clisp.org>
6103
6104         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
6105         5.2.1 and earlier, whereby \055 was treated just like the range
6106         delimiter '-'.
6107         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
6108
6109 2007-02-08  Bruno Haible  <bruno@clisp.org>
6110
6111         * modules/regex (Depends-on): Add stdbool.
6112         Reported by Dalibor Topic <robilad@kaffe.org>.
6113
6114 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
6115
6116         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
6117         Prefer returning from main to exiting from it.
6118         Remove unnecessary parens after sizeof.
6119
6120 2007-02-05  Bruno Haible  <bruno@clisp.org>
6121
6122         New module mbssep.
6123         * modules/mbssep: New file.
6124         * lib/mbssep.c: New file.
6125         * lib/string_.h (strsep): Add a conditional link warning.
6126         (mbssep): New declaration.
6127         * m4/mbssep.m4: New file.
6128         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6129         GNULIB_MBSSEP.
6130         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
6131         * MODULES.html.sh (Internationalization functions): Add mbssep.
6132
6133 2007-02-05  Bruno Haible  <bruno@clisp.org>
6134
6135         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
6136         Optimize search in case of 1 delimiter.
6137
6138 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
6139
6140         * lib/acl.h: Include sys/types.h before sys/acl.h.
6141
6142 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
6143
6144         Merge upstream fix for glibc bugzilla #3957:
6145
6146         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
6147
6148         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
6149         bit for RE_HAT_LISTS_NOT_NEWLINE.
6150         (build_charclass_op): Remove bogus comment.
6151
6152 2007-02-05  Simon Josefsson  <simon@josefsson.org>
6153
6154         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
6155
6156 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
6157
6158         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
6159         * lib/memmem.c [!defined _LIBC]: Include config.h.
6160
6161 2007-02-04  Bruno Haible  <bruno@clisp.org>
6162
6163         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
6164         warning message.
6165
6166 2007-02-04  Bruno Haible  <bruno@clisp.org>
6167
6168         New module mbstok_r.
6169         * modules/mbstok_r: New file.
6170         * lib/mbstok_r.c: New file.
6171         * lib/string_.h (strtok_r): Change argument names to match the
6172         comments. Add a conditional link warning.
6173         (mbstok_r): New declaration.
6174         * m4/mbstok_r.m4: New file.
6175         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6176         GNULIB_MBSTOK_R.
6177         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
6178         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
6179
6180 2007-02-04  Bruno Haible  <bruno@clisp.org>
6181
6182         New module mbsspn.
6183         * modules/mbsspn: New file.
6184         * lib/mbsspn.c: New file.
6185         * lib/string_.h (strspn): Add a conditional link warning.
6186         (mbsspn): New declaration.
6187         * m4/mbsspn.m4: New file.
6188         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6189         GNULIB_MBSSPN.
6190         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
6191         * MODULES.html.sh (Internationalization functions): Add mbsspn.
6192
6193 2007-02-04  Bruno Haible  <bruno@clisp.org>
6194
6195         New module mbspbrk.
6196         * modules/mbspbrk: New file.
6197         * lib/mbspbrk.c: New file.
6198         * lib/string_.h (strpbrk): Add a conditional link warning.
6199         (mbspbrk): New declaration.
6200         * m4/mbspbrk.m4: New file.
6201         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6202         GNULIB_MBSPBRK.
6203         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
6204         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
6205
6206 2007-02-04  Bruno Haible  <bruno@clisp.org>
6207
6208         New module mbscspn.
6209         * modules/mbscspn: New file.
6210         * lib/mbscspn.c: New file.
6211         * lib/string_.h (strcspn): Add a conditional link warning.
6212         (mbscspn): New declaration.
6213         * m4/mbscspn.m4: New file.
6214         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6215         GNULIB_MBSCSPN.
6216         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
6217         * MODULES.html.sh (Internationalization functions): Add mbscspn.
6218
6219 2007-02-04  Bruno Haible  <bruno@clisp.org>
6220
6221         New module mbscasestr, reduced goal of strcasestr.
6222         * modules/mbscasestr: New file.
6223         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
6224         (mbscasestr): Renamed from strcasestr.
6225         * lib/strcasestr.c: Don't include mbuiter.h.
6226         (strcasestr): Remove support for multibyte locales.
6227         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
6228         Change the conditional link warning.
6229         (mbscasestr): New declaration.
6230         * m4/mbscasestr.m4: New file.
6231         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
6232         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
6233         REPLACE_STRCASESTR.
6234         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
6235         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
6236         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
6237         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
6238         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
6239         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
6240         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
6241         (Depends-on): Remove mbuiter.
6242         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
6243
6244 2007-02-04  Bruno Haible  <bruno@clisp.org>
6245
6246         Simplify handling of strncasecmp.
6247         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
6248         the conditional link warning.
6249         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
6250         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
6251         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
6252         * modules/strcase (configure.ac): Don't invoke
6253         gl_STRING_MODULE_INDICATOR.
6254         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
6255
6256 2007-02-04  Bruno Haible  <bruno@clisp.org>
6257
6258         New module mbscasecmp, reduced goal of strcasecmp.
6259         * modules/mbscasecmp: New file.
6260         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
6261         (mbscasecmp): Renamed from strcasecmp.
6262         * lib/strcasecmp.c: Don't include mbuiter.h.
6263         (strcasecmp): Remove support for multibyte locales.
6264         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
6265         Change the conditional link warning.
6266         (mbscasecmp): New declaration.
6267         * m4/mbscasecmp.m4: New file.
6268         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
6269         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
6270         REPLACE_STRCASECMP.
6271         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
6272         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6273         GNULIB_MBSCASECMP.
6274         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
6275         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
6276         * modules/strcase (Files): Remove m4/mbrtowc.m4.
6277         (Depends-on): Remove mbuiter.
6278         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
6279
6280 2007-02-04  Bruno Haible  <bruno@clisp.org>
6281
6282         New module mbsstr. Remove module strstr.
6283         * modules/mbsstr: New file.
6284         * modules/strstr: Remove file.
6285         * lib/mbsstr.c: Renamed from lib/strstr.c.
6286         (mbsstr): Renamed from strstr.
6287         * lib/string_.h (strstr): Remove declaration. Change the conditional
6288         link warning.
6289         (mbsstr): New declaration.
6290         * m4/mbsstr.m4: New file.
6291         * m4/strstr.m4: Remove file.
6292         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
6293         REPLACE_STRSTR.
6294         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
6295         Don't initialize GNULIB_STRSTR.
6296         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
6297         substitute GNULIB_STRSTR and REPLACE_STRSTR.
6298         * MODULES.html.sh (Internationalization functions): Add mbsstr.
6299         (Support for systems lacking ANSI C 89): Remove strstr.
6300
6301 2007-02-04  Bruno Haible  <bruno@clisp.org>
6302
6303         New module mbsrchr.
6304         * modules/mbsrchr: New file.
6305         * lib/mbsrchr.c: New file.
6306         * lib/string_.h (strrchr): Add a conditional link warning.
6307         (mbsrchr): New declaration.
6308         * m4/mbsrchr.m4: New file.
6309         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6310         GNULIB_MBSRCHR.
6311         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
6312         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
6313
6314 2007-02-04  Bruno Haible  <bruno@clisp.org>
6315
6316         New module mbschr.
6317         * modules/mbschr: New file.
6318         * lib/mbschr.c: New file.
6319         * lib/string_.h (strchr): Add a conditional link warning.
6320         (mbschr): New declaration.
6321         * m4/mbschr.m4: New file.
6322         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6323         GNULIB_MBSCHR.
6324         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
6325         * MODULES.html.sh (Internationalization functions): Add mbschr.
6326
6327 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
6328
6329         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
6330
6331         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
6332
6333 2007-02-04  Bruno Haible  <bruno@clisp.org>
6334
6335         New module description section 'configure.ac-early'.
6336         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
6337         (func_get_autoconf_early_snippet): New function.
6338         (func_import, func_create_testdir): Use it. Remove special cases for
6339         modules 'extensions' and 'lock'.
6340         * modules/extensions (configure.ac-early): Require
6341         gl_USE_SYSTEM_EXTENSIONS.
6342         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
6343
6344 2007-02-04  Bruno Haible  <bruno@clisp.org>
6345
6346         Make use of gcj-4.3's -fsource and -ftarget option.
6347         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
6348         and if so try the options -fsource and -ftarget.
6349         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
6350         source_version, ftarget_option, target_version arguments.
6351         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
6352         (is_envjavac_oldgcj_14_14_usable): Renamed from
6353         is_envjavac_gcj_14_14_usable.
6354         (is_envjavac_oldgcj_14_13_usable): Renamed from
6355         is_envjavac_gcj_14_13_usable.
6356         (is_gcj_present): Update.
6357         (is_gcj_43, is_gcj43_usable): New functions.
6358         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
6359         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
6360         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
6361         try the options -fsource and -ftarget.
6362
6363 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
6364
6365         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
6366         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
6367         larger value.
6368
6369 2007-02-03  Jim Meyering  <jim@meyering.net>
6370
6371         Give tools a better chance to allocate space for very large buffers.
6372         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
6373
6374         Make pwd and readlink work also when run with an unreadable parent dir
6375         on systems with openat support.
6376         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
6377         provided getcwd function, even when we have openat support.
6378         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
6379
6380 2007-02-02  Bruno Haible  <bruno@clisp.org>
6381
6382         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
6383         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
6384         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
6385         portability problems if one of these functions is only used on specific
6386         platforms.
6387         Reported by Paul Eggert.
6388
6389 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
6390
6391         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
6392         is causing more trouble than it's curing.
6393         * lib/regex_internal.h (__mempcpy): Remove.
6394         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
6395         (and make the code a tad smaller to boot).
6396         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
6397
6398 2007-02-02  Jim Meyering  <jim@meyering.net>
6399
6400         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
6401         section, not in the Makefile.am: one.
6402
6403 2007-02-02  Eric Blake  <ebb9@byu.net>
6404
6405         * lib/strchrnul.c: Always include config.h first.
6406
6407         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
6408         gnulib strstr is not necessary here.
6409
6410 2007-02-02  Simon Josefsson  <simon@josefsson.org>
6411
6412         * m4/socklen.m4: Fix typo.
6413
6414 2007-02-02  Eric Blake  <ebb9@byu.net>
6415
6416         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
6417         * modules/netinet_in (Makefile.am): Likewise.
6418
6419 2007-02-01  Bruno Haible  <bruno@clisp.org>
6420
6421         * lib/string_.h (GL_LINK_WARNING): New macro.
6422         (strcasecmp, strstr, strcasestr): If provided by the system,
6423         conditionally define as a macro that leads to a warning instead of to
6424         an error.
6425         (strncasecmp): Conditionally define as a macro that leads to a warning.
6426
6427 2007-02-01  Karl Berry  <karl@gnu.org>
6428
6429         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
6430
6431 2007-02-01  Bruno Haible  <bruno@clisp.org>
6432
6433         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
6434         renamings.
6435
6436 2007-02-01  Eric Blake  <ebb9@byu.net>
6437
6438         * modules/regex (Depends-on): Revert dependence on mempcpy.
6439         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
6440         module's definition of mempcpy.
6441         Reported by Paul Eggert.
6442
6443 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
6444
6445         * lib/string_.h: If the gnulib module XYZ is not present, undefine
6446         the symbol XYZ before redefining it.  This fixes a problem with
6447         programs that don't use XYZ, when compiled on systems that define
6448         XYZ to something else.
6449
6450 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
6451
6452         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
6453         occurs when "mkdir -m foo" creates a setgid directory that is (1)
6454         writeable to group or other and (2) is intended to have a special
6455         mode bit that is set or cleared.  In such a case, the directory
6456         should be neither group- nor other-writeable until the special
6457         mode bits are right.
6458
6459 2007-01-31  Eric Blake  <ebb9@byu.net>
6460
6461         * modules/mountlist (Depends-on): Add strstr.
6462
6463         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
6464         bug.
6465         * modules/string (Makefile.am): Remove redundant replacement.
6466         * modules/regex (Depends-on): Add mempcpy.
6467
6468 2007-01-31  Bruno Haible  <bruno@clisp.org>
6469
6470         New module description field 'Link'.
6471         * gnulib-tool (func_usage): Document --extract-link-directive.
6472         (sed_extract_prog): Recognize 'Link' directive.
6473         (func_get_link_directive): New function.
6474         (func_import): Show summary of link directives.
6475         Handle --extract-link-directive option.
6476         * modules/acl (Link): New section.
6477         * modules/clock-time (Link): New section.
6478         * modules/euidaccess (Link): New section.
6479         * modules/gettext (Link): New section.
6480         * modules/iconv (Link): New section.
6481         * modules/lock (Link): New section.
6482         * modules/nanosleep (Link): New section.
6483         * modules/readline (Link): New section.
6484
6485 2007-01-27  Bruno Haible  <bruno@clisp.org>
6486
6487         Enforce the use of gnulib modules for unportable <string.h> functions.
6488         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
6489         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
6490         (gl_HEADER_STRING_H_BODY): Require it.
6491         * lib/string_.h: If the gnulib module XYZ is not present, redefine
6492         the symbol XYZ to one that gives a link error.
6493         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
6494         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
6495         * modules/mempcpy (configure.ac): Likewise.
6496         * modules/memrchr (configure.ac): Likewise.
6497         * modules/stpcpy (configure.ac): Likewise.
6498         * modules/stpncpy (configure.ac): Likewise.
6499         * modules/strcase (configure.ac): Likewise.
6500         * modules/strcasestr (configure.ac): Likewise.
6501         * modules/strchrnul (configure.ac): Likewise.
6502         * modules/strdup (configure.ac): Likewise.
6503         * modules/strndup (configure.ac): Likewise.
6504         * modules/strnlen (configure.ac): Likewise.
6505         * modules/strpbrk (configure.ac): Likewise.
6506         * modules/strsep (configure.ac): Likewise.
6507         * modules/strstr (configure.ac): Likewise.
6508         * modules/strtok_r (configure.ac): Likewise.
6509
6510 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
6511
6512         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
6513
6514 2007-01-30  Jim Meyering  <jim@meyering.net>
6515
6516         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
6517
6518 2007-01-29  Bruno Haible  <bruno@clisp.org>
6519
6520         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
6521         * lib/execute.c: Likewise.
6522         * lib/pipe.c: Likewise.
6523         * lib/printf-args.h: Likewise.
6524         * lib/printf-args.c: Likewise.
6525         * lib/printf-parse.c: Likewise.
6526         * lib/vasnprintf.c: Likewise.
6527
6528 2007-01-29  Eric Blake  <ebb9@byu.net>
6529
6530         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
6531         declaration.
6532
6533 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
6534
6535         * lib/strptime.h (strptime): Use 'restrict' for args where
6536         POSIX requires this.
6537         * lib/strptime.c (strptime): Likewise.
6538         Change license notice from LGPL to GPL, since gnulib-tool will
6539         change this as needed.
6540         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
6541         defined.
6542         Include "strptime.h" first, to check interface.
6543         Do not #undef _LIBC and _NL_CURRENT.
6544         Do not include <stdlib.h>; no longer needed.
6545         Include "time_r.h" and declare ptime_locale_status
6546         only if _LIBC is not defined.
6547         (__P): Remove unused macro.
6548         (match_string): Bring back glibc version, but use it only if _LIBC
6549         is defined.
6550         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
6551         Remove unnecessary assertion and abort() call.
6552         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
6553         * m4/strptime.m4: Fix serial number comment.
6554         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
6555         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
6556         (Depends-on): Add time_r.
6557
6558 2007-01-29  Bruno Haible  <bruno@clisp.org>
6559
6560         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
6561         strptime.
6562         * modules/strptime (Depends-on): Add stdbool.
6563         * lib/strptime.h: Include <time.h> always. Add comments.
6564
6565 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
6566
6567         * modules/strptime: New file.
6568         * lib/strptime.h: New file.
6569         * lib/strptime.c: New file.
6570         * m4/strptime.m4: New file.
6571
6572 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
6573
6574         * MODULES.html.sh: New module mpsort.
6575         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
6576
6577         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
6578         a circularity problem with HP-UX ia64 reported by Bob Proulx in
6579         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
6580         All uses changed.
6581         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
6582         All uses changed.
6583         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
6584         to _Restrict_.
6585         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
6586         the parameter matches the prototype.
6587
6588 2007-01-28  Jim Meyering  <jim@meyering.net>
6589
6590         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
6591         sys/time.h here, reverting that part of the previous patch:
6592         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
6593
6594 2007-01-28  Bruno Haible  <bruno@clisp.org>
6595
6596         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
6597         value of $(SYS_TIME_H).
6598         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
6599         remove it conditionally, too. [added by Jim Meyering]
6600         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
6601         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
6602         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
6603         GETTIMEOFDAY_REPLACEMENT to 1.
6604
6605 2007-01-28  Bruno Haible  <bruno@clisp.org>
6606
6607         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
6608         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
6609         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
6610         Set UNISTD_H instead of UNISTD_H2.
6611         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
6612
6613 2007-01-28  Bruno Haible  <bruno@clisp.org>
6614
6615         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
6616         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
6617
6618 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6619
6620         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
6621         (func_create_testdir): Ensure C locale for `grep' and `tr'
6622         character ranges.
6623         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
6624         ACLOCAL_AMFLAGS parsing state machine.
6625
6626 2007-01-27  Bruno Haible  <bruno@clisp.org>
6627
6628         * modules/unistr/base: Update.
6629
6630 2007-01-27  Bruno Haible  <bruno@clisp.org>
6631
6632         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
6633         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
6634         * modules/unistr/u32-mbtouc-unsafe: Renamed from
6635         modules/unistr/u32-mbtouc.
6636         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
6637         * lib/unistr.h: Update.
6638         * lib/linebreak.c: Update.
6639         * modules/unistr/u32-mbtouc: Renamed from
6640         modules/unistr/u32-mbtouc-safe.
6641         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
6642         * lib/unistr.h: Update.
6643         * lib/unistr/u32-to-u8.c: Update.
6644         * lib/unistr/u32-to-u16.c: Update.
6645
6646 2007-01-27  Bruno Haible  <bruno@clisp.org>
6647
6648         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
6649         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
6650         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
6651         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
6652         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
6653         * modules/unistr/u16-mbtouc-unsafe: Renamed from
6654         modules/unistr/u16-mbtouc.
6655         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
6656         * lib/unistr.h: Update.
6657         * lib/linebreak.c: Update.
6658         * modules/linebreak: Update.
6659         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
6660         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
6661         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
6662         * modules/unistr/u16-mbtouc: Renamed from
6663         modules/unistr/u16-mbtouc-safe.
6664         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
6665         * lib/unistr.h: Update.
6666         * lib/unistr/u16-to-u8.c: Update.
6667         * modules/unistr/u16-to-u8: Update.
6668         * lib/unistr/u16-to-u32.c: Update.
6669         * modules/unistr/u16-to-u32: Update.
6670
6671 2007-01-27  Bruno Haible  <bruno@clisp.org>
6672
6673         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
6674         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
6675         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
6676         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
6677         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
6678         * modules/unistr/u8-mbtouc-unsafe: Renamed from
6679         modules/unistr/u8-mbtouc.
6680         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
6681         * lib/unistr.h: Update.
6682         * lib/striconveh.c: Update.
6683         * modules/striconveh: Update.
6684         * lib/linebreak.c: Update.
6685         * modules/linebreak: Update.
6686         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
6687         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
6688         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
6689         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
6690         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
6691         * lib/unistr.h: Update.
6692         * lib/striconveh.c: Update.
6693         * modules/striconveh: Update.
6694         * lib/unistr/u8-to-u16.c: Update.
6695         * modules/unistr/u8-to-u16: Update.
6696         * lib/unistr/u8-to-u32.c: Update.
6697         * modules/unistr/u8-to-u32: Update.
6698
6699 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6700
6701         Sync from Libtool.
6702         * lib/argz.c: Do not include strings.h nor memory.h, include
6703         string.h unconditionally.  Patch by Simon Josefsson.
6704
6705 2007-01-27  Bruno Haible  <bruno@clisp.org>
6706
6707         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
6708         from gl_HEADER_STRING_H_BODY.
6709         (gl_HEADER_STRING_H_BODY): Require it.
6710         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
6711         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
6712         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
6713         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
6714         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
6715         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
6716         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
6717         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
6718         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
6719         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
6720         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
6721         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
6722         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
6723         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
6724         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
6725
6726 2007-01-27  Bruno Haible  <bruno@clisp.org>
6727
6728         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
6729         check_PROGRAMS into noinst_PROGRAMS.
6730         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
6731         check_PROGRAMS in this case.
6732         (func_import): Set for_test to false.
6733         (func_create_testdir): Set for_test to true.
6734
6735 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
6736             Bruno Haible  <bruno@clisp.org>
6737
6738         * modules/strcasestr (Files): Remove lib/strcasestr.h.
6739         (Depends-on): Add string.
6740         (Includes): Use <string.h> instead of strcasestr.h.
6741         * modules/string (Makefile.am): Also substitute the value of
6742         REPLACE_STRCASESTR.
6743         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
6744         assume strcasestr is declared in <string.h> not <strings.h>. Also
6745         set REPLACE_STRCASESTR.
6746         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
6747         REPLACE_STRCASESTR.
6748         * lib/strcasestr.h: Remove file.
6749         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
6750         * lib/string_.h (strcasestr): New declaration.
6751
6752 2007-01-27  Bruno Haible  <bruno@clisp.org>
6753
6754         * lib/string_.h: Use 'extern'.
6755
6756 2007-01-27  Jim Meyering  <jim@meyering.net>
6757
6758         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
6759         of set-but-not-used local, "q".
6760
6761         * lib/mempcpy.c: Include <config.h> before <string.h>.
6762         This fixes a compilation error on HP-UX, due to the system's
6763         "restrict"-using mempcpy prototype.
6764
6765 2007-01-26  Bruno Haible  <bruno@clisp.org>
6766
6767         Small optimization.
6768         * lib/javacomp.c: Include c-strstr.h.
6769          (is_envjavac_gcj): Use c_strstr instead of strstr.
6770         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
6771
6772 2007-01-26  Bruno Haible  <bruno@clisp.org>
6773
6774         * MODULES.html.sh (Unicode string functions): Add the new modules.
6775
6776         * modules/uniconv/u32-strconv-to-locale: New file.
6777         * lib/uniconv/u32-strconv-to-locale.c: New file.
6778
6779         * modules/uniconv/u16-strconv-to-locale: New file.
6780         * lib/uniconv/u16-strconv-to-locale.c: New file.
6781
6782         * modules/uniconv/u8-strconv-to-locale: New file.
6783         * lib/uniconv/u8-strconv-to-locale.c: New file.
6784
6785         * modules/uniconv/u32-strconv-from-locale: New file.
6786         * lib/uniconv/u32-strconv-from-locale.c: New file.
6787
6788         * modules/uniconv/u16-strconv-from-locale: New file.
6789         * lib/uniconv/u16-strconv-from-locale.c: New file.
6790
6791         * modules/uniconv/u8-strconv-from-locale: New file.
6792         * lib/uniconv/u8-strconv-from-locale.c: New file.
6793
6794         * modules/uniconv/u32-strconv-to-enc: New file.
6795         * lib/uniconv/u32-strconv-to-enc.c: New file.
6796         * modules/uniconv/u32-strconv-to-enc-tests: New file.
6797         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
6798
6799         * modules/uniconv/u16-strconv-to-enc: New file.
6800         * lib/uniconv/u16-strconv-to-enc.c: New file.
6801         * lib/uniconv/u-strconv-to-enc.h: New file.
6802         * modules/uniconv/u16-strconv-to-enc-tests: New file.
6803         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
6804
6805         * modules/uniconv/u8-strconv-to-enc: New file.
6806         * lib/uniconv/u8-strconv-to-enc.c: New file.
6807         * modules/uniconv/u8-strconv-to-enc-tests: New file.
6808         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
6809
6810         * modules/uniconv/u32-strconv-from-enc: New file.
6811         * lib/uniconv/u32-strconv-from-enc.c: New file.
6812         * modules/uniconv/u32-strconv-from-enc-tests: New file.
6813         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
6814
6815         * modules/uniconv/u16-strconv-from-enc: New file.
6816         * lib/uniconv/u16-strconv-from-enc.c: New file.
6817         * modules/uniconv/u16-strconv-from-enc-tests: New file.
6818         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
6819
6820         * modules/uniconv/u8-strconv-from-enc: New file.
6821         * lib/uniconv/u8-strconv-from-enc.c: New file.
6822         * lib/uniconv/u-strconv-from-enc.h: New file.
6823         * modules/uniconv/u8-strconv-from-enc-tests: New file.
6824         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
6825
6826         * modules/uniconv/u32-conv-from-enc: New file.
6827         * lib/uniconv/u32-conv-from-enc.c: New file.
6828         * modules/uniconv/u32-conv-from-enc-tests: New file.
6829         * tests/uniconv/test-u32-conv-from-enc.c: New file.
6830
6831         * modules/uniconv/u16-conv-from-enc: New file.
6832         * lib/uniconv/u16-conv-from-enc.c: New file.
6833         * lib/uniconv/u-conv-from-enc.h: New file.
6834         * modules/uniconv/u16-conv-from-enc-tests: New file.
6835         * tests/uniconv/test-u16-conv-from-enc.c: New file.
6836
6837         * modules/uniconv/u8-conv-from-enc: New file.
6838         * lib/uniconv/u8-conv-from-enc.c: New file.
6839         * modules/uniconv/u8-conv-from-enc-tests: New file.
6840         * tests/uniconv/test-u8-conv-from-enc.c: New file.
6841
6842         * modules/uniconv/base: New file.
6843         * lib/uniconv.h: New file.
6844
6845 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
6846
6847         * doc/gnulib-tool.texi (Initial import): Update to match current
6848         behavior with strdup module.
6849         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
6850         * lib/memmem.h: Remove; all uses removed.  This is now done
6851         by <string.h>.
6852         * lib/mempcpy.h: Likewise.
6853         * lib/memrchr.h: Likewise.
6854         * lib/stpcpy.h: Likewise.
6855         * lib/stpncpy.h: Likewise.
6856         * lib/strcase.h: Likewise.
6857         * lib/strchrnul.h: Likewise.
6858         * lib/strdup.h: Likewise.
6859         * lib/strndup.h: Likewise.
6860         * lib/strnlen.h: Likewise.
6861         * lib/strpbrk.h: Likewise.
6862         * lib/strsep.h: Likewise.
6863         * lib/strstr.h: Likewise.
6864         * lib/strtok_r.h: Likewise.
6865         * lib/string_.h: New file.
6866         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
6867         Rely on <string.h> instead.
6868         * lib/canon-host.c: Likewise.
6869         * lib/chdir-long.c: Likewise.
6870         * lib/concatpath.c: Likewise.
6871         * lib/exclude.c: Likewise.
6872         * lib/fchdir.c: Likewise.
6873         * lib/getaddrinfo.c: Likewise.
6874         * lib/getcwd.c: Likewise.
6875         * lib/getsubopt.c: Likewise.
6876         * lib/glob.c: Likewise.
6877         * lib/hard-locale.c: Likewise.
6878         * lib/iconvme.c: Likewise.
6879         * lib/javacomp.c: Likewise.
6880         * lib/mempcpy.c: Likewise.
6881         * lib/memrchr.c: Likewise.
6882         * lib/regex_internal.h: Likewise.
6883         * lib/stpncpy.c: Likewise.
6884         * lib/strcasecmp.c: Likewise.
6885         * lib/strchrnul.c: Likewise.
6886         * lib/strdup.c: Likewise.
6887         * lib/striconv.c: Likewise.
6888         * lib/striconveh.c: Likewise.
6889         * lib/striconveha.c: Likewise.
6890         * lib/strncasecmp.c: Likewise.
6891         * lib/strndup.c: Likewise.
6892         * lib/strnlen.c: Likewise.
6893         * lib/strsep.c: Likewise.
6894         * lib/strstr.c: Likewise.
6895         * lib/strtok_r.c: Likewise.
6896         * lib/userspec.c: Likewise.
6897         * lib/w32spawn.h: Likewise.
6898         * lib/xstrndup.c: Likewise.
6899         * lib/mountlist.c (strstr): Remove decl.
6900         * m4/string_h.m4: New file.
6901         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
6902         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
6903         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
6904         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
6905         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
6906         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
6907         Set REPLACE_STRCASECMP if necessary.
6908         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
6909         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
6910         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
6911         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
6912         HAVE_DECL_STRDUP if necessary.
6913         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
6914         since gl_FUNC_STRNDUP does that now.
6915         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
6916         Check for decl here...
6917         (gl_PREREQ_STRNLEN): ... not here.
6918         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
6919         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
6920         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
6921         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
6922         necessary.
6923         * modules/string: New file.
6924         * modules/memmem (Files): Remove special-purpose include file.
6925         (Depends-on): Add string.
6926         (Include): Include <string.h>, not the removed file.
6927         * modules/mempcpy: Likewise.
6928         * modules/memrchr: Likewise.
6929         * modules/stpcpy: Likewise.
6930         * modules/stpncpy: Likewise.
6931         * modules/strcase: Likewise.
6932         * modules/strchrnul: Likewise.
6933         * modules/strdup: Likewise.
6934         * modules/strndup: Likewise.
6935         * modules/strnlen: Likewise.
6936         * modules/strpbrk: Likewise.
6937         * modules/strsep: Likewise.
6938         * modules/strstr: Likewise.
6939         * modules/strtok_r: Likewise.
6940         * tests/test-dirname.c: Don't include "strdup.h", since
6941         <string.h> now suffices.
6942         * tests/test-memmem.c: Don't include "memmem.h", since
6943         <string.h> now suffices.
6944
6945 2007-01-25  Bruno Haible  <bruno@clisp.org>
6946
6947         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
6948         *resultp is 0.
6949
6950         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
6951         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
6952         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
6953         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
6954
6955         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
6956         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
6957         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
6958         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
6959         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
6960         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
6961
6962 2007-01-24  Bruno Haible  <bruno@clisp.org>
6963
6964         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
6965         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
6966         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
6967         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
6968         gl_FUNC_FTS_CORE.
6969         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
6970         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
6971         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
6972         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
6973         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
6974         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
6975         gl_FUNC_FCHOWNAT.
6976         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
6977         gl_FUNC_STRFTIME.
6978         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
6979         Reported by Ralf Wildenhues.
6980
6981 2007-01-24  Bruno Haible  <bruno@clisp.org>
6982
6983         Drop AC_REQUIRE calls that are redundant with the module dependencies.
6984         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
6985         gl_GETADDRINFO.
6986         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
6987         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
6988         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
6989
6990 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
6991
6992         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
6993         Don't use 'exit'; just return from 'main'.
6994         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
6995
6996         * lib/fnmatch_.h: Readjust white space and comments to match
6997         glibc, to avoid spurious diffs.
6998
6999 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
7000
7001         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
7002         2004-12-01 change by Jakub Jelinek, since this code won't compile
7003         if !LIBC.  Problem reported by Bob Proulx.
7004
7005 2007-01-23  Bruno Haible  <bruno@clisp.org>
7006
7007         * lib/striconveh.c: Include c-strcaseeq.h.
7008         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
7009         * modules/striconveh (Depends-on): Add c-strcaseeq.
7010
7011 2007-01-23  Bruno Haible  <bruno@clisp.org>
7012
7013         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
7014
7015         * modules/c-strcaseeq: New file.
7016         * lib/c-strcaseeq.h: New file.
7017
7018         * modules/streq: New file.
7019         * lib/streq.h: New file.
7020
7021 2007-01-23  Bruno Haible  <bruno@clisp.org>
7022
7023         * modules/striconveha-tests: New file.
7024         * tests/test-striconveha.c: New file.
7025
7026         * lib/striconveha.h: Include <stdbool.h>.
7027         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
7028         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
7029         (mem_iconveha_notranslit): Renamed from mem_iconveha.
7030         (mem_iconveha): New function.
7031         (str_iconveha_notranslit): Renamed from str_iconveha.
7032         (str_iconveha): New function.
7033         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
7034         c-strcase.
7035
7036 2007-01-23  Bruno Haible  <bruno@clisp.org>
7037
7038         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
7039         encodings without forgiving before trying any encoding with handler.
7040         (str_iconveha): Try all encodings without forgiving before trying any
7041         encoding with handler.
7042
7043 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
7044
7045         Import the following changes from libc.
7046
7047         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
7048
7049         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
7050
7051         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
7052
7053         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
7054         normal_bracket label.
7055
7056         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
7057
7058         [BZ #361]
7059         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
7060         to normal_bracket after fetching the next character.
7061
7062 2007-01-22  Bruno Haible  <bruno@clisp.org>
7063
7064         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
7065         argument.
7066         * lib/striconveh.c (iconv_carefully_1): New function.
7067         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
7068         argument.
7069         (str_cd_iconveh): Update.
7070         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
7071         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
7072         * tests/test-striconveh.c (MAGIC): New macro.
7073         (new_offsets): New function.
7074         (main): Test call with and without offsets.
7075
7076 2007-01-22  Bruno Haible  <bruno@clisp.org>
7077
7078         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
7079         * modules/sys_select (Makefile.am): Likewise.
7080         * modules/sys_socket (Makefile.am): Likewise.
7081         * modules/sys_time (Makefile.am): Likewise.
7082
7083 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
7084
7085         * modules/gettimeofday (License): Change from GPL to LGPL, since
7086         gettimeofday is a library function.
7087
7088 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7089
7090         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
7091
7092 2007-01-21  Bruno Haible  <bruno@clisp.org>
7093
7094         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
7095
7096 2007-01-21  Bruno Haible  <bruno@clisp.org>
7097
7098         * modules/striconveha: New file.
7099         * lib/striconveha.h: New file.
7100         * lib/striconveha.c: New file.
7101         * MODULES.html.sh (Internationalization functions): Add striconveha.
7102         * lib/striconv.c (str_iconv): Optimize the case of an empty input
7103         string.
7104         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
7105
7106 2007-01-21  Bruno Haible  <bruno@clisp.org>
7107
7108         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
7109         * lib/striconveh.c (str_iconveh): Likewise.
7110
7111 2007-01-21  Bruno Haible  <bruno@clisp.org>
7112
7113         * lib/striconveh.h (mem_iconveh): New declaration.
7114         * lib/striconveh.c (mem_iconveh): New function.
7115         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
7116
7117 2007-01-21  Bruno Haible  <bruno@clisp.org>
7118
7119         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
7120
7121         * lib/striconveh.h (mem_cd_iconveh): Change specification.
7122         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
7123         original result buffer.
7124         (str_cd_iconveh): Update.
7125         * tests/test-striconveh.c (main): Update.
7126
7127         * lib/striconv.h (mem_cd_iconv): Change specification.
7128         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
7129         result buffer.
7130         (str_cd_iconv): Update.
7131         * tests/test-striconv.c (main): Update.
7132
7133 2007-01-21  Bruno Haible  <bruno@clisp.org>
7134
7135         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
7136
7137 2007-01-20  Jim Meyering  <jim@meyering.net>
7138
7139         * lib/userspec.c (parse_with_separator): If a user or group string
7140         starts with "+", skip the corresponding name-to-ID look-up, since
7141         such a look-up must fail: user and group names may not include "+".
7142
7143 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
7144
7145         * lib/poll.c: Include sys/time.h and time.h unconditionally,
7146         since we now assume the sys_time module.
7147         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
7148         check for sys/time.h; no longer needed.
7149         * modules/poll (Depends-on): Depend on sys_time.
7150
7151 2007-01-18  Bruno Haible  <bruno@clisp.org>
7152
7153         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
7154         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
7155
7156         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
7157         gettimeofday.
7158
7159         * tests/test-gettimeofday.c: Include <time.h>.
7160         (dummy): Remove variable.
7161
7162         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
7163         gl_HEADER_SYS_TIME_H.
7164         (gl_HEADER_SYS_TIME_H): New macro.
7165
7166         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
7167         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7168         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
7169         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
7170         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7171         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
7172         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
7173         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7174         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
7175         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
7176         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7177
7178         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
7179         last change; it caused a compilation error when cross-compiling to
7180         Cygwin.
7181
7182 2007-01-18  Jim Meyering  <jim@meyering.net>
7183
7184         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
7185         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
7186         than the race-prone "test -d sys || mkdir sys".
7187         (configure.ac): Use AC_PROG_MKDIR_P.
7188         * modules/sys_select: Likewise.
7189         * modules/sys_socket: Likewise.
7190         * modules/sys_time: Likewise.
7191
7192 2007-01-18  Eric Blake  <ebb9@byu.net>
7193
7194         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
7195         replace gettimeofday.
7196         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
7197         name, to avoid infinite recursion.
7198
7199 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
7200
7201         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
7202         module sys_time.
7203         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
7204         assume timespec.h defines struct timeval.
7205         * lib/settime.c: Likewise.
7206         * lib/utimens.c: Likewise.
7207         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
7208         since we now assume the gettimeofday module.
7209         * lib/tempname.c (__gen_tempname): Likewise.
7210         * lib/gettimeofday.h: Remove.
7211         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
7212         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
7213         Include <time.h>, for 'time()'.
7214         (localtime_buffer_addr): Also use this workaround if
7215         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
7216         to simplify the uses.  All uses changed.
7217         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
7218         that #undef is inside {}, and 'const' follows type name consistently.
7219         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
7220         (gettimeofday): Do not use the maximum possible value for
7221         tv->tv_usec, since that might break usages other than ls.c.
7222         Instead, we'll leave ls.c alone.  This undoes today's patch
7223         by Bruno.  Add a compile-time warning for 1s-clock resolution;
7224         we've never observed the problem but might as well keep the
7225         canary.
7226         * lib/nanosleep.c: Include timespec.h first, for interface check.
7227         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
7228         now assume the sys_time module.
7229         * lib/tempname.c: Likewise.
7230         * lib/timespec.h: Likewise.
7231         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
7232         needed.
7233         * lib/strftime.c: Likewise.
7234         * lib/timespec.h: Likewise.
7235         * lib/posixtm.c: Include posixtm.h first, for interface check.
7236         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
7237         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
7238         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
7239         * lib/sys_time_.h: New file.
7240         * lib/timespec.h (struct timespec): Use long int, not long.
7241         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
7242         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
7243         Remove obsolescent call to AC_HEADER_TIME.
7244         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
7245         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
7246         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
7247         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
7248         Likewise.
7249         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
7250         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
7251         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
7252         into the sys_time module.  Check for gettimeofday just once.
7253         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
7254         for gettimeofday signature to just check the signature.  Merely
7255         compile it, since linking doesn't test signature.  Improve test for
7256         whether gettimeofday.o is actually needed.
7257         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
7258         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
7259         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
7260         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7261         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
7262         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
7263         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
7264         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
7265         than worrying about sys/time.h.
7266         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
7267         Don't bother worrying about TIME_WITH_SYS_TIME.
7268         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
7269         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
7270         * m4/sys_time_h.m4: New file.
7271         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
7272         Don't include sys/time.h.  Return from main rather than exiting.
7273         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
7274         all uses changed.
7275         * modules/gethrxtime (Depends-on): Add sys_time.
7276         * modules/gettime (Depends-on): Likewise.
7277         * modules/gettimeofday (Depends-on): Likewise.
7278         * modules/nanosleep (Depends-on): Likewise.
7279         * modules/settime (Depends-on): Likewise.
7280         * modules/tempname (Depends-on): Likewise.
7281         * modules/utimens (Depends-on): Likewise.
7282         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
7283         (Include:) Change back to <sys/time.h>.
7284         (Maintainer:) Add self.
7285         * modules/sys_time: New file.
7286         * modules/tempname (Depends-on): Add gettimeofday.
7287         * tests/test-gettimeofday.c: Include <sys/time.h>
7288         rather than gettimeofday.h.
7289
7290 2007-01-17  Bruno Haible  <bruno@clisp.org>
7291
7292         * gnulib-tool (func_get_license): Revert last patch. Instead, let
7293         the license default to GPL.
7294         (func_create_testdir): Don't complain if a module is LGPL and its
7295         tests module depends on GPLed modules.
7296
7297 2007-01-17  Bruno Haible  <bruno@clisp.org>
7298
7299         * lib/gettimeofday.c (gettimeofday): Add code for the case
7300         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
7301         maximum possible value for tv->tv_usec, rather than the minimum one.
7302
7303 2005-10-08  Martin Lambers  <marlam@marlam.de>
7304 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
7305 2007-01-16  Bruno Haible  <bruno@clisp.org>
7306
7307         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
7308         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
7309         gl_FUNC_GETTIMEOFDAY.
7310         (Include): Add gettimeofday.h.
7311         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
7312         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
7313         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
7314         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
7315         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
7316         * lib/gettimeofday.h: New file.
7317         * lib/gettimeofday.c: Include <sys/timeb.h>.
7318         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
7319         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7320         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
7321         fall back on time().
7322
7323         * tests/test-gettimeofday.c: New file.
7324         * modules/gettimeofday-tests: New file.
7325
7326 2007-01-16  Eric Blake  <ebb9@byu.net>
7327
7328         * modules/fnmatch (Depends-on): Depend on wchar.
7329         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
7330         * m4/fnmatch.m4: Likewise.
7331         * modules/mbchar (Makefile.am): Assume <wchar.h>.
7332         * m4/mbchar.m4: Likewise.
7333         * modules/mbswidth (Depends-on): Depend on wchar.
7334         * lib/mbswidth.c: Assume <wchar.h>.
7335         * m4/mbswidth.m4: Likewise.
7336         * modules/quotearg (Depends-on): Depend on wchar.
7337         * lib/quotearg.c: Assume <wchar.h>.
7338         * m4/quotearg.m4: Likewise.
7339         * modules/regex (Depends-on): Depend on wchar.
7340         * lib/regex_internal.h: Assume <wchar.h>.
7341         * m4/regex.m4: Likewise.
7342         * modules/stdint (Depends-on): Depend on wchar.
7343         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
7344         * m4/stdint.m4: Likewise.
7345         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
7346         * modules/strftime (Depends-on): Depend on wchar.
7347         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
7348         * modules/strtol (Depends-on): Depend on wchar.
7349         * lib/strtol.c: Assume <wchar.h>.
7350         * modules/wcwidth (Depends-on): Depend on wchar.
7351         * lib/wcwidth.h: Assume <wchar.h>.
7352         * m4/wcwidth.m4: Likewise.
7353
7354 2007-01-16  Bruno Haible  <bruno@clisp.org>
7355
7356         * modules/csharpexec-script: New, created from...
7357         * modules/csharpexec: ... this.
7358
7359 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
7360
7361         * modules/javaexec-script: New, created from...
7362         * modules/javaexec: ... this.
7363
7364 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7365
7366         * modules/poll (Dependencies): Add sys_select.
7367
7368 2007-01-15  Jim Meyering  <jim@meyering.net>
7369
7370         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
7371         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
7372         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
7373         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
7374
7375 2007-01-15  Bruno Haible  <bruno@clisp.org>
7376
7377         * modules/striconveh: New file.
7378         * lib/striconveh.h: New file.
7379         * lib/striconveh.c: New file.
7380         * MODULES.html.sh (Internationalization functions): Add striconveh.
7381
7382         * modules/striconveh-tests: New file.
7383         * tests/test-striconveh.c: New file.
7384
7385 2007-01-15  Bruno Haible  <bruno@clisp.org>
7386
7387         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
7388         not from GNU libiconv or GNU libc.
7389
7390 2007-01-15  Bruno Haible  <bruno@clisp.org>
7391
7392         * doc/gnulib-intro.texi (Copyright): Explain the different license
7393         terms for module descriptions, autoconf macros, tests, documentation.
7394
7395 2007-01-14  Bruno Haible  <bruno@clisp.org>
7396
7397         * modules/striconv-tests: New file.
7398         * tests/test-striconv.c: New file.
7399
7400 2007-01-14  Bruno Haible  <bruno@clisp.org>
7401
7402         * modules/iconv-tests: New file.
7403         * tests/test-iconv.c: New file.
7404
7405 2007-01-14  Bruno Haible  <bruno@clisp.org>
7406
7407         * gnulib-tool (func_get_license): For test modules, use the license of
7408         the main module.
7409
7410 2007-01-14  Bruno Haible  <bruno@clisp.org>
7411
7412         * modules/iconv (Include): Clarify that <iconv.h> can only be included
7413         if iconv is found to exist.
7414
7415 2007-01-14  Bruno Haible  <bruno@clisp.org>
7416
7417         * modules/c-ctype-tests: New file.
7418         * tests/test-c-ctype.c: New file.
7419
7420 2007-01-14  Bruno Haible  <bruno@clisp.org>
7421
7422         * modules/binary-io-tests: New file.
7423         * tests/test-binary-io.sh: New file.
7424         * tests/test-binary-io.c: New file.
7425
7426 2007-01-14  Bruno Haible  <bruno@clisp.org>
7427
7428         * modules/array-oset-tests: New file.
7429         * tests/test-array_oset.c: New file.
7430
7431 2007-01-14  Bruno Haible  <bruno@clisp.org>
7432
7433         * modules/array-list-tests: New file.
7434         * tests/test-array_list.c: New file.
7435
7436 2007-01-14  Bruno Haible  <bruno@clisp.org>
7437
7438         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
7439         and make.
7440         Reported by Simon Josefsson in
7441         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
7442
7443 2007-01-14  Bruno Haible  <bruno@clisp.org>
7444
7445         * modules/allocsa-tests: New file.
7446         * tests/test-allocsa.c: New file.
7447
7448 2007-01-14  Bruno Haible  <bruno@clisp.org>
7449
7450         * modules/fchdir (Depends-on): Add absolute-header.
7451         * modules/unistd (Depends-on): Likewise.
7452
7453 2006-12-30  Bruno Haible  <bruno@clisp.org>
7454
7455         * modules/fchdir: New file.
7456         * modules/unistd (Files): Add lib/unistd_.h.
7457         (Makefile.am): Generate unistd.h from unistd_.h.
7458         * lib/fchdir.c: New file.
7459         * lib/dirent_.h: New file.
7460         * lib/unistd_.h: New file.
7461         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
7462         * m4/fchdir.m4: New file.
7463         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
7464         (gl_HEADER_UNISTD): Invoke it.
7465         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
7466         function.
7467         * lib/backupfile.c (opendir, closedir): Undefine.
7468         * lib/chown.c (open, close): Undefine.
7469         * lib/clean-temp.c (open, close): Undefine.
7470         * lib/copy-file.c (open, close): Undefine.
7471         * lib/execute.c (open, close): Undefine.
7472         * lib/fsusage.c (open, close): Undefine.
7473         * lib/gc-gnulib.c (open, close): Undefine.
7474         * lib/getcwd.c (opendir, closedir): Undefine.
7475         * lib/glob.c (opendir, closedir): Undefine.
7476         * lib/javacomp.c (open, close): Undefine.
7477         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
7478         * lib/openat-proc.c (open, close): Undefine.
7479         * lib/pagealign_alloc.c (open, close): Undefine.
7480         * lib/pipe.c (open, close): Undefine.
7481         * lib/progreloc.c (open, close): Undefine.
7482         * lib/savedir.c (opendir, closedir): Undefine.
7483         * lib/utime.c (open, close): Undefine.
7484         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
7485
7486 2007-01-10  Bruno Haible  <bruno@clisp.org>
7487
7488         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
7489
7490 2007-01-12  Eric Blake  <ebb9@byu.net>
7491
7492         Provide a robust <wchar.h>.  Further simplifications are now
7493         possible in other modules, but not included here.
7494         * modules/wchar: New module.
7495         * m4/wchar.m4: New file.
7496         * lib/wchar_.h: Likewise.
7497         * modules/mbchar (Depends-on): Depend on wchar, as the first use
7498         of the new module.
7499         * MODULES.html.sh (Extended multibyte and wide character utilities):
7500         New section.
7501
7502 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
7503
7504         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
7505         to a reasonable default for memory allocation.
7506         (xreadlink): Don't allocate a huge buffer, to work around a buggy
7507         file system that reports garbage st_size values for symlinks.
7508         Problem reported by Liyang Hu.
7509
7510 2007-01-11  Simon Josefsson  <simon@josefsson.org>
7511
7512         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
7513         Emacs .#* auto-save files).
7514
7515 2007-01-11  Bruno Haible  <bruno@clisp.org>
7516
7517         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
7518         directory.
7519
7520 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
7521
7522         Use @...@ consistently in lib/wctype_.h.
7523         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
7524         on it being set to 1 or 0.
7525         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
7526         go back to AC_SUBSTing it.
7527         * modules/wctype (Makefile.am): Undo previous change.
7528
7529 2007-01-10  Eric Blake  <ebb9@byu.net>
7530
7531         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
7532         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
7533         * modules/wctype (Makefile.am): Likewise.
7534         Reported by Chris McGuire.
7535
7536 2007-01-10  Jim Meyering  <jim@meyering.net>
7537
7538         fts.c: a small readability/maintainability improvement
7539         * lib/fts.c (fts_read): Make this code slightly more readable and
7540         maintainable by hoisting the "sp->fts_cur = p" assignments to
7541         immediately follow the statements that set P.  Derived from
7542         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
7543
7544 2007-01-10  Eric Blake  <ebb9@byu.net>
7545
7546         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
7547         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
7548         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
7549         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
7550         Reported by Chris McGuire.
7551
7552 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7553
7554         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
7555         in sed script.
7556
7557 2007-01-09  Bruno Haible  <bruno@clisp.org>
7558
7559         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
7560         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
7561         variables.
7562         (func_module): Use them.
7563
7564 2007-01-09  Bruno Haible  <bruno@clisp.org>
7565
7566         * modules/unistr/base: New file.
7567         * lib/unistr.h: New file.
7568
7569         * modules/unistr/u8-to-u16: New file.
7570         * lib/unistr/u8-to-u16.c: New file.
7571
7572         * modules/unistr/u8-to-u32: New file.
7573         * lib/unistr/u8-to-u32.c: New file.
7574
7575         * modules/unistr/u16-to-u8: New file.
7576         * lib/unistr/u16-to-u8.c: New file.
7577
7578         * modules/unistr/u16-to-u32: New file.
7579         * lib/unistr/u16-to-u32.c: New file.
7580
7581         * modules/unistr/u32-to-u8: New file.
7582         * lib/unistr/u32-to-u8.c: New file.
7583
7584         * modules/unistr/u32-to-u16: New file.
7585         * lib/unistr/u32-to-u16.c: New file.
7586
7587         * modules/unistr/u8-check: New file.
7588         * modules/unistr/u16-check: New file.
7589         * modules/unistr/u32-check: New file.
7590         * lib/unistr/u8-check.c: New file.
7591         * lib/unistr/u16-check.c: New file.
7592         * lib/unistr/u32-check.c: New file.
7593
7594         * modules/unistr/u8-chr: New file.
7595         * modules/unistr/u16-chr: New file.
7596         * modules/unistr/u32-chr: New file.
7597         * lib/unistr/u8-chr.c: New file.
7598         * lib/unistr/u16-chr.c: New file.
7599         * lib/unistr/u32-chr.c: New file.
7600
7601         * modules/unistr/u8-cmp: New file.
7602         * modules/unistr/u16-cmp: New file.
7603         * modules/unistr/u32-cmp: New file.
7604         * lib/unistr/u8-cmp.c: New file.
7605         * lib/unistr/u16-cmp.c: New file.
7606         * lib/unistr/u32-cmp.c: New file.
7607
7608         * modules/unistr/u8-cpy: New file.
7609         * modules/unistr/u16-cpy: New file.
7610         * modules/unistr/u32-cpy: New file.
7611         * lib/unistr/u8-cpy.c: New file.
7612         * lib/unistr/u16-cpy.c: New file.
7613         * lib/unistr/u32-cpy.c: New file.
7614         * lib/unistr/u-cpy.h: New file.
7615
7616         * modules/unistr/u8-cpy-alloc: New file.
7617         * modules/unistr/u16-cpy-alloc: New file.
7618         * modules/unistr/u32-cpy-alloc: New file.
7619         * lib/unistr/u8-cpy-alloc.c: New file.
7620         * lib/unistr/u16-cpy-alloc.c: New file.
7621         * lib/unistr/u32-cpy-alloc.c: New file.
7622         * lib/unistr/u-cpy-alloc.h: New file.
7623
7624         * modules/unistr/u8-endswith: New file.
7625         * modules/unistr/u16-endswith: New file.
7626         * modules/unistr/u32-endswith: New file.
7627         * lib/unistr/u8-endswith.c: New file.
7628         * lib/unistr/u16-endswith.c: New file.
7629         * lib/unistr/u32-endswith.c: New file.
7630         * lib/unistr/u-endswith.h: New file.
7631
7632         * modules/unistr/u8-mblen: New file.
7633         * modules/unistr/u16-mblen: New file.
7634         * modules/unistr/u32-mblen: New file.
7635         * lib/unistr/u8-mblen.c: New file.
7636         * lib/unistr/u16-mblen.c: New file.
7637         * lib/unistr/u32-mblen.c: New file.
7638
7639         * modules/unistr/u8-mbtouc: New file.
7640         * modules/unistr/u16-mbtouc: New file.
7641         * modules/unistr/u32-mbtouc: New file.
7642         * lib/unistr/u8-mbtouc.c: New file.
7643         * lib/unistr/u16-mbtouc.c: New file.
7644         * lib/unistr/u32-mbtouc.c: New file.
7645
7646         * modules/unistr/u8-mbtouc-safe: New file.
7647         * modules/unistr/u16-mbtouc-safe: New file.
7648         * modules/unistr/u32-mbtouc-safe: New file.
7649         * lib/unistr/u8-mbtouc-safe.c: New file.
7650         * lib/unistr/u16-mbtouc-safe.c: New file.
7651         * lib/unistr/u32-mbtouc-safe.c: New file.
7652
7653         * modules/unistr/u8-move: New file.
7654         * modules/unistr/u16-move: New file.
7655         * modules/unistr/u32-move: New file.
7656         * lib/unistr/u8-move.c: New file.
7657         * lib/unistr/u16-move.c: New file.
7658         * lib/unistr/u32-move.c: New file.
7659         * lib/unistr/u-move.h: New file.
7660
7661         * modules/unistr/u8-next: New file.
7662         * modules/unistr/u16-next: New file.
7663         * modules/unistr/u32-next: New file.
7664         * lib/unistr/u8-next.c: New file.
7665         * lib/unistr/u16-next.c: New file.
7666         * lib/unistr/u32-next.c: New file.
7667
7668         * modules/unistr/u8-prev: New file.
7669         * modules/unistr/u16-prev: New file.
7670         * modules/unistr/u32-prev: New file.
7671         * lib/unistr/u8-prev.c: New file.
7672         * lib/unistr/u16-prev.c: New file.
7673         * lib/unistr/u32-prev.c: New file.
7674
7675         * modules/unistr/u8-set: New file.
7676         * modules/unistr/u16-set: New file.
7677         * modules/unistr/u32-set: New file.
7678         * lib/unistr/u8-set.c: New file.
7679         * lib/unistr/u16-set.c: New file.
7680         * lib/unistr/u32-set.c: New file.
7681         * lib/unistr/u-set.h: New file.
7682
7683         * modules/unistr/u8-startswith: New file.
7684         * modules/unistr/u16-startswith: New file.
7685         * modules/unistr/u32-startswith: New file.
7686         * lib/unistr/u8-startswith.c: New file.
7687         * lib/unistr/u16-startswith.c: New file.
7688         * lib/unistr/u32-startswith.c: New file.
7689         * lib/unistr/u-startswith.h: New file.
7690
7691         * modules/unistr/u8-stpcpy: New file.
7692         * modules/unistr/u16-stpcpy: New file.
7693         * modules/unistr/u32-stpcpy: New file.
7694         * lib/unistr/u8-stpcpy.c: New file.
7695         * lib/unistr/u16-stpcpy.c: New file.
7696         * lib/unistr/u32-stpcpy.c: New file.
7697         * lib/unistr/u-stpcpy.h: New file.
7698
7699         * modules/unistr/u8-stpncpy: New file.
7700         * modules/unistr/u16-stpncpy: New file.
7701         * modules/unistr/u32-stpncpy: New file.
7702         * lib/unistr/u8-stpncpy.c: New file.
7703         * lib/unistr/u16-stpncpy.c: New file.
7704         * lib/unistr/u32-stpncpy.c: New file.
7705         * lib/unistr/u-stpncpy.h: New file.
7706
7707         * modules/unistr/u8-strcat: New file.
7708         * modules/unistr/u16-strcat: New file.
7709         * modules/unistr/u32-strcat: New file.
7710         * lib/unistr/u8-strcat.c: New file.
7711         * lib/unistr/u16-strcat.c: New file.
7712         * lib/unistr/u32-strcat.c: New file.
7713         * lib/unistr/u-strcat.h: New file.
7714
7715         * modules/unistr/u8-strchr: New file.
7716         * modules/unistr/u16-strchr: New file.
7717         * modules/unistr/u32-strchr: New file.
7718         * lib/unistr/u8-strchr.c: New file.
7719         * lib/unistr/u16-strchr.c: New file.
7720         * lib/unistr/u32-strchr.c: New file.
7721
7722         * modules/unistr/u8-strcmp: New file.
7723         * modules/unistr/u16-strcmp: New file.
7724         * modules/unistr/u32-strcmp: New file.
7725         * lib/unistr/u8-strcmp.c: New file.
7726         * lib/unistr/u16-strcmp.c: New file.
7727         * lib/unistr/u32-strcmp.c: New file.
7728
7729         * modules/unistr/u8-strcpy: New file.
7730         * modules/unistr/u16-strcpy: New file.
7731         * modules/unistr/u32-strcpy: New file.
7732         * lib/unistr/u8-strcpy.c: New file.
7733         * lib/unistr/u16-strcpy.c: New file.
7734         * lib/unistr/u32-strcpy.c: New file.
7735         * lib/unistr/u-strcpy.h: New file.
7736
7737         * modules/unistr/u8-strcspn: New file.
7738         * modules/unistr/u16-strcspn: New file.
7739         * modules/unistr/u32-strcspn: New file.
7740         * lib/unistr/u8-strcspn.c: New file.
7741         * lib/unistr/u16-strcspn.c: New file.
7742         * lib/unistr/u32-strcspn.c: New file.
7743         * lib/unistr/u-strcspn.h: New file.
7744
7745         * modules/unistr/u8-strdup: New file.
7746         * modules/unistr/u16-strdup: New file.
7747         * modules/unistr/u32-strdup: New file.
7748         * lib/unistr/u8-strdup.c: New file.
7749         * lib/unistr/u16-strdup.c: New file.
7750         * lib/unistr/u32-strdup.c: New file.
7751         * lib/unistr/u-strdup.h: New file.
7752
7753         * modules/unistr/u8-strlen: New file.
7754         * modules/unistr/u16-strlen: New file.
7755         * modules/unistr/u32-strlen: New file.
7756         * lib/unistr/u8-strlen.c: New file.
7757         * lib/unistr/u16-strlen.c: New file.
7758         * lib/unistr/u32-strlen.c: New file.
7759         * lib/unistr/u-strlen.h: New file.
7760
7761         * modules/unistr/u8-strmblen: New file.
7762         * modules/unistr/u16-strmblen: New file.
7763         * modules/unistr/u32-strmblen: New file.
7764         * lib/unistr/u8-strmblen.c: New file.
7765         * lib/unistr/u16-strmblen.c: New file.
7766         * lib/unistr/u32-strmblen.c: New file.
7767
7768         * modules/unistr/u8-strmbtouc: New file.
7769         * modules/unistr/u16-strmbtouc: New file.
7770         * modules/unistr/u32-strmbtouc: New file.
7771         * lib/unistr/u8-strmbtouc.c: New file.
7772         * lib/unistr/u16-strmbtouc.c: New file.
7773         * lib/unistr/u32-strmbtouc.c: New file.
7774
7775         * modules/unistr/u8-strncat: New file.
7776         * modules/unistr/u16-strncat: New file.
7777         * modules/unistr/u32-strncat: New file.
7778         * lib/unistr/u8-strncat.c: New file.
7779         * lib/unistr/u16-strncat.c: New file.
7780         * lib/unistr/u32-strncat.c: New file.
7781         * lib/unistr/u-strncat.h: New file.
7782
7783         * modules/unistr/u8-strncmp: New file.
7784         * modules/unistr/u16-strncmp: New file.
7785         * modules/unistr/u32-strncmp: New file.
7786         * lib/unistr/u8-strncmp.c: New file.
7787         * lib/unistr/u16-strncmp.c: New file.
7788         * lib/unistr/u32-strncmp.c: New file.
7789
7790         * modules/unistr/u8-strncpy: New file.
7791         * modules/unistr/u16-strncpy: New file.
7792         * modules/unistr/u32-strncpy: New file.
7793         * lib/unistr/u8-strncpy.c: New file.
7794         * lib/unistr/u16-strncpy.c: New file.
7795         * lib/unistr/u32-strncpy.c: New file.
7796         * lib/unistr/u-strncpy.h: New file.
7797
7798         * modules/unistr/u8-strnlen: New file.
7799         * modules/unistr/u16-strnlen: New file.
7800         * modules/unistr/u32-strnlen: New file.
7801         * lib/unistr/u8-strnlen.c: New file.
7802         * lib/unistr/u16-strnlen.c: New file.
7803         * lib/unistr/u32-strnlen.c: New file.
7804         * lib/unistr/u-strnlen.h: New file.
7805
7806         * modules/unistr/u8-strpbrk: New file.
7807         * modules/unistr/u16-strpbrk: New file.
7808         * modules/unistr/u32-strpbrk: New file.
7809         * lib/unistr/u8-strpbrk.c: New file.
7810         * lib/unistr/u16-strpbrk.c: New file.
7811         * lib/unistr/u32-strpbrk.c: New file.
7812         * lib/unistr/u-strpbrk.h: New file.
7813
7814         * modules/unistr/u8-strrchr: New file.
7815         * modules/unistr/u16-strrchr: New file.
7816         * modules/unistr/u32-strrchr: New file.
7817         * lib/unistr/u8-strrchr.c: New file.
7818         * lib/unistr/u16-strrchr.c: New file.
7819         * lib/unistr/u32-strrchr.c: New file.
7820
7821         * modules/unistr/u8-strspn: New file.
7822         * modules/unistr/u16-strspn: New file.
7823         * modules/unistr/u32-strspn: New file.
7824         * lib/unistr/u8-strspn.c: New file.
7825         * lib/unistr/u16-strspn.c: New file.
7826         * lib/unistr/u32-strspn.c: New file.
7827         * lib/unistr/u-strspn.h: New file.
7828
7829         * modules/unistr/u8-strstr: New file.
7830         * modules/unistr/u16-strstr: New file.
7831         * modules/unistr/u32-strstr: New file.
7832         * lib/unistr/u8-strstr.c: New file.
7833         * lib/unistr/u16-strstr.c: New file.
7834         * lib/unistr/u32-strstr.c: New file.
7835         * lib/unistr/u-strstr.h: New file.
7836
7837         * modules/unistr/u8-strtok: New file.
7838         * modules/unistr/u16-strtok: New file.
7839         * modules/unistr/u32-strtok: New file.
7840         * lib/unistr/u8-strtok.c: New file.
7841         * lib/unistr/u16-strtok.c: New file.
7842         * lib/unistr/u32-strtok.c: New file.
7843         * lib/unistr/u-strtok.h: New file.
7844
7845         * modules/unistr/u8-uctomb: New file.
7846         * modules/unistr/u16-uctomb: New file.
7847         * modules/unistr/u32-uctomb: New file.
7848         * lib/unistr/u8-uctomb.c: New file.
7849         * lib/unistr/u16-uctomb.c: New file.
7850         * lib/unistr/u32-uctomb.c: New file.
7851
7852         * MODULES.html.sh (Unicode string functions): Add the new modules.
7853
7854 2007-01-08  Bruno Haible  <bruno@clisp.org>
7855
7856         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
7857         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
7858         subdirectories.
7859
7860 2007-01-08  Karl Berry  <karl@gnu.org>
7861
7862         * doc/error.texi: mention that main() fns must set program_name
7863         when progname is used.
7864
7865 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
7866
7867         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
7868         WCTYPE_H is empty, for the benefit of builds from non-distclean
7869         directories.  Problem reported by Eric Blake in
7870         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
7871
7872 2007-01-08  Bruno Haible  <bruno@clisp.org>
7873
7874         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
7875         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
7876         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
7877         PROVIDE_CANONICALIZE_FILENAME_MODE.
7878         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
7879
7880 2007-01-08  Bruno Haible  <bruno@clisp.org>
7881
7882         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
7883         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
7884         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
7885         * lib/fts.c: Likewise.
7886         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
7887
7888 2006-12-25  Bruno Haible  <bruno@clisp.org>
7889
7890         * modules/utf8-ucs4-safe: New file.
7891         * lib/utf8-ucs4-safe.h: New file.
7892         * lib/unistr/utf8-ucs4-safe.c: New file.
7893
7894         * modules/utf16-ucs4-safe: New file.
7895         * lib/utf16-ucs4-safe.h: New file.
7896         * lib/unistr/utf16-ucs4-safe.c: New file.
7897
7898         * MODULES.html.sh (Unicode string functions): Add the new modules.
7899
7900 2007-01-08  Bruno Haible  <bruno@clisp.org>
7901
7902         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
7903         (Depends-on): Add unitypes.
7904         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
7905         (u8_mbtouc_aux): Move out to separate file.
7906         (u8_mbtouc): Use ucs4_t, uint8_t types.
7907         * lib/unistr/utf8-ucs4.c: New file.
7908
7909         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
7910         (Depends-on): Add unitypes.
7911         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
7912         (u16_mbtouc_aux): Move out to separate file.
7913         (u16_mbtouc): Use ucs4_t, uint16_t types.
7914         * lib/unistr/utf16-ucs4.c: New file.
7915
7916         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
7917         (Depends-on): Add unitypes.
7918         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
7919         (u8_uctomb_aux): Move out to separate file.
7920         (u8_uctomb): Use ucs4_t, uint8_t types.
7921         * lib/unistr/ucs4-utf8.c: New file.
7922
7923         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
7924         (Depends-on): Add unitypes.
7925         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
7926         (u16_uctomb_aux): Move out to separate file.
7927         (u16_uctomb): Use ucs4_t, uint16_t types.
7928         * lib/unistr/ucs4-utf16.c: New file.
7929
7930 2006-12-25  Bruno Haible  <bruno@clisp.org>
7931
7932         * modules/unitypes: New file.
7933         * lib/unitypes.h: New file.
7934         * MODULES.html.sh (func_all_modules): New section "Unicode string
7935         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
7936         this section. Add unitypes.
7937
7938 2007-01-08  Bruno Haible  <bruno@clisp.org>
7939
7940         Avoid variable names that conflict with those from libtool.
7941         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
7942         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
7943         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
7944         library_names_spec to acl_library_names_spec, hardcode_* to
7945         acl_hardcode_*.
7946         Reported by Ralf Wildenhues.
7947
7948 2007-01-08  Bruno Haible  <bruno@clisp.org>
7949
7950         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
7951         definition.
7952         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
7953         definition.
7954         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
7955         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
7956         definition.
7957         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
7958         definition.
7959         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
7960         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
7961         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
7962         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
7963         definition.
7964         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
7965         definition.
7966         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
7967         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
7968         GC_USE_<algorithm>.
7969         * lib/gc-libgcrypt.c: Likewise.
7970         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
7971         * modules/gc-arctwo (configure.ac): Likewise.
7972         * modules/gc-des (configure.ac): Likewise.
7973         * modules/gc-hmac-md5 (configure.ac): Likewise.
7974         * modules/gc-hmac-sha1 (configure.ac): Likewise.
7975         * modules/gc-md2 (configure.ac): Likewise.
7976         * modules/gc-md4 (configure.ac): Likewise.
7977         * modules/gc-md5 (configure.ac): Likewise.
7978         * modules/gc-random (configure.ac): Likewise.
7979         * modules/gc-rijndael (configure.ac): Likewise.
7980         * modules/gc-sha1 (configure.ac): Likewise.
7981
7982 2007-01-08  Bruno Haible  <bruno@clisp.org>
7983
7984         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
7985         macro definition.
7986         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
7987         definition.
7988         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
7989         definition.
7990         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
7991         * modules/fcntl-safer (configure.ac): Likewise.
7992         * modules/fopen-safer (configure.ac): Likewise.
7993         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
7994         GNULIB_FWRITEERROR macro definition.
7995
7996 2007-01-08  Bruno Haible  <bruno@clisp.org>
7997
7998         * m4/gnulib-common.m4: New file.
7999         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
8000         (func_get_filelist): Add m4/gnulib-common.m4.
8001
8002 2007-01-08  Bruno Haible  <bruno@clisp.org>
8003
8004         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
8005         command.
8006
8007 2007-01-08  Jim Meyering  <jim@meyering.net>
8008
8009         Use a more robust test for a "can't happen" condition.
8010         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
8011         narrowed the st_size value.  Presuming the "can't happen" condition
8012         is true, that narrowing could conceivably convert an invalid st_size
8013         value into a valid one.  Instead, use a change based on Matthew
8014         Woehlke's original patch.
8015
8016         Slight readability improvement: use an assert-like macro
8017         in place of literal "abort ()" uses.
8018         * lib/fts.c (fts_assert): Define.
8019         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
8020         Use this macro instead of a bare 'abort'.
8021
8022 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
8023
8024         Don't worry about using IRIX 5.3's wctype.h broken definitions;
8025         simply work around them.
8026         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
8027         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
8028         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
8029         declaring.
8030         Don't bother to define as macros, since the standard doesn't require it.
8031         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
8032         longer worry about IRIX 5.3.
8033         (HAVE_WCTYPE_CTMP_BUG): Remove.
8034
8035 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
8036
8037         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
8038         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
8039         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
8040         Problems reported by Georg Schwarz for IRIX 5.3.
8041
8042         * gnulib-tool (autoconf_minversion): Take the maximum version number
8043         found, not the minimum.  Problem reported by James Youngman.
8044
8045 2007-01-03  Karl Berry  <karl@gnu.org>
8046
8047         * doc/error.texi: new file, explaining interaction with progname.
8048         * doc/gnulib.texi: include it.  Update copyright.
8049
8050 2007-01-03  Simon Josefsson  <simon@josefsson.org>
8051
8052         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
8053         AC_CANONICAL_HOST, to improve autobuild outputs.
8054
8055 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
8056             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
8057
8058         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
8059         sockets, server sockets, and other file descriptors.  Count errors
8060         to compute the return value.  Reorder the code a bit to be easier
8061         to follow.  Don't set event bits that were not requested (except
8062         POLLERR and POLLHUP).
8063
8064 2007-01-01  Bruno Haible  <bruno@clisp.org>
8065
8066         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
8067
8068 2007-01-03  Jim Meyering  <jim@meyering.net>
8069
8070         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
8071
8072 2007-01-02  Bruno Haible  <bruno@clisp.org>
8073
8074         * modules/settime (Include): Require timespec.h.
8075         * modules/nanosleep (Include): Likewise.
8076
8077 2007-01-01  Bruno Haible  <bruno@clisp.org>
8078
8079         * gnulib-tool (func_emit_copyright_notice): Bump year.
8080         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
8081
8082 2007-01-01  Bruno Haible  <bruno@clisp.org>
8083
8084         Improve support for OpenBSD.
8085         * build-aux/config.rpath (libname_spec): Export.
8086         (library_names_spec): New variable. Export.
8087         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
8088         library_names_spec from the config.rpath output. Locate shared library
8089         through the name pattern in library_names_spec.
8090
8091 2007-01-01  Eric Blake  <ebb9@byu.net>
8092
8093         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
8094
8095 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
8096
8097         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
8098         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
8099         assume the C locale, and avoid an "eval" that could cause trouble.
8100         Problem with SORT reported by Bob Proulx.
8101
8102         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
8103         Define.  Trivial patch from Henning Nielsen Lund, originally
8104         sent to bug-grep@gnu.org today.
8105
8106 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
8107
8108         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
8109         struct stat.  Problem reported by Henning Nielsen Lund.
8110         * lib/acl.c: Include acl.h first, to check interface.  Don't
8111         bother to include sys/types.h and sys/stat.h again.
8112
8113 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
8114
8115         Import the following change from libc; problem reported by
8116         Sven Verdoolaege.
8117
8118         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
8119
8120         [BZ #1373]
8121         * lib/argp.h: Remove __NTH for __argp_usage inline function.
8122
8123 2006-12-28  Jim Meyering  <jim@meyering.net>
8124
8125         * build-aux/announce-gen: Do not assume that the package
8126         builds any of tar.gz, tar.bz2, and .xdelta files.
8127         Suggestion from Simon Josefsson.
8128
8129 2006-12-28  Simon Josefsson  <simon@josefsson.org>
8130
8131         * modules/announce-gen: New file.
8132
8133 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
8134
8135         * lib/mbchar.h: Just include <wctype.h>; the wctype module
8136         handles its gotchas now.
8137         * lib/mbswidth.c: Likewise.
8138         * lib/wcwidth.h: Likewise.
8139         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
8140         and iswcntrl; the wctype module does this stuff now.
8141         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
8142         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
8143         * modules/mbchar (Depends-on): Add wctype.
8144         * modules/mbswidth (Depends-on): Likewise.
8145         * modules/wcwidth (Depends-on): Likewise.
8146
8147 2006-12-27  Eric Blake  <ebb9@byu.net>
8148
8149         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
8150         module uses more than what <wctype.h> is required to provide.
8151
8152 2006-12-26  Eric Blake  <ebb9@byu.net>
8153
8154         * gnulib-tool (sed_extract_prog): Avoid space-tab.
8155
8156 2006-12-26  Eric Blake  <ebb9@byu.net>
8157
8158         * modules/absolute-header: New module.
8159         * modules/fcntl (Depends-on): Depend on it.
8160         * modules/inttypes (Depends-on): Likewise.
8161         * modules/stdint (Depends-on): Likewise.
8162         * modules/sys_stat (Depends-on): Likewise.
8163         * modules/wctype (Depends-on): Likewise.
8164         * MODULES.html.sh (Support for building libraries and
8165         executables): Document it.
8166
8167 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
8168
8169         * gnulib-tool (SED): Remove, undoing previous change.
8170         The problem was that it broke coreutils on Solaris, because
8171         "sed --posix" leaked into a makefile.
8172         (sed): New alias, if 'alias' and GNU sed.
8173
8174 2006-12-24  Jim Meyering  <jim@meyering.net>
8175
8176         Work around an fchownat bug in glibc-2.4:
8177         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
8178         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
8179         in spite of the -P option.
8180         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
8181         New macros.
8182         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
8183         * modules/openat (Files): Add lib/fchownat.c.
8184         * lib/openat.c (fchownat): Don't define here.  Move to...
8185         * lib/fchownat.c: ...this new file.
8186
8187 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
8188
8189         Fix bug reported by Bruno Haible in
8190         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
8191         where quotearg.c didn't compile on Mac OS X 10.2 because it
8192         lacks <wchar.h> and wint_t.
8193         * lib/wctype_.h (__wctype_wint_t): New type.
8194         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
8195         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
8196         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
8197         Arg is now of type __wctype_wint_t, not wint_t.
8198         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
8199         substitute HAVE_WINT_T.
8200         * modules/wctype (Files): Add m4/wint_t.m4.
8201         (wctype.h): Substitute HAVE_WINT_T.
8202
8203 2006-12-23  Bruno Haible  <bruno@clisp.org>
8204
8205         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
8206
8207 2006-12-23  Bruno Haible  <bruno@clisp.org>
8208
8209         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
8210         S_ISLNK.
8211         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
8212         mingw.
8213
8214 2006-12-22  Bruno Haible  <bruno@clisp.org>
8215
8216         * lib/copy-file.c: Include acl.h.
8217         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
8218         Close the file descriptors only after being done with copy_acl.
8219         * modules/copy-file (Depends-on): Add acl.
8220
8221 2006-12-22  Bruno Haible  <bruno@clisp.org>
8222
8223         * gnulib-tool (SED): New variable.
8224         Use $SED instead of sed everywhere.
8225
8226 2006-12-22  Bruno Haible  <bruno@clisp.org>
8227
8228         * modules/no-c++: New file.
8229         * m4/no-c++.m4: New file.
8230         * MODULES.html.sh (Support for building libraries and executables):
8231         Add no-c++.
8232
8233 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
8234
8235         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
8236         Include <limits.h>, and use its INT_MAX to rewrite the
8237         j loop so that it does not overflow 'int'.  Problem reported by
8238         Ralf Wildenhues in
8239         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
8240         Play it safe by shifting left by 1 rather than multiplying by 2,
8241         as GCC is less likely to optimize this away when the value
8242         is signed (when it assumes overflow leads to undefined behavior).
8243         Also, don't assume time_t uses two's complement.
8244
8245 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
8246
8247         * MODULES.html.sh: New module wctype.
8248         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
8249         * lib/fnmatch.c: Don't bother to include <wchar.h> before
8250         <wctype.h>, since the new wctype module should fix this.
8251         * lib/quotearg.c: Include <wctype.h> unconditionally, since
8252         the wctype module should arrange for it.
8253         * lib/regex_internal.h: Likewise.
8254         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
8255         since the wctype module should handle this now.
8256         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
8257         * modules/fnmatch (Depends-on): Add wctype.
8258         * modules/quotearg (Depends-on): Likewise.
8259         * modules/regex (Depends-on): Likewise.
8260
8261 2006-12-19  Bruno Haible  <bruno@clisp.org>
8262
8263         * lib/strdup.h [C++]: Wrap definitions in extern "C".
8264         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
8265
8266 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8267
8268         * modules/savewd (Depends-on): Fix dependency on fcntl.
8269
8270 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
8271
8272         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
8273         conforms to C99, rather than relying on the user's environment
8274         setting of STDINT_H.
8275
8276 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
8277         and Eric Blake  <ebb9@byu.net>
8278
8279         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
8280         This is more consistent with the other defines here.
8281         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
8282         Port to z/OS.  Problem reported by Paul Gilmartin.
8283         Change local vars to use gl_ prefix rather than ac_.
8284         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
8285         with other defines.
8286         * modules/double-slash-root: New module.
8287         * modules/dirname (Files): Remove m4/double-slash-root.m4.
8288         (Depends-on): Add double-slash-root.
8289         * MODULES.html.sh (File system functions): Mention new module.
8290
8291 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
8292
8293         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
8294         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
8295         This is for the benefit of gzip, which doesn't do i18n.
8296
8297 2006-12-12  Jim Meyering  <jim@meyering.net>
8298
8299         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
8300         Reported by Andreas Schwab <schwab@suse.de>.
8301
8302 2006-12-12  Bruno Haible  <bruno@clisp.org>
8303
8304         Merge these changes.
8305         2006-09-05  Bruno Haible  <bruno@clisp.org>
8306         * lib/iconvme.c (iconv_string): No need to save and restore errno when
8307         iconv_alloc succeeded.
8308         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
8309         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
8310         test for " && dest " at the end - dest is always != NULL there. Call
8311         iconv with 4xNULL arguments initially, to reset the state. Call iconv
8312         with 2xNULL arguments, also to flush the state storage. Handle the
8313         IRIX iconv behaviour. Realloc the final result, to throw away unused
8314         memory.
8315
8316 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
8317
8318         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
8319         and fchmodat unconditionally, since glibc 2.4 has them.
8320         Problem reported by Arkadiusz Miskiewicz.
8321
8322 2006-12-10  Bruno Haible  <bruno@clisp.org>
8323
8324         * gnulib-tool (func_import): Show the include files only for those
8325         modules that are copied and specified.
8326         Reported by Karl Berry.
8327
8328 2006-12-08  Jim Meyering  <jim@meyering.net>
8329
8330         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
8331         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
8332
8333         * build-aux/announce-gen: Add two new options, both optional:
8334         --bootstrap-tools=TOOL_LIST
8335               a comma-separated list of tools, e.g.,
8336               autoconf,automake,bison,gnulib
8337         --gnulib-snapshot-date=DATE
8338               if gnulib is in the bootstrap tool list,
8339               then report this as the snapshot date.
8340               If not specified, use the current date/time.
8341               If you specify a date here, be sure it's UTC.
8342
8343 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8344
8345         * tests/test-argp-2.sh: Fix test to match actual output.
8346         (func_compare): Fix sed script to be portable.
8347
8348 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
8349
8350         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
8351         workaround for this case.  It is not autoconfigured now; offhand
8352         it's hard to see how to autoconfigure it.
8353
8354 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
8355
8356         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
8357         a directory that is about to be chowned.  Such a directory's
8358         initial file permissions should permit the owner only and this
8359         should not be changed until after the chown, since the group and
8360         other bits would be incorrect if they granted permission before
8361         the chown.
8362
8363         Fix porting problem for iswctype reported by Georg Schwarz in:
8364         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
8365         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
8366         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
8367         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
8368         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
8369
8370 2006-12-03  Jim Meyering  <jim@meyering.net>
8371
8372         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
8373         p->fts_statp may not yet be defined.
8374         (fts_read): Instead, set it in the caller, once p->fts_statp is
8375         sure to be defined, and corresponds to a top-level directory.
8376         This bug made du -x fail.  Here's the coreutils test case:
8377         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
8378         Reported by Mike Frysinger.
8379
8380 2006-12-01  Jim Meyering  <jim@meyering.net>
8381
8382         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
8383         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
8384         Reported by Simon Josefsson.
8385
8386 2006-11-30  Jim Meyering  <jim@meyering.net>
8387
8388         * m4/warning.m4: Use the all-permissive copyright notice
8389         recommended by RMS (rather than LGPL).
8390         * m4/vararrays.m4: Likewise.
8391         * m4/flexmember.m4: Likewise.
8392
8393 2006-11-29  Bruno Haible  <bruno@clisp.org>
8394
8395         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
8396         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
8397         using +=.
8398         Reported by Simon Josefsson <simon@josefsson.org>.
8399
8400 2006-11-28  James Youngman <jay@gnu.org>
8401
8402         * README: Advise users that they might find the bug-gnulib@gnu.org
8403         and autotools-announce@gnu.org mailing lists useful.
8404
8405 2006-11-28  Bruno Haible  <bruno@clisp.org>
8406
8407         * m4/ptrdiff_max.m4: Remove file.
8408
8409 2006-11-21  Bruno Haible  <bruno@clisp.org>
8410
8411         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
8412         _AC_COMPUTE_INT.
8413         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8414         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
8415         _AC_COMPUTE_INT.
8416         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8417         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
8418         _AC_COMPUTE_INT.
8419         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8420
8421 2006-11-28  Jim Meyering  <jim@meyering.net>
8422
8423         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
8424         warning from "gcc -Wshadow" about shadowing the builtin.
8425
8426 2006-11-27  Bruno Haible  <bruno@clisp.org>
8427
8428         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
8429         _AC_COMPUTE_INT.
8430         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8431
8432 2006-11-27  Bruno Haible  <bruno@clisp.org>
8433             Paul Eggert  <eggert@cs.ucla.edu>
8434
8435         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
8436
8437 2006-11-26  Bruno Haible  <bruno@clisp.org>
8438
8439         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
8440         noinst_LTLIBRARIES.
8441
8442 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
8443             Bruno Haible  <bruno@clisp.org>
8444
8445         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
8446         if compiling with "gcc -ansi".
8447
8448 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
8449
8450         Fix some incompatibilities with gcc -ansi -pedantic.
8451         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
8452         if compiling pedantically with GCC, unless it's C99 or later.
8453         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
8454         it mishandles gcc -ansi -pedantic as well.
8455         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
8456         if gcc -pedantic.
8457         * lib/regexec.c (check_node_accept_bytes): Don't use auto
8458         initializers for struct if -pedantic, unless it's C99 or later.
8459
8460 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
8461
8462         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
8463         Don't close an fd more than once. Identical atimes indicate
8464         success, not failure.
8465
8466 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
8467
8468         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
8469
8470 2006-11-23  Jim Meyering  <jim@meyering.net>
8471
8472         * build-aux/announce-gen: New file.  From coreutils.
8473
8474 2006-11-22  Jim Meyering  <jim@meyering.net>
8475
8476         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
8477         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
8478         (fts_read): Use a temporary to narrow the overused st_size member
8479         before using it in a switch statement.  Reported by Matthew Woehlke.
8480
8481         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
8482         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
8483
8484 2006-11-20  Bruno Haible  <bruno@clisp.org>
8485
8486         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
8487         changequote instead of pairs of brackets.
8488         Reported by Andreas Schwab <schwab@suse.de>.
8489
8490 2006-11-21  Jim Meyering  <jim@meyering.net>
8491
8492         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
8493         so as to remain compatible with older compilers.
8494         Patch from Michael Deutschmann.
8495
8496 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
8497
8498         * MODULES.html.sh (File system functions): Add openat.
8499
8500         * lib/openat.h (rpl_fstatat): New macro, if
8501         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
8502         (fstatat): Define to rpl_fstatat under the same conditions,
8503         unless COMPILING_FSTATAT.
8504         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
8505         seems to have the bug.
8506         * lib/fstatat.c: New file.
8507         * modules/openat (Files): Add it.
8508
8509 2006-11-20  Bruno Haible  <bruno@clisp.org>
8510
8511         * Makefile: New file.
8512
8513 2006-11-20  Jim Meyering  <jim@meyering.net>
8514
8515         The beginnings of syntax-related checks for gnulib.
8516         * lib/Makefile: New file.
8517         * lib/t-idcache: New script.  Ensure that the two halves of
8518         idcache.c stay in sync.
8519
8520         * lib/idcache.c: Adjust comments in user- and group- portions to
8521         be more accurate, and to be consistent with one another.
8522
8523 2006-11-20  Jim Meyering  <jim@meyering.net>
8524
8525         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
8526         continue using the flexible array member (thus, this module performs
8527         half as many malloc calls), with the addition that...
8528         (getgroup, getuser): Consistently record a non-match via an empty
8529         "name" string, and map an empty string match to a NULL return value.
8530         * modules/idcache (Depends-on): Re-add flexmember.
8531
8532         * lib/idcache.c (getuser): Remove all uses of the register keyword.
8533         (getuidbyname, getgroup, getgidbyname): Likewise.
8534
8535         Use cleaner syntax: NULL rather than 0.
8536         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
8537
8538 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
8539
8540         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
8541         It mishandled the case where the group was missing.
8542         Problem reported by Greg Schafer.
8543         * modules/idcache: Likewise.
8544
8545 2006-11-18  Jim Meyering  <jim@meyering.net>
8546
8547         * check-module (%exempt_header): Add exception for some
8548         conditionally-included headers.
8549
8550         * modules/i-ring (Depends-on): Add verify.
8551         (License): Change to LGPL.
8552
8553 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
8554
8555         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
8556         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
8557         and inttostr.h.  Use snprintf rather than uinttostr, so that
8558         LGPLed code doesn't depend on GPLed.
8559
8560 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
8561
8562         * modules/inline (License): Change from GPL to LGPL.
8563
8564 2006-11-17  Jim Meyering  <jim@meyering.net>
8565
8566         * modules/d-type (License): Switch to LGPL.
8567
8568 2006-11-15  Bruno Haible  <bruno@clisp.org>
8569
8570         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
8571
8572 2006-11-15  Eric Blake  <ebb9@byu.net>
8573
8574         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
8575         the module dependency.
8576
8577 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8578             Bruno Haible  <bruno@clisp.org>
8579
8580         * gnulib-tool (func_create_testdir): Add license consistency check.
8581
8582 2006-11-15  Eric Blake  <ebb9@byu.net>
8583
8584         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
8585         random "(cached)" in configure output.
8586
8587 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8588
8589         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
8590         test for conforming inttypes.h is both announced and cached.
8591
8592         * MODULES.html.sh (seen_modules, seen_files): New variables.
8593         (func_module): Rewrite to use a few less gnulib-tool and sed
8594         invocations.  Avoid a couple of quadratic algorithms for ...
8595         (missed_modules, missed_files): ... these, with ...
8596         (func_append, func_tmpdir): ... these new functions, from
8597         gnulib-tool.  Analogously, install traps for cleanup.
8598
8599         * tests/test-gc.c (main): Remove unused variables.
8600         * tests/test-read-file.c: Include stdlib.h, for 'free'.
8601
8602 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
8603
8604         * modules/inttostr (License): Change to LGPL.
8605
8606 2006-11-14  Eric Blake  <ebb9@byu.net>
8607
8608         * modules/tempname (License): Change to LGPL.
8609
8610 2006-11-14  Eric Blake  <ebb9@byu.net>
8611
8612         * doc/functions.texi (Function Portability): *printf functions on
8613         Cygwin now understand all POSIX size specifiers.
8614
8615 2006-11-14  Bruno Haible  <bruno@clisp.org>
8616
8617         * modules/c-ctype (License): Change to LGPL.
8618
8619 2006-11-12  Bruno Haible  <bruno@clisp.org>
8620
8621         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
8622         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
8623         for GNOME libraries, for which the include files are installed in
8624         subdirectories of $prefix/include.
8625
8626 2006-11-12  Bruno Haible  <bruno@clisp.org>
8627
8628         * m4/lib-link.m4: Require at least autoconf-2.54.
8629         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
8630         name to underscores for the --with option.
8631
8632 2006-11-13  Bruno Haible  <bruno@clisp.org>
8633
8634         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
8635         the tests directory.
8636         Reported by Ralf Wildenhues.
8637
8638 2006-11-13  Bruno Haible  <bruno@clisp.org>
8639
8640         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
8641         (func_emit_initmacro_end): Undo the override here.
8642         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
8643         Works around the famous automake error in coreutils.
8644
8645 2006-11-13  Eric Blake  <ebb9@byu.net>
8646
8647         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
8648         element, not its node.
8649
8650 2006-11-12  Bruno Haible  <bruno@clisp.org>
8651
8652         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
8653         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
8654
8655 2006-11-12  Bruno Haible  <bruno@clisp.org>
8656
8657         * gnulib-tool: New option --local-symlink.
8658         (func_usage): Document it.
8659         (lsymbolic): New variable.
8660         (func_import, func_create_testdir): If --symlink was not specified,
8661         test whether --local-symlink was specified and the file comes from
8662         the local_gnulib_dir.
8663
8664 2006-11-12  Bruno Haible  <bruno@clisp.org>
8665
8666         * gnulib-tool (func_ln): New function.
8667         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
8668
8669 2006-11-12  Bruno Haible  <bruno@clisp.org>
8670
8671         Finish support for source files in subdirectories.
8672         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
8673         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
8674         AUTOMAKE_OPTIONS.
8675         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
8676
8677 2006-11-12  Bruno Haible  <bruno@clisp.org>
8678
8679         * gnulib-tool (func_get_automake_snippet): Synthesize also an
8680         EXTRA_lib_SOURCES augmentation.
8681         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
8682
8683 2006-11-12  Jim Meyering  <jim@meyering.net>
8684
8685         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
8686         file descriptors.  This also averts a failure on systems with
8687         native openat support when a traversed directory lacks "x" access.
8688         * lib/fts_.h: Include "i-ring.h"
8689         (struct FTS) [fts_fd_ring]: New member.
8690         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
8691         (FCHDIR): Add parentheses.
8692         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
8693         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
8694         When descending, rather than simply closing the previous
8695         fts_cwd_fd value, push that file descriptor onto the ring.
8696         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
8697         (fts_open): Initialize the new fd_ring member.
8698         (fts_close): Clear the ring.
8699         (fts_safe_changedir): When possible, use our new fd_ring to skip
8700         the diropen and fstat and dev/ino comparison that would normally
8701         accompany a virtual `chdir ("..")'.
8702
8703         * modules/fts (Depends-on): Add i-ring.
8704         * modules/i-ring: New module.
8705         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
8706         * m4/i-ring.m4: New file.
8707
8708 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8709
8710         * gnulib-tool (func_create_testdir): Fix replacement of
8711         `build-aux' in configure.ac.  Run autotools in gltests
8712         subdirectory.
8713         (func_create_testdir, func_create_megatestdir, test): There is
8714         no need for '--force' in most autotool invocations in a new
8715         tree.  Actually fail the whole test if any of the tools, or the
8716         configure or make stages fail.
8717
8718         Sync from Automake.
8719         * build-aux/gnupload: Revert last change.  Add pointer to upload
8720         instructions of the GNU Maintenance Instructions.
8721         Suggestion by Karl Berry.
8722
8723 2006-11-10  Jim Meyering  <jim@meyering.net>
8724
8725         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
8726
8727 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
8728
8729         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
8730         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
8731         (bind_textdomain_codeset) [! ENABLE_NLS]:
8732         Evaluate all the arguments.  That way, callers get compatible behavior
8733         if the arguments have side effects.  Also, it avoids some GCC
8734         diagnostics in some cases; Joel E. Denny reported problems when Bison
8735         was configured with --enable-gcc-warnigs.
8736
8737 2006-11-10  Jim Meyering  <jim@meyering.net>
8738
8739         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
8740         relevant options in CFLAGS (like -O, -fno-inline) are taken into
8741         account.
8742
8743 2006-11-10  Jim Meyering  <jim@meyering.net>
8744
8745         * modules/inline: New file/module.
8746         * modules/xalloc (Files): Remove m4/inline.m4.
8747         (Depends-on): Add inline, instead.
8748         * modules/oset: Likewise.
8749         * modules/list: Likewise.
8750
8751 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
8752
8753         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
8754         Problem reported by Matthew Woehlke.
8755
8756 2006-11-09  Bruno Haible  <bruno@clisp.org>
8757
8758         * lib/tempname.c (gen_tempname): Remove variant that invokes
8759         __gen_tempname.
8760         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
8761         __gen_tempname.
8762
8763 2006-11-08  Bruno Haible  <bruno@clisp.org>
8764
8765         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
8766         to 'yes' instead of 'cross-compiling'.
8767
8768 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
8769
8770         * lib/quotearg.h (quotearg_free): New decl.
8771         * lib/quotearg.c (quotearg_free): New function.
8772         (slot0, nslots, slotvec0, slotvec):
8773         Now file-scope so that quotearg_free can get at them.
8774
8775 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8776
8777         Sync from Automake.
8778         * build-aux/gnupload: Add missing 'gnu' to example URL.
8779         Report by Karl Berry.
8780
8781 2006-11-08  Bruno Haible  <bruno@clisp.org>
8782
8783         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
8784         Suggested by Paul Eggert.
8785
8786 2006-11-08  Jim Meyering  <jim@meyering.net>
8787
8788         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
8789         It's already included if !_LIBC.
8790         (fts_safe_changedir): Add a comment.
8791
8792 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
8793
8794         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
8795         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
8796         Matthew Woehlke.
8797
8798         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
8799         definitions up, to avoid colliding with change below.
8800         (static_inline) [HAVE_INLINE]: New macro.
8801         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
8802         Provide extern decls when !HAVE_INLINE.  Do not define unless
8803         static_inline is defined, either by us or by xmalloc.c.  Use
8804         static_inline rather than static inline.
8805         (XCALLOC): Optimize sizeof(T) = 1 case.
8806         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
8807
8808 2006-11-07  Bruno Haible  <bruno@clisp.org>
8809
8810         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
8811         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
8812         AC_C_INLINE.
8813         * modules/xalloc (Files): Add m4/inline.m4.
8814
8815 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8816
8817         * README: Fix typo.
8818         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
8819         (Miscellanous Notes): ...from this.
8820
8821 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
8822
8823         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
8824         Mention that offsetof should be used instead of sizeof.
8825         From Bruno Haible.
8826
8827 2006-11-07  Bruno Haible  <bruno@clisp.org>
8828
8829         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
8830
8831 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
8832
8833         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
8834         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
8835         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
8836         (gl_tree_add_before, gl_tree_add_after):
8837         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
8838         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
8839         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
8840         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
8841         (gl_linked_add_after, gl_linked_add_at): Likewise.
8842         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
8843         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
8844         (gl_tree_add_before, gl_tree_add_after): Likewise.
8845         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
8846         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
8847         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
8848
8849 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8850
8851         * lib/gl_oset.h: Use C comment style, not C++ comment style.
8852
8853 2006-11-06  Bruno Haible  <bruno@clisp.org>
8854
8855         * m4/inline.m4: New file.
8856         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
8857         * modules/list (Files): Add m4/inline.m4.
8858         * modules/oset (Files): Likewise.
8859
8860 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
8861
8862         * lib/idcache.c: Include <stddef.h>, for offsetof.
8863         (struct userid.name): Change from char * to a flexible array member.
8864         All uses changed.
8865         * modules/idcache (Depends-on): Add flexmember.
8866
8867         * MODULES.html.sh (Core language properties): New module flexmember.
8868         * modules/flexmember, m4/flexmember.m4: New files.
8869
8870         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
8871         inline functions that are identical with the old xnmalloc_inline,
8872         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
8873         that we can avoid some unnecessary integer multiplications and
8874         divisions in the common case where the element size is known at
8875         compile time.
8876         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
8877         needed.
8878         (xnboundedmalloc): Remove.
8879         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
8880         arguments, for consistency with rest of this header.
8881         (xcharalloc): Rewrite using XNMALLOC.
8882         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
8883         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
8884         versions have been moved to lib/xalloc.h and renamed to be the
8885         non-*_inline versions.
8886         (xmalloc, xrealloc): Implement without reference to the xnmalloc
8887         and xnrealloc functions, since those functions are now inline and
8888         now call us.
8889         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
8890         renaming described above.
8891         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
8892         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
8893         captures the dependency in AC_C_INLINE.
8894
8895         New module canonicalize-lgpl, proposed by Charles Wilson in
8896         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
8897         with a few small changes afterwards.
8898         * MODULES.html.sh (File system functions): New module
8899         canonicalize-lgpl.
8900         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
8901         and canonicalize_file_name.
8902         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
8903         * modules/canonicalize-lgpl: New files.
8904
8905 2006-11-05  Bruno Haible  <bruno@clisp.org>
8906
8907         * gnulib-tool (func_import, func_create_testdir): Create directories
8908         also for files in subdirectories of lib/.
8909
8910 2006-11-05  Bruno Haible  <bruno@clisp.org>
8911
8912         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
8913         ANSI C compliant.
8914
8915 2006-11-03  Bruno Haible  <bruno@clisp.org>
8916
8917         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
8918         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
8919         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
8920         (xnboundedmalloc): New inline function.
8921         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
8922         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
8923         xmalloc.
8924         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
8925         xmalloc.
8926         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
8927         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
8928         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
8929         xmalloc.
8930         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
8931         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
8932         xmalloc.
8933         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
8934         gl_tree_add_after): Use XMALLOC instead of xmalloc.
8935         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
8936         xmalloc.
8937         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
8938         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
8939         gl_tree_add_after): Use XMALLOC instead of xmalloc.
8940         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
8941         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
8942         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
8943         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
8944
8945 2006-11-03  Bruno Haible  <bruno@clisp.org>
8946
8947         * lib/c-ctype.h [C++]: Define functions without name mangling.
8948         * lib/fwriteerror.h [C++]: Likewise.
8949         * lib/gcd.h [C++]: Likewise.
8950         * lib/linebreak.h [C++]: Likewise.
8951
8952 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
8953
8954         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
8955         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
8956         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
8957         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
8958         Check for functions and headers just once.
8959         Check for declaration of canonicalize_file_name.
8960         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
8961
8962 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
8963
8964         * gnulib-tool (func_import): Fix typo in actioncmd.
8965
8966 2006-11-02  Bruno Haible  <bruno@clisp.org>
8967
8968         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
8969         newline sequence in the Makefile.am snippet as a space, like "make"
8970         does.
8971         Reported by Roger Persson <perrog@gmail.com>.
8972
8973 2006-11-01  Bruno Haible  <bruno@clisp.org>
8974
8975         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
8976         already declared in <string.h>.
8977         * lib/strcase.h (strncasecmp): Don't declare it if yes.
8978
8979 2006-11-01  Bruno Haible  <bruno@clisp.org>
8980
8981         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
8982         * lib/strcase.h: Include <string.h>.
8983         (strcasecmp): Define to rpl_strcasecmp here.
8984
8985 2006-11-01  Bruno Haible  <bruno@clisp.org>
8986
8987         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
8988
8989 2006-11-01  Eric Blake  <ebb9@byu.net>
8990
8991         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
8992
8993         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
8994
8995 2006-10-29  Bruno Haible  <bruno@clisp.org>
8996
8997         Make it compile in C++ mode.
8998         * lib/full-write.c (full_rw): Add a cast.
8999
9000 2006-11-01  Bruno Haible  <bruno@clisp.org>
9001
9002         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
9003         be POSIX compliant.
9004         Reported by Roger Persson <perrog@gmail.com>.
9005
9006 2006-11-01  Eric Blake  <ebb9@byu.net>
9007
9008         * lib/getopt_.h: Fix comments.
9009
9010 2006-10-31  Eric Blake  <ebb9@byu.net>
9011
9012         * modules/tmpdir (Depends-on): Add sys_stat.
9013         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
9014         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
9015         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
9016         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
9017         tempname.
9018
9019 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
9020
9021         Avoid some C++ diagnostics reported by Bruno Haible.
9022         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
9023         xmalloc.
9024         (quotearg_alloc): Use xcharalloc rather than xmalloc.
9025         (struct slotvec): Move to top level.
9026         (quotearg_n_options): Rewrite to avoid xmalloc.
9027         * lib/xalloc.h (xcharalloc): New function.
9028         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
9029         [defined __cplusplus]: Add function template that provides result
9030         type propagation.  This part of the change is from Bruno Haible.
9031
9032 2006-10-29  Bruno Haible  <bruno@clisp.org>
9033
9034         Make it compile in C++ mode.
9035         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
9036         * lib/strnlen1.c (strnlen1): Cast memchr result.
9037         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
9038         * lib/clean-temp.c (string_equals, string_hash): Add casts.
9039         (create_temp_dir): Rename local variable 'template'.
9040         (compile_csharp_using_sscli): Add cast.
9041         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
9042         * lib/findprog.c (find_in_path): Likewise.
9043         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
9044         * lib/wait-process.c (register_slave_subprocess): Likewise.
9045
9046 2006-10-22  Bruno Haible  <bruno@clisp.org>
9047
9048         * modules/tsearch: New file.
9049         * lib/tsearch.h: New file.
9050         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
9051         * m4/tsearch.m4: New file.
9052         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
9053
9054 2006-10-29  Eric Blake  <ebb9@byu.net>
9055
9056         * lib/arcfour.c: Assume config.h.
9057         * lib/arctwo.c: Likewise.
9058         * lib/base64.c: Likewise.
9059         * lib/check-version.c: Likewise.
9060         * lib/crc.c: Likewise.
9061         * lib/des.c: Likewise.
9062         * lib/gc-gnulib.c: Likewise.
9063         * lib/gc-libgcrypt.c: Likewise.
9064         * lib/gc-pbkdf2-sha1.c: Likewise.
9065         * lib/getaddrinfo.c: Likewise.
9066         * lib/getdelim.c: Likewise.
9067         * lib/getline.c: Likewise.
9068         * lib/hmac-md5.c: Likewise.
9069         * lib/hmac-sha1.c: Likewise.
9070         * lib/iconvme.c: Likewise.
9071         * lib/md2.c: Likewise.
9072         * lib/md4.c: Likewise.
9073         * lib/memxor.c: Likewise.
9074         * lib/read-file.c: Likewise.
9075         * lib/readline.c: Likewise.
9076         * lib/rijndael-alg-fst.c: Likewise.
9077         * lib/rijndael-api-fst.c: Likewise.
9078         * lib/xgetdomainname.c: Likewise.
9079
9080 2006-10-28  Eric Blake  <ebb9@byu.net>
9081
9082         * lib/xstrndup.c: Assume config.h.
9083
9084 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
9085
9086         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
9087         stat-macros.h is now for our own macros, whereas stat_h is for
9088         macros in the <sys/stat.h> name space.
9089         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
9090         (STAT_MACROS_H): Remove.
9091         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
9092         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
9093         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
9094         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
9095         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
9096         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
9097         Move these macros to ...
9098         * lib/stat_.h: here.  Don't include stat-macros.h.
9099         * lib/canonicalize.c: Don't include stat-macros.h.
9100         * lib/chown.c: Likewise.
9101         * lib/euidaccess.c: Likewise.
9102         * lib/file-type.c: Likewise.
9103         * lib/filemode.c: Likewise.
9104         * lib/glob.c: Likewise.
9105         * lib/isapipe.c: Likewise.
9106         * lib/lchown.c: Likewise.
9107         * lib/lstat.c: Likewise.
9108         * lib/mkdir-p.c: Likewise.
9109         * lib/rmdir.c: Likewise.
9110         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
9111         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
9112         unless mkdir isn't declared, to speed up 'configure'.
9113         Always create sys/stat.h, since it's unlikely any real sys/stat.h
9114         would define all the S_* symbols.
9115         * modules/canonicalize (Depends-on):
9116         Depend on sys_stat, not stat-macros.
9117         * modules/chown: Likewise.
9118         * modules/euidaccess: Likewise.
9119         * modules/filemode: Likewise.
9120         * modules/file-type: Likewise.
9121         * modules/glob: Likewise.
9122         * modules/isapipe: Likewise.
9123         * modules/lchown: Likewise.
9124         * modules/lstat: Likewise.
9125         * modules/mkancesdirs: Likewise.
9126         * modules/rmdir: Likewise.
9127         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
9128         * modules/modechange: Likewise.
9129         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
9130         (configure.ac): Remove gl_STAT_MACROS.
9131         * modules/sys_stat (Depends-on): Remove stat-macros.
9132
9133 2006-10-27  Bruno Haible  <bruno@clisp.org>
9134
9135         * m4/signed.m4: Remove file.
9136         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
9137         invocation.
9138         * modules/vasnprintf (Files): Remove m4/signed.m4.
9139
9140 2006-10-27  Bruno Haible  <bruno@clisp.org>
9141
9142         Update to GNU gettext 0.16.
9143         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
9144         m4/inttypes-h.m4, m4/signed.m4.
9145         * m4/gettext.m4: Update to GNU gettext 0.16.
9146         * m4/intl.m4: New file, from GNU gettext.
9147         * m4/intldir.m4: New file, from GNU gettext.
9148         * config/srclist.txt: Update
9149
9150 2006-10-27  Eric Blake  <ebb9@byu.net>
9151
9152         * MODULES.html.sh: Document tempname.
9153         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
9154         dependencies.
9155         (Files): Move lib/tempname.c...
9156         * modules/tempname: ...to this new module.
9157         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
9158         (gl_PREREQ_TEMPNAME): Move...
9159         * m4/tempname.m4: ...to this new file.
9160         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
9161         * modules/sys_stat (Depends-on): Add stat-macros.
9162         * lib/stat_.h (includes): Pick up stat macros.
9163         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
9164         if stat macros are broken.
9165         * lib/tempname.c (includes): No need to include "stat-macros.h".
9166         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
9167         (direxists, __path_search) [!_LIBC]: Don't compile these in
9168         gnulib; the tmpdir module covers that.
9169         * lib/tempname.h: New file.
9170
9171 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
9172
9173         * COPYING: Explain how gnulib-tool converts licence headers.
9174         Almost all wording by Eric Blake.
9175
9176 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
9177
9178         * lib/mbchar.h (is_basic_table): Make read-only.
9179         * lib/mbchar.c (is_basic_table): Likewise.
9180         Reported by John Darrington.
9181
9182 2006-10-25  Bruno Haible  <bruno@clisp.org>
9183
9184         * lib/progname.h (set_program_name): Undefine before defining.
9185
9186 2006-10-25  Bruno Haible  <bruno@clisp.org>
9187
9188         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
9189         false for non-gcc C++ compilers.
9190         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
9191
9192 2006-10-24  Bruno Haible  <bruno@clisp.org>
9193
9194         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
9195         iconv implementations like Irix iconv.
9196
9197 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
9198
9199         * modules/vararrays: New file.
9200         * m4/vararrays.m4: New file, taken from diffutils.
9201         * MODULES.html.sh: New module vararrays.
9202
9203 2006-10-24  Karl Berry  <karl@gnu.org>
9204
9205         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
9206         Don't call GNU Unix.
9207
9208 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9209
9210         * users.txt: Add Libtool.
9211
9212         Sync from Libtool:
9213
9214         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
9215
9216         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
9217         to gnulib's policy of including config.h unconditionally.
9218
9219 2006-10-24  Bruno Haible  <bruno@clisp.org>
9220
9221         * modules/wcwidth (Files): Add m4/wint_t.m4.
9222         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
9223         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
9224
9225 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
9226
9227         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
9228         to pacify GCC with some -W flags enabled.  Problem reported by
9229         Bruno Haible.
9230
9231 2006-10-24  Jim Meyering  <jim@meyering.net>
9232
9233         * MODULES.html.sh: Remove uinttostr.  It's not a module.
9234         Reported by Karl Berry.
9235
9236 2006-10-23  Bruno Haible  <bruno@clisp.org>
9237
9238         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
9239
9240 2006-10-24  Bruno Haible  <bruno@clisp.org>
9241
9242         * lib/gl_list.h: Use C comment style, not C++ comment style.
9243
9244 2006-10-23  Eric Blake  <ebb9@byu.net>
9245
9246         * lib/getaddrinfo.c (includes): Add missing include.
9247
9248 2006-10-23  Bruno Haible  <bruno@clisp.org>
9249             Paul Eggert  <eggert@cs.ucla.edu>
9250
9251         Ability to rename obstack_free.
9252         * lib/obstack.h (__obstack_free): New macro. Declare instead of
9253         obstack_free.
9254         (obstack_free): Invoke the __obstack_free macro.
9255         * lib/obstack.c (obstack_free): Use __obstack_free macro.
9256
9257 2006-10-23  Bruno Haible  <bruno@clisp.org>
9258             Paul Eggert  <eggert@cs.ucla.edu>
9259
9260         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
9261         __argc, __argv from the declaration. (They are defined as macros on
9262         mingw.)
9263
9264 2006-10-22  Bruno Haible  <bruno@clisp.org>
9265
9266         * doc/gnulib-intro.texi: New file.
9267         * doc/gnulib.texi: Include it.
9268
9269 2006-10-21  Bruno Haible  <bruno@clisp.org>
9270
9271         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
9272         "Introduction", "Miscellanous Notes", "Particular Modules".
9273
9274 2006-10-21  Bruno Haible  <bruno@clisp.org>
9275
9276         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9277         Change mostlyclean-local rule to avoid sh syntax error from bash
9278         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
9279
9280 2006-10-23  Jim Meyering  <jim@meyering.net>
9281
9282         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
9283         in place of snprintf.
9284
9285         * modules/inttostr (Files): Add lib/uinttostr.c.
9286         * lib/uinttostr.c (inttostr): New file/function.
9287         * lib/inttostr.h (uinttostr): Declare.
9288         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
9289         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
9290         Add uinttostr.
9291         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
9292
9293 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
9294
9295         * lib/canonicalize.c (ELOOP): Define if not already defined.
9296         Problem reported by Bruno Haible in
9297         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
9298
9299 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
9300
9301         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
9302         Problem reported by Perry Smith and Ville Laurikari.
9303
9304         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
9305         uses.
9306
9307 2006-10-19  Bruno Haible  <bruno@clisp.org>
9308
9309         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
9310         for mingw.
9311
9312 2006-10-19  Bruno Haible  <bruno@clisp.org>
9313
9314         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
9315         Needed for mingw.
9316
9317 2006-10-19  Bruno Haible  <bruno@clisp.org>
9318
9319         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
9320
9321 2006-10-19  Bruno Haible  <bruno@clisp.org>
9322
9323         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
9324         it.
9325
9326 2006-10-19  Bruno Haible  <bruno@clisp.org>
9327
9328         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
9329         invocation.
9330
9331 2006-10-19  Bruno Haible  <bruno@clisp.org>
9332
9333         * gnulib-tool (func_create_testdir): Don't include ftruncate and
9334         mountlist by default.
9335
9336 2006-10-16  Bruno Haible  <bruno@clisp.org>
9337
9338         * lib/c-strstr.c: Include c-strstr.h.
9339
9340 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
9341
9342         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
9343         in a slash.
9344
9345 2006-10-18  Bruno Haible  <bruno@clisp.org>
9346
9347         * lib/lock.h [C++]: Wrap definitions in extern "C".
9348
9349 2006-10-18  Bruno Haible  <bruno@clisp.org>
9350
9351         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
9352         gl_LIBOBJS list.
9353
9354 2006-10-18  Bruno Haible  <bruno@clisp.org>
9355
9356         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
9357
9358 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
9359
9360         * lib/xstrtol.h: Include gettext.h.
9361         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
9362         Problem reported by Eric Blake.
9363         * modules/xstrtol (Depends-on): Add gettext-h.
9364
9365 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
9366
9367         * lib/strftime.c (advance): New macro.
9368         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
9369         incomplete type, so you can't add 0 to it.  Problem and patch
9370         reported by Eelco Dolstra for dietlibc.
9371
9372 2006-10-18  Jim Meyering  <jim@meyering.net>
9373
9374         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
9375         type for a local, and rename it: s/up/user_proc/.
9376
9377 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
9378
9379         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
9380         READ_UTMP_USER_PROCESS.
9381         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
9382
9383 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
9384
9385         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
9386         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
9387
9388 2006-10-17  Eric Blake  <ebb9@byu.net>
9389
9390         * lib/sigprocmask.c (sigprocmask): Fix typo.
9391
9392         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
9393
9394         * modules/clean-temp (Makefile.am): Don't add to make output...
9395         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
9396         config.h.
9397
9398 2006-10-17  Bruno Haible  <bruno@clisp.org>
9399
9400         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
9401         differently if DEFAULT_TEXT_DOMAIN is set.
9402
9403 2006-10-16  Bruno Haible  <bruno@clisp.org>
9404
9405         * lib/clean-temp.c: Include fwriteerror.h.
9406
9407 2006-10-16  Bruno Haible  <bruno@clisp.org>
9408
9409         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
9410
9411 2006-10-16  Bruno Haible  <bruno@clisp.org>
9412
9413         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
9414         * lib/sigprocmask.h: Include <sys/types.h>.
9415         (sigset_t): Use the system's definition if present.
9416
9417 2006-10-17  Eric Blake  <ebb9@byu.net>
9418
9419         * lib/xvasprintf.c (includes): Assume config.h.
9420         * lib/xasprintf.c (includes): Likewise.
9421
9422 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
9423
9424         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
9425         at least as wide as intmax_t.
9426
9427 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
9428
9429         (Imported from Automake.)
9430         * build-aux/gnupload: Update to version 1.1 of directive file.
9431
9432 2006-10-16  Eric Blake  <ebb9@byu.net>
9433
9434         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
9435         match Automake 1.10a.
9436
9437 2006-10-14  Bruno Haible  <bruno@clisp.org>
9438
9439         * modules/sigprocmask: New file.
9440         * lib/sigprocmask.h: New file.
9441         * lib/sigprocmask.c: New file.
9442         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
9443         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
9444         request sigprocmask.o.
9445         (gl_PREREQ_SIGPROCMASK): New macro.
9446         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
9447         (Depends-on): Add sigprocmask.
9448         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
9449         gt_SIGNALBLOCKING. Test for 'raise' only once.
9450         * lib/fatal-signal.c: Include sigprocmask.h.
9451         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
9452         unblock_fatal_signals): Define always.
9453         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
9454         sigprocmask.
9455
9456 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
9457
9458         Sync from Automake.
9459         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
9460         which incorrectly sets the mode of an existing destination
9461         directory.  In some cases the unpatched install-sh could do the
9462         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
9463         system.  We hope this is rare in practice, but it's clearly worth
9464         fixing.  Problem reported by Alex Unleashed in
9465         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
9466         Also, don't bother to check for -m bugs unless we're using -m;
9467         suggested by Stepan Kasal.
9468
9469 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9470
9471         Sync from Automake.
9472         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
9473         `-c' flag, so they appear at the same position as in %FASTDEP%
9474         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
9475         which ignores unknown options only after the first non-option.
9476         Bug report against M4 by Nelson H. F. Beebe.
9477
9478 2006-10-13  Jim Meyering  <jim@meyering.net>
9479
9480         Fix a bug in yesterday's change.
9481         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
9482         p->fts_statp->st_dev would be used uninitialized.
9483         Ensures that we always call fts_stat on the very first entry.
9484         Miklos Szeredi reported that find -xdev stopped working.
9485
9486 2006-10-12  Bruno Haible  <bruno@clisp.org>
9487
9488         * gnulib-tool (func_get_automake_snippet): Append an automatically
9489         computed EXTRA_DIST augmentation.
9490         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
9491         * modules/alloca-opt (Makefile.am): Likewise.
9492         * modules/allocsa (Makefile.am): Likewise.
9493         * modules/arcfour (Makefile.am): Likewise.
9494         * modules/arctwo (Makefile.am): Likewise.
9495         * modules/argmatch (Makefile.am): Likewise.
9496         * modules/argz (Makefile.am): Likewise.
9497         * modules/atexit (Makefile.am): Likewise.
9498         * modules/backupfile (Makefile.am): Likewise.
9499         * modules/byteswap (Makefile.am): Likewise.
9500         * modules/c-strtod (Makefile.am): Likewise.
9501         * modules/c-strtold (Makefile.am): Likewise.
9502         * modules/calloc (Makefile.am): Likewise.
9503         * modules/canon-host (Makefile.am): Likewise.
9504         * modules/canonicalize (Makefile.am): Likewise.
9505         * modules/chdir-long (Makefile.am): Likewise.
9506         * modules/chdir-safer (Makefile.am): Likewise.
9507         * modules/check-version (Makefile.am): Likewise.
9508         * modules/chown (Makefile.am): Likewise.
9509         * modules/cloexec (Makefile.am): Likewise.
9510         * modules/close-stream (Makefile.am): Likewise.
9511         * modules/closeout (Makefile.am): Likewise.
9512         * modules/crc (Makefile.am): Likewise.
9513         * modules/csharpexec (Makefile.am): Likewise.
9514         * modules/cycle-check (Makefile.am): Likewise.
9515         * modules/des (Makefile.am): Likewise.
9516         * modules/dev-ino (Makefile.am): Likewise.
9517         * modules/dirfd (Makefile.am): Likewise.
9518         * modules/dirname (Makefile.am): Likewise.
9519         * modules/dup2 (Makefile.am): Likewise.
9520         * modules/eealloc (Makefile.am): Likewise.
9521         * modules/error (Makefile.am): Likewise.
9522         * modules/euidaccess (Makefile.am): Likewise.
9523         * modules/exclude (Makefile.am): Likewise.
9524         * modules/exitfail (Makefile.am): Likewise.
9525         * modules/fcntl-safer (Makefile.am): Likewise.
9526         * modules/fcntl (Makefile.am): Likewise.
9527         * modules/file-type (Makefile.am): Likewise.
9528         * modules/fileblocks (Makefile.am): Likewise.
9529         * modules/filemode (Makefile.am): Likewise.
9530         * modules/filenamecat (Makefile.am): Likewise.
9531         * modules/fnmatch (Makefile.am): Likewise.
9532         * modules/fopen-safer (Makefile.am): Likewise.
9533         * modules/fpending (Makefile.am): Likewise.
9534         * modules/fprintftime (Makefile.am): Likewise.
9535         * modules/free (Makefile.am): Likewise.
9536         * modules/fsusage (Makefile.am): Likewise.
9537         * modules/ftruncate (Makefile.am): Likewise.
9538         * modules/fts (Makefile.am): Likewise.
9539         * modules/gc-arcfour (Makefile.am): Likewise.
9540         * modules/gc-des (Makefile.am): Likewise.
9541         * modules/gc-hmac-md5 (Makefile.am): Likewise.
9542         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
9543         * modules/gc-md4 (Makefile.am): Likewise.
9544         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
9545         * modules/gc-sha1 (Makefile.am): Likewise.
9546         * modules/gc (Makefile.am): Likewise.
9547         * modules/getaddrinfo (Makefile.am): Likewise.
9548         * modules/getcwd (Makefile.am): Likewise.
9549         * modules/getdelim (Makefile.am): Likewise.
9550         * modules/getdomainname (Makefile.am): Likewise.
9551         * modules/getgroups (Makefile.am): Likewise.
9552         * modules/gethostname (Makefile.am): Likewise.
9553         * modules/gethrxtime (Makefile.am): Likewise.
9554         * modules/getline (Makefile.am): Likewise.
9555         * modules/getloadavg (Makefile.am): Likewise.
9556         * modules/getlogin_r (Makefile.am): Likewise.
9557         * modules/getndelim2 (Makefile.am): Likewise.
9558         * modules/getopt (Makefile.am): Likewise.
9559         * modules/getpagesize (Makefile.am): Likewise.
9560         * modules/getpass-gnu (Makefile.am): Likewise.
9561         * modules/getpass (Makefile.am): Likewise.
9562         * modules/getsubopt (Makefile.am): Likewise.
9563         * modules/gettime (Makefile.am): Likewise.
9564         * modules/gettimeofday (Makefile.am): Likewise.
9565         * modules/getugroups (Makefile.am): Likewise.
9566         * modules/getusershell (Makefile.am): Likewise.
9567         * modules/glob (Makefile.am): Likewise.
9568         * modules/group-member (Makefile.am): Likewise.
9569         * modules/hard-locale (Makefile.am): Likewise.
9570         * modules/hash (Makefile.am): Likewise.
9571         * modules/hmac-md5 (Makefile.am): Likewise.
9572         * modules/hmac-sha1 (Makefile.am): Likewise.
9573         * modules/human (Makefile.am): Likewise.
9574         * modules/idcache (Makefile.am): Likewise.
9575         * modules/imaxabs (Makefile.am): Likewise.
9576         * modules/imaxdiv (Makefile.am): Likewise.
9577         * modules/inet_ntop (Makefile.am): Likewise.
9578         * modules/inet_pton (Makefile.am): Likewise.
9579         * modules/intprops (Makefile.am): Likewise.
9580         * modules/inttostr (Makefile.am): Likewise.
9581         * modules/inttypes (Makefile.am): Likewise.
9582         * modules/isapipe (Makefile.am): Likewise.
9583         * modules/javaversion (Makefile.am): Likewise.
9584         * modules/lchmod (Makefile.am): Likewise.
9585         * modules/lchown (Makefile.am): Likewise.
9586         * modules/localcharset (Makefile.am): Likewise.
9587         * modules/long-options (Makefile.am): Likewise.
9588         * modules/lstat (Makefile.am): Likewise.
9589         * modules/malloc (Makefile.am): Likewise.
9590         * modules/mathl (Makefile.am): Likewise.
9591         * modules/mbchar (Makefile.am): Likewise.
9592         * modules/md2 (Makefile.am): Likewise.
9593         * modules/md4 (Makefile.am): Likewise.
9594         * modules/md5 (Makefile.am): Likewise.
9595         * modules/memcasecmp (Makefile.am): Likewise.
9596         * modules/memchr (Makefile.am): Likewise.
9597         * modules/memcmp (Makefile.am): Likewise.
9598         * modules/memcoll (Makefile.am): Likewise.
9599         * modules/memcpy (Makefile.am): Likewise.
9600         * modules/memmem (Makefile.am): Likewise.
9601         * modules/memmove (Makefile.am): Likewise.
9602         * modules/mempcpy (Makefile.am): Likewise.
9603         * modules/memrchr (Makefile.am): Likewise.
9604         * modules/memset (Makefile.am): Likewise.
9605         * modules/memxor (Makefile.am): Likewise.
9606         * modules/mkancesdirs (Makefile.am): Likewise.
9607         * modules/mkdir-p (Makefile.am): Likewise.
9608         * modules/mkdir (Makefile.am): Likewise.
9609         * modules/mkdtemp (Makefile.am): Likewise.
9610         * modules/mkstemp (Makefile.am): Likewise.
9611         * modules/mktime (Makefile.am): Likewise.
9612         * modules/modechange (Makefile.am): Likewise.
9613         * modules/mountlist (Makefile.am): Likewise.
9614         * modules/nanosleep (Makefile.am): Likewise.
9615         * modules/obstack (Makefile.am): Likewise.
9616         * modules/openat (Makefile.am): Likewise.
9617         * modules/pagealign_alloc (Makefile.am): Likewise.
9618         * modules/pathmax (Makefile.am): Likewise.
9619         * modules/physmem (Makefile.am): Likewise.
9620         * modules/poll (Makefile.am): Likewise.
9621         * modules/posixtm (Makefile.am): Likewise.
9622         * modules/posixver (Makefile.am): Likewise.
9623         * modules/putenv (Makefile.am): Likewise.
9624         * modules/quote (Makefile.am): Likewise.
9625         * modules/quotearg (Makefile.am): Likewise.
9626         * modules/raise (Makefile.am): Likewise.
9627         * modules/read-file (Makefile.am): Likewise.
9628         * modules/readline (Makefile.am): Likewise.
9629         * modules/readlink (Makefile.am): Likewise.
9630         * modules/readtokens (Makefile.am): Likewise.
9631         * modules/readutmp (Makefile.am): Likewise.
9632         * modules/realloc (Makefile.am): Likewise.
9633         * modules/regex (Makefile.am): Likewise.
9634         * modules/rename-dest-slash (Makefile.am): Likewise.
9635         * modules/rename (Makefile.am): Likewise.
9636         * modules/rijndael (Makefile.am): Likewise.
9637         * modules/rmdir (Makefile.am): Likewise.
9638         * modules/rpmatch (Makefile.am): Likewise.
9639         * modules/safe-read (Makefile.am): Likewise.
9640         * modules/safe-write (Makefile.am): Likewise.
9641         * modules/same-inode (Makefile.am): Likewise.
9642         * modules/same (Makefile.am): Likewise.
9643         * modules/save-cwd (Makefile.am): Likewise.
9644         * modules/savedir (Makefile.am): Likewise.
9645         * modules/setenv (Makefile.am): Likewise.
9646         * modules/settime (Makefile.am): Likewise.
9647         * modules/sha1 (Makefile.am): Likewise.
9648         * modules/sig2str (Makefile.am): Likewise.
9649         * modules/snprintf (Makefile.am): Likewise.
9650         * modules/stat-macros (Makefile.am): Likewise.
9651         * modules/stat-time (Makefile.am): Likewise.
9652         * modules/stdbool (Makefile.am): Likewise.
9653         * modules/stdint (Makefile.am): Likewise.
9654         * modules/stdlib-safer (Makefile.am): Likewise.
9655         * modules/stpcpy (Makefile.am): Likewise.
9656         * modules/stpncpy (Makefile.am): Likewise.
9657         * modules/strcase (Makefile.am): Likewise.
9658         * modules/strcasestr (Makefile.am): Likewise.
9659         * modules/strchrnul (Makefile.am): Likewise.
9660         * modules/strcspn (Makefile.am): Likewise.
9661         * modules/strdup (Makefile.am): Likewise.
9662         * modules/strerror (Makefile.am): Likewise.
9663         * modules/strftime (Makefile.am): Likewise.
9664         * modules/strndup (Makefile.am): Likewise.
9665         * modules/strnlen (Makefile.am): Likewise.
9666         * modules/strpbrk (Makefile.am): Likewise.
9667         * modules/strsep (Makefile.am): Likewise.
9668         * modules/strstr (Makefile.am): Likewise.
9669         * modules/strtod (Makefile.am): Likewise.
9670         * modules/strtoimax (Makefile.am): Likewise.
9671         * modules/strtok_r (Makefile.am): Likewise.
9672         * modules/strtol (Makefile.am): Likewise.
9673         * modules/strtoll (Makefile.am): Likewise.
9674         * modules/strtoul (Makefile.am): Likewise.
9675         * modules/strtoull (Makefile.am): Likewise.
9676         * modules/strtoumax (Makefile.am): Likewise.
9677         * modules/strverscmp (Makefile.am): Likewise.
9678         * modules/sys_socket (Makefile.am): Likewise.
9679         * modules/sys_stat (Makefile.am): Likewise.
9680         * modules/sysexits (Makefile.am): Likewise.
9681         * modules/time_r (Makefile.am): Likewise.
9682         * modules/timegm (Makefile.am): Likewise.
9683         * modules/timespec (Makefile.am): Likewise.
9684         * modules/tmpfile-safer (Makefile.am): Likewise.
9685         * modules/trim (Makefile.am): Likewise.
9686         * modules/unistd-safer (Makefile.am): Likewise.
9687         * modules/unlinkdir (Makefile.am): Likewise.
9688         * modules/unlocked-io (Makefile.am): Likewise.
9689         * modules/userspec (Makefile.am): Likewise.
9690         * modules/utime (Makefile.am): Likewise.
9691         * modules/utimecmp (Makefile.am): Likewise.
9692         * modules/utimens (Makefile.am): Likewise.
9693         * modules/vasnprintf (Makefile.am): Likewise.
9694         * modules/vasprintf (Makefile.am): Likewise.
9695         * modules/vsnprintf (Makefile.am): Likewise.
9696         * modules/xalloc (Makefile.am): Likewise.
9697         * modules/xgetcwd (Makefile.am): Likewise.
9698         * modules/xnanosleep (Makefile.am): Likewise.
9699         * modules/xreadlink (Makefile.am): Likewise.
9700         * modules/xstrtod (Makefile.am): Likewise.
9701         * modules/xstrtol (Makefile.am): Likewise.
9702         * modules/xstrtold (Makefile.am): Likewise.
9703         * modules/yesno (Makefile.am): Likewise.
9704         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
9705
9706 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
9707
9708         * modules/error (Makefile.am): Distribute files through
9709         EXTRA_DIST, not lib_SOURCES.
9710
9711 2006-10-12  Eric Blake  <ebb9@byu.net>
9712
9713         * modules/error (Makefile.am): Distribute files in /lib.
9714         * modules/obstack (Makefile.am): Likewise.
9715
9716 2006-10-12  Bruno Haible  <bruno@clisp.org>
9717
9718         * modules/acl (Makefile.am): Distribute all files in lib/ through
9719         EXTRA_DIST.
9720         * modules/arcfour (Makefile.am): Likewise.
9721         * modules/arctwo (Makefile.am): Likewise.
9722         * modules/argmatch (Makefile.am): Likewise.
9723         * modules/argz (Makefile.am): Likewise.
9724         * modules/atexit (Makefile.am): Likewise.
9725         * modules/backupfile (Makefile.am): Likewise.
9726         * modules/c-strtod (Makefile.am): Likewise.
9727         * modules/c-strtold (Makefile.am): Likewise.
9728         * modules/calloc (Makefile.am): Likewise.
9729         * modules/canon-host (Makefile.am): Likewise.
9730         * modules/canonicalize (Makefile.am): Likewise.
9731         * modules/chdir-long (Makefile.am): Likewise.
9732         * modules/chdir-safer (Makefile.am): Likewise.
9733         * modules/check-version (Makefile.am): Likewise.
9734         * modules/chown (Makefile.am): Likewise.
9735         * modules/cloexec (Makefile.am): Likewise.
9736         * modules/close-stream (Makefile.am): Likewise.
9737         * modules/closeout (Makefile.am): Likewise.
9738         * modules/crc (Makefile.am): Likewise.
9739         * modules/cycle-check (Makefile.am): Likewise.
9740         * modules/des (Makefile.am): Likewise.
9741         * modules/dirfd (Makefile.am): Likewise.
9742         * modules/dirname (Makefile.am): Likewise.
9743         * modules/dup2 (Makefile.am): Likewise.
9744         * modules/euidaccess (Makefile.am): Likewise.
9745         * modules/exclude (Makefile.am): Likewise.
9746         * modules/exitfail (Makefile.am): Likewise.
9747         * modules/fcntl-safer (Makefile.am): Likewise.
9748         * modules/file-type (Makefile.am): Likewise.
9749         * modules/fileblocks (Makefile.am): Likewise.
9750         * modules/filemode (Makefile.am): Likewise.
9751         * modules/filenamecat (Makefile.am): Likewise.
9752         * modules/fnmatch (Makefile.am): Likewise.
9753         * modules/fopen-safer (Makefile.am): Likewise.
9754         * modules/fpending (Makefile.am): Likewise.
9755         * modules/fprintftime (Makefile.am): Likewise.
9756         * modules/free (Makefile.am): Likewise.
9757         * modules/fsusage (Makefile.am): Likewise.
9758         * modules/ftruncate (Makefile.am): Likewise.
9759         * modules/fts (Makefile.am): Likewise.
9760         * modules/gc (Makefile.am): Likewise.
9761         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
9762         * modules/getaddrinfo (Makefile.am): Likewise.
9763         * modules/getcwd (Makefile.am): Likewise.
9764         * modules/getdelim (Makefile.am): Likewise.
9765         * modules/getdomainname (Makefile.am): Likewise.
9766         * modules/getgroups (Makefile.am): Likewise.
9767         * modules/gethostname (Makefile.am): Likewise.
9768         * modules/gethrxtime (Makefile.am): Likewise.
9769         * modules/getline (Makefile.am): Likewise.
9770         * modules/getloadavg (Makefile.am): Likewise.
9771         * modules/getlogin_r (Makefile.am): Likewise.
9772         * modules/getopt (Makefile.am): Likewise.
9773         * modules/getpass (Makefile.am): Likewise.
9774         * modules/getpass-gnu (Makefile.am): Likewise.
9775         * modules/getsubopt (Makefile.am): Likewise.
9776         * modules/gettime (Makefile.am): Likewise.
9777         * modules/gettimeofday (Makefile.am): Likewise.
9778         * modules/getugroups (Makefile.am): Likewise.
9779         * modules/getusershell (Makefile.am): Likewise.
9780         * modules/glob (Makefile.am): Likewise.
9781         * modules/group-member (Makefile.am): Likewise.
9782         * modules/hard-locale (Makefile.am): Likewise.
9783         * modules/hash (Makefile.am): Likewise.
9784         * modules/hmac-md5 (Makefile.am): Likewise.
9785         * modules/hmac-sha1 (Makefile.am): Likewise.
9786         * modules/human (Makefile.am): Likewise.
9787         * modules/idcache (Makefile.am): Likewise.
9788         * modules/imaxabs (Makefile.am): Likewise.
9789         * modules/imaxdiv (Makefile.am): Likewise.
9790         * modules/inet_ntop (Makefile.am): Likewise.
9791         * modules/inet_pton (Makefile.am): Likewise.
9792         * modules/inttostr (Makefile.am): Likewise.
9793         * modules/isapipe (Makefile.am): Likewise.
9794         * modules/lchown (Makefile.am): Likewise.
9795         * modules/long-options (Makefile.am): Likewise.
9796         * modules/lstat (Makefile.am): Likewise.
9797         * modules/malloc (Makefile.am): Likewise.
9798         * modules/mathl (Makefile.am): Likewise.
9799         * modules/mbchar (Makefile.am): Likewise.
9800         * modules/md2 (Makefile.am): Likewise.
9801         * modules/md4 (Makefile.am): Likewise.
9802         * modules/md5 (Makefile.am): Likewise.
9803         * modules/memcasecmp (Makefile.am): Likewise.
9804         * modules/memchr (Makefile.am): Likewise.
9805         * modules/memcmp (Makefile.am): Likewise.
9806         * modules/memcoll (Makefile.am): Likewise.
9807         * modules/memcpy (Makefile.am): Likewise.
9808         * modules/memmem (Makefile.am): Likewise.
9809         * modules/memmove (Makefile.am): Likewise.
9810         * modules/mempcpy (Makefile.am): Likewise.
9811         * modules/memrchr (Makefile.am): Likewise.
9812         * modules/memset (Makefile.am): Likewise.
9813         * modules/memxor (Makefile.am): Likewise.
9814         * modules/mkancesdirs (Makefile.am): Likewise.
9815         * modules/mkdir (Makefile.am): Likewise.
9816         * modules/mkdir-p (Makefile.am): Likewise.
9817         * modules/mkdtemp (Makefile.am): Likewise.
9818         * modules/mkstemp (Makefile.am): Likewise.
9819         * modules/mktime (Makefile.am): Likewise.
9820         * modules/modechange (Makefile.am): Likewise.
9821         * modules/mountlist (Makefile.am): Likewise.
9822         * modules/nanosleep (Makefile.am): Likewise.
9823         * modules/openat (Makefile.am): Likewise.
9824         * modules/pagealign_alloc (Makefile.am): Likewise.
9825         * modules/physmem (Makefile.am): Likewise.
9826         * modules/poll (Makefile.am): Likewise.
9827         * modules/posixtm (Makefile.am): Likewise.
9828         * modules/posixver (Makefile.am): Likewise.
9829         * modules/putenv (Makefile.am): Likewise.
9830         * modules/quote (Makefile.am): Likewise.
9831         * modules/quotearg (Makefile.am): Likewise.
9832         * modules/raise (Makefile.am): Likewise.
9833         * modules/read-file (Makefile.am): Likewise.
9834         * modules/readline (Makefile.am): Likewise.
9835         * modules/readlink (Makefile.am): Likewise.
9836         * modules/readtokens (Makefile.am): Likewise.
9837         * modules/readutmp (Makefile.am): Likewise.
9838         * modules/realloc (Makefile.am): Likewise.
9839         * modules/regex (Makefile.am): Likewise.
9840         * modules/rename (Makefile.am): Likewise.
9841         * modules/rename-dest-slash (Makefile.am): Likewise.
9842         * modules/rijndael (Makefile.am): Likewise.
9843         * modules/rmdir (Makefile.am): Likewise.
9844         * modules/rpmatch (Makefile.am): Likewise.
9845         * modules/safe-read (Makefile.am): Likewise.
9846         * modules/safe-write (Makefile.am): Likewise.
9847         * modules/same (Makefile.am): Likewise.
9848         * modules/save-cwd (Makefile.am): Likewise.
9849         * modules/savedir (Makefile.am): Likewise.
9850         * modules/setenv (Makefile.am): Likewise.
9851         * modules/settime (Makefile.am): Likewise.
9852         * modules/sha1 (Makefile.am): Likewise.
9853         * modules/sig2str (Makefile.am): Likewise.
9854         * modules/snprintf (Makefile.am): Likewise.
9855         * modules/stdlib-safer (Makefile.am): Likewise.
9856         * modules/stpcpy (Makefile.am): Likewise.
9857         * modules/stpncpy (Makefile.am): Likewise.
9858         * modules/strcase (Makefile.am): Likewise.
9859         * modules/strcasestr (Makefile.am): Likewise.
9860         * modules/strchrnul (Makefile.am): Likewise.
9861         * modules/strcspn (Makefile.am): Likewise.
9862         * modules/strdup (Makefile.am): Likewise.
9863         * modules/strerror (Makefile.am): Likewise.
9864         * modules/strftime (Makefile.am): Likewise.
9865         * modules/strndup (Makefile.am): Likewise.
9866         * modules/strnlen (Makefile.am): Likewise.
9867         * modules/strpbrk (Makefile.am): Likewise.
9868         * modules/strsep (Makefile.am): Likewise.
9869         * modules/strstr (Makefile.am): Likewise.
9870         * modules/strtod (Makefile.am): Likewise.
9871         * modules/strtoimax (Makefile.am): Likewise.
9872         * modules/strtok_r (Makefile.am): Likewise.
9873         * modules/strtol (Makefile.am): Likewise.
9874         * modules/strtoll (Makefile.am): Likewise.
9875         * modules/strtoul (Makefile.am): Likewise.
9876         * modules/strtoull (Makefile.am): Likewise.
9877         * modules/strtoumax (Makefile.am): Likewise.
9878         * modules/strverscmp (Makefile.am): Likewise.
9879         * modules/time_r (Makefile.am): Likewise.
9880         * modules/timegm (Makefile.am): Likewise.
9881         * modules/tmpfile-safer (Makefile.am): Likewise.
9882         * modules/unistd-safer (Makefile.am): Likewise.
9883         * modules/unlinkdir (Makefile.am): Likewise.
9884         * modules/userspec (Makefile.am): Likewise.
9885         * modules/utime (Makefile.am): Likewise.
9886         * modules/utimecmp (Makefile.am): Likewise.
9887         * modules/utimens (Makefile.am): Likewise.
9888         * modules/vasnprintf (Makefile.am): Likewise.
9889         * modules/vasprintf (Makefile.am): Likewise.
9890         * modules/vsnprintf (Makefile.am): Likewise.
9891         * modules/xalloc (Makefile.am): Likewise.
9892         * modules/xgetcwd (Makefile.am): Likewise.
9893         * modules/xnanosleep (Makefile.am): Likewise.
9894         * modules/xreadlink (Makefile.am): Likewise.
9895         * modules/xstrtod (Makefile.am): Likewise.
9896         * modules/xstrtol (Makefile.am): Likewise.
9897         * modules/xstrtold (Makefile.am): Likewise.
9898         * modules/yesno (Makefile.am): Likewise.
9899
9900 2006-10-12  Jim Meyering  <jim@meyering.net>
9901
9902         * m4/getloadavg.m4: Revert the change below.
9903
9904         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
9905         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
9906         fail with a symlink, which is what coreutils' ./bootstrap now
9907         creates by default.
9908
9909 2006-10-12  Bruno Haible  <bruno@clisp.org>
9910
9911         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
9912         mingw.
9913         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
9914         MSVC and mingw explicitly.
9915
9916 2006-10-11  Simon Josefsson  <jas@extundo.com>
9917             Bruno Haible  <bruno@clisp.org>
9918
9919         Add support for multiple gnulib-tool invocations in the scope of a
9920         single configure.ac file.
9921         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
9922         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
9923         with the same contents as the _LIBADD variable.
9924         (func_emit_initmacro_start, func_emit_initmacro_end,
9925         func_emit_initmacro_done): New functions.
9926         (func_import, func_create_testdir): Invoke them. Allow the identifiers
9927         gl_LIBOBJS and gl_LTLIBOBJS.
9928
9929 2006-10-11  Bruno Haible  <bruno@clisp.org>
9930
9931         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
9932         (func_create_testdir): Don't create po/Makefile.am, don't invoke
9933         autoreconf. Instead, invoke autopoint explicitly but move back the
9934         *.m4 files from gnulib.
9935
9936 2006-10-11  Bruno Haible  <bruno@clisp.org>
9937
9938         * gnulib-tool (func_usage): Make module names after --create-testdir
9939         optional.
9940         (func_create_testdir): If no module was specified, use nearly all
9941         modules.
9942
9943 2006-10-12  Jim Meyering  <jim@meyering.net>
9944
9945         Big performance improvement for fts-based tools that use FTS_NOSTAT.
9946         Avoid spurious inode-mismatch problems on non-POSIX file systems.
9947         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
9948         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
9949         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
9950         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
9951         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
9952         (fts_set_stat_required): New function.
9953         (fts_open): Defer the calls to fts_stat, if possible or requested.
9954         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
9955         into fts_stat itself.
9956         (fts_read): Perform any required (deferred) fts_stat call.
9957         (fts_build): Likewise, for the directory we're about to open and read.
9958         In the readdir loop, carefully decide whether each entry will require
9959         an eventual call to fts_stat, using dirent.d_type info if available.
9960         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
9961         a command line argument into this function.  Update all callers.
9962         Map a return value of FTS_DOT to FTS_D for a command line argument.
9963         * modules/fts (Depends-on): Add d-type.  Alphabetize.
9964         Thanks to Miklos Szeredi for his tenacity and for the initial
9965         bug report about "find" failing on a FUSE-based file system.
9966
9967         * lib/fts.c (fts_open): Use consistent indentation.
9968
9969 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
9970
9971         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
9972         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
9973         reported by Jim Meyering.  All uses of cache variables renamed
9974         to match Autoconf's.
9975         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
9976         the other one.
9977
9978         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
9979         Fix misspelling in diagnostic.
9980
9981 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
9982
9983         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
9984         defined.  Problem reported by Matthew Woehlke.
9985
9986         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
9987         Add support for Tandem NonStop R series.
9988         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
9989         Use new macro.
9990
9991         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
9992         (has_trailing_slash): Omit size arg; all callers changed.
9993         Omit 'inline', since it doesn't help performance and we'd
9994         need to configure it.
9995         Don't count //, ///, etc. as having a trailing slash.
9996         As a side effect, this removes a C99ism reported by Matthew Woehlke.
9997         (rpl_rename_dest_slash): On failure, use rename's errno rather
9998         than (in some cases) an incorrect or junk errno.
9999         Simplify code by removing need to compute length; this does
10000         cause it to make two passes instead of one over the file name,
10001         but it's worth it.
10002
10003         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
10004         change, since Autoconf's version may no longer be appropriate now
10005         that we are using CVS Autoconf's version.  Add support for Tandem.
10006
10007 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
10008             Bruno Haible  <bruno@clisp.org>
10009
10010         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
10011         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
10012         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
10013         gl_AC_TYPE_LONG_LONG.
10014
10015         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
10016         instead of HAVE_LONG_LONG.
10017         * lib/printf-args.c (printf_fetchargs): Likewise.
10018         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
10019         * lib/vasnprintf.c (VASNPRINTF): Likewise.
10020         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
10021         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
10022         gl_AC_TYPE_LONG_LONG.
10023
10024 2006-10-11  Bruno Haible  <bruno@clisp.org>
10025
10026         * m4/longlong.m4: Add comments.
10027         * m4/ulonglong.m4: Likewise.
10028
10029 2006-10-10  Bruno Haible  <bruno@clisp.org>
10030
10031         Make it possible to #define stpcpy, strdup to aliases.
10032         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
10033         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
10034
10035 2006-10-10  Bruno Haible  <bruno@clisp.org>
10036
10037         Make it possible to #define gcd to an alias.
10038         * lib/gcd.c: Include config.h.
10039
10040 2006-10-10  Bruno Haible  <bruno@clisp.org>
10041
10042         Make it possible to #define c_isascii to an alias.
10043         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
10044         defined. Undefine the macros before defining them, to avoid gcc
10045         warnings.
10046         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
10047         define NO_C_CTYPE_MACROS early.
10048
10049 2006-10-10  Bruno Haible  <bruno@clisp.org>
10050
10051         Make it possible to #define set_program_name to an alias.
10052         * lib/progname.c: Don't undefine set_program_name; instead, undefine
10053         ENABLE_RELOCATABLE early.
10054
10055 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
10056
10057         Port to Tandem NSK OSS, which has 64-bit signed int but at most
10058         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
10059         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
10060         More generally, don't assume that 64-bit signed int is available
10061         if unsigned int is, and vice versa.
10062         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
10063         unsigned symbols, not on their signed counterparts.
10064         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
10065         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
10066         (UINT64_C, UINTMAX_C):
10067         Likewise.
10068         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
10069         unsigned counterparts.
10070         (Have_long_long, Unsigned): New macros.
10071         (Int): Renamed from INT.
10072         (strtoimax): Use the new macros.
10073         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
10074         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
10075         * modules/inttypes (inttypes.h): Substitute
10076         HAVE_UNSIGNED_LONG_LONG_INT.
10077         * modules/stdint (stdint.h): Likewise.
10078         (Files): Add m4/ulonglong.m4.
10079
10080 2006-10-10  Bruno Haible  <bruno@clisp.org>
10081
10082         Fix a gcc -Wshadow warning.
10083         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
10084         to 'bucket'.
10085         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
10086         gl_linked_indexof_from_to): Likewise.
10087         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
10088         Likewise.
10089         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
10090         Likewise.
10091         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
10092         Reported by Eric Blake.
10093
10094 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
10095
10096         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
10097         for NetBSD.  Problem reported by Bruno Haible.
10098
10099 2006-10-09  Jim Meyering  <jim@meyering.net>
10100
10101         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
10102         Patch from Bruno Haible.
10103
10104 2006-10-09  Jim Meyering  <jim@meyering.net>
10105
10106         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
10107         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
10108         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
10109
10110 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
10111
10112         Don't include <config.h> twice; this doesn't work in some cases,
10113         e.g., when config.h has "#define intmax_t long long int" and
10114         we include <config.h>, <inttypes.h>, <config.h> in that order.
10115         Problem reported by Matthew Woehlke in:
10116         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
10117         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
10118         * lib/fts-cycle.c: Don't include config.h.
10119         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
10120         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
10121         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
10122         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
10123         inttypes.h.
10124         * lib/xstrtoumax.c: Likewise.
10125         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
10126         __strtol and the like, so that this module is more like its siblings.
10127         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
10128         Remove; no longer needed now that we assume gnulib inttypes.h.
10129
10130 2006-10-08  Bruno Haible  <bruno@clisp.org>
10131
10132         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
10133         option.
10134
10135 2006-10-07  Jim Meyering  <jim@meyering.net>
10136
10137         * modules/inttypes (inttypes.h): Revert what seems to have been
10138         an inadvertent part of today's change: use "|", not "/" in the
10139         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
10140
10141 2006-10-07  Bruno Haible  <bruno@clisp.org>
10142
10143         * modules/sublist: New file.
10144
10145 2006-10-07  Bruno Haible  <bruno@clisp.org>
10146
10147         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
10148         * modules/argz (argz.h): Likewise.
10149         * modules/arpa_inet (arpa/inet.h): Likewise.
10150         * modules/byteswap (byteswap.h): Likewise.
10151         * modules/configmake (configmake.h): Likewise.
10152         * modules/fcntl (fcntl.h): Likewise.
10153         * modules/fnmatch (fnmatch.h): Likewise.
10154         * modules/getopt (getopt.h): Likewise.
10155         * modules/glob (glob.h): Likewise.
10156         * modules/inttypes (inttypes.h): Likewise.
10157         * modules/netinet_in (netinet/in.h): Likewise.
10158         * modules/poll (poll.h): Likewise.
10159         * modules/stdbool (stdbool.h): Likewise.
10160         * modules/stdint (stdint.h): Likewise.
10161         * modules/sys_select (sys/select.h): Likewise.
10162         * modules/sys_socket (sys/socket.h): Likewise.
10163         * modules/sys_stat (sys/stat.h): Likewise.
10164         * modules/sysexits (sysexits.h): Likewise.
10165         * modules/unistd (unistd.h): Likewise.
10166         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
10167         Add a "DO NOT EDIT" comment to the generated file.
10168         (func_import): Likewise for gnulib-comp.m4.
10169
10170 2006-10-07  Bruno Haible  <bruno@clisp.org>
10171
10172         * lib/gl_sublist.h: New file.
10173         * lib/gl_sublist.c: New file.
10174
10175 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
10176
10177         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
10178         name (relative to the original working directory) and the file
10179         name component (relative to the temporary working directory).  All
10180         callers changed.
10181         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
10182         * lib/mkdir-p.c (make_dir_parents): Likewise.
10183         * lib/mkdir-p.h (make_dir_parents): Likewise.
10184
10185 2006-10-06  Eric Blake  <ebb9@byu.net>
10186
10187         Define several macros for use by the clean-temp module.
10188         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
10189         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
10190         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
10191
10192         * lib/clean-temp.h (close_stream_temp): New declaration.
10193         * lib/clean-temp.c (includes): Pull in headers according to what
10194         other modules are in use.
10195         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
10196
10197 2006-10-06  Bruno Haible  <bruno@clisp.org>
10198
10199         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
10200         instead of fopen, fwriteerror.
10201
10202 2006-10-06  Bruno Haible  <bruno@clisp.org>
10203
10204         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
10205         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
10206         int.
10207         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
10208         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
10209         Return an error indicator.
10210         Suggested by Eric Blake.
10211
10212 2006-10-06  Bruno Haible  <bruno@clisp.org>
10213
10214         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
10215         Reported by Eric Blake.
10216
10217 2006-10-06  Bruno Haible  <bruno@clisp.org>
10218
10219         * modules/closeout (Description): Mention stderr too.
10220
10221 2006-10-06  Bruno Haible  <bruno@clisp.org>
10222         and Paul Eggert  <eggert@cs.ucla.edu>
10223
10224         * lib/closeout.c (close_stdout): Also close stderr.
10225         * lib/closeout.h: Update comment.
10226
10227 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
10228
10229         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
10230         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
10231         * lib/dirchownmod.c: Include lchown.h.
10232         * lib/lchown.c: Don't include files that lchown.h now includes.
10233         Don't declare chown, since lchown.h now does that.
10234         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
10235         (lchown): Define to rpl_chown if lchown is declared but
10236         does not exist.  Declare using a prototype if lchown is not
10237         declared.  Add a copyright notice.
10238         * lib/mkstemp.h: Include <unistd.h>.
10239         * lib/openat.c: Include lchown.h.
10240
10241         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
10242         we now test for that separately.
10243         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
10244         rather than O_NOFOLLOW, when testing whether it's possible to
10245         avoid a race condition reliably.
10246         * lib/savewd.c (savewd_chdir): Likewise.
10247
10248         Remove macros that are no longer needed now that stdint.h is
10249         reliable.
10250         * lib/fsusage.c (UINTMAX_MAX): Remove.
10251         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
10252         * lib/utimecmp.c (SIZE_MAX): Remove.
10253
10254         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
10255
10256         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
10257         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
10258         O_NOATIME works.
10259
10260 2006-10-05  Bruno Haible  <bruno@clisp.org>
10261
10262         * lib/gl_list.h (gl_sortedlist_search_from_to,
10263         gl_sortedlist_indexof_from_to): New declarations.
10264         (gl_list_implementation): New fields sortedlist_search_from_to,
10265         sortedlist_indexof_from_to.
10266         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
10267         inline functions.
10268         * lib/gl_list.c (gl_sortedlist_search_from_to,
10269         gl_sortedlist_indexof_from_to): New functions.
10270         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
10271         function.
10272         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
10273         (gl_array_sortedlist_search_from_to): New function.
10274         (gl_array_list_implementation): Update.
10275         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
10276         function.
10277         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
10278         (gl_carray_sortedlist_search_from_to): New function.
10279         (gl_carray_list_implementation): Update.
10280         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
10281         gl_linked_sortedlist_indexof_from_to): New functions.
10282         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
10283         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
10284         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
10285         gl_tree_sortedlist_indexof_from_to): New functions.
10286         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
10287         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
10288         Update.
10289         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
10290         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
10291         Update.
10292
10293 2006-10-05  Bruno Haible  <bruno@clisp.org>
10294
10295         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
10296         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
10297         (struct gl_list_implementation): Add fields search_from_to,
10298         indexof_from_to. Remove fields search, indexof.
10299         (gl_list_search): Use the search_from_to method.
10300         (gl_list_search_from, gl_list_search_from_to): New functions.
10301         (gl_list_indexof): Use the indexof_from_to method.
10302         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
10303         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
10304         (gl_list_search_from, gl_list_search_from_to): New functions.
10305         (gl_list_indexof): Use the indexof_from_to method.
10306         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
10307         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
10308         gl_array_indexof. Add start_index, end_index arguments.
10309         (gl_array_search_from_to): Renamed from gl_array_search. Add
10310         start_index, end_index arguments.
10311         (gl_array_remove, gl_array_list_implementation): Update.
10312         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
10313         gl_carray_indexof. Add start_index, end_index arguments.
10314         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
10315         start_index, end_index arguments.
10316         (gl_carray_remove, gl_carray_list_implementation): Update.
10317         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
10318         gl_linked_search. Add start_index, end_index arguments.
10319         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
10320         start_index, end_index arguments.
10321         (gl_linked_remove): Update.
10322         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
10323         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
10324         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
10325         field to 'size_t'.
10326         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
10327         gl_tree_search. Add start_index, end_index arguments.
10328         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
10329         start_index, end_index arguments.
10330         (gl_tree_remove): Update.
10331         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
10332         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
10333         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
10334         function.
10335         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
10336         gl_tree_search. Add start_index, end_index arguments.
10337         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
10338         start_index, end_index arguments.
10339         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
10340         Update.
10341         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
10342
10343 2006-10-05  Bruno Haible  <bruno@clisp.org>
10344
10345         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
10346
10347         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
10348         fwriteerror_temp): New declarations.
10349         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
10350         (descriptors): New variable.
10351         (cleanup): First, close the descriptors.
10352         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
10353         fclose_temp, fwriteerror_temp): New functions.
10354
10355 2006-10-04  Jim Meyering  <jim@meyering.net>
10356
10357         * lib/fts.c (fts_open): Tiny comment change.
10358
10359 2006-10-04  Bruno Haible  <bruno@clisp.org>
10360
10361         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
10362         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
10363         gl_LOCK_BODY.
10364         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
10365         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
10366         gl_LOCK_EARLY_BODY.
10367         (gl_LOCK): Require gl_LOCK_BODY.
10368
10369 2006-10-04  Bruno Haible  <bruno@clisp.org>
10370
10371         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
10372         (gl_oset_search_atleast): New declaration.
10373         (struct gl_oset_implementation): Add field 'search_atleast'.
10374         (gl_oset_search_atleast): New inline function.
10375         * lib/gl_oset.c (gl_oset_search_atleast): New function.
10376         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
10377         (gl_array_oset_implementation): Update.
10378         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
10379         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
10380         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
10381
10382 2006-10-04  Bruno Haible  <bruno@clisp.org>
10383
10384         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
10385
10386 2006-10-03  Bruno Haible  <bruno@clisp.org>
10387
10388         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
10389         from gl_avltreehash_list_implementation.
10390
10391 2006-10-03  Bruno Haible  <bruno@clisp.org>
10392
10393         * lib/gl_oset.c (gl_oset_add): Fix return type.
10394
10395 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
10396
10397         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
10398
10399 2006-10-02  Eric Blake  <ebb9@byu.net>
10400
10401         * modules/strnlen (Depends-on): Add extensions.
10402
10403 2006-10-02  Eric Blake  <ebb9@byu.net>
10404
10405         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
10406         definition in 2.60+.
10407
10408 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
10409
10410         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
10411         checks.
10412
10413 2006-10-02  Bruno Haible  <bruno@clisp.org>
10414
10415         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
10416         to the AUTOMAKE_OPTIONS.
10417         Reported by Jim Meyering.
10418
10419 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
10420
10421         Work around bug in Solaris 10 /proc file system:
10422         /proc/self/fd/NNN/.. isn't the parent directory of
10423         the directory whose file descriptor is NNN.  This needs to
10424         be worked around at run time, not compile time, since a
10425         program might be built on Solaris 8, where things work, and
10426         run on Solaris 10.
10427         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
10428         to use the following interface instead:
10429         (OPENAT_BUFFER_SIZE): New macro.
10430         (openat_proc_name): New function.
10431         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
10432         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
10433         Likewise.
10434         * lib/openat-proc.c: New file.
10435         * modules/openat (Files): Add lib/openat-proc.c.
10436         (Depends-on): Add same-inode, stdbool.
10437         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
10438
10439 2006-09-29  Bruno Haible  <bruno@clisp.org>
10440
10441         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
10442         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
10443         argument. Set stdout_closed before testing for ferror, not after.
10444         (fwriteerror, fwriteerror_no_ebadf): New functions.
10445
10446 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10447
10448         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
10449
10450 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
10451
10452         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
10453         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
10454
10455 2006-09-28  Jim Meyering  <jim@meyering.net>
10456
10457         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
10458         Include <unistd.h>.
10459
10460 2006-09-28  Bruno Haible  <bruno@clisp.org>
10461
10462         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
10463         * modules/linkedhash-list (Depends-on): Likewise.
10464         * modules/rbtreehash-list (Depends-on): Likewise.
10465
10466 2006-09-28  Bruno Haible  <bruno@clisp.org>
10467
10468         * lib/strndup.h: Simplify the redefinition of strndup.
10469         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
10470         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
10471
10472 2006-09-28  Bruno Haible  <bruno@clisp.org>
10473
10474         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
10475         * lib/gl_linkedhash_list.c: Likewise.
10476         * lib/gl_rbtreehash_list.c: Likewise.
10477
10478 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
10479
10480         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
10481         getaddrinfo.
10482
10483         * lib/__fpending.h: Don't include <stdio_ext.h> unless
10484         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
10485         it causes <stdio_ext.h> to cause a compile-time error.
10486         Problem reported by Nelson H. F. Beebe.
10487         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
10488         of HAVE_DECL___PENDING.
10489
10490         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
10491         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
10492         declaration.
10493
10494 2006-09-27  Jim Meyering  <jim@meyering.net>
10495
10496         This file could end up with a definition for a function
10497         named __strndup, rather than rpl_strndup on a system with
10498         incomplete weak_alias support.
10499         * lib/strndup.c (strndup): Rename from __strndup.
10500         Remove #defines that used to map __strndup to strndup.
10501         Don't use K&R prototypes.
10502         Remove LIBC-related code, since this file is not sync'd with glibc.
10503         * lib/strndup.h: Revamp, accordingly.
10504         * m4/strndup.m4: Modernize.
10505
10506 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
10507
10508         * modules/savewd (Depends-on): Add 'raise'.
10509         * lib/savewd.c: Include <signal.h>, for 'raise'.
10510
10511 2006-09-26  Jim Meyering  <jim@meyering.net>
10512
10513         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
10514         when we detect Darwin 8.7.0's acl_get_file bug.
10515         Rearrange to perform the new (below) run-test while $LIBS
10516         contains any acl-related library.  Set USE_ACL at the end.
10517         (gl_ACL_GET_FILE): New function.
10518
10519 2006-09-26  Eric Blake  <ebb9@byu.net>
10520
10521         * lib/verror.c: Include <config.h> unconditionally.
10522
10523 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
10524
10525         * modules/clock-time (Maintainer): Add self.
10526         * modules/getlogin_r (Depends-on): Add extensions.
10527
10528 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10529
10530         * modules/clock-time: New module.
10531         * modules/nanosleep (Depends-on): Add clock-time.
10532         * modules/gethrxtime (Depends-on): Likewise.
10533         * modules/gettime (Depends-on): Likewise.
10534         * modules/settime (Depends-on): Likewise.
10535
10536         * modules/fts-lgpl: Depend on openat.
10537         * modules/mkancesdirs: Depend on savewd.
10538         * modules/mkdir-p: Likewise.
10539
10540 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10541
10542         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
10543
10544         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
10545         `gl_have_arbitrary_file_name_length_limit' to
10546         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
10547         actually works between configure runs.
10548
10549 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10550             Bruno Haible  <bruno@clisp.org>
10551
10552         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
10553
10554 2006-09-25  Jim Meyering  <jim@meyering.net>
10555
10556         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
10557         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
10558
10559 2006-09-25  Eric Blake  <ebb9@byu.net>
10560
10561         * gnulib-tool (func_import, func_create_testdir): Fix typos in
10562         exec's in 2006-09-18 patch when shuffling fds.
10563
10564 2006-09-25  Bruno Haible  <bruno@clisp.org>
10565
10566         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
10567         Reported by Jim Meyering.
10568
10569 2006-09-24  Jim Meyering  <jim@meyering.net>
10570
10571         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
10572         compare a pointer against a literal "0".  That caused failures with
10573         at least HP-UX's hpcc.
10574
10575 2006-09-22  Simon Josefsson  <jas@extundo.com>
10576
10577         * modules/gc-sha1:
10578         * modules/gc-md4:
10579         * modules/gc-hmac-sha1:
10580         * modules/gc-hmac-md5:
10581         * modules/gc-des:
10582         * modules/gc-arcfour: Distribute more files.
10583
10584 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10585
10586         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
10587         (gl_linked_iterator_from_to): Initialize struct completely.
10588         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
10589         (gl_tree_iterator_from_to): Likewise
10590         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
10591         * lib/gl_array_list.c [lint] (gl_array_iterator)
10592         (gl_array_iterator_from_to): Likewise.
10593         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
10594         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
10595         (gl_carray_iterator_from_to): Likewise.
10596
10597         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
10598         * lib/md4.c (md4_process_block): Remove unused variable.
10599         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
10600         parentheses for clarity.
10601
10602 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10603
10604         * modules/bison-i18n (Depends-on): Add gettext.
10605
10606 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10607
10608         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
10609         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
10610         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
10611         also add missing comma that caused broken test.
10612         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
10613         stdlib.h, for `abort'.
10614         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
10615         variables.
10616         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
10617         include unistd.h if present, for `rmdir'.
10618         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
10619         variables.
10620         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
10621         in the process include standard headers for prototypes.
10622         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
10623         gets declared on GNU/Linux.
10624         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
10625         unistd.h, for `rmdir'.
10626         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
10627
10628         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
10629         always true.
10630         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
10631
10632         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
10633
10634 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10635
10636         * gnulib-tool (func_version): Create output all at once.  This
10637         may help avoid triggering unnecessary SIGPIPEs, and at any
10638         rate it doesn't hurt.
10639
10640 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10641             Bruno Haible  <bruno@clisp.org>
10642
10643         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
10644         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
10645         * m4/signed.m4 (bh_C_SIGNED): Likewise.
10646
10647         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
10648         (gl_FUNC_VASPRINTF): Invoke it.
10649
10650 2006-09-22  Bruno Haible  <bruno@clisp.org>
10651
10652         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
10653         getloadavg.c as first argument.
10654
10655 2006-09-22  Bruno Haible  <bruno@clisp.org>
10656
10657         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
10658         at the beginning of the gl_INIT macro.
10659         * modules/getloadavg (configure.ac): Pass $gl_source_base to
10660         gl_GETLOADAVG.
10661
10662 2006-09-22  Bruno Haible  <bruno@clisp.org>
10663
10664         * gnulib-tool (func_create_megatestdir): Don't include the config-h
10665         module.
10666         Suggested by Ralf Wildenhues.
10667
10668 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
10669
10670         Import this patch from libc:
10671
10672         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
10673
10674         * lib/regex_internal.c (re_string_reconstruct): Handle
10675         offset < pstr->valid_raw_len && pstr->offsets_needed case.
10676         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
10677         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
10678         re_string_context_at.
10679
10680         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
10681         now requires it.
10682         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
10683         gl_REGEX now does it for us.
10684         (gl_REGEX): Add test taken from
10685         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
10686
10687         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
10688         Check that large offsets work.  Modernize Autoconf usages.
10689         Prefer "yes" to mean a good thing rather than a bad.
10690         Don't put "#define mkstemp" in config.h, as this might interfere
10691         with standard system headers that "#define mkstemp mkstemp64".
10692
10693         * modules/mkstemp (Depends-on): Add extensions, so that
10694         mkstemp is visible on some platforms.
10695         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
10696         (Include): Change to "mkstemp.h" from <stdlib.h>.
10697         (Files): Add mkstemp.h.
10698
10699         * lib/mkstemp.h: New file, since some standard headers
10700         #define mkstemp.
10701         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
10702         Include "mkstemp.h".
10703         Make the _LIBC code resemble glibc original more,
10704         e.g., use K&R style.
10705         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
10706         (mkstemp): Remove, since mkstemp.h does this for us.
10707         * lib/stdlib--.h: Include mkstemp.h.
10708
10709         Import this patch from libc:
10710
10711         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
10712
10713         * lib/tempname.c (__gen_tempname): Change attempts_min
10714         into a macro.  Use preprocessor to decide how to initialize
10715         attempts [Coverity CID 67].
10716
10717 2006-09-20  Bruno Haible  <bruno@clisp.org>
10718
10719         * lib/mkdtemp.c: Import from libc.
10720         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
10721                 * sysdeps/posix/tempname.c (__gen_tempname): Change
10722                 attempts_min into a macro.  Use preprocessor to decide how to
10723                 initialize attempts [Coverity CID 67].
10724         2001-11-27  Paul Eggert  <eggert@twinsun.com>
10725                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
10726                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
10727
10728 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10729
10730         * gnulib-tool (func_exit): New function, to allow to pass the
10731         exit status portably through the trap.  Use everywhere.
10732         (--help, --version): Signal a write error.
10733         (trap): catch SIGPIPE, for write errors.
10734         Exit at the end of the trap, with the correct exit status.
10735
10736 2006-09-19  Karl Berry  <karl@gnu.org>
10737
10738         * doc/gnulib.texi: note about the license texinfo files.
10739
10740 2006-09-19  Eric Blake  <ebb9@byu.net>
10741
10742         * gnulib-tool: Avoid space-tab.
10743
10744 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
10745
10746         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
10747         that prevented coreutils 6.1 from building.  Problem reported
10748         by Petter Reinholdtsen.
10749
10750 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
10751
10752         * gnulib-tool (avoidlist): Fix typo that broke options like
10753         --avoid=lock that are used by coreutils bootstrap.
10754
10755 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
10756
10757         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
10758         more systematically.
10759
10760 2006-09-18  Jim Meyering  <jim@meyering.net>
10761
10762         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
10763
10764 2006-09-18  Bruno Haible  <bruno@clisp.org>
10765
10766         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
10767
10768 2006-09-18  Bruno Haible  <bruno@clisp.org>
10769
10770         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
10771         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
10772         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
10773         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
10774         * m4/gettext.m4: Require autoconf >= 2.52.
10775         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
10776         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
10777         of gl_cv_header_inttypes_h.
10778
10779 2006-09-18  Bruno Haible  <bruno@clisp.org>
10780
10781         * lib/javaversion.c: Include configmake.h.
10782
10783 2006-09-18  Bruno Haible  <bruno@clisp.org>
10784
10785         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
10786         avoid that the while loops be executed in a subshell.
10787
10788 2006-09-18  Bruno Haible  <bruno@clisp.org>
10789
10790         * MODULES.html.sh (func_module): Break long lines.
10791         Suggested by Bruce Korb <bkorb@gnu.org>.
10792
10793 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10794
10795         Speed up by a factor of 1.12.
10796         * gnulib-tool (nl): New variable.
10797         (func_import): Rewrite include directive extraction to only read each
10798         directive once.
10799
10800 2006-09-17  Bruno Haible  <bruno@clisp.org>
10801
10802         * modules/javaversion (Makefile.am): Remove DEFS setting.
10803         (Depends-on): Add configmake, for PKGDATADIR definition.
10804
10805 2006-09-17  Bruno Haible  <bruno@clisp.org>
10806
10807         * gnulib-tool (func_create_testdir): Rewrite all files at once.
10808
10809 2006-09-17  Bruno Haible  <bruno@clisp.org>
10810
10811         * gnulib-tool (func_append): New function, stolen from libtool.m4.
10812         (func_modules_transitive_closure, func_modules_add_dummy,
10813         func_modules_to_filelist, func_import, func_create_testdir,
10814         func_create_megatestdir, ...): Use it wherever possible.
10815         Suggested by Ralf Wildenhues.
10816
10817 2006-09-16  Karl Berry  <karl@gnu.org>
10818
10819         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
10820         to avoid sectioning errors.
10821         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
10822         [ifinfo]: blank line after @center-ed titles.
10823         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
10824         Spell FSF address consistently with others.
10825         (These changes approved by rms.)
10826
10827 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10828
10829         Speed up by a factor of 1.61.
10830         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
10831         already checked module names again.
10832
10833 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10834
10835         Speed up by a factor of 1.13.
10836         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
10837         for new_files, and the input to func_add_or_update.
10838
10839 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10840
10841         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
10842         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
10843
10844 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10845
10846         * modules/mkancesdirs (Depends-on): Add fcntl.
10847         * modules/savewd: New file.
10848         * MODULES.html.sh (File system functions): Add savewd.
10849
10850         * modules/configmake (Makefile.am): Add support for the
10851         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
10852
10853 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10854
10855         * m4/savewd.m4: New file.
10856
10857 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10858
10859         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
10860         (dirchownmod): New arg FD.  All callers changed.
10861         Use FD rather than opening the directory ourself, as opening is
10862         now the caller's responsibility.
10863         * lib/dirchownmod.h: Likewise.
10864         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
10865         hosts that require <sys/types.h> before <sys/stat.h>.  Include
10866         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
10867         (test_dir): Remove.
10868         (mkancesdirs): Return length of prefix of FILE that has already
10869         been made, or -2 if there is a child doing the work.  Redo
10870         algorithm so that it is O(N) rather than O(N**2).  Optimize away
10871         ".", and treat ".." specially since it might stray back into
10872         already-created areas.  Use a subprocess if necessary.  New arg
10873         WD; all users changed.  MAKE_DIR function should now return 1
10874         if it creates a directory that is not readable.  Return -2 if
10875         a child process is spun off.
10876         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
10877         Adjust signature to match code.
10878         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
10879         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
10880         all users changed.
10881         * lib/savewd.c, lib/savewd.h: New files.
10882
10883 2006-09-15  Jim Meyering  <jim@meyering.net>
10884
10885         * modules/rename-dest-slash: New module.
10886         * MODULES.html.sh (posix_compat): Add it here.
10887
10888         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
10889
10890 2006-09-15  Jim Meyering  <jim@meyering.net>
10891
10892         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
10893         file.
10894
10895         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
10896
10897 2006-09-15  Jim Meyering  <jim@meyering.net>
10898
10899         * lib/rename-dest-slash.c (has_trailing_slash): Use
10900         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
10901         (rpl_rename_dest_slash): Perform the cheaper trailing slash
10902         test before testing whether SRC is a directory.
10903         Suggestions from Bruno Haible.
10904
10905         Avoid a warning about an unused variable.
10906         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
10907         into the #ifdef block where it's used.
10908
10909         * lib/rename-dest-slash.c: New file.
10910
10911 2006-09-14  Bruno Haible  <bruno@clisp.org>
10912
10913         * lib/allocsa.c: Include <config.h> unconditionally.
10914         * lib/asnprintf.c: Likewise.
10915         * lib/asprintf.c: Likewise.
10916         * lib/c-strcasecmp.c: Likewise.
10917         * lib/c-strcasestr.c: Likewise.
10918         * lib/c-strncasecmp.c: Likewise.
10919         * lib/c-strstr.c: Likewise.
10920         * lib/classpath.c: Likewise.
10921         * lib/clean-temp.c: Likewise.
10922         * lib/concatpath.c: Likewise.
10923         * lib/copy-file.c: Likewise.
10924         * lib/csharpcomp.c: Likewise.
10925         * lib/csharpexec.c: Likewise.
10926         * lib/execute.c: Likewise.
10927         * lib/fatal-signal.c: Likewise.
10928         * lib/findprog.c: Likewise.
10929         * lib/fwriteerror.c: Likewise.
10930         * lib/gl_array_list.c: Likewise.
10931         * lib/gl_array_oset.c: Likewise.
10932         * lib/gl_avltree_list.c: Likewise.
10933         * lib/gl_avltree_oset.c: Likewise.
10934         * lib/gl_avltreehash_list.c: Likewise.
10935         * lib/gl_carray_list.c: Likewise.
10936         * lib/gl_linked_list.c: Likewise.
10937         * lib/gl_linkedhash_list.c: Likewise.
10938         * lib/gl_list.c: Likewise.
10939         * lib/gl_oset.c: Likewise.
10940         * lib/gl_rbtree_list.c: Likewise.
10941         * lib/gl_rbtree_oset.c: Likewise.
10942         * lib/gl_rbtreehash_list.c: Likewise.
10943         * lib/imaxabs.c: Likewise.
10944         * lib/imaxdiv.c: Likewise.
10945         * lib/javacomp.c: Likewise.
10946         * lib/javaexec.c: Likewise.
10947         * lib/javaversion.c: Likewise.
10948         * lib/linebreak.c: Likewise.
10949         * lib/localcharset.c: Likewise.
10950         * lib/lock.c: Likewise.
10951         * lib/mbchar.c: Likewise.
10952         * lib/mbswidth.c: Likewise.
10953         * lib/mkdtemp.c: Likewise.
10954         * lib/pipe.c: Likewise.
10955         * lib/printf-args.c: Likewise.
10956         * lib/printf-parse.c: Likewise.
10957         * lib/progname.c: Likewise.
10958         * lib/progreloc.c: Likewise.
10959         * lib/readlink.c: Likewise.
10960         * lib/sh-quote.c: Likewise.
10961         * lib/stpcpy.c: Likewise.
10962         * lib/stpncpy.c: Likewise.
10963         * lib/strcasecmp.c: Likewise.
10964         * lib/strcasestr.c: Likewise.
10965         * lib/strcspn.c: Likewise.
10966         * lib/striconv.c: Likewise.
10967         * lib/strncasecmp.c: Likewise.
10968         * lib/strnlen1.c: Likewise.
10969         * lib/strstr.c: Likewise.
10970         * lib/strtok_r.c: Likewise.
10971         * lib/tls.c: Likewise.
10972         * lib/tmpdir.c: Likewise.
10973         * lib/unicodeio.c: Likewise.
10974         * lib/unsetenv.c: Likewise.
10975         * lib/vasnprintf.c: Likewise.
10976         * lib/vasprintf.c: Likewise.
10977         * lib/wait-process.c: Likewise.
10978         * lib/xallocsa.c: Likewise.
10979         * lib/xsetenv.c: Likewise.
10980         * lib/xstriconv.c: Likewise.
10981
10982 2006-09-13  Simon Josefsson  <jas@extundo.com>
10983
10984         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
10985         that internally, suggested by Ralf Wildenhues
10986         <Ralf.Wildenhues@gmx.de>.
10987
10988 2006-09-13  Simon Josefsson  <jas@extundo.com>
10989
10990         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
10991         @LIBOBJS@.
10992         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10993
10994 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
10995
10996         * lib/_fpending.c: Include <config.h> unconditionally, since we no
10997         longer worry about uses that don't define HAVE_CONFIG_H.
10998         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
10999         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
11000         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
11001         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
11002         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
11003         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
11004         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
11005         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
11006         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
11007         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
11008         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
11009         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
11010         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
11011         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
11012         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
11013         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
11014         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
11015         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
11016         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
11017         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
11018         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
11019         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
11020         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
11021         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
11022         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
11023         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
11024         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
11025         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
11026         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
11027         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
11028         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
11029         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
11030         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
11031         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
11032         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
11033         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
11034         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
11035         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
11036         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
11037         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
11038         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
11039         Likewise.
11040
11041 2006-09-13  Eric Blake  <ebb9@byu.net>
11042
11043         * lib/getopt.c: Fix typo in last commit.
11044
11045 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
11046
11047         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
11048         dgettext.
11049
11050 2006-09-12  Jim Meyering  <jim@meyering.net>
11051
11052         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
11053         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
11054         Reported by Nelson H. F. Beebe.
11055
11056 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
11057
11058         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
11059         program_invocation_name and program_invocation_short_name are
11060         initialized.
11061         * lib/argp-namefrob.h: Move declarations of program_invocation_name
11062         and program_invocation_short_name to argp.h, so they are visible
11063         to user programs.
11064         * lib/argp.h: Likewise
11065
11066 2006-09-10  Bruno Haible  <bruno@clisp.org>
11067
11068         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
11069         m4/inttypes_h.m4, m4/uintmax_t.m4.
11070
11071 2006-09-10  Bruno Haible  <bruno@clisp.org>
11072
11073         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
11074         gl_AC_TYPE_UINTMAX_T.
11075
11076 2006-09-10  Bruno Haible  <bruno@clisp.org>
11077
11078         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
11079
11080 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11081
11082         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
11083         convention.  Text proposed by Bruno Haible.
11084         (struct argp_option): Document the use of N_() wrappers.
11085
11086         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
11087         '\v', and translate the two parts separately, instead of feeding
11088         the whole string to gettext.  This allows to exclude
11089         '\v' from the strings visible to the translator by writing doc
11090         strings as N_("..") "\v" N_("..").
11091
11092 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
11093
11094         * config/srclist.txt: Undo latest change; the bug was fixed.
11095
11096 2006-09-09  Bruno Haible  <bruno@clisp.org>
11097
11098         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
11099         assignments if building a library without libtool.
11100         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
11101         in func_emit_lib_Makefile_am.
11102         (func_import): When building a static library libfoo.a, arrange to
11103         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
11104         (func_create_testdir): Likewise.
11105         * modules/gc (configure.ac, Makefile.am): If building statically,
11106         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
11107         * modules/iconvme (configure.ac, Makefile.am): Likewise.
11108         * modules/striconv (configure.ac, Makefile.am): Likewise.
11109         Based on a suggestion by Ralf Wildenhues.
11110
11111 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11112
11113         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
11114         Check for unistd.h too, since Autoconf doesn't assume POSIX.
11115         Also:
11116
11117         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11118         Add year_2050_test to catch glibc bug 2821
11119         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
11120
11121         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11122         Prefer #ifdef to #if.
11123
11124         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
11125         Return from 'main' instead of calling 'exit'.
11126
11127 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11128
11129         * lib/mktime.c (guess_time_tm): Fix bug where mktime
11130         returned the maximum time_t value rather than (time_t) -1.
11131         Problem originally reported by William Bardwell
11132         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
11133
11134         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
11135         Moved to here ...
11136         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
11137         ... from here.
11138
11139 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11140
11141         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
11142         2821 is fixed.
11143
11144 2006-09-08  Jim Meyering  <jim@meyering.net>
11145
11146         Don't make generated files read-only.  That would bother too many
11147         people.  However, do retain the ability to work when targets are
11148         read-only: remove the destination and temporary files before writing
11149         them (when generated via sed or echo), or by using the -f option for
11150         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
11151         * modules/alloca-opt, modules/argz, modules/arpa_inet:
11152         * modules/byteswap, modules/configmake, modules/fcntl:
11153         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
11154         * modules/localcharset, modules/netinet_in, modules/poll:
11155         * modules/stdbool, modules/stdint, modules/sys_select:
11156         * modules/sys_socket, modules/sys_stat, modules/sysexits:
11157
11158 2006-09-08  Jim Meyering  <jim@meyering.net>
11159
11160         Avoid new build failure on FreeBSD 6.0.
11161         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
11162         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
11163         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
11164
11165 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11166
11167         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
11168
11169 2006-09-07  Jim Meyering  <jim@meyering.net>
11170
11171         Fix global typo in last change: use chmod u-w, not chmod u-x.
11172         Spotted by Paul Eggert and Bruce Korb.
11173         * modules/alloca-opt, modules/argz, modules/arpa_inet:
11174         * modules/byteswap, modules/configmake, modules/fcntl:
11175         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
11176         * modules/localcharset, modules/netinet_in, modules/poll:
11177         * modules/stdbool, modules/stdint, modules/sys_select:
11178         * modules/sys_socket, modules/sys_stat, modules/sysexits:
11179
11180 2006-09-06  Jim Meyering  <jim@meyering.net>
11181
11182         Make generated files be read-only.
11183         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
11184         Ensure that each generated file is now read-only.
11185         * modules/argz: Likewise.
11186         * modules/arpa_inet: Likewise.
11187         * modules/byteswap: Likewise.
11188         * modules/configmake: Likewise.
11189         * modules/fcntl: Likewise.
11190         * modules/fnmatch: Likewise.
11191         * modules/getopt: Likewise.
11192         * modules/glob: Likewise.
11193         * modules/inttypes: Likewise.
11194         * modules/netinet_in: Likewise.
11195         * modules/poll: Likewise.
11196         * modules/stdbool: Likewise.
11197         * modules/stdint: Likewise.
11198         * modules/sys_select: Likewise.
11199         * modules/sys_socket: Likewise.
11200         * modules/sys_stat: Likewise.
11201         * modules/sysexits: Likewise.
11202         * modules/localcharset: Same as above, but continue using temporary
11203         file named "t-$@" (why different?) rather than the "$@-t" used
11204         everywhere else.
11205
11206         * modules/sysexits (Makefile.am): Replace literal occurrences
11207         of "sysexit.h" more readable, and more consistent, "$@".
11208
11209 2006-09-06  Bruno Haible  <bruno@clisp.org>
11210
11211         * modules/striconv: New file.
11212         * modules/xstriconv: New file.
11213         * MODULES.html.sh (Internationalization functions): Add striconv,
11214         xstriconv.
11215
11216 2006-09-06  Bruno Haible  <bruno@clisp.org>
11217
11218         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
11219         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
11220         not using libtool correctly.
11221
11222 2006-09-06  Bruno Haible  <bruno@clisp.org>
11223
11224         * lib/striconv.h: New file.
11225         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
11226         iconvstring.c.
11227         * lib/xstriconv.h: New file.
11228         * lib/xstriconv.c: New file.
11229
11230 2006-09-06  Bruno Haible  <bruno@clisp.org>
11231
11232         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
11233         lib_..._LDFLAGS.
11234
11235 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11236
11237         * lib/argz_.h: Sync from Libtool.
11238
11239         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
11240                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11241
11242         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
11243
11244 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
11245
11246         * modules/trim: New file.
11247
11248 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
11249
11250         * lib/trim.h: New file.
11251         * lib/trim.c: New file.
11252
11253 2006-09-05  Bruno Haible  <bruno@clisp.org>
11254
11255         * MODULES.html.sh (String handling): Add trim.
11256
11257 2006-09-04  Karl Berry  <karl@gnu.org>
11258
11259         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
11260         until next release.
11261
11262 2006-09-03  Bruno Haible  <bruno@clisp.org>
11263
11264         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
11265         correctly.
11266
11267 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11268
11269         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
11270         not gl_GETLOADAVG.  Omit unneeded semicolons.
11271         Problems reported by Ralf Wildenhues in
11272         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
11273         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
11274         at the end, which is the usual gnulib style.
11275
11276         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
11277         of doing all the work ourselves.
11278         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
11279         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
11280
11281 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11282
11283         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
11284         Problem reported by Ralf Wildenhues in
11285         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
11286
11287         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
11288         HAVE_STRUCT_STATFS_F_FSTYPENAME.
11289
11290 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11291
11292         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
11293         yesterday's patch by changing test -n to test -z.
11294
11295 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11296
11297         * modules/getloadavg (Files): Add m4/getloadavg.m4.
11298         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
11299         the former is now obsolescent.
11300
11301         * modules/chdir-long (Depends-on): Add fcntl.
11302
11303 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11304
11305         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
11306         obsolescent, and programs should use gnulib instead.
11307         * m4/getloadavg.m4: New file, with contents taken from Autoconf
11308         but with prefixes changed.
11309
11310 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11311
11312         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
11313         or stdbool.h, because they might not exist while configuring.
11314
11315         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
11316         Don't include unistd.h or limits.h; not needed, since chdir-long.h
11317         does that for us.
11318         (O_DIRECTORY): Remove.
11319
11320 2006-08-31  Eric Blake  <ebb9@byu.net>
11321
11322         * gnulib-tool: Don't let emacs change spaces to TAB.
11323
11324 2006-08-31  Bruno Haible  <bruno@clisp.org>
11325
11326         * gnulib-tool: When calling func_import more than once, do it in a
11327         subshell.
11328         Reported by Eric Blake <ebb9@byu.net>.
11329
11330 2006-08-31  Bruno Haible  <bruno@clisp.org>
11331
11332         * gnulib-tool (nl): Remove variable.
11333         (sed_transform_lib_file): Use more robust test for config-h module.
11334         (func_import): Fix typo in 2006-08-25 patch.
11335
11336 2006-08-31  Bruno Haible  <bruno@clisp.org>
11337
11338         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
11339         specified, augment Makefile.am variables instead of assigning them.
11340
11341 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11342
11343         Work around a bug in both the Linux and SunOS 64-bit kernels:
11344         nanosleep mishandles sleeps for longer than 2**31 seconds.
11345         Problem reported by Frank v Waveren in
11346         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
11347         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
11348         Check for nanosleep bug.
11349         (LIB_NANOSLEEP): Append clock_gettime library if needed.
11350
11351 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11352
11353         Work around a bug in both the Linux and SunOS 64-bit kernels:
11354         nanosleep mishandles sleeps for longer than 2**31 seconds.
11355         Problem reported by Frank v Waveren in
11356         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
11357         * lib/nanosleep.c (BILLION): New constant.
11358         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
11359         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
11360         implementation.
11361
11362 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11363
11364         * modules/nanosleep (Depends-on): Add gettime.
11365
11366 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11367         and Simon Josefsson  <jas@extundo.com>
11368         and Oskar Liljeblad  <oskar@osk.mine.nu>
11369
11370         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
11371         * gnulib-tool (func_import): New license type 'unmodifiable license
11372         text'.
11373         * modules/fdl: Use it.  Longer description.
11374         * module/gpl, module/lgpl: New files.
11375
11376 2006-08-30  Jim Meyering  <jim@meyering.net>
11377
11378         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
11379         shadowing the parameter.
11380
11381 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11382
11383         Sync from Libtool:
11384
11385         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11386
11387         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
11388         sharing with gnulib.  Report by Eric Blake.
11389
11390 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11391
11392         * modules/isapipe: New file.
11393         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
11394
11395 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11396
11397         * modules/configmake (Makefile.am): Add a comment, and omit
11398         the CONFIGMAKE_ prefix from generated macro names.  Suggested
11399         by Bruno Haible.
11400
11401 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11402
11403         * m4/isapipe.m4: New file.
11404
11405 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11406
11407         * lib/isapipe.c, lib/isapipe.h: New files.
11408
11409 2006-08-29  Jim Meyering  <jim@meyering.net>
11410
11411         * modules/configmake (Makefile.am): Make configmake.h depend on
11412         Makefile.  Otherwise, a stale configmake.h could hang around.
11413
11414 2006-08-29  Eric Blake  <ebb9@byu.net>
11415
11416         * lib/error.c (error_at_line, print_errno_message): Match libc, after
11417         resolution of upstream bug 3044.
11418
11419 2006-08-29  Bruno Haible  <bruno@clisp.org>
11420
11421         * modules/localcharset (Depends-on): Add configmake.
11422         (Makefile.am): Remove setting of LIBDIR through DEFS.
11423
11424 2006-08-29  Bruno Haible  <bruno@clisp.org>
11425
11426         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
11427         defined.
11428
11429 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11430
11431         * modules/fcntl: New file.
11432         * modules/chdir-safer (Depends-on): Add fcntl.
11433         * modules/fts: Likewise.
11434         * modules/mkdir-p: Likewise.
11435
11436         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
11437         This undoes the most recent change, since we're now addressing the
11438         problem in a different way.
11439
11440         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
11441         into output, since the output might be called Makefile.am even
11442         if $makefile_name is something different.
11443         (func_import): Use $makefile_am rather than
11444         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
11445         empty.
11446
11447         * modules/inttypes (Files): Add m4/inttypes-h.m4.
11448
11449 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11450
11451         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
11452         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
11453         recent change to stdint.m4, since we're now addressing the problem in a
11454         different way.
11455
11456 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11457
11458         * m4/fcntl_h.m4: New file.
11459
11460 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11461
11462         * lib/fcntl_.h: New file.
11463         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
11464         the fcntl module.
11465         * lib/dirchownmod.c: Likewise.
11466         * lib/fts.c: Likewise.
11467
11468         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
11469         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
11470         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
11471         just before including <inttypes.h>, to avoid circular inclusion.
11472
11473 2006-08-28  Jim Meyering  <jim@meyering.net>
11474
11475         * doc/visibility.texi: Actually read and correct the grammar of the
11476         sentence affected by yesterday's change.
11477
11478 2006-08-28  Eric Blake  <ebb9@byu.net>
11479
11480         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
11481         needs wrapper.
11482
11483 2006-08-28  Eric Blake  <ebb9@byu.net>
11484
11485         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
11486
11487 2006-08-28  Eric Blake  <ebb9@byu.net>
11488
11489         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
11490
11491 2006-08-28  Bruno Haible  <bruno@clisp.org>
11492
11493         * modules/c-strstr: New file, from GNU gettext.
11494         * MODULES.html.sh (String handling): Add c-strstr.
11495
11496 2006-08-28  Bruno Haible  <bruno@clisp.org>
11497
11498         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
11499         macros.
11500         Reported by Eric Blake.
11501
11502 2006-08-28  Bruno Haible  <bruno@clisp.org>
11503
11504         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
11505         (VASNPRINTF): Return a string of length > INT_MAX without failing.
11506         * lib/vasprintf.c: Include errno.h, limits.h.
11507         (EOVERFLOW): New fallback definition.
11508         (vasprintf): Test here whether the string length is > INT_MAX.
11509         * lib/vsnprintf.c: Include errno.h, limits.h.
11510         (EOVERFLOW): New fallback definition.
11511         (vsnprintf): Fix bug when generated string was too long for the buffer.
11512         Test here whether the string length is > INT_MAX.
11513
11514 2006-08-28  Bruno Haible  <bruno@clisp.org>
11515
11516         * lib/inttypes_.h (SCNX*): Remove definitions.
11517         Reported by Eric Blake.
11518
11519 2006-08-28  Bruno Haible  <bruno@clisp.org>
11520
11521         * lib/c-strstr.h: New file, from GNU gettext.
11522         * lib/c-strstr.c: New file, from GNU gettext.
11523
11524 2006-08-28  Bruno Haible  <bruno@clisp.org>
11525
11526         * gnulib-tool: Reorder some statements.
11527
11528 2006-08-28  Bruno Haible  <bruno@clisp.org>
11529
11530         * gnulib-tool: New option --makefile-name.
11531         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
11532         $makefile_name.
11533         (func_import): Write $makefile_name to the cache file, and read it from
11534         there unless explicitly specified. Use $makefile_name as file name
11535         instead of Makefile.am. Adjust the recommendations accordingly.
11536
11537 2006-08-28  Bruno Haible  <bruno@clisp.org>
11538
11539         * gnulib-tool (func_verify_module): Check against misapplying patch.
11540
11541 2006-08-28  Bruno Haible  <bruno@clisp.org>
11542
11543         * gnulib-tool (func_relativize, func_relconcat): New functions.
11544         Give an error if --local-dir is given with --update.
11545         Remove trailing slashes from $local_gnulib_dir.
11546         (func_import): Store the relativized $local_gnulib_dir in
11547         gnulib-cache.m4, and read it from there if not specified explicitly.
11548
11549 2006-08-28  Bruno Haible  <bruno@clisp.org>
11550
11551         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
11552         is the current directory. Respect also $local_gnulib_dir.
11553
11554 2006-08-28  Bruno Haible  <bruno@clisp.org>
11555             Simon Josefsson  <jas@extundo.com>
11556
11557         BeOS portability.
11558         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
11559
11560 2006-08-27  Jim Meyering  <jim@meyering.net>
11561
11562         * doc/visibility.texi: Remove duplicate word: "pointer".
11563
11564 2006-08-26  Bruno Haible  <bruno@clisp.org>
11565
11566         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
11567         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
11568         (Makefile.am): Create inttypes.h from inttypes_.h.
11569         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
11570
11571         * modules/imaxabs: New file.
11572
11573         * modules/imaxdiv: New file.
11574
11575 2006-08-26  Bruno Haible  <bruno@clisp.org>
11576
11577         * m4/inttypes.m4: New file.
11578         * m4/_inttypes_h.m4: Remove file.
11579         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
11580         PRI_MACROS_BROKEN.
11581         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
11582
11583         * m4/imaxabs.m4: New file.
11584
11585         * m4/imaxdiv.m4: New file.
11586
11587 2006-08-26  Bruno Haible  <bruno@clisp.org>
11588
11589         * lib/inttypes_.h: New file.
11590         * lib/inttypes.h: Remove file.
11591         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
11592
11593         * lib/imaxabs.c: New file.
11594
11595         * lib/imaxdiv.c: New file.
11596
11597 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11598
11599         New config-h module, so that "make" output needn't be cluttered
11600         by -DHAVE_CONFIG_H.
11601         * MODULES.html.sh (Support for building libraries and executables):
11602         Add config-h.
11603         * modules/config-h: New file.
11604         * gnulib-tool (nl, sed_transform_lib_file): New vars.
11605         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
11606         the config-h module is used.
11607
11608         New configmake module, so that "make" output needn't be cluttered
11609         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
11610         * MODULES.html.sh (Support for building libraries and executables):
11611         Add configmake.
11612         * modules/configmake: New file.
11613
11614 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11615
11616         * m4/config-h.m4: New file.
11617
11618 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11619
11620         * config/srclist.txt: Add elisp-comp.
11621
11622 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11623
11624         * MODULES.html.sh (Support for building libraries and executables):
11625         Add elisp-comp.
11626         * build-aux/elisp-comp: New file.
11627         * modules/elisp-comp: New file.
11628
11629 2006-08-24  Bruno Haible  <bruno@clisp.org>
11630
11631         * gnulib-tool (func_create_testdir): Use non-default values of
11632         sourcebase and m4base.
11633
11634 2006-08-24  Bruno Haible  <bruno@clisp.org>
11635
11636         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
11637         HTML structure.
11638
11639 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
11640
11641         * modules/openat (Depends-on): Add lchown.
11642
11643 2006-08-23  Bruno Haible  <bruno@clisp.org>
11644
11645         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
11646         of gl_LOCK_EARLY instead of gl_LOCK.
11647
11648 2006-08-23  Bruno Haible  <bruno@clisp.org>
11649
11650         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
11651         on OSF/1 to no.
11652         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
11653
11654 2006-08-23  Bruno Haible  <bruno@clisp.org>
11655
11656         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
11657         as unusable.
11658
11659         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
11660         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
11661         (gl_LOCK): New macro.
11662
11663 2006-08-22  Simon Josefsson  <jas@extundo.com>
11664
11665         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
11666         to md5 module.
11667
11668 2006-08-22  Simon Josefsson  <jas@extundo.com>
11669
11670         * MODULES.html.sh: Add "Support for maintaining and release
11671         projects".
11672
11673         * build-aux/gnupload: New file, from coreutils.
11674
11675 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
11676
11677         Avoid the need for AC_LIBSOURCES in m4 macros.
11678         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
11679         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
11680         * modules/check-version (EXTRA_DIST): Add check-version.h.
11681         * modules/crc (EXTRA_DIST): Add crc.h.
11682         * modules/des (EXTRA_DIST): Add des.h.
11683         * modules/gc (EXTRA_DIST): Add gc.h.
11684         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
11685         * modules/getline (EXTRA_DIST): Add getline.h.
11686         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
11687         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
11688         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
11689         * modules/md2 (EXTRA_DIST): Add md2.h.
11690         * modules/md4 (EXTRA_DIST): Add md4.h.
11691         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
11692         * modules/read-file (EXTRA_DIST): Add read-file.h.
11693         * modules/readline (EXTRA_DIST): Add readline.h.
11694         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
11695         rijndael-api-fst.h.
11696
11697 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
11698
11699         * m4/rijndael.m4 (gl_ARCFOUR):
11700         * m4/arctwo.m4 (gl_ARCTWO):
11701         * m4/check-version.m4 (gl_CHECK_VERSION):
11702         * m4/crc.m4 (gl_CRC):
11703         * m4/des.m4 (gl_DES):
11704         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
11705         * m4/gc.m4 (gl_GC):
11706         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
11707         * m4/getline.m4 (gl_FUNC_GETLINE):
11708         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
11709         * m4/hmac-md5.m4 (gl_HMAC_MD5):
11710         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
11711         * m4/md2.m4 (gl_MD2):
11712         * m4/md4.m4 (gl_MD4):
11713         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
11714         * m4/read-file.m4 (gl_FUNC_READ_FILE):
11715         * m4/readline.m4 (gl_FUNC_READLINE):
11716         * m4/rijndael.m4 (gl_RIJNDAEL):
11717         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
11718         to get the necessary .h files and whatnot.
11719
11720 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
11721
11722         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
11723         gnulib rather than the other way around.
11724         * config/srclistvars.sh (COREUTILS): Remove.
11725
11726 2006-08-22  Jim Meyering  <jim@meyering.net>
11727
11728         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
11729
11730         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
11731
11732 2006-08-22  Eric Blake  <ebb9@byu.net>
11733
11734         * modules/regexprops-generic: New file.
11735         * MODULES.html.sh (Support for building documentation): List it.
11736
11737 2006-08-22  Eric Blake  <ebb9@byu.net>
11738
11739         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
11740         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
11741         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
11742         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
11743
11744 2006-08-22  Bruno Haible  <bruno@clisp.org>
11745
11746         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
11747         and lib_LTLIBRARIES like the other lib_* variables.
11748
11749 2006-08-22  Bruno Haible  <bruno@clisp.org>
11750
11751         * build-aux/x-to-1.in: New file, from GNU gettext.
11752
11753 2006-08-22  Bruno Haible  <bruno@clisp.org>
11754
11755         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
11756         <utmpx.h> exists.
11757
11758 2006-08-22  Bruno Haible  <bruno@clisp.org>
11759
11760         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
11761         <utmpx.h> exists.
11762
11763 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
11764
11765         BeOS portability.
11766         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
11767         exist.
11768         Problem reported by Bruno Haible.
11769
11770 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
11771
11772         Avoid the need for AC_LIBSOURCES in m4 macros.
11773         * modules/acl (EXTRA_DIST): Add acl.h.
11774         * modules/argmatch (Files): Add m4/argmatch.m4.
11775         (configure.ac): Add gl_ARGMATCH.
11776         (EXTRA_DIST): Renamed from lib_SOURCES, for
11777         consistency with the other modules.  Remove argmatch.c.
11778         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
11779         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
11780         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
11781         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
11782         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
11783         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
11784         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
11785         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
11786         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
11787         * modules/closeout (EXTRA_DIST): Add closeout.h.
11788         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
11789         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
11790         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
11791         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
11792         dirname.h; remove basename.c and stripslash.c.
11793         * modules/exclude (EXTRA_DIST): Add exclude.h.
11794         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
11795         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
11796         * modules/file-type (EXTRA_DIST): Add file-type.h.
11797         * modules/filemode (EXTRA_DIST): Add filemode.h.
11798         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
11799         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
11800         * modules/fpending (EXTRA_DIST): Add __fpending.h.
11801         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
11802         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
11803         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
11804         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
11805         * modules/getdate (EXTRA_DIST): Add getdate.c.
11806         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
11807         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
11808         * modules/getpass (EXTRA_DIST): Add getpass.h.
11809         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
11810         * modules/group-member (EXTRA_DIST): Add group-member.h.
11811         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
11812         * modules/hash (EXTRA_DIST): Add hash.h.
11813         * modules/human (EXTRA_DIST): Add human.h.
11814         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
11815         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
11816         * modules/lchown (EXTRA_DIST): Add lchown.h.
11817         * modules/long-options (EXTRA_DIST): Add long-options.h.
11818         * modules/lstat (EXTRA_DIST): Add lstat.h.
11819         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
11820         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
11821         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
11822         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
11823         * modules/memxor (EXTRA_DIST): Add memxor.h.
11824         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
11825         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
11826         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
11827         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
11828         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
11829         * modules/physmem (EXTRA_DIST): Add physmem.h.
11830         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
11831         * modules/posixver (EXTRA_DIST): Add posixver.h.
11832         * modules/quote (EXTRA_DIST): Add quote.h.
11833         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
11834         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
11835         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
11836         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
11837         regex_internal.h regexec.c.
11838         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
11839         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
11840         * modules/same (EXTRA_DIST): Add same.h.
11841         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
11842         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
11843         * modules/savedir (EXTRA_DIST): Add savedir.h.
11844         * modules/sha1 (EXTRA_DIST): Add sha1.h.
11845         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
11846         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
11847         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
11848         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
11849         * modules/strdup (EXTRA_DIST): Add strdup.h.
11850         * modules/strftime (EXTRA_DIST): Add strftime.h.
11851         * modules/strndup (EXTRA_DIST): Add strndup.h.
11852         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
11853         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
11854         * modules/time_r (EXTRA_DIST): Add time_r.h.
11855         * modules/timespec (EXTRA_DIST): Add timespec.h.
11856         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
11857         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
11858         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
11859         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
11860         * modules/userspec (EXTRA_DIST): Add userspec.h.
11861         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
11862         * modules/utimens (EXTRA_DIST): Add utimens.h.
11863         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
11864         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
11865         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
11866         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
11867         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
11868         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
11869         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
11870         * modules/yesno (EXTRA_DIST): Add yesno.h.
11871
11872 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
11873
11874         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
11875
11876         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
11877         * m4/dev-ino.m4, same-inode.m4: Remove.
11878
11879         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
11880         * m4/acl.m4 (AC_FUNC_ACL):
11881         * m4/backupfile.m4 (gl_BACKUPFILE):
11882         * m4/c-strtod.m4 (gl_C99_STRTOLD):
11883         * m4/canon-host.m4 (gl_CANON_HOST):
11884         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
11885         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
11886         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
11887         * m4/cloexec.m4 (gl_CLOEXEC):
11888         * m4/close-stream.m4 (gl_CLOSE_STREAM):
11889         * m4/closeout.m4 (gl_CLOSEOUT):
11890         * m4/dirfd.m4 (gl_FUNC_DIRFD):
11891         * m4/dirname.m4 (gl_DIRNAME):
11892         * m4/exclude.m4 (gl_EXCLUDE):
11893         * m4/exitfail.m4 (gl_EXITFAIL):
11894         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
11895         * m4/file-type.m4 (gl_FILE_TYPE):
11896         * m4/filemode.m4 (gl_FILEMODE):
11897         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
11898         * m4/fpending.m4 (gl_FUNC_FPENDING):
11899         * m4/fprintftime.m4 (gl_FPRINTFTIME):
11900         * m4/fts.m4 (gl_FUNC_FTS):
11901         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
11902         * m4/getdate.m4 (gl_GETDATE):
11903         * m4/gethrxtime.m4 (gl_GETHRXTIME):
11904         * m4/getpagesize.m4 (gl_GETPAGESIZE):
11905         * m4/getpass.m4 (gl_FUNC_GETPASS):
11906         * m4/gettime.m4 (gl_GETTIME):
11907         * m4/getugroups.m4 (gl_GETUGROUPS):
11908         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
11909         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
11910         * m4/hard-locale.m4 (gl_HARD_LOCALE):
11911         * m4/hash.m4 (gl_HASH):
11912         * m4/idcache.m4 (gl_IDCACHE):
11913         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
11914         * m4/lchown.m4 (gl_FUNC_LCHOWN):
11915         * m4/long-options.m4 (gl_LONG_OPTIONS):
11916         * m4/lstat.m4 (gl_FUNC_LSTAT):
11917         * m4/md5.m4 (gl_MD5):
11918         * m4/memcasecmp.m4 (gl_MEMCASECMP):
11919         * m4/memcoll.m4 (gl_MEMCOLL):
11920         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
11921         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
11922         * m4/memxor.m4 (gl_MEMXOR):
11923         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
11924         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
11925         * m4/modechange.m4 (gl_MODECHANGE):
11926         * m4/mountlist.m4 (gl_MOUNTLIST):
11927         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
11928         * m4/openat.m4 (gl_FUNC_OPENAT):
11929         * m4/pathmax.m4 (gl_PATHMAX):
11930         * m4/physmem.m4 (gl_PHYSMEM):
11931         * m4/posixtm.m4 (gl_POSIXTM):
11932         * m4/posixver.m4 (gl_POSIXVER):
11933         * m4/quote.m4 (gl_QUOTE):
11934         * m4/quotearg.m4 (gl_QUOTEARG):
11935         * m4/readtokens.m4 (gl_READTOKENS):
11936         * m4/readutmp.m4 (gl_READUTMP):
11937         * m4/regex.m4 (gl_REGEX):
11938         * m4/safe-read.m4 (gl_SAFE_READ):
11939         * m4/safe-write.m4 (gl_SAFE_WRITE):
11940         * m4/same.m4 (gl_SAME):
11941         * m4/save-cwd.m4 (gl_SAVE_CWD):
11942         * m4/savedir.m4 (gl_SAVEDIR):
11943         * m4/settime.m4 (gl_SETTIME):
11944         * m4/sha1.m4 (gl_SHA1):
11945         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
11946         * m4/stat-macros.m4 (gl_STAT_MACROS):
11947         * m4/stat-time.m4 (gl_STAT_TIME):
11948         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
11949         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
11950         * m4/strdup.m4 (gl_FUNC_STRDUP):
11951         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
11952         * m4/strndup.m4 (gl_FUNC_STRNDUP):
11953         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
11954         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
11955         * m4/time_r.m4 (gl_TIME_R):
11956         * m4/timespec.m4 (gl_TIMESPEC):
11957         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
11958         * m4/unlinkdir.m4 (gl_UNLINKDIR):
11959         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
11960         * m4/userspec.m4 (gl_USERSPEC):
11961         * m4/utimecmp.m4 (gl_UTIMECMP):
11962         * m4/utimens.m4 (gl_UTIMENS):
11963         * m4/xalloc.m4 (gl_XALLOC):
11964         * m4/xgetcwd.m4 (gl_XGETCWD):
11965         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
11966         * m4/xreadlink.m4 (gl_XREADLINK):
11967         * m4/xstrtod.m4 (gl_XSTRTOD):
11968         * m4/yesno.m4 (gl_YESNO):
11969         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
11970         to get the necessary .h files and whatnot.
11971
11972 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
11973             Bruno Haible  <bruno@clisp.org>
11974
11975         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
11976         /bin/sh understanding of '!' conditional negation.
11977
11978 2006-08-21  Jim Meyering  <jim@meyering.net>
11979
11980         * modules/openat (Depends-on): Really alphabetize.
11981
11982         * modules/acl (Depends-on): Add error and quote.
11983
11984         * check-module (find_included_lib_files): Add at-func.c to the
11985         ok-to-include-more-than-once white list.
11986
11987         * modules/openat (Depends-on): Add lstat.  Alphabetize.
11988
11989 2006-08-21  Bruno Haible  <bruno@clisp.org>
11990
11991         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11992         Emit a pkgdata_DATA variable only if some snippets add contents to it.
11993         Reported by Martin Lambers <marlam@marlam.de>.
11994
11995 2006-08-21  Bruno Haible  <bruno@clisp.org>
11996
11997         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
11998         specify an installation location, don't emit a noinst_LIBRARIES or
11999         noinst_LTLIBRARIES assignment.
12000
12001 2006-08-21  Bruno Haible  <bruno@clisp.org>
12002
12003         BeOS portability.
12004         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
12005         BeOS has mbrtowc() but no <wctype.h>.
12006
12007 2006-08-21  Bruno Haible  <bruno@clisp.org>
12008
12009         BeOS portability.
12010         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
12011         exist.
12012
12013 2006-08-21  Bruno Haible  <bruno@clisp.org>
12014
12015         BeOS portability.
12016         * lib/mbchar.h: Include <wctype.h> only if it exists.
12017
12018 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12019
12020         Remove files that are no longer needed by their respective modules.
12021         * m4/obstack.m4: Remove.
12022         * m4/strerror_r.m4: Remove.
12023         * m4/uint32_t.m4: Remove.
12024         * m4/uintptr_t.m4: Remove.
12025         * m4/ullong_max.m4: Remove.
12026         * m4/xstrtoimax.m4: Remove.
12027         * m4/xstrtoumax.m4: Remove.
12028
12029         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
12030         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
12031         dependencies now capture this.
12032
12033         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
12034         Do not use AC_LIBSOURCES, since gnulib modules now do this.
12035         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
12036         * m4/human.m4 (gl_HUMAN): Likewise.
12037         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
12038         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
12039
12040         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
12041
12042         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
12043         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
12044         stdint.
12045         * m4/human.m4 (gl_HUMAN): Likewise.
12046         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
12047         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
12048         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
12049         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
12050         * m4/xstrtol (gl_XSTRTOL): Likewise.
12051
12052         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
12053         AC_TYPE_LONG_LONG_INT.
12054         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
12055         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
12056         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
12057         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
12058
12059         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
12060         on stdbool.
12061
12062         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
12063         (gl_PREREQ_XSTRTOUL): Remove.
12064
12065         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
12066
12067         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
12068         mode.
12069
12070 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12071
12072         Add and change modules to make it easier for coreutils to use
12073         gnulib-tool.
12074         * modules/backupfile (Files): Remove m4/d-ino.m4.
12075         (Depends-on): Add d-ino.
12076         * modules/cycle-check (Depends-on): Add stdint.
12077         (lib_SOURCES): Add cycle-check.h.
12078         * modules/d-ino: New module.
12079         * modules/d-type: New module.
12080         * modules/error (Files): Remove m4/strerror_r.m4.
12081         * modules/filemode (Files): Add m4/st_dm_mode.m4.
12082         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
12083         m4/inttypes_h.m4, m4/uintmax_t.m4.
12084         (Depends-on): Add stdint.
12085         (lib_SOURCES): Add fsusage.h.
12086         * modules/getcwd (Files): Remove d-ino.m4.
12087         (Depends-on): Add d-ino.
12088         * modules/getndelim2 (Depends-on): Add stdint.
12089         * modules/glob (Files): Remove m4/d-type.m4.
12090         (Depends-on): Add d-type.
12091         * modules/host-os: New module.
12092         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
12093         m4/inttypes_h.m4, m4/uintmax_t.m4.
12094         * Depends-on: Add stdint.
12095         (lib_SOURCES): Add human.h.
12096         * modules/inttostr (Files): Remove m4/intmax_t.m4,
12097         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
12098         m4/uintmax_t.m4, m4/ulonglong.m4.
12099         (Depends-on): Add stdint.
12100         (EXTRA_DIST): Add inttostr.h.
12101         * modules/lchmod: New module.
12102         * modules/link-follow: New module.
12103         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
12104         (Depends-on): Add lchmod.
12105         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
12106         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
12107         (Depends-on): Add stdint.
12108         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
12109         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
12110         (Depends-on): Add stdint.
12111         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
12112         * modules/perl: New module.
12113         * modules/regex (Depends-on): Add stdint.
12114         * modules/rmdir-errno: New module.
12115         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
12116         m4/intmax_t.m4.
12117         (Depends-on): Add stdint.
12118         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
12119         m4/uintmax_t.m4.
12120         (Depends-on): Add stdint.
12121         * modules/unlink-busy: New module.
12122         * modules/utimecmp (Depends-on): Add stdint.
12123         * modules/uptime: New module.
12124         * modules/winsz-ioctl: New module.
12125         * modules/winsz-termios: New module.
12126         * modules/xnanosleep (Depends-on): Add nanosleep.
12127         * modules/ullong_max: Remove.
12128         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
12129         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
12130         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
12131         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
12132         (Depends-on): Add inttypes.
12133         (lib_SOURCES): Add xstrtol.h.
12134         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
12135         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
12136         * MODULES.html.sh: Move 'assert' into the assert section.
12137         Move 'dummy' into the linking section.
12138         Remove ullong_max.
12139         Add section for compatibility checks for POSIX:2001 functions,
12140         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
12141         winsz-ioctl, and winsz-termios into it.
12142         Add lchmod.
12143         Add top-level Misc section and put host-os, perl, and uptime
12144         into it.
12145
12146 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12147
12148         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
12149         now assume the stdint module.  Do not include inttypes.h.
12150         * lib/fsusage.h: Likewise.
12151         * lib/getndelim2.c: Likewise.
12152         * lib/human.h: Likewise.
12153         * lib/inttostr.h: Likewise.
12154         * lib/obstack.c: Likewise.
12155         * lib/regex_internal.h: Likewise.
12156         * lib/tempname.c: Likewise.
12157         * lib/utimecmp.c: Likewise.
12158         * lib/xstrtol.h: Likewise.
12159
12160         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
12161
12162         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
12163         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
12164         * lib/xtime.h: Likewise.
12165
12166 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12167
12168         * modules/openat (Files): Add lib/fchmodat.c.
12169         Fixes problem reported by Jay Youngman.
12170
12171 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12172
12173         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
12174         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
12175
12176 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
12177             Bruno Haible  <bruno@clisp.org>
12178
12179         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
12180         and is a script that invokes bison. Tighten the code. Add comments.
12181
12182 2006-08-18  Jim Meyering  <jim@meyering.net>
12183
12184         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
12185         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
12186         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
12187         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
12188
12189 2006-08-18  Bruno Haible  <bruno@clisp.org>
12190
12191         * modules/bison-i18n: New file.
12192         * MODULES.html.sh (Internationalization functions): Add it.
12193
12194 2006-08-18  Bruno Haible  <bruno@clisp.org>
12195
12196         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
12197         sys/statvfs.h. When getmntinfo was found, check its declaration and
12198         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
12199
12200 2006-08-18  Bruno Haible  <bruno@clisp.org>
12201
12202         * m4/bison-i18n.m4: New file, from bison.
12203
12204 2006-08-18  Bruno Haible  <bruno@clisp.org>
12205
12206         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
12207         (ME_DUMMY): Treat "kernfs" as a dummy.
12208         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
12209
12210 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
12211
12212         Update from coreutils.
12213
12214         2006-08-15  Jim Meyering  <jim@meyering.net>
12215
12216         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
12217
12218         2006-01-17  Jim Meyering  <jim@meyering.net>
12219
12220         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
12221
12222         2006-01-11  Jim Meyering  <jim@meyering.net>
12223
12224         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
12225         Check for the lchmod function.
12226
12227 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
12228
12229         Update from coreutils.
12230
12231         * lib/__fpending.h: Add copyright notice.
12232         * lib/fprintftime.h: Likewise.
12233         * lib/savedir.c: Use (C) in copyright notice.
12234         * lib/savedir.h: Likewise.
12235
12236         2006-08-15  Jim Meyering  <jim@meyering.net>
12237
12238         * lib/at-func.c: New file, with the logic of all emulated at-functions.
12239         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
12240         in support of the EXPECTED_ERRNO macro.
12241         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
12242         definitions.  Instead, define the appropriate symbols and include
12243         "at-func.c".
12244         * lib/mkdirat.c (mkdirat): Likewise.
12245         * lib/fchmodat.c (fchmodat): Likewise.
12246         (ENOSYS): Remove definition.
12247         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
12248         it.  Don't include "unistd--.h" -- it wasn't ever used.
12249
12250         2006-01-17  Jim Meyering  <jim@meyering.net>
12251
12252         Rewrite fts.c not to change the current working directory,
12253         by using openat, fstatat, fdopendir, etc..
12254
12255         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
12256         (HAVE_OPENAT_SUPPORT): Define.
12257         [_LIBC] (fchdir): Don't undef or define; no longer used.
12258         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
12259         Now, this `function' always succeeds, and consumes its file descriptor
12260         parameter -- so callers must not close such FDs.  Update callers.
12261         (diropen_fd, opendirat, cwd_advance_fd): New functions.
12262         (diropen): Add parameter, SP.  Adjust all callers.
12263         Implement using diropen_fd, rather than open.
12264         (fts_open): Initialize new member, fts_cwd_fd.
12265         Remove fts_rft-setting code.
12266         (fts_close): Close fts_cwd_fd, if necessary.
12267         (__opendir2): Define in terms of opendir or opendirat,
12268         depending on whether the FST_NOCHDIR flag is set.
12269         (fts_build): Since fts_safe_changedir consumes its FD, and since
12270         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
12271         and close the dup'd file descriptor upon failure.
12272         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
12273         (fts_safe_changedir): Tweak semantics to reflect that this function
12274         now calls cwd_advance_fd and hence consumes its FD argument.
12275         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
12276         [struct FTS] (fts_rft): Remove now-unused member.
12277         [struct FTS] (fts_cycle.state): Improve comment.
12278
12279         * lib/openat.c (openat_needs_fchdir): New function.
12280         * lib/openat.h (openat_needs_fchdir): Declare it.
12281
12282 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
12283
12284         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
12285         Problem and fix reported by Pádraig Brady in
12286         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
12287
12288 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12289
12290         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
12291
12292 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12293
12294         * lib/memcoll.c (memcoll): Optimize for the common case where the
12295         arguments are bytewise equal.
12296
12297 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12298
12299         * doc/regexprops-generic.texi: Add a copyright notice.
12300
12301 2006-08-15  Bruno Haible  <bruno@clisp.org>
12302
12303         * modules/tmpdir (License): Change to LGPL.
12304
12305 2006-08-15  Bruno Haible  <bruno@clisp.org>
12306
12307         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
12308         module.
12309
12310 2006-08-14  Simon Josefsson  <jas@extundo.com>
12311
12312         * config/srclist.txt: Add gnupload.
12313
12314 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12315
12316         Change copyright notice from LGPL 2 to GPL 2, since that's the
12317         standard form used in the gnulib repository.
12318         * tests/test-lock.c: Likewise.
12319         * tests/test-stdint.c: Likewise.
12320         * tests/test-tls.c: Likewise.
12321
12322         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
12323         prelude-manager.  User shorter URLs for GNU projects, without '?'.
12324         Add copyright notice.
12325
12326         * check-module: Add copyright notice.  Output a copyright
12327         notice if "--version" is specified.
12328         * modules/COPYING: New file.
12329         * tests/test-getaddrinfo.c: Add copyright notice.
12330         * tests/test-verify.c: Likewise.
12331
12332 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12333
12334         Change copyright notice from LGPL 2 to GPL 2, since that's the
12335         standard form used in the gnulib repository.
12336         * lib/lock.c: LGPL -> GPL.
12337         * lib/lock.h: Likewise.
12338         * lib/strnlen1.c: Likewise.
12339         * lib/strnlen1.h: Likewise.
12340         * lib/tls.c: Likewise.
12341         * lib/tls.h: Likewise.
12342         * lib/tmpdir.c: Likewise.
12343
12344         * lib/TODO: Remove; this belongs only in coreutils.
12345
12346 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12347
12348         Add copyright notices to long-enough files that lack them, since
12349         otherwise the files aren't clearly free.  Use the same notice that
12350         getdate.texi already uses.
12351         * doc/alloca-opt.texi: Add copyright notice.
12352         * doc/alloca.texi: Likewise.
12353         * doc/ctime.texi: Likewise.
12354         * doc/functions.texi: Likewise.
12355         * doc/gcd.texi: Likewise.
12356         * doc/gnulib-tool.texi: Likewise.
12357         * doc/inet_ntoa.texi: Likewise.
12358         * doc/visibility.texi: Likewise.
12359
12360         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
12361         * doc/quote.texi: Add copyright notice.
12362
12363         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
12364         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
12365         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
12366         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
12367         is now obsolete, and give a pointer to the Sun list.
12368         Add copyright notice.
12369
12370 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12371
12372         * config/srclistvars.sh: Add copyright notice.
12373
12374 2006-08-14  Eric Blake  <ebb9@byu.net>
12375
12376         Import the following change from libc:
12377
12378         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
12379
12380         Upstream bug 2997.
12381         * lib/misc/error.c: Add space between program name and message if file
12382         name is missing.
12383
12384 2006-08-12  Karl Berry  <karl@gnu.org>
12385
12386         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
12387         remove, these originate in gnulib now.
12388
12389 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12390
12391         * doc/Makefile (standards.info standards.html standards.dvi):
12392         Also depend on make-stds.texi.
12393
12394 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
12395
12396         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
12397         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
12398
12399         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
12400         in wchar_t.  Problem reported by Eric Blake.
12401
12402         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
12403         LEN is smaller than SIZE.  Suggested by Bruno Haible.
12404         Also, help the compiler to keep LEN in a register.
12405
12406 2006-08-11  Eric Blake  <ebb9@byu.net>
12407
12408         * users.txt: Sort.  Add tar.
12409
12410 2006-08-11  Bruno Haible  <bruno@clisp.org>
12411
12412         * users.txt: New file.
12413
12414 2006-08-11  Bruno Haible  <bruno@clisp.org>
12415
12416         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
12417         before <wchar.h>. Needed for OSF/1 and BSD/OS.
12418
12419 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
12420
12421         * modules/snprintf (Depends-on): Remove minmax.
12422         (Maintainer): Add self and Bruno.
12423
12424 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
12425
12426         * lib/.cppi-disable: Add snprintf.h, socket_.h.
12427         * lib/snprintf.c: Include <errno.h> and <limits.h>.
12428         (EOVERFLOW): Define if the system does not.
12429         Do not include "minmax.h"; it wasn't used.
12430         (snprintf): Don't assume size_t promotes to an unsigned type.
12431         Fix bug when generated string was too long for the buffer: the
12432         buffer's contents are supposed to be the initial prefix of the
12433         output.  Don't assume vasnprintf returns EOVERFLOW if the size
12434         exceeds INT_MAX; do the check ourselves.
12435
12436         Import the following changes from libc:
12437
12438         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
12439
12440         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
12441         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
12442         set wc to the byte which couldn't be converted.
12443         (re_string_reconstruct): Don't clear valid_raw_len before calling
12444         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
12445         tip_context using re_string_context_at.
12446
12447         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
12448
12449         * lib/posix/regex.h: g++ still cannot handled [restrict].
12450
12451         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
12452
12453         * lib/posix/regex.h: Remove special handling for VMS.
12454
12455 2006-08-10  Jim Meyering  <jim@meyering.net>
12456
12457         * modules/same-inode: New module.
12458         * modules/dev-ino: New module.
12459         * modules/cycle-check: Depend on these modules, rather than simply
12460         including their .h files.
12461         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
12462         required via m4/cycle-check.m4.
12463         * modules/same: Depend on new same-inode module, rather than
12464         including same-inode.h.
12465         * modules/chdir-safer: New file.
12466
12467         * modules/chown (Depends-on): Add stat-macros.
12468
12469 2006-08-10  Jim Meyering  <jim@meyering.net>
12470
12471         * m4/cycle-check.m4: New file.
12472         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
12473         * m4/dev-ino.m4, m4/same-inode.m4: New files.
12474
12475 2006-08-10  Eric Blake  <ebb9@byu.net>
12476
12477         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
12478         in from original proposal.
12479
12480 2006-08-10  Eric Blake  <ebb9@byu.net>
12481         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
12482
12483         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
12484         namespace.
12485
12486 2006-08-10  Bruno Haible  <bruno@clisp.org>
12487
12488         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
12489         as well.
12490
12491 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12492
12493         Sync from coreutils.
12494
12495         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
12496
12497         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
12498         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
12499
12500 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12501
12502         * modules/restrict: Remove; no longer needed now that we assume
12503         Autoconf 2.59 or later.
12504         * MODULES.html.sh: Remove 'restrict'.
12505         * modules/argp (Depends-on): Remove 'restrict'.
12506         * modules/base64 (Depends-on): Likewise.
12507         * modules/gc (Depends-on): Likewise.
12508         * modules/getaddrinfo (Depends-on): Likewise.
12509         * modules/glob (Depends-on): Likewise.
12510         * modules/inet_ntop (Depends-on): Likewise.
12511         * modules/inet_pton (Depends-on): Likewise.
12512         * modules/memxor (Depends-on): Likewise.
12513         * modules/regex (Depends-on): Likewise.
12514         * modules/strtok_r (Depends-on): Likewise.
12515         * modules/time_r (Depends-on): Likewise.
12516
12517 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12518
12519         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
12520         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
12521         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
12522         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
12523         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
12524         * m4/memxor.m4 (gl_MEMXOR): Likewise.
12525         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
12526         gl_C_RESTRICT replaced by AC_C_RESTRICT.
12527
12528         Merge from coreutils.
12529         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
12530         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
12531         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
12532         * m4/time_r.m4 (gl_TIME_R): Likewise.
12533
12534 2006-08-09  Karl Berry  <karl@gnu.org>
12535
12536         * config/srclist.txt: no more gettext-tools, per Bruno.
12537
12538 2006-08-08  Eric Blake  <ebb9@byu.net>
12539
12540         * modules/verror: New module.
12541         * MODULES.html.sh: Document it.
12542
12543 2006-08-08  Eric Blake  <ebb9@byu.net>
12544
12545         * lib/verror.h, lib/verror.c: New files.
12546
12547 2006-08-08  Eric Blake  <ebb9@byu.net>
12548
12549         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
12550         verror_at_line output complies with GNU Coding Standards even when
12551         file is NULL.
12552
12553 2006-08-07  Bruno Haible  <bruno@clisp.org>
12554
12555         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
12556         versions of AIX.
12557         Reported by Ralf Wildenhues.
12558
12559 2006-08-07  Bruno Haible  <bruno@clisp.org>
12560
12561         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
12562         in an AC_DEFUN. Needed so that the autoconf snippets can use
12563         AC_REQUIRE.
12564
12565 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12566
12567         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12568         Initialize pkgdata_DATA.
12569         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
12570         overriding it.
12571
12572 2006-08-06  Eric Blake  <ebb9@byu.net>
12573
12574         * lib/error.h: Fold in some upstream changes from glibc.
12575         * lib/error.c: Likewise.
12576
12577 2006-08-04  Bruno Haible  <bruno@clisp.org>
12578
12579         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12580         Make the mostlyclean-local rule depend on mostlyclean-generic.
12581         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
12582
12583 2006-07-31  Bruno Haible  <bruno@clisp.org>
12584
12585         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
12586         <stdlib.h>, <string.h>.
12587
12588 2006-07-30  Bruno Haible  <bruno@clisp.org>
12589
12590         * modules/readlink (License): Change to LGPL.
12591
12592 2006-07-30  Bruno Haible  <bruno@clisp.org>
12593
12594         * modules/javaversion (Makefile.am): Distribute javaversion.java and
12595         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
12596         set PKGDATADIR to point to it.
12597
12598 2006-07-30  Bruno Haible  <bruno@clisp.org>
12599
12600         * modules/csharpexec (configure.ac): Comment out macro invocation.
12601         * modules/javaexec (configure.ac): Likewise.
12602         * modules/javacomp-script (configure.ac): Likewise.
12603
12604         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
12605
12606 2006-07-30  Bruno Haible  <bruno@clisp.org>
12607
12608         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
12609         linked-list.
12610
12611 2006-07-30  Bruno Haible  <bruno@clisp.org>
12612
12613         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
12614
12615 2006-07-30  Bruno Haible  <bruno@clisp.org>
12616
12617         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12618         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
12619         get removed.
12620
12621 2006-07-29  Bruno Haible  <bruno@clisp.org>
12622
12623         Make it possible for gnulib-tool to work with locally modified or
12624         augmented gnulib repositories.
12625         * gnulib-tool (func_usage): Document --local-dir option.
12626         (local_gnulib_dir): New variable.
12627         Handle --local-dir option.
12628         (func_lookup_file): New function.
12629         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
12630         (func_get_description, func_get_filelist, func_get_description,
12631         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
12632         func_get_automake_snippet, func_get_include_directive,
12633         func_get_license, func_get_maintainer): Use func_lookup_file.
12634         (func_import, func_create_testdir): Use func_lookup_file.
12635
12636 2006-07-29  Bruno Haible  <bruno@clisp.org>
12637
12638         * modules/setenv (Depends-on): Add unistd.
12639
12640 2006-07-29  Bruno Haible  <bruno@clisp.org>
12641
12642         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
12643
12644 2006-07-29  Bruno Haible  <bruno@clisp.org>
12645
12646         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
12647
12648 2006-07-29  Bruno Haible  <bruno@clisp.org>
12649
12650         * gnulib-tool (import, update): If there is no Makefile.am, look at
12651         aclocal.m4, instead of bailing out.
12652
12653 2006-07-29  Bruno Haible  <bruno@clisp.org>
12654
12655         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
12656         Categorize the options by when they are useful.
12657
12658 2006-07-29  Bruno Haible  <bruno@clisp.org>
12659
12660         * gnulib-tool (func_usage): Document option --no-libtool.
12661         Handle option --no-libtool.
12662         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
12663         for changed semantics of $libtool variable.
12664         (func_import): Likewise. If libtool is not used, show this through
12665         an option --no-libtool.
12666         (func_create_testdir): Update.
12667
12668 2006-07-29  Bruno Haible  <bruno@clisp.org>
12669
12670         * gnulib-tool (func_import): Extend error message about missing
12671         --doc-base.
12672
12673 2006-07-29  Bruno Haible  <bruno@clisp.org>
12674
12675         * gnulib-tool (func_import): Don't create the $docbase directory if
12676         there is no file to store there.
12677
12678 2006-07-29  Bruno Haible  <bruno@clisp.org>
12679
12680         * gnulib-tool (autoconf_minversion): If a --dir option is given and
12681         relevant, look for configure.ac there, not in the current directory.
12682         Also use a simple search for AC_PREREQ, not "autoconf --trace".
12683
12684 2006-07-29  Bruno Haible  <bruno@clisp.org>
12685
12686         * gnulib-tool (SORT): New variable.
12687         (func_usage): Undocument --assume-autoconf option.
12688         Remove --assume-autoconf option handling.
12689         (autoconf_minversion): Determine from the contents of configure.ac.
12690         (func_import): Remove autoconf_minversion handling.
12691         Suggested by Eric Blake.
12692
12693 2006-07-29  Bruno Haible  <bruno@clisp.org>
12694
12695         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
12696
12697 2006-07-29  Bruno Haible  <bruno@clisp.org>
12698
12699         * config/srclist.txt (*setenv.[ch]): Remove rules.
12700
12701 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12702
12703         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
12704
12705 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12706
12707         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
12708         arpa/inet.h.
12709
12710 2006-07-28  Simon Josefsson  <jas@extundo.com>
12711
12712         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
12713         * modules/inet_pton (Depends-on): Likewise.
12714
12715 2006-07-28  Simon Josefsson  <jas@extundo.com>
12716
12717         * m4/netinet_in_h.m4: New file.
12718
12719 2006-07-28  Simon Josefsson  <jas@extundo.com>
12720
12721         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
12722         #include's.
12723
12724 2006-07-28  Simon Josefsson  <jas@extundo.com>
12725
12726         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
12727         #include's.
12728
12729 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
12730
12731         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
12732         setgid on directories only if they set these bits.
12733         * lib/modechange.h: Remove obsolete comment about masks.
12734
12735 2006-07-28  Eric Blake  <ebb9@byu.net>
12736
12737         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
12738         macro expansion.
12739
12740 2006-07-28  Bruno Haible  <bruno@clisp.org>
12741
12742         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
12743
12744 2006-07-28  Bruno Haible  <bruno@clisp.org>
12745
12746         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
12747
12748 2006-07-28  Bruno Haible  <bruno@clisp.org>
12749
12750         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
12751         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
12752         Define fallbacks.
12753         Avoids link error on FreeBSD 4.x.
12754         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
12755
12756         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
12757         encoding.
12758         * lib/mbswidth.c (iswcntrl): Likewise.
12759
12760 2006-07-27  Bruno Haible  <bruno@clisp.org>
12761
12762         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
12763         test.
12764
12765 2006-07-27  Bruno Haible  <bruno@clisp.org>
12766
12767         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
12768         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
12769         defined.
12770
12771 2006-07-26  Eric Blake  <ebb9@byu.net>
12772
12773         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
12774
12775 2006-07-26  Eric Blake  <ebb9@byu.net>
12776
12777         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
12778         like mingw that lack mkstemp.
12779         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
12780         avoid compilation warning on mingw.
12781
12782 2006-07-26  Bruno Haible  <bruno@clisp.org>
12783
12784         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
12785         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
12786         INT_FAST*_MIN, INTPTR_MIN.
12787
12788 2006-07-25  Bruno Haible  <bruno@clisp.org>
12789
12790         * modules/version-etc (Depends-on): Add stdarg.
12791
12792 2006-07-25  Bruno Haible  <bruno@clisp.org>
12793
12794         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
12795         complex commands.
12796
12797 2006-07-25  Bruno Haible  <bruno@clisp.org>
12798
12799         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
12800         defined in <stdarg.h> or config.h.
12801
12802 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
12803
12804         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
12805         (gl_STDIO_SAFER): Remove.
12806
12807 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
12808
12809         * MODULES.html.sh (File stream based Input/Output):
12810         Add fopen-safer, tmpfile-safer; remove stdio-safer.
12811         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
12812         * modules/fopen-safer, modules/tmpfile-safer: New files.
12813         * modules/stdio-safer: Remove.
12814
12815 2006-07-24  Bruno Haible  <bruno@clisp.org>
12816
12817         * modules/tmpdir: New file.
12818         * MODULES.html.sh (File system functions): Add it.
12819
12820 2006-07-24  Bruno Haible  <bruno@clisp.org>
12821
12822         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
12823         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
12824
12825 2006-07-24  Bruno Haible  <bruno@clisp.org>
12826
12827         * modules/clean-temp: New file.
12828
12829 2006-07-24  Bruno Haible  <bruno@clisp.org>
12830
12831         * m4/tmpdir.m4: New file, from GNU gettext.
12832
12833 2006-07-24  Bruno Haible  <bruno@clisp.org>
12834
12835         * lib/tmpdir.h: New file, from GNU gettext.
12836         * lib/tmpdir.c: New file, from GNU gettext.
12837
12838 2006-07-24  Bruno Haible  <bruno@clisp.org>
12839
12840         * lib/clean-temp.h: New file, from GNU gettext.
12841         * lib/clean-temp.c: New file, from GNU gettext.
12842
12843 2006-07-23  Eric Blake  <ebb9@byu.net>
12844
12845         * modules/stdio-safer (Files): Add tmpfile-safer.c.
12846         (Depends-on): Add binary-io.
12847
12848 2006-07-23  Eric Blake  <ebb9@byu.net>
12849
12850         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
12851
12852 2006-07-23  Eric Blake  <ebb9@byu.net>
12853
12854         * lib/tmpfile-safer.c: New file.
12855         * lib/stdio-safer.h (fopen_safer): Add prototype.
12856         * lib/stdio--.h (tmpfile): Make safer.
12857
12858 2006-07-23  Bruno Haible  <bruno@clisp.org>
12859
12860         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
12861         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
12862         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
12863         gl_linked_remove_at): Use it.
12864
12865 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12866         and Simon Josefsson <jas@extundo.com>
12867
12868         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
12869
12870         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
12871
12872 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12873
12874         * modules/close-stream: New file.
12875         * modules/closeout (Description): Make it clear that it exits
12876         with a diagnostic on error.
12877         (Depends-on): Add close-stream.  Remove fpending, stdbool.
12878         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
12879
12880 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12881
12882         * m4/close-stream.m4: New file.
12883
12884 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12885
12886         * lib/close-stream.c, lib/close-stream.h: New files.
12887
12888 2006-07-22  Bruno Haible  <bruno@clisp.org>
12889
12890         Merge from GNU gettext 0.15.
12891
12892         2006-05-01  Bruno Haible  <bruno@clisp.org>
12893
12894                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
12895
12896         2006-07-22  Bruno Haible  <bruno@clisp.org>
12897
12898                 * modules/javaversion: New file.
12899                 * MODULES.html.sh (Java): Add javaversion.
12900
12901         2006-03-12  Bruno Haible  <bruno@clisp.org>
12902
12903                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
12904
12905         2005-12-04  Bruno Haible  <bruno@clisp.org>
12906
12907                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
12908                 (untested).
12909
12910         2006-06-21  Bruno Haible  <bruno@clisp.org>
12911
12912                 Avoid warnings from recent versions of mcs.
12913                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
12914                 -o, -L, -r any more. Use options documented since mcs-1.0
12915                 instead. Similarly for -g.
12916
12917         2005-12-04  Bruno Haible  <bruno@clisp.org>
12918
12919                 * build-aux/csharpcomp.sh.in: Suffix for resources is
12920                 .resources, not .resource.
12921
12922         2005-07-09  Bruno Haible  <bruno@clisp.org>
12923
12924                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
12925                 add a .dll suffix.
12926                 Reported by Mark Junker <mjscod@gmx.de>.
12927
12928         2006-07-22  Bruno Haible  <bruno@clisp.org>
12929
12930                 * modules/gettext: Upgrade to gettext-0.15.
12931                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
12932                 m4/visibility.m4.
12933                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
12934
12935 2006-07-22  Bruno Haible  <bruno@clisp.org>
12936
12937         Merge from GNU gettext 0.15.
12938
12939         2006-03-25  Bruno Haible  <bruno@clisp.org>
12940
12941                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
12942
12943         2006-07-21  Bruno Haible  <bruno@clisp.org>
12944
12945                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
12946                 "1.1".
12947
12948         2006-05-09  Bruno Haible  <bruno@clisp.org>
12949
12950                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
12951                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
12952                 for the conftestver execution.
12953
12954         2006-05-01  Bruno Haible  <bruno@clisp.org>
12955
12956                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
12957                 optional target-version argument. Verify that the compiler
12958                 groks source of the specified source-version, or add -source
12959                 option as necessary. Verify that the compiler produces
12960                 bytecode in the specified target-version, or add -target and
12961                 -source options as necessary. Make the result of the test
12962                 available as variable CONF_JAVAC. Also log error output in
12963                 config.log.
12964
12965         2006-03-11  Bruno Haible  <bruno@clisp.org>
12966
12967                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
12968
12969         2006-05-09  Bruno Haible  <bruno@clisp.org>
12970
12971                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
12972                 CLASSPATH_SEPARATOR to a semicolon.
12973
12974         2006-03-12  Bruno Haible  <bruno@clisp.org>
12975
12976                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
12977                 available as variable CONF_JAVA, for subsequent autoconf
12978                 tests. Also log error output in config.log.
12979
12980         2006-07-19  Bruno Haible  <bruno@clisp.org>
12981
12982                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
12983                 that getline works on glibc2 systems. Needed to avoid trouble
12984                 in relocatable.c.
12985                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
12986
12987         2005-12-04  Bruno Haible  <bruno@clisp.org>
12988
12989                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
12990                 launcher (untested).
12991
12992         2005-12-04  Bruno Haible  <bruno@clisp.org>
12993
12994                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
12995
12996         2006-07-22  Bruno Haible  <bruno@clisp.org>
12997
12998                 * gettext.m4: Update from GNU gettext-0.15.
12999                 * nls.m4: Likewise.
13000                 * po.m4: Likewise.
13001                 * inttypes-pri.m4: Likewise.
13002                 * inttypes-h.m4: Renamed from inttypes.m4.
13003                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
13004
13005 2006-07-22  Bruno Haible  <bruno@clisp.org>
13006
13007         Merge from GNU gettext 0.15.
13008
13009         2005-07-05  Bruno Haible  <bruno@clisp.org>
13010
13011                 * printf-args.c (printf_fetchargs): Work around broken
13012                 definition of wint_t on mingw.
13013
13014         2005-02-12  Bruno Haible  <bruno@clisp.org>
13015
13016                 * xallocsa.h: Add extern "C" for C++.
13017
13018         2006-05-17  Bruno Haible  <bruno@clisp.org>
13019
13020                 Cygwin portability.
13021                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
13022
13023         2006-04-30  Bruno Haible  <bruno@clisp.org>
13024
13025                 * progreloc.c: Include <mach-o/dyld.h> if available.
13026                 (find_executable): Use _NSGetExecutablePath when possible.
13027
13028         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
13029
13030                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
13031                 function.
13032
13033         2005-12-29  Bruno Haible  <bruno@clisp.org>
13034
13035                 * progreloc.c (set_program_name_and_installdir): Fix
13036                 compilation error.
13037
13038         2005-12-04  Bruno Haible  <bruno@clisp.org>
13039
13040                 Cygwin portability.
13041                 * progreloc.c: Include <windows.h> also on Cygwin.
13042                 (find_executable): Add support for Cygwin.
13043                 (set_program_name_and_installdir): Handle also platforms with
13044                 nonempty EXEEXT.
13045
13046         2006-07-11  Bruno Haible  <bruno@clisp.org>
13047
13048                 * javacomp.c: Fix a comment.
13049                 Reported by Jim Meyering.
13050
13051         2006-04-30  Bruno Haible  <bruno@clisp.org>
13052
13053                 * javacomp.h (compile_java_class): Add source_version,
13054                 target_version arguments.
13055                 * javacomp.c: Rewritten to choose only a compiler that
13056                 respects the specified source_version and target_version.
13057
13058         2006-06-27  Bruno Haible  <bruno@clisp.org>
13059
13060                 Assume correct S_ISDIR macro.
13061                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
13062
13063         2006-07-22  Bruno Haible  <bruno@clisp.org>
13064
13065                 * javaversion.h: New file, from GNU gettext.
13066                 * javaversion.c: New file, from GNU gettext.
13067                 * javaversion.java: New file, from GNU gettext.
13068                 * javaversion.class: New file, from GNU gettext.
13069
13070         2006-05-17  Bruno Haible  <bruno@clisp.org>
13071
13072                 Cygwin portability.
13073                 * javaexec.c (execute_java_class): Test for jview program
13074                 also on Cygwin.
13075
13076         2006-04-09  Bruno Haible  <bruno@clisp.org>
13077
13078                 * fatal-signal.c: Don't include string.h.
13079                 (at_fatal_signal): Use a copying loop instead of memcpy.
13080
13081         2005-12-04  Bruno Haible  <bruno@clisp.org>
13082
13083                 * csharpexec.c: Add support for 'clix' launcher (untested).
13084                 (execute_csharp_using_sscli): New function.
13085                 (execute_csharp_program): Call it.
13086
13087         2006-06-21  Bruno Haible  <bruno@clisp.org>
13088
13089                 Avoid warnings from recent versions of mcs.
13090                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
13091                 -o, -L, -r any more. Use options documented since mcs-1.0
13092                 instead. Similarly for -g.
13093
13094         2005-07-09  Bruno Haible  <bruno@clisp.org>
13095
13096                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
13097                 add a .dll suffix.
13098                 Reported by Mark Junker <mjscod@gmx.de>.
13099
13100         2006-06-17  Bruno Haible  <bruno@clisp.org>
13101
13102                 * config.charset: Update for NetBSD 3.0.
13103
13104         2006-05-17  Bruno Haible  <bruno@clisp.org>
13105
13106                 Cygwin portability.
13107                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
13108
13109         2006-05-16  Bruno Haible  <bruno@clisp.org>
13110
13111                 * localcharset.c [CYGWIN]: Include <windows.h>.
13112                 (get_charset_aliases): For Cygwin, return the same CPxxx
13113                 aliases list as under WIN32.
13114                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
13115                 the environment variables. Fall back to GetACP().
13116
13117         2006-04-05  Bruno Haible  <bruno@clisp.org>
13118
13119                 * config.charset: Update Juan Manuel Guerrero's address.
13120
13121         2005-02-12  Bruno Haible  <bruno@clisp.org>
13122
13123                 * allocsa.h: Add extern "C" for C++.
13124
13125         2005-02-10  Bruno Haible  <bruno@clisp.org>
13126
13127                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
13128                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
13129
13130         2006-07-22  Bruno Haible  <bruno@clisp.org>
13131
13132                 * gettext.h: Update to GNU gettext-0.15.
13133
13134 2006-07-22  Bruno Haible  <bruno@clisp.org>
13135
13136         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
13137         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
13138         lib-prefix.m4, longdouble.m4, ssize_t.m4.
13139
13140 2006-07-21  Eric Blake  <ebb9@byu.net>
13141
13142         * modules/stdlib-safer: New file.
13143         * MODULES.html.sh (File stream based Input/Output): Add
13144         stdlib-safer.
13145
13146 2006-07-21  Eric Blake  <ebb9@byu.net>
13147
13148         * lib/stdlib-safer.h: New file from coreutils, required by
13149         stdlib--.h.
13150
13151 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
13152
13153         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
13154
13155 2006-07-20  Bruno Haible  <bruno@clisp.org>
13156
13157         * gnulib-tool: Recognize new option --assume-autoconf.
13158         (autoconf_minversion): New variable.
13159         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
13160
13161 2006-07-20  Bruno Haible  <bruno@clisp.org>
13162
13163         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
13164
13165 2006-07-19  Derek R. Price  <derek@ximbiot.com>
13166
13167         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
13168         Reindent and repaginate.
13169
13170 2006-07-19  Derek Price  <derek@ximbiot.com>
13171
13172         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
13173         Correct grammar.
13174
13175 2006-07-17  Bruno Haible  <bruno@clisp.org>
13176
13177         * modules/list: New file.
13178         * modules/array-list: New file.
13179         * modules/carray-list, modules/carray-list-tests: New files.
13180         * modules/linked-list, modules/linked-list-tests: New files.
13181         * modules/avltree-list, modules/avltree-list-tests: New files.
13182         * modules/rbtree-list, modules/rbtree-list-tests: New files.
13183         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
13184         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
13185         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
13186         * modules/oset: New file.
13187         * modules/array-oset: New file.
13188         * modules/avltree-oset, modules/avltree-oset-tests: New files.
13189         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
13190         * tests/test-carray_list.c: New file.
13191         * tests/test-linked_list.c: New file.
13192         * tests/test-avltree_list.c: New file.
13193         * tests/test-rbtree_list.c: New file.
13194         * tests/test-linkedhash_list.c: New file.
13195         * tests/test-avltreehash_list.c: New file.
13196         * tests/test-rbtreehash_list.c: New file.
13197         * tests/test-avltree_oset.c: New file.
13198         * tests/test-rbtree_oset.c: New file.
13199         * MODULES.html.sh (Container data structures): New section.
13200
13201 2006-07-17  Bruno Haible  <bruno@clisp.org>
13202
13203         * m4/gl_list.m4: New file.
13204
13205 2006-07-17  Bruno Haible  <bruno@clisp.org>
13206
13207         * lib/gl_list.h: New file.
13208         * lib/gl_list.c: New file.
13209         * lib/gl_array_list.h: New file.
13210         * lib/gl_array_list.c: New file.
13211         * lib/gl_carray_list.h: New file.
13212         * lib/gl_carray_list.c: New file.
13213         * lib/gl_linked_list.h: New file.
13214         * lib/gl_linked_list.c: New file.
13215         * lib/gl_anylinked_list1.h: New file.
13216         * lib/gl_anylinked_list2.h: New file.
13217         * lib/gl_avltree_list.h: New file.
13218         * lib/gl_avltree_list.c: New file.
13219         * lib/gl_anyavltree_list1.h: New file.
13220         * lib/gl_anyavltree_list2.h: New file.
13221         * lib/gl_rbtree_list.h: New file.
13222         * lib/gl_rbtree_list.c: New file.
13223         * lib/gl_anyrbtree_list1.h: New file.
13224         * lib/gl_anyrbtree_list2.h: New file.
13225         * lib/gl_anytree_list1.h: New file.
13226         * lib/gl_anytree_list2.h: New file.
13227         * lib/gl_linkedhash_list.h: New file.
13228         * lib/gl_linkedhash_list.c: New file.
13229         * lib/gl_anyhash_list1.h: New file.
13230         * lib/gl_anyhash_list2.h: New file.
13231         * lib/gl_avltreehash_list.h: New file.
13232         * lib/gl_avltreehash_list.c: New file.
13233         * lib/gl_rbtreehash_list.h: New file.
13234         * lib/gl_rbtreehash_list.c: New file.
13235         * lib/gl_anytreehash_list1.h: New file.
13236         * lib/gl_anytreehash_list2.h: New file.
13237
13238         * lib/gl_oset.h: New file.
13239         * lib/gl_oset.c: New file.
13240         * lib/gl_array_oset.h: New file.
13241         * lib/gl_array_oset.c: New file.
13242         * lib/gl_avltree_oset.h: New file.
13243         * lib/gl_avltree_oset.c: New file.
13244         * lib/gl_rbtree_oset.h: New file.
13245         * lib/gl_rbtree_oset.c: New file.
13246         * lib/gl_anytree_oset.h: New file.
13247
13248 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
13249
13250         * m4/mkancesdirs.m4: New file.
13251         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
13252         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
13253         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
13254         it.
13255
13256 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
13257
13258         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
13259         * lib/mkancesdirs.h: New files.
13260         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
13261         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
13262         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
13263         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
13264         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
13265         callers changed.  Revamp internals significantly, by not
13266         attempting to create directories that are temporarily more
13267         permissive than the final results.  Do not attempt to use
13268         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
13269         This removes some race conditions, fixes some bugs, and simplifies
13270         things.  Use new dirchownmod function to do owner and mode changes.
13271         * lib/mkdir-p.h: Likewise.
13272         * lib/modechange.c (octal_to_mode): New function.
13273         (struct mode_change): New member mentioned.
13274         (make_node_op_equals): New arg mentioned.  All callers changed.
13275         (mode_compile): Keep track of which mode bits the user has explicitly
13276         mentioned.
13277         (mode_adjust): New arg DIR, so that we implement the X op correctly.
13278         New arg PMODE_BITS, to keep track of which mode bits the user
13279         mentioned; it treats S_ISUID and S_ISGID speciall.
13280         All callers changed.
13281         * lib/modechange.h: Likewise.
13282
13283 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
13284
13285         * MODULES.html.sh: Add mkancestors.
13286         * modules/mkancesdirs: New module.
13287         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
13288         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
13289         The chdir-safer and afs files are now orphans; I'll remove them
13290         unless someone speaks up.
13291         Add lib/dirchownmod.c, lib/dirchownmod.h.
13292         (Depends-on): Remove alloca, chown, save-cwd, dirname.
13293         Add lchown, mkancesdirs.
13294         (Maintainer): Add self.
13295
13296 2006-07-15  Karl Berry  <karl@gnu.org>
13297
13298         * gnulib-tool: help message wording/arrangement.
13299
13300 2006-07-14  Simon Josefsson  <jas@extundo.com>
13301
13302         * doc/gnulib.texi (Libtool and Windows): New section.
13303
13304 2006-07-12  Simon Josefsson  <jas@extundo.com>
13305
13306         * modules/gendocs (License): Fix license, approved by Karl.
13307
13308 2006-07-12  Eric Blake  <ebb9@byu.net>
13309
13310         * MODULES.html.sh: Add gendocs.
13311
13312 2006-07-11  Eric Blake  <ebb9@byu.net>
13313
13314         * modules/fdl: New module, to install doc/fdl.texi.
13315         * MODULES.html.sh: Add new section for documentation modules.
13316         * gnulib-tool: Avoid space-tab.
13317         (--doc-base): New option, to manage files from doc.
13318
13319 2006-07-11  Eric Blake  <ebb9@byu.net>
13320
13321         * m4/absolute-header.m4: Fix comments to match recent change.
13322
13323 2006-07-11  Eric Blake  <ebb9@byu.net>
13324
13325         * gnulib-tool: List --doc-base before --tests-base.
13326
13327 2006-07-11  Derek R. Price  <derek@ximbiot.com>
13328
13329         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
13330
13331 2006-07-11  Bruno Haible  <bruno@clisp.org>
13332
13333         * README: Mention where to put documentation.
13334
13335 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13336
13337         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
13338
13339 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
13340
13341         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
13342         to stdint.m4.
13343
13344 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
13345
13346         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
13347         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
13348         "no/such/file/stdint.h" when there is no such file, so that
13349         the resulting C code can be parsed by dodgy compilers.
13350         Problems reported by Bob Proulx.
13351
13352 2006-07-10  Derek R. Price  <derek@ximbiot.com>
13353
13354         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
13355         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
13356         macros into the GNU _D_EXACT_NAMLEN.
13357         * lib/savedir.c:  Likewise.
13358         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
13359
13360 2006-07-10  Derek R. Price  <derek@ximbiot.com>
13361         and Paul Eggert  <eggert@cs.ucla.edu>
13362
13363         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
13364         * m4/savedir.m4:
13365         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
13366         macros into the GNU _D_EXACT_NAMLEN.
13367
13368 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13369
13370         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
13371         around the absolute name, to work around a problem with the HP-UX
13372         11.23 native C compiler, reported by Bob Proulx.
13373
13374 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13375
13376         * doc/maintain.texi, make-stds.texi: Sync from
13377         <http://savannah.gnu.org/projects/gnustandards>.
13378
13379 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13380
13381         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
13382
13383 2006-07-09  Jim Meyering  <jim@meyering.net>
13384
13385         * m4/glob.m4: Remove a doubled word in a comment.
13386
13387 2006-07-09  Jim Meyering  <jim@meyering.net>
13388
13389         * lib/argp-pv.c: Remove a doubled word in a comment.
13390         * lib/check-version.c (check_version): Likewise.
13391         * lib/javacomp.c (compile_java_class): Likewise.
13392
13393 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
13394
13395         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
13396         for the benefit of people using Autoconf 2.60.  If you want to
13397         support older Autoconf versions you can copy m4/onceonly_2_57.m4
13398         (or m4/onceonly.m4, if pre-2.57) manually.
13399
13400 2006-07-08  Jim Meyering  <jim@meyering.net>
13401
13402         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
13403         comment.
13404         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
13405         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
13406         comment.
13407
13408 2006-07-08  Jim Meyering  <jim@meyering.net>
13409
13410         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
13411
13412 2006-07-07  Simon Josefsson  <jas@extundo.com>
13413
13414         * tests/test-crc.c: Change expected crc value, the test vector
13415         were probably computed using the old broken crc.c?
13416
13417 2006-07-06  Simon Josefsson  <jas@extundo.com>
13418
13419         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
13420         now the canonical place for the M4 file).
13421
13422         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
13423         from the sys_socket dependency now.
13424
13425         * modules/inet_pton (Files): Ditto.
13426
13427         * modules/inet_ntop (Files): Ditto.
13428
13429 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
13430
13431         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
13432         not gl_PREREQ_GETUSERSHELL.
13433
13434 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13435
13436         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
13437         with only one argument, for Autoconf 2.60.
13438         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
13439         expand to nothing, so add a shell command to avoid syntax error.
13440         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
13441
13442 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13443
13444         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
13445
13446 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13447
13448         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
13449         no longer needed.  Check for isblank decl.
13450         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
13451         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
13452         of existence.
13453
13454 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13455
13456         * lib/getloadavg.c: Use __VMS, not VMS.
13457         * lib/getopt.c: Likewise.
13458         * lib/getpagesize.h: Likewise.
13459         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
13460         and probably does not work.
13461
13462 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13463
13464         * lib/.cppi-disable: Add wcwidth.
13465         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
13466         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
13467         (ISGRAPH): Remove.  All uses changed to isgraph.
13468         (FOLD) [!defined _LIBC]: Remove special case.
13469         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
13470         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
13471         HAVE_ISBLANK.
13472         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
13473         case.
13474
13475 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
13476
13477         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
13478         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
13479         brackets.  Other minor changes to suppress some compiler
13480         warnings.
13481
13482 2006-07-06  Derek R. Price  <derek@ximbiot.com>
13483         and Paul Eggert  <eggert@cs.ucla.edu>
13484
13485         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
13486         of invoking obsolescent AC_HEADER_DIRENT macro.
13487         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
13488         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
13489         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
13490         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
13491         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
13492         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
13493         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
13494         * m4/readdir.m4: Remove; no longer needed.
13495
13496 2006-07-06  Derek R. Price  <derek@ximbiot.com>
13497         and Paul Eggert  <eggert@cs.ucla.edu>
13498
13499         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
13500         Don't worry about this obsolete case any more.
13501         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
13502         directories.
13503         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
13504         worry about this obsolete case any more.
13505         * lib/fts.c: Likewise.
13506         * lib/getcwd.c: Likewise.
13507         * lib/glob.h: Likewise.
13508         * lib/savedir.c: Likewise.
13509
13510 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
13511
13512         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
13513         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
13514         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
13515         needed.
13516         All uses removed.
13517         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
13518         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
13519         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
13520         needed.
13521         * m4/getdate.m4 (gl_GETDATE): Likewise.
13522         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
13523         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
13524         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
13525         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
13526         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
13527         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
13528         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
13529         needed.
13530
13531 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
13532
13533         * lib/memcasecmp.c: Include <limits.h>.
13534         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
13535         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
13536         Don't assume isdigit succeeds only on '0' through '9'.
13537
13538 2006-07-05  Eric Blake  <ebb9@byu.net>
13539
13540         * modules/getaddrinfo (Depends-on): Add snprintf.
13541
13542 2006-07-05  Eric Blake  <ebb9@byu.net>
13543
13544         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
13545         to avoid 'header present but could not be compiled' on cygwin.
13546
13547 2006-07-05  Eric Blake  <ebb9@byu.net>
13548
13549         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
13550         missing from netdb.h.
13551         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
13552
13553 2006-07-05  Derek R. Price  <derek@ximbiot.com>
13554
13555         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
13556         no longer needed.
13557         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
13558         * m4/getdate.m4 (gl_GETDATE): Likewise.
13559         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
13560         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
13561         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
13562         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
13563         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
13564
13565 2006-07-05  Derek R. Price  <derek@ximbiot.com>
13566
13567         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
13568         All uses of is_space replaced by isspace.
13569         * lib/exit.h: Don't talk about STDC_HEADERS.
13570         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
13571         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
13572         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
13573         replaced by isprint etc.
13574         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
13575         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
13576         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
13577         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
13578         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
13579         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
13580
13581 2006-07-05  Bruno Haible  <bruno@clisp.org>
13582
13583         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
13584         the function exists, before testing against AIX.
13585         Reported by Martin Lambers <marlam@marlam.de>.
13586
13587 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
13588
13589         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
13590         From Mark D. Baushke.
13591
13592 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
13593
13594         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
13595         to the absolute name, not just one, to bypass Sun C 5.8's
13596         "warning: #include of /usr/include/... may be non-portable".
13597
13598 2006-07-04  Eric Blake  <ebb9@byu.net>
13599
13600         * modules/dirname-tests: New test module.
13601         * tests/test-dirname.c: New file, replacing dirname.c
13602         TEST_DIRNAME section that was recently deleted.
13603
13604 2006-07-04  Bruno Haible  <bruno@clisp.org>
13605
13606         Assume ANSI C header files and <ctype.h> functions.
13607         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
13608         (mbsnwidth): Use isprint, iscntrl instead.
13609
13610 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13611
13612         Merge from coreutils.
13613         * MODULES.html.sh: Add xstrtold.
13614         * modules/xstrtold: New file.
13615         * modules/cycle-check (Files): Add lib/same-inode.h.
13616         * modules/dirname (Files): Add m4/double-slash-root.m4.
13617         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
13618         * modules/mkdir-p (Files): Add lib/same-inode.h.
13619         * modules/same (Files): Add lib/same-inode.h.
13620
13621 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13622
13623         * m4/absolute-header.m4: Renamed from full-header-path.m4.
13624         This is to keep the terminology clean; POSIX talks about
13625         "absolute pathnames", not "full pathnames", but the GNU
13626         Coding Standards say to use "path" for something else;
13627         so use "absolute" to keep both sides happy.
13628         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
13629         Set gl_absolute_header, not gl_full_header_path.
13630         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
13631         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
13632         All uses changed.
13633
13634         Merge from coreutils.
13635
13636         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
13637
13638         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
13639         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
13640         want to require the building of c-strtod.o.
13641         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
13642         needs -lm directly.
13643         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
13644
13645         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
13646
13647         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
13648         --as-needed option if available.  Problem reported by Albert Chin in
13649         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
13650         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
13651         cc merely issues a bunch of annoying warnings for --as-needed
13652         (this problem was reported by Bob Proulx).  Also, try linking with
13653         -lm to detect a bug in binutils 2.16 (this problem was reported
13654         by Ralf Wildenhues).
13655
13656         2006-06-18  Jim Meyering  <jim@meyering.net>
13657
13658         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
13659         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
13660         macro.
13661         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
13662         also check for glibc-2.4's abort-inducing bug.
13663
13664         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
13665         Low-probability clean-up should be to use rmdir to get rid of
13666         the just-created directory, not unlink.
13667
13668         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
13669         configure fail, and request a bug report to inform us about it.
13670         Add a comment that, barring reports to the contrary, in 2007 we'll
13671         assume ftruncate is universally available.
13672
13673         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
13674
13675         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
13676
13677         2006-03-12  Jim Meyering  <jim@meyering.net>
13678
13679         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
13680         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
13681         * m4/same.m4 (gl_SAME): Likewise.
13682         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
13683
13684         2006-03-11  Eric Blake  <ebb9@byu.net>
13685
13686         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
13687         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
13688         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
13689         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
13690
13691 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13692
13693         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
13694         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
13695         reported by Mark D. Baushke, one in
13696         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
13697
13698         Merge from coreutils.
13699
13700         * lib/.cppi-disable: Add stdint_.h.
13701         * lib/.cvsignore: Add stdint.h.
13702
13703         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
13704
13705         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
13706         both double and long double versions.
13707         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
13708         * lib/xstrtold.c: New file.
13709         * lib/xstrtod.h (xstrtold): New decl.
13710
13711         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
13712
13713         * lib/filemode.c (setst): Remove.
13714         (strmode): Rewrite to avoid setst.  This makes the code shorter,
13715         (arguably) clearer, and the generated code is a bit smaller on my
13716         Debian GNU/Linux stable x86 host.
13717
13718         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
13719
13720         * lib/filemode.c: Include "filemode.h" first, to test the interface.
13721         Assume that filemode.h includes sys/types.h and sys/stat.h.
13722         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
13723         (ftypelet): Reorder to put common cases first, for efficiency.
13724         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
13725         to do 'M'.
13726         (strmode): Renamed from mode_string, and now stores 12 bytes instead
13727         of 10, for compatibility with FreeBSD.  All callers changed.
13728         (filemodestring): Now stores 12 bytes instead of 10, and sets file
13729         types that can't be deduced solely from st_mode.  First arg is now a
13730         const pointer.
13731         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
13732         (strmode): Renamed from mode_string.
13733         (filemodestring): New decl.
13734         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
13735         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
13736         needed.
13737         (S_ISPORT, S_ISWHT): New macros, if not already defined.
13738
13739         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
13740
13741         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
13742         fsusage.h now does that.  Include fsusage.h first, to test interface.
13743         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
13744         at most one method (the old code could have generated decls that
13745         didn't conform to C89, not that this was ever exercised).
13746         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
13747
13748         2006-03-19  Jim Meyering  <jim@meyering.net>
13749
13750         Work even in a chroot where d_ino values for entries in "/"
13751         don't match the stat.st_ino values for the same names.
13752         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
13753         number, iterate through all entries again, using lstat instead.
13754         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
13755         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
13756
13757         * lib/getcwd.c (__getcwd): Clarify a comment.
13758         Use memcpy in place of a call to strcpy.
13759
13760         2006-03-12  Jim Meyering  <jim@meyering.net>
13761
13762         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
13763         matches that of the current directory (which we're about to chdir ".."
13764         out of), then save the dev-ino of the parent, instead.
13765
13766         * lib/same-inode.h (SAME_INODE): New file/macro.
13767         * lib/chdir-safer.c (SAME_INODE): Remove definition.
13768         Include "same-inode.h", instead.
13769         * lib/same.c: Likewise.
13770         * lib/cycle-check.h: Include "same-inode.h".
13771         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
13772         * lib/cycle-check.c (SAME_INODE): Remove definition.
13773         * lib/root-dev-ino.h: Include "same-inode.h".
13774
13775         2006-03-11  Eric Blake  <ebb9@byu.net>
13776
13777         * lib/same.c (same_name): s/base_name/last_component/
13778         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
13779         * lib/filenamecat.c (file_name_concat): Likewise.
13780
13781         2006-03-11  Eric Blake  <ebb9@byu.net>,
13782                     Paul Eggert  <eggert@cs.ucla.edu>
13783
13784         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
13785         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
13786         drive prefix.
13787         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
13788         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
13789         (last_component): New method.
13790         * lib/dirname.c (dir_len): Determine when drive letters need a
13791         subsequent slash.  Preserve // when it is special.
13792         (dir_name): Don't append dot when drive letter is absolute.
13793         [TEST_DIRNAME]: Move into a full-blown gnulib test.
13794         * lib/basename.c (base_name): New semantics - malloc the result.
13795         Preserve // when it is special.  Preserve relative files that look
13796         like drive letters.
13797         (base_len): Preserve // when it is special.
13798         (last_component): New method, similar to old base_name semantics.
13799         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
13800         base_name.  Strip redundant slashes from ///.
13801
13802 2006-07-03  Jim Meyering  <jim@meyering.net>
13803
13804         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
13805         macro is used before the first cycle_check call.
13806
13807 2006-07-03  Eric Blake  <ebb9@byu.net>
13808
13809         * modules/dirname (Depends-on): Add xstrndup.
13810
13811 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
13812
13813         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
13814         test cases, so that config.log is a bit easier to follow.
13815
13816 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
13817
13818         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
13819         both are 64 bits, since this seems to be the tradition, and this
13820         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
13821         we ever run into a host that prefers long long to long in this
13822         case, we'll need another configure-time test.  Problem reported by
13823         Jim Meyering.
13824
13825 2006-07-02  Eric Blake  <ebb9@byu.net>
13826
13827         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
13828
13829 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13830
13831         * modules/inttypes (Depends-on): No longer depends on stdint.
13832         * modules/stdint (Description): Say more about assumptions.
13833         Say that the fast types might differ.  Say macros are used.
13834         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
13835         (Makefile.am): Revise list of substituted symbols to match
13836         new stdint.m4.
13837         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
13838         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
13839         * tests/test-stdint.c (verify_same_types)
13840         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
13841         the code conforms to C99/C89.
13842         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
13843         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
13844
13845 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13846
13847         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
13848         but fix a bug, by requiring at least 64 bits.
13849         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
13850         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
13851         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
13852         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
13853
13854         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
13855         changes.  Make 2.59 a prerequisite.  Check and substitute for
13856         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
13857         inttypes.h.  Do not use special include files; just use the
13858         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
13859         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
13860         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
13861         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
13862         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
13863         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
13864         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
13865         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
13866         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
13867         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
13868         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
13869         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
13870         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
13871         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
13872         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
13873         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
13874         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
13875         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
13876         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
13877         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
13878         WINT_MAX.  Check for C99 conformance more strictly, by detecting
13879         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
13880         not check for things that C99 does not require, e.g., int8_t.  If
13881         a test isn't needed unless <stdint.h> isn't working, and is
13882         unlikely to be needed for any other reason, then don't do it
13883         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
13884         size_t, since we assume C89 freestanding at least.  Do not check
13885         for sig_atomic_t, wchar_t, or wint_t, since the code now does
13886         the right thing even if the types are not defined.  Instead use:
13887         (gl_STDINT_TYPE_PROPERTIES): New macro.
13888         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
13889         testing whether <sys/types.h> clashes, as Autoconf does this for
13890         us now.  All uses removed.
13891         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
13892         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
13893         (gl_CHECK_TYPE_SAME):
13894         Remove; no longer needed.
13895         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
13896         exists, since we'll return 0 anyway in that case.
13897         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
13898
13899 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13900
13901         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
13902         possible collision with system files.
13903         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
13904         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
13905         WCHAR_MIN and WCHAR_MAX in this case.
13906         (<stddef.h>): Do not include; no longer needed.
13907         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
13908         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
13909         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
13910         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
13911         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
13912         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
13913         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
13914         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
13915         !defined(__c99))]: Include in this case too, since it's harmless
13916         now.
13917         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
13918         dangerous to do so.
13919         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
13920         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
13921         (_STDINT_MIN, _STDINT_MAX): New macros.
13922         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
13923         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
13924         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
13925         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
13926         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
13927         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
13928         macros, not typedefs; this simplifies things quite a bit.
13929         Use long int for all types narrower than int64_t.
13930         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
13931         Define in terms of long long int or int64_t or long int,
13932         not int64_t or int32_t.  This saves some compile-time testing.
13933         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
13934         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
13935         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
13936         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
13937         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
13938         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
13939         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
13940         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
13941         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
13942         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
13943         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
13944         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
13945         undef any previous version and define our own version, for
13946         simplicity and consistency with the new macros for types.
13947         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
13948         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
13949         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
13950         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
13951         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
13952         @WINT_T_SUFFIX@ to keep things simple here.
13953         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
13954         Simplify by assuming typical 8/16/32/64 host, since we're
13955         already doing that elsewhere anyway.
13956         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
13957         and assume long long int is 64 bits if available.  This
13958         speeds up 'configure'.
13959
13960 2006-07-01  Eric Blake  <ebb9@byu.net>
13961
13962         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
13963         Reported by Andreas Buening.
13964
13965 2006-07-01  Eric Blake  <ebb9@byu.net>
13966
13967         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
13968
13969 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
13970
13971         * lib/getaddrinfo.c: fixed typo
13972
13973 2006-06-29  Jim Meyering  <jim@meyering.net>
13974
13975         * modules/strftime (Maintainer): Add my name, since with the
13976         FPRINTFTIME changes strftime.c has forked from glibc.
13977
13978 2006-06-29  Eric Blake  <ebb9@byu.net>
13979
13980         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
13981
13982 2006-06-29  Eric Blake  <ebb9@byu.net>
13983
13984         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
13985
13986 2006-06-29  Eric Blake  <ebb9@byu.net>
13987
13988         * lib/stat_.h: New file.
13989
13990 2006-06-29  Eric Blake  <ebb9@byu.net>
13991
13992         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
13993         unused static function.
13994
13995 2006-06-29  Eric Blake  <ebb9@byu.net>
13996
13997         * doc/functions.texi (Function Portability): Document missing lstat
13998         on mingw.
13999
14000 2006-06-29  Eric Blake  <ebb9@byu.net>
14001
14002         * MODULES.html.sh: Add sys_stat.
14003         * modules/sys_stat: New module.
14004         * modules/mkstemp (Depends-on): Add sys_stat.
14005
14006 2006-06-29  Derek R. Price  <derek@ximbiot.com>
14007
14008         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
14009
14010 2006-06-29  Derek R. Price  <derek@ximbiot.com>
14011
14012         * m4/c-bs-a.m4: Removed.
14013
14014 2006-06-29  Derek R. Price  <derek@ximbiot.com>
14015
14016         * lib/strftime.c: Assume strftime() exists.
14017
14018 2006-06-29  Derek Price  <derek@ximbiot.com>
14019
14020         * modules/c-bs-a: Removed - \a is C89.
14021         * MODULES.html.sh: Remove c-bs-a.
14022
14023 2006-06-29  Bruno Haible  <bruno@clisp.org>
14024
14025         * modules/wcwidth (License): Change to LGPL.
14026
14027 2006-06-28  Simon Josefsson  <jas@extundo.com>
14028
14029         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
14030         on _WIN32.
14031
14032         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
14033         getnameinfo.
14034
14035 2006-06-28  Simon Josefsson  <jas@extundo.com>
14036
14037         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
14038
14039 2006-06-28  Simon Josefsson  <jas@extundo.com>
14040
14041         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
14042         functions there.  It will succeed on Windows XP, but on Windows
14043         2000 and (presumably) earlier, it will fail, and use the internal
14044         re-implementation.
14045         (use_win32_p): New function.
14046         (getaddrinfo): Use strtoul on servname, to support numeric ports.
14047         Support AI_NUMERICSERV to disable getservbyname.
14048         (getnameinfo): New function, only supports
14049         NI_NUMERICHOST|NI_NUMERICSERV for now.
14050
14051         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
14052         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
14053         getnameinfo.
14054
14055 2006-06-28  Eric Blake  <ebb9@byu.net>
14056
14057         * modules/wcwidth: New file.
14058         * modules/mbchar (Depends-on): Add wcwidth.
14059         * modules/mbswidth (Depends-on): Add wcwidth.
14060         * MODULES.html.sh: Add wcwidth.
14061
14062 2006-06-28  Eric Blake  <ebb9@byu.net>
14063
14064         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
14065         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
14066
14067 2006-06-28  Eric Blake  <ebb9@byu.net>
14068
14069         * lib/xvasprintf.h: Fix comments.
14070
14071 2006-06-28  Eric Blake  <ebb9@byu.net>
14072
14073         * lib/mbchar.h (wcwidth): Include wcwidth.h.
14074         * lib/mbswidth.c (wcwidth): Move from here...
14075         * lib/wcwidth.h: ...to this new file.
14076
14077 2006-06-28  Derek R. Price  <derek@ximbiot.com>
14078
14079         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
14080
14081         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
14082         it's obsolete.
14083         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
14084
14085 2006-06-28  Derek R. Price  <derek@ximbiot.com>
14086
14087         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
14088         Autoconf 2.60 says this stuff was obsolete.
14089
14090 2006-06-28  Bruno Haible  <bruno@clisp.org>
14091
14092         * modules/wcwidth (Files): Add m4/wchar_t.m4.
14093
14094 2006-06-28  Bruno Haible  <bruno@clisp.org>
14095
14096         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
14097         gt_TYPE_WCHAR_T.
14098
14099 2006-06-28  Bruno Haible  <bruno@clisp.org>
14100
14101         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
14102         declaration for wcwidth.
14103         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
14104
14105 2006-06-28  Bruno Haible  <bruno@clisp.org>
14106
14107         * lib/mkdtemp.c [MINGW]: Include <io.h>.
14108         (mkdir): Define using _mkdir.
14109
14110 2006-06-28  Bruno Haible  <bruno@clisp.org>
14111
14112         * lib/getaddrinfo.h: Fix POSIX URL.
14113         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
14114         _WIN32.
14115         (use_win32_p): Make static.
14116         (getaddrinfo): Reject service name if it is empty or does not consist
14117         solely of decimal digits, or if its value is > 65535.
14118         (getnameinfo): Remove useless casts.
14119
14120 2006-06-27  Simon Josefsson  <jas@extundo.com>
14121
14122         * modules/sys_select: New file, suggested by Bruno Haible, Paul
14123         Eggert and Martin Lambers.
14124
14125 2006-06-27  Simon Josefsson  <jas@extundo.com>
14126
14127         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
14128         Eggert and Martin Lambers.
14129
14130 2006-06-27  Bruno Haible  <bruno@clisp.org>
14131
14132         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
14133         result to 0, not to empty.
14134         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
14135
14136 2006-06-27  Bruno Haible  <bruno@clisp.org>
14137
14138         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
14139
14140 2006-06-26  Simon Josefsson  <jas@extundo.com>
14141
14142         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
14143         present.
14144
14145 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
14146
14147         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
14148         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
14149         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
14150
14151 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
14152
14153         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
14154
14155 2006-06-26  Bruno Haible  <bruno@clisp.org>
14156
14157         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
14158
14159 2006-06-26  Bruno Haible  <bruno@clisp.org>
14160
14161         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
14162
14163 2006-06-26  Bruno Haible  <bruno@clisp.org>
14164
14165         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
14166         SGI C compiler in pre-C99 mode.
14167         Suggested by Mark D. Baushke and Larry Jones.
14168
14169 2006-06-26  Bruno Haible  <bruno@clisp.org>
14170
14171         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
14172         WCHAR_MAX.
14173         Reported by Mark D. Baushke and Larry Jones.
14174
14175 2006-06-26  Bruno Haible  <bruno@clisp.org>
14176
14177         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
14178         in pre-C99 mode.
14179         Suggested by Mark D. Baushke and Larry Jones.
14180
14181 2006-06-23  Simon Josefsson  <jas@extundo.com>
14182             Bruno Haible  <bruno@clisp.org>
14183
14184         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
14185         Emit mostlyclean-local rule.
14186         (func_emit_tests_Makefile_am): Likewise.
14187         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
14188
14189 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
14190
14191         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
14192
14193 2006-06-23  Bruno Haible  <bruno@clisp.org>
14194
14195         * tests/test-stdint.c: Update to match ISO C 99 Technical
14196         Corrigendum 1.
14197
14198 2006-06-23  Bruno Haible  <bruno@clisp.org>
14199
14200         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
14201
14202 2006-06-23  Bruno Haible  <bruno@clisp.org>
14203
14204         * lib/stdint_.h: Treat IRIX like OpenBSD.
14205
14206 2006-06-23  Bruno Haible  <bruno@clisp.org>
14207
14208         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
14209         ISO C 99 Technical Corrigendum 1.
14210
14211 2006-06-22  Simon Josefsson  <jas@extundo.com>
14212
14213         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
14214         MinGW.
14215
14216 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
14217
14218         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
14219         needed.  Some compiler complained about some of them.  Problem reported
14220         by Larry Jones in
14221         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
14222
14223 2006-06-21  Simon Josefsson  <jas@extundo.com>
14224
14225         * tests/test-getaddrinfo.c: New file.
14226
14227         * modules/getaddrinfo-tests: New file.
14228
14229         * MODULES.html.sh: Add inet_pton.
14230
14231         * modules/inet_pton: New file.
14232
14233 2006-06-21  Simon Josefsson  <jas@extundo.com>
14234
14235         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
14236         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
14237         of using the (limited) gnulib implementation on Windows XP.
14238
14239         * m4/inet_pton.m4: New file.
14240
14241 2006-06-21  Simon Josefsson  <jas@extundo.com>
14242
14243         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
14244         variable.
14245
14246         * lib/socket_.h: Don't define WINVER.
14247
14248         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
14249         slightly modified to work in gnulib.
14250
14251 2006-06-21  Simon Josefsson  <jas@extundo.com>
14252
14253         * doc/gnulib.texi (Windows sockets): Add.
14254
14255 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
14256
14257         * lib/read-file.c (fread_file): Start with buffer allocation of
14258         0 bytes rather than 1 byte; this simplifies the code.
14259         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
14260         code to free buffer and save/restore errno.
14261         (internal_read_file): Remove unused local.
14262
14263 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
14264
14265         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
14266         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
14267         Problem reported by Denis Excoffier in
14268         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
14269
14270 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14271
14272         * modules/sys_socket, modules/socklen: Include sys/types since
14273         FreeBSD 4.x's sys/socket.h needs it.
14274
14275 2006-06-19  Simon Josefsson  <jas@extundo.com>
14276
14277         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
14278
14279 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
14280
14281         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
14282
14283 2006-06-19  Bruno Haible  <bruno@clisp.org>
14284
14285         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
14286         and FULL_PATH_INTTYPES_H in angle brackets.
14287         Reported by Mark D. Baushke <mdb@gnu.org>.
14288
14289 2006-06-17  Eric Blake  <ebb9@byu.net>
14290
14291         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
14292         errno.
14293
14294 2006-06-17  Bruno Haible  <bruno@clisp.org>
14295
14296         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
14297         <sys/inttypes.h>.
14298
14299 2006-06-17  Bruno Haible  <bruno@clisp.org>
14300
14301         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
14302         whether errno is declared. Assume <errno.h> declares errno.
14303
14304 2006-06-17  Bruno Haible  <bruno@clisp.org>
14305
14306         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
14307
14308 2006-06-17  Bruno Haible  <bruno@clisp.org>
14309
14310         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
14311         problem on Solaris 2.5.1.
14312
14313 2006-06-16  Eric Blake  <ebb9@byu.net>
14314
14315         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
14316         * lib/unicodeio.c [!defined errno]: Likewise.
14317         * lib/strtol.c [!defined errno]: Likewise.
14318         * lib/strtod.c [!defined errno]: Likewise.
14319
14320 2006-06-15  Eric Blake  <ebb9@byu.net>
14321
14322         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
14323
14324 2006-06-15  Eric Blake  <ebb9@byu.net>
14325
14326         * config/srclist.txt (ssize_t.m4): Lose sync.
14327
14328 2006-06-15  Bruno Haible  <bruno@clisp.org>
14329
14330         * modules/stdint (Files): Include m4/full-header-path.m4,
14331         m4/size_max.m4, m4/wchar_t.m4.
14332         (Makefile.am): Many more substitutions.
14333         * modules/stdint-tests: New file.
14334         * tests/test-stdint.c: New file.
14335
14336 2006-06-15  Bruno Haible  <bruno@clisp.org>
14337
14338         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
14339         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
14340         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
14341         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
14342         gl_CHECK_TYPE_SAME): New macros.
14343
14344 2006-06-15  Bruno Haible  <bruno@clisp.org>
14345
14346         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
14347
14348 2006-06-15  Bruno Haible  <bruno@clisp.org>
14349
14350         * lib/stdint_.h: Rewritten to be fully auto-configured.
14351         Fixes bug on HP-UX/IA64.
14352
14353 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
14354
14355         * lib/getdate.y (__attribute__): Don't define if already defined.
14356         Problem reported by Larry Jones.
14357         * lib/utimens.c (__attribute__): Likewise.
14358
14359 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
14360
14361         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
14362         reported by Andreas Schwab.
14363
14364 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14365             Bruno Haible  <bruno@clisp.org>
14366
14367         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
14368         check for the declaration of strnlen and a run test that exposes the
14369         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
14370         rpl_strndup.
14371
14372 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14373             Bruno Haible  <bruno@clisp.org>
14374
14375         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
14376
14377 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14378
14379         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
14380         compile test, for Tru64 4.0D.
14381
14382 2006-05-28  Karl Berry  <karl@gnu.org>
14383
14384         * config/srclist.txt (printf-args.c): lose sync.
14385
14386 2006-05-26  Martin Lambers  <marlam@marlam.de>
14387
14388         * lib/getpass.c: Updates the test for the native W32 API, and adds
14389         missing includes, thus fixing compilation warnings.
14390
14391 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
14392
14393         * lib/exclude.c (exclude_fnmatch): New function.
14394         (excluded_file_name): Call exclude_fnmatch.
14395         * lib/exclude.h (excluded_file_name): New prototype
14396
14397 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
14398
14399         * lib/tempname.c (small_open, large_open): New macros.
14400         (__open, __open64) [!_LIBC]: Remove.
14401         (__gen_tempname): Use small_open and large_open instead of __open
14402         and __open64.  This fixes a portability bug on HP-UX 11.11i
14403         reported by Simon Wing-Tang in
14404         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
14405
14406 2006-05-24  Bruno Haible  <bruno@clisp.org>
14407
14408         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
14409         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
14410         Reported by Thorsten Maerz <torte@netztorte.de> via
14411         Aaron Stone <aaron@serendipity.cx>.
14412
14413 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
14414
14415         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
14416         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
14417         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
14418         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
14419         not really conditional on the cache.
14420         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
14421
14422 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
14423
14424         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
14425         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
14426         (my_usleep): Don't mishandle maximum value.
14427
14428 2006-05-19  Jim Meyering  <jim@meyering.net>
14429
14430         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
14431
14432 2006-05-17  Bruno Haible  <bruno@clisp.org>
14433
14434         Cygwin portability.
14435         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
14436
14437 2006-05-17  Bruno Haible  <bruno@clisp.org>
14438
14439         * lib/stdint_.h: Fix recognition of Cygwin.
14440
14441 2006-05-15  Bruno Haible  <bruno@clisp.org>
14442
14443         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
14444         on libtool patch by Ralf Wildenhues.
14445
14446 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14447
14448         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
14449         test for C99 conformance; (bool) 0.5 is an integer constant
14450         expression, but (bool) -0.5 is not.  Problem reported by Fedor
14451         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
14452
14453 2006-05-11  Simon Josefsson  <jas@extundo.com>
14454
14455         * m4/xvasprintf.m4: Fix obvious typo.
14456
14457 2006-05-11  Jim Meyering  <jim@meyering.net>
14458
14459         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
14460         James Lemley.
14461
14462 2006-05-10  Simon Josefsson  <jas@extundo.com>
14463
14464         * lib/md4.c: Typo fix, update copyright years.
14465         (K1, K2): Don't use L because it turn computations into 64-bit on
14466         64-bit platforms.
14467
14468 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
14469
14470         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
14471         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
14472         unwanted sign propagation, e.g., on hosts with 64-bit int.
14473         There still are some problems with reeelly weird theoretical hosts
14474         (e.g., 33-bit int) but it's not worth worrying about now.
14475         * lib/sha1.c (rol): Likewise.
14476         (K1, K2, K3, K4): Remove unnecessary L suffix.
14477
14478 2006-05-10  Bruno Haible  <bruno@clisp.org>
14479
14480         * lib/des.c: Cast to avoid warnings.
14481
14482 2006-05-09  Bruno Haible  <bruno@clisp.org>
14483
14484         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
14485         (Depends-on): Depend also on xsize, stdarg.
14486         (configure.ac): Add gl_XVASPRINTF.
14487
14488 2006-05-09  Bruno Haible  <bruno@clisp.org>
14489
14490         * m4/xvasprintf.m4: New file.
14491
14492 2006-05-09  Bruno Haible  <bruno@clisp.org>
14493
14494         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
14495         (EOVERFLOW): Define fallback value.
14496         (xstrcat): New function.
14497         (xvasprintf): Recognize the special case of a string concatenation.
14498
14499 2006-05-08  Eric Blake  <ebb9@byu.net>
14500
14501         * gnulib-tool (func_version): Base copyright year on CVS date.
14502         (func_emit_copyright_notice): New function.
14503         (func_emit_lib_Makefile_am): Use it.
14504         (func_emit_tests_Makefile_am): Likewise.
14505         (func_import): Likewise.
14506
14507 2006-05-08  Bruno Haible  <bruno@clisp.org>
14508
14509         * modules/stdarg: New file.
14510         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
14511
14512 2006-05-08  Bruno Haible  <bruno@clisp.org>
14513
14514         * m4/stdarg.m4: New file, from GNU gettext.
14515
14516 2006-05-08  Bruno Haible  <bruno@clisp.org>
14517
14518         * config/srclist.txt (build-aux/config.rpath): different from latest
14519         release.
14520
14521 2006-05-08  Bruno Haible  <bruno@clisp.org>
14522
14523         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
14524
14525 2006-05-05  Jim Meyering  <jim@meyering.net>
14526
14527         * m4/warning.m4: New file, derived from bison's file by the same name.
14528
14529 2006-05-03  Bruno Haible  <bruno@clisp.org>
14530
14531         * lib/stdint_.h: Shorter URL.
14532         * lib/inttypes.h: Likewise.
14533
14534 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
14535
14536         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
14537
14538 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
14539
14540         * lib/verify.h: Document the internals better.  Most of this change
14541         was written by Bruno Haible.
14542
14543 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
14544
14545         * doc/verify.texi: New file, partly based on a proposal by
14546         Bruno Haible.
14547
14548 2006-05-02  Bruno Haible  <bruno@clisp.org>
14549
14550         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
14551         test from here...
14552         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
14553
14554 2006-04-29  Bruno Haible  <bruno@clisp.org>
14555
14556         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
14557         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
14558
14559 2006-04-29  Bruno Haible  <bruno@clisp.org>
14560
14561         * gnulib-tool: Make --update option actually work.
14562
14563 2006-04-29  Bruno Haible  <bruno@clisp.org>
14564
14565         * doc/gcd.texi: New file.
14566         * doc/gnulib.texi: Include it.
14567
14568 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
14569
14570         * lib/getdate.y (get_date): When adding relative date, start with the
14571         initial time, not with the result of the first mktime call.
14572
14573 2006-04-25  Bruno Haible  <bruno@clisp.org>
14574
14575         * gnulib-tool (func_import): Output the include directives in three
14576         blocks, sorted separately.
14577         Reported by Ben Pfaff <blp@cs.stanford.edu>.
14578
14579 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
14580
14581         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
14582         to define main with arguments, for C++.  Reported by Eric Blake.
14583         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
14584         Prefer 'int main ()' to 'int main (void)', for C++.
14585         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
14586         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
14587         for 'main', for C99 and C++.
14588
14589 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
14590
14591         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
14592         Don't assume that exit status -1 is valid.
14593         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
14594         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
14595         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
14596         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
14597         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
14598         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
14599         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
14600         functions can be used without declaring them, or that you can
14601         exit with status -1.
14602         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
14603
14604 2006-04-24  Karl Berry  <karl@gnu.org>
14605
14606         * config/srclist.txt (longdouble.m4): sync lost.
14607
14608 2006-04-24  Eric Blake  <ebb9@byu.net>
14609
14610         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
14611
14612 2006-04-24  Bruno Haible  <bruno@clisp.org>
14613
14614         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
14615         poll() implementation in AIX.
14616         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14617
14618 2006-04-24  Bruno Haible  <bruno@clisp.org>
14619
14620         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
14621         assigned exactly once.
14622
14623 2006-04-23  Claudio Fontana  <claudio@gnu.org>
14624             Bruno Haible  <bruno@clisp.org>
14625
14626         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
14627         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
14628         for AM_CPPFLAGS.
14629
14630 2006-04-23  Bruno Haible  <bruno@clisp.org>
14631
14632         * modules/copy-file: Depend on unistd.
14633         * modules/execute: Likewise.
14634         * modules/fatal-signal: Likewise.
14635         * modules/findprog: Likewise.
14636         * modules/mkdtemp : Likewise.
14637         * modules/pipe: Likewise.
14638         * modules/wait-process: Likewise.
14639
14640 2006-04-23  Bruno Haible  <bruno@clisp.org>
14641
14642         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
14643         condition was already detected.
14644         Reported by Ben Pfaff <blp@cs.stanford.edu>.
14645
14646 2006-04-23  Bruno Haible  <bruno@clisp.org>
14647
14648         * lib/copy-file.c: Include <unistd.h> unconditionally.
14649         * lib/execute.c: Likewise.
14650         * lib/fatal-signal.c: Likewise.
14651         * lib/findprog.c: Likewise.
14652         * lib/mkdtemp.c: Likewise.
14653         * lib/pipe.h: Likewise.
14654         * lib/pipe.c: Likewise.
14655         * lib/wait-process.h: Likewise.
14656
14657 2006-04-23  Bruno Haible  <bruno@clisp.org>
14658
14659         * gnulib-tool (func_usage): Fix --import description. Document
14660         --update.
14661         (func_import): Create temporary file in a temporary directory, if
14662         --dry-run is specified. Silence errors from 'grep' when there are no
14663         m4 files in $m4dir.
14664         (func_create_testdir): Silence errors from 'grep' when there are no
14665         m4 files in $m4dir.
14666         Reported by Karl Berry <karl@freefriends.org>.
14667
14668 2006-04-20  Bruno Haible  <bruno@clisp.org>
14669
14670         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
14671         one argument, so that the code will be portable to Autoconf 2.60.
14672         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
14673         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
14674         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
14675
14676 2006-04-19  Derek Price  <derek@ximbiot.com>
14677             Eric Blake  <ebb9@byu.net>
14678
14679         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
14680         rather than "/full/path.h".  Update comment to match.  Shorten &
14681         generalize m4_translit call via AS_TR_CPP.
14682
14683 2006-04-19  Derek Price  <derek@ximbiot.com>
14684             Eric Blake  <ebb9@byu.net>
14685
14686         * lib/inttypes.h: Correct grammar in comment.
14687
14688 2006-04-18  Derek Price  <derek@ximbiot.com>
14689             Paul Eggert  <eggert@cs.ucla.edu>
14690
14691         * modules/inttypes: New file.
14692         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
14693
14694 2006-04-18  Derek Price  <derek@ximbiot.com>
14695             Paul Eggert  <eggert@cs.ucla.edu>
14696
14697         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
14698         New files.
14699
14700 2006-04-18  Derek Price  <derek@ximbiot.com>
14701             Paul Eggert  <eggert@cs.ucla.edu>
14702
14703         * lib/inttypes.h: New file.
14704         * lib/strtoimax.c: Assume <inttypes.h>.
14705
14706 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
14707
14708         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
14709         isn't mounted.  Problem reported by Kir Kolyshkin.
14710
14711 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
14712
14713         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
14714         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
14715         Derek R. Price.
14716         * lib/regex.h (RE_DUP_MAX): Update comment to match current
14717         implementation.
14718
14719 2006-04-12  Eric Blake  <ebb9@byu.net>
14720
14721         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
14722         is now done automatically by the corresponding Autoconf macro.
14723
14724 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
14725
14726         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
14727         time_r.h.
14728
14729 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14730
14731         Merge regex changes from libc, removing some of our
14732         POSIX-conformance changes that were rejected and redoing them in a
14733         less-intrusive way.
14734
14735         * lib/regcomp.c (re_compile_internal, init_dfa):
14736         Length arg is now size_t, not Idx.  All uses changed.
14737         (peek_token): Forward decl now says internal_function.
14738         (__re_error_msgid, __re_error_msgid_idx):
14739         Now static rather than extern with attribute_hidden.
14740         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
14741         For some reason libc prefers K&R style defns for external functions.
14742         (regerror) [!defined _LIBC]: Likewise.
14743         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
14744         (seek_collating_symbol_entry, lookup_collation_sequence_value):
14745         (build_range_exp, build_collating_symbol):
14746         Use K&R-style defn.
14747         (re_compile_fastmap): Use '\0' to memset, not 0.
14748         (utf8_sb_map): Make the calculations more obvious.
14749         (init_dfa, parse_bracket_exp, build_charclass_op):
14750         Call calloc and cast result, as glibc does.
14751         (init_word_char, fetch_token, peek_token, peek_token_bracket):
14752         (build_range_exp, build_collating_symbol):
14753         Now internal functions.
14754
14755         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
14756
14757         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
14758         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
14759         Don't depend on VMS; depend on __VMS instead, for POSIX
14760         namespace cleanness.
14761         (regoff_t): Define to ssize_t, not long int.
14762
14763         Remove the REG_ macros named below.  Instead, make the old names
14764         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
14765         __USE_GNU_REGEX.
14766         (REG_BACKSLASH_ESCAPE_IN_LISTS):
14767         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
14768         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
14769         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
14770         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
14771         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
14772         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
14773         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
14774         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
14775         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
14776         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
14777         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
14778         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
14779         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
14780         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
14781         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
14782         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
14783         (REG_NREGS):
14784         Remove.  All uses replaced by the old RE_* names.
14785         (RE_BACKSLASH_ESCAPE_IN_LISTS):
14786         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
14787         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
14788         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
14789         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
14790         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
14791         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
14792         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
14793         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
14794         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
14795         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
14796         Don't bother having these macros be independent of each others'
14797         values, since they no longer exist in the POSIX name space.
14798
14799         Rename the following member names back to their old names,
14800         unless !__USE_GNU_REGEX.  All uses changed back.
14801         (buffer): Renamed from re_buffer.
14802         (allocated): Renamed from re_allocated.
14803         (used): Renamed from re_used.
14804         (syntax): Renamed from re_syntax.
14805         (fastmap): Renamed from re_fastmap.
14806         (translate): Renamed from re_translate.
14807         (can_be_null): Renamed from re_can_be_null.
14808         (regs_allocated): Renamed from re_regs_allocated.
14809         (fastmap_accurate): Renamed from re_fastmap_accurate.
14810         (no_sub): Renamed from re_no_sub.
14811         (not_bol): Renamed from re_not_bol.
14812         (not_eol): Renamed from re_not_eol.
14813         (newline_anchor): Renamed from re_newline_anchor.
14814         (num_regs): Renamed from rm_num_regs.
14815         (start): Renamed from rm_start.
14816         (end): Renamed from rm_end.
14817
14818         (free_state): Move up a bit.
14819
14820         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
14821         #define to be empty.
14822         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
14823         when that is what is intended.
14824         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
14825         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
14826         (MAX): New macro.
14827         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
14828         All uses changed back to re_malloc, etc.  It's now the caller's
14829         responsibility to check for overflow; all callers changed.
14830         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
14831         (re_x2nrealloc): Remove.
14832         (free_state): Remove decl.
14833
14834         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
14835         (re_set_registers, re_exec):
14836         Use K&R-style defn.
14837
14838         2006-01-31  Roland McGrath  <roland@redhat.com>
14839
14840         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
14841         Reported by Mike Frysinger <vapier@gentoo.org>.
14842
14843         2006-01-15  Andreas Jaeger  <aj@suse.de>
14844
14845         [BZ #1950]
14846         * lib/regex_internal.c (re_string_reconstruct): Adjust for
14847         build_wcs_upper_buffer change.
14848         (build_wcs_upper_buffer): Change return type.
14849
14850         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
14851
14852         * lib/regex_internal.h: Include <stdint.h> if available.
14853
14854         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
14855
14856         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
14857
14858         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
14859
14860         * lib/regcomp.c: Adjust for changed secondary hash function.
14861
14862         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
14863
14864         * lib/regex.h: Pretty printing.
14865         Clean up namespace a bit.
14866
14867         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
14868
14869         * lib/regexec.c (update_cur_sifted_state, check_arrival,
14870         check_arrival_add_next_nodes): Avoid using uninitialized variable.
14871
14872         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14873                     Ulrich Drepper  <drepper@redhat.com>
14874
14875         [BZ #1302]
14876         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
14877         changed.
14878         (bitset_word_t): Renamed from bitset_word.  All uses changed.
14879
14880         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
14881
14882         [BZ #281]
14883         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
14884         * lib/regcomp.c: Remove unnecessary uses of
14885         unsigned RE_TRANSLATE_TYPE.
14886         * lib/regex_internal.h: Likewise.
14887         * lib/regex_internal.c: Likewise.
14888         * lib/regexec.c: Likewise.
14889         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
14890
14891         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
14892
14893         * lib/regexec.c (find_recover_state): Remove unnecessary
14894         initialization.
14895         (transit_state_bkref): Make DFA a const pointer.
14896         (get_subexp): Likewise.
14897         (check_arrival): Likewise.
14898         (update_cur_sifted_state): Likewise.
14899         (re_search_internal): Likewise.
14900         (prune_impossible_nodes): Likewise.
14901         (acquire_init_state_context): Likewise.
14902         (proceed_next_node): Likewise.
14903         (set_regs): Likewise.
14904         (free_fail_stack_return): Likewise.
14905         (check_arrival_expand_ecl): Mark DFA parameter as const.
14906         (check_arrival_expand_ecl_sub): Likewise.
14907         (check_subexp_limits): Likewise.
14908         (sub_epsilon_src_nodes):  Likewise.
14909         (add_epsilon_src_nodes):  Likewise.
14910         (merge_state_array): Likewise.
14911         (update_regs): Likewise.
14912         (build_trtable): Likewise.
14913         (sift_states_backward): Mark MCTX parameter as const.
14914         (build_sifted_states): Likewise.
14915         (update_cur_sifted_state): Likewise.
14916         (sift_states_mkref): Likewise.
14917         (check_arrival_expand_ecl): Mark eclosure as const.
14918         (check_dst_limits_calc_pos_1): Likewise.
14919         * lib/regex_internal.h (re_match_context_t): Make dfa a const
14920         pointer.
14921
14922         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
14923
14924         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
14925         (transit_state_sb): Likewise.
14926         (transit_state_mb): Likewise.
14927         (sift_states_iter_mb): Likewise.
14928         (check_arrival_add_next_nodes): Likewise.
14929         (check_node_accept_bytes): Change first parameter to pointer-to-const.
14930         [_LIBC] (re_search_2_stub): Use mempcpy.
14931
14932         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
14933         mbrtowc for very simple UTF-8 case.
14934
14935         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
14936         a pointer-to-const.
14937         (re_acquire_state_context): Likewise.
14938         * lib/regex_internal.h: Adjust prototypes.
14939
14940         * lib/regex.c: Prevent using C++ compilers.
14941
14942         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
14943         (re_acquire_state_context): Likewise.
14944
14945 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14946
14947         * modules/regex (Depends-on): Add ssize_t.
14948
14949 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14950
14951         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
14952         translation table.
14953
14954 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14955
14956         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
14957
14958 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
14959             Bruno Haible  <bruno@clisp.org>
14960
14961         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
14962         <sys/types.h> and <inttypes.h>.
14963
14964 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14965
14966         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
14967         `__error_t_defined', so argp.h will not typedef the former.
14968
14969 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
14970
14971         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
14972         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
14973         glibc names.  Even if glibc is changed to conform to POSIX, the
14974         traditional names will be available anyway, since regex depends on
14975         the extensions module.  Also, fix a longstanding typo in the
14976         implementation of Spencer ERE test #75 from grep 2.3.  Problems
14977         reported by Emanuele Giaquinta.  Also, change sense of cached
14978         variable, so that the message makes sense.
14979
14980 2006-03-24  Simon Josefsson  <jas@extundo.com>
14981
14982         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
14983         including some doc fixes.
14984         (base64_encode_alloc): Fix +1 bug on allocation failures.
14985
14986 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14987
14988         * lib/base64.c (base64_encode): Do not read past end of array with
14989         unsanitized input on systems with CHAR_BIT > 8.
14990
14991 2006-03-24  Eric Blake  <ebb9@byu.net>
14992
14993         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
14994
14995 2006-03-22  Karl Berry  <karl@gnu.org>
14996
14997         * config/srclist.txt (*setenv.[ch]): get from coreutils.
14998         * config/srclistvars.sh (COREUTILS): new var.
14999
15000 2006-03-17  Jim Meyering  <jim@meyering.net>
15001
15002         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
15003         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
15004
15005 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
15006
15007         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
15008         no longer needs it.  Instead, check that regoff_t is as least
15009         as wide as ptrdiff_t.
15010
15011         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
15012         so that our regex.h stays compatible with the installed regex.
15013         This is helpful for installers who configure --without-included-regex.
15014         Problem reported by Emanuele Giaquinta.
15015
15016 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
15017
15018         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
15019         Typedef to long int, not to off_, as POSIX will likely change
15020         in that direction.
15021
15022 2006-03-15  Eric Blake  <ebb9@byu.net>
15023
15024         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
15025
15026 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
15027
15028         * lib/argp-help.c (validate_uparams): Fix typo
15029         * lib/argp-parse.c (argp_default_options): Consistently begin help
15030         messages with a lowercase letter.
15031
15032 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
15033
15034         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
15035         overrun buffers and shouldn't be used (much as gets shouldn't be
15036         used).
15037         * lib/time_r.c (asctime_r, ctime_r): Likewise.
15038
15039 2006-03-08  Simon Josefsson  <jas@extundo.com>
15040
15041         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
15042         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15043
15044 2006-03-08  Simon Josefsson  <jas@extundo.com>
15045
15046         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
15047         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15048
15049 2006-03-08  Simon Josefsson  <jas@extundo.com>
15050
15051         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
15052         signal that configure disabled the device.
15053
15054 2006-03-08  Simon Josefsson  <jas@extundo.com>
15055
15056         * build-aux/maint.mk: Fix refresh-po, to handle no translated
15057         languages.
15058
15059 2006-03-07  Simon Josefsson  <jas@extundo.com>
15060
15061         * modules/getopt (Depends-on): Add unistd.
15062
15063         * modules/unistd: New file.
15064
15065 2006-03-07  Simon Josefsson  <jas@extundo.com>
15066
15067         * modules/gc-random: New file.
15068
15069 2006-03-07  Simon Josefsson  <jas@extundo.com>
15070
15071         * m4/unistd_h.m4: New file.
15072
15073 2006-03-07  Simon Josefsson  <jas@extundo.com>
15074
15075         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
15076         test to be side-effect free by storing the result in the cache
15077         variable gl_cv_lib_readline, and moving the assignment of
15078         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
15079         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15080
15081 2006-03-07  Simon Josefsson  <jas@extundo.com>
15082
15083         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
15084         error on missing devices (the functions will return an error).
15085
15086         * m4/gc.m4: Move random stuff to gc-random.m4
15087
15088 2006-03-07  Simon Josefsson  <jas@extundo.com>
15089
15090         * lib/unistd_.h: New file.
15091
15092 2006-03-07  Simon Josefsson  <jas@extundo.com>
15093
15094         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
15095
15096 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
15097
15098         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
15099         Problem reported by Juan Manuel Guerrero.
15100
15101 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
15102
15103         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
15104         the unistd module.
15105         * lib/getlogin_r.c: Likewise.
15106         * lib/getlogin_r.h: Likewise.
15107         * lib/glob.c: Likewise.
15108         * lib/pagealign_alloc.c: Likewise.
15109         * lib/unistd_.h: Remove; no longer needed.
15110
15111 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
15112
15113         * MODULES.html.sh (Support for systems lacking POSIX:2001):
15114         Add unistd.
15115         * modules/c-stack (Depends-on): Add unistd.
15116         * modules/getlogin_r: Likewise.
15117         * modules/glob: Likewise.
15118         * modules/pagealign_alloc: Likewise.
15119         * modules/unistd (Files): Remove lib/unistd_.h.
15120         (EXTRA_DIST): Remove.
15121         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
15122         need unistd_.h.
15123         (MOSTLYCLEANFILES): Remove unistd.h-t.
15124
15125 2006-03-03  Simon Josefsson  <jas@extundo.com>
15126
15127         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
15128
15129 2006-03-03  Simon Josefsson  <jas@extundo.com>
15130
15131         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
15132         libidn and bison.
15133
15134 2006-03-03  Simon Josefsson  <jas@extundo.com>
15135
15136         * build-aux/maint.mk: Add indent target.
15137
15138 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
15139
15140         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
15141         our replacement poll.h in any case, to avoid a differing
15142         declaration from a system header.  Seen on AIX.
15143
15144 2006-03-01  Simon Josefsson  <jas@extundo.com>
15145
15146         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
15147         <kasal@ucw.cz>.
15148
15149 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15150
15151         * modules/gettime (Depends-on): Add extensions module.
15152         * modules/nanosleep (Depends-on): Likewise.
15153         * modules/settime (Depends-on): Likewise.
15154
15155 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15156
15157         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
15158         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
15159         pedantically.
15160         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
15161         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
15162
15163         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
15164         not "==".  Reported by Ralf Wildenhues.
15165
15166 2006-03-01  Karl Berry  <karl@gnu.org>
15167
15168         * doc/Copyright/request-*: new files, synced from gnuorg.
15169
15170 2006-03-01  Karl Berry  <karl@gnu.org>
15171
15172         * config/srclist.txt (Copyright/*): new entries.
15173
15174 2006-02-28  Simon Josefsson  <jas@extundo.com>
15175
15176         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
15177
15178 2006-02-27  Simon Josefsson  <jas@extundo.com>
15179
15180         * lib/base64.h: Indent #define's.  From Jim Meyering
15181         <jim@meyering.net>.
15182
15183 2006-02-27  Jim Meyering  <jim@meyering.net>
15184
15185         Revert the change of 2006-02-24, so these files can continue
15186         to be sync'd from gettext.
15187         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
15188         of `config.h'.
15189
15190 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
15191
15192         * modules/intprops: New file.
15193         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
15194         Add intprops.
15195         * modules/getloadavg (Files): Remove lib/intprops.h.
15196         (Depends-on): Add intprops.
15197         * modules/human: Likewise.
15198         * modules/inttostr: Likewise.
15199         * modules/openat: Likewise.
15200         * modules/sig2str: Likewise.
15201         * modules/userspec: Likewise.
15202         * modules/utimecmp: Likewise.
15203         * modules/xnanosleep: Likewise.
15204         * modules/xstrtol: Likewise.
15205
15206 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
15207
15208         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
15209         * modules/lock-tests (TESTS): Use $(EXEEXT).
15210         * modules/tls-tests: Likewise.
15211         * modules/argp-tests: Likewise.
15212         (check_PROGRAMS): New var, replacing...
15213         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
15214
15215 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15216
15217         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
15218         `config.h'.
15219
15220 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
15221
15222         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
15223
15224 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15225
15226         Sync from coreutils.
15227         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
15228         gl_CHDIR_SAFER.
15229
15230 2006-02-22  Jim Meyering  <jim@meyering.net>
15231
15232         Sync from coreutils.
15233         * m4/chdir-safer.m4: New file.
15234
15235 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
15236
15237         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
15238         AT_FDCWD exceeds INT_MAX.
15239         * lib/openat.h (AT_FDCWD): Likewise.
15240
15241 2006-02-17  Eric Blake  <address@hidden>
15242
15243         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
15244
15245 2006-02-16  Simon Josefsson  <jas@extundo.com>
15246
15247         * modules/getaddrinfo (Depends-on): Add sys_socket.
15248
15249 2006-02-15  Simon Josefsson  <jas@extundo.com>
15250
15251         * build-aux/maint.mk: Add dsyntax-check rule.
15252
15253 2006-02-15  Eric Blake  <ebb9@byu.net>
15254
15255         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
15256         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
15257         'present but cannot compile' warnings on cygwin.
15258         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
15259         use ws2tcpip.h if sys/socket.h works.
15260         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
15261         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
15262
15263 2006-02-14  Simon Josefsson  <jas@extundo.com>
15264
15265         * modules/maintainer-makefile (Files): Rename.
15266
15267         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
15268         and (the local) Makefile.cfg to maint-cfg.mk.
15269
15270         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
15271         to the latter.
15272
15273         * modules/maintainer-makefile: New module.
15274
15275         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
15276         severaly stripped to make it possible to build it up from scratch
15277         with reliable tests.
15278
15279         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
15280         fixes to permit overriding the default actions when configure and
15281         makefile are not available.
15282
15283 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
15284
15285         Sync from coreutils.
15286         * modules/lstat (Depends-on): Don't depend on xalloc.
15287         (License): Change from GPL to LGPL, since this is now simply a
15288         replacement for a libc function.
15289
15290 2006-02-14  Jim Meyering  <jim@meyering.net>
15291
15292         Sync from coreutils.
15293
15294         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
15295         failure on deficient systems, and simplify gnulib lgpl dependencies.
15296         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
15297         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
15298
15299         * lib/xalloc-die.c: Remove unused definition of N_.
15300
15301 2006-02-14  Jim Meyering  <jim@meyering.net>
15302
15303         Sync from coreutils.
15304         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
15305         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
15306         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
15307         double-quote uses of that variable, to accommodate the rare case in
15308         which getmntent is available in none of the libraries checked.  This
15309         happens at least on FreeBSD 5.0.
15310
15311 2006-02-13  Simon Josefsson  <jas@extundo.com>
15312
15313         * gnulib-tool (Usage): Fix --import, from
15314         karl@freefriends.org (Karl Berry).
15315
15316 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
15317
15318         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
15319
15320 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
15321
15322         * lib/argp-namefrob.h: Restore changes accidentally lost during the
15323         "autoupdate" on 2005-12-12.
15324
15325 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
15326
15327         * modules/closeout (Depends-on): Remove atexit.
15328
15329 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
15330
15331         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
15332         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
15333
15334 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
15335
15336         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
15337         __EXTENSIONS__ if this causes compilation to fail.  Problem
15338         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
15339         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
15340
15341 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
15342
15343         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
15344         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
15345         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
15346         All uses changed.
15347
15348 2006-01-26  Simon Josefsson  <jas@extundo.com>
15349
15350         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
15351         prototype is visible on mingw32.
15352
15353         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
15354         for mingw32.
15355
15356         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
15357         mingw32).
15358
15359 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
15360
15361         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
15362         attempt to open for write; this always fails, at least on POSIX
15363         hosts.  This reinstates the 2006-01-09 change, which was
15364         inadvertently removed.
15365
15366 2006-01-26  Bruno Haible  <bruno@clisp.org>
15367
15368         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
15369         Reported by Paul Eggert.
15370
15371 2006-01-26  Bruno Haible  <bruno@clisp.org>
15372             Paul Eggert  <eggert@cs.ucla.edu>
15373
15374         * lib/stdbool_.h (_Bool)
15375         [(! (defined __cplusplus || defined __BEOS__)
15376           && !defined __GNUC__
15377           && !(defined __HP_cc || defined __xlc__
15378                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
15379                || defined __sgi))]:
15380         #define to signed char in these cases too; this simplifies
15381         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
15382         etc., separately) and makes it more conservative.
15383
15384 2006-01-25  Simon Josefsson  <jas@extundo.com>
15385
15386         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
15387         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
15388         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
15389
15390 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
15391
15392         * lib/argp-namefrob.h: Bugfix. Remove stray #
15393
15394 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
15395
15396         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
15397         so that we test the test.
15398         Check for yet another HP-UX cc bug involving *bool |= bool.
15399
15400 2006-01-25  Karl Berry  <karl@gnu.org>
15401
15402         * config/srclist.txt (vasnprintf.c): sync lost.
15403
15404 2006-01-25  Jim Meyering  <jim@meyering.net>
15405
15406         Sync from the stable (b5) branch of coreutils:
15407
15408         * lib/fts.c (fts_children): Don't let close() clobber errno from
15409         failed fchdir().
15410
15411         * lib/fts.c (fts_stat): When following a symlink-to-directory,
15412         don't necessarily interpret stat-fails+lstat-succeeds as indicating
15413         a dangling symlink.  That can also happen at least for ELOOP.
15414         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
15415         FYI, this bug predates the inclusion of fts.c in coreutils.
15416
15417         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
15418         in their own block, so pre-c99 compilers don't object.
15419
15420         Avoid the double-free (first in fts_read, second in fts_close) that
15421         would occur when an `active' directory is made inaccessible (e.g.,
15422         via chmod a-x) during a traversal.
15423         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
15424         before returning.  Reproduce this failure by
15425         mkdir -p a/b; cd a; chmod a-x . b
15426         Reported by Stavros Passas.
15427
15428 2006-01-25  Jim Meyering  <jim@meyering.net>
15429
15430         * lib/fileblocks.c: Remove more useless parentheses.
15431         * lib/readutmp.h: Likewise.
15432
15433 2006-01-25  Bruno Haible  <bruno@clisp.org>
15434
15435         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
15436         warnings.
15437         Reported by Paul Eggert.
15438
15439 2006-01-25  Bruno Haible  <bruno@clisp.org>
15440
15441         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
15442         rid of a trap command. For Solaris sh.
15443         Reported by Mark D. Baushke <mdb@gnu.org>.
15444
15445 2006-01-24  Simon Josefsson  <jas@extundo.com>
15446
15447         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
15448         Bruno.
15449
15450 2006-01-24  Karl Berry  <karl@gnu.org>
15451
15452         * config/srclist.txt (argp-namefrob.h): sync lost.
15453
15454 2006-01-24  Jim Meyering  <jim@meyering.net>
15455
15456         * modules/openat (Files): Add lib/intprops.h.
15457         From Mark D. Baushke.
15458
15459 2006-01-24  Jim Meyering  <jim@meyering.net>
15460
15461         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
15462         Reported by Mark D. Baushke.
15463
15464 2006-01-24  Jim Meyering  <jim@meyering.net>
15465
15466         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
15467
15468 2006-01-24  Bruno Haible  <bruno@clisp.org>
15469
15470         * modules/strnlen (Maintainer): Change from glibc to all.
15471
15472 2006-01-24  Bruno Haible  <bruno@clisp.org>
15473
15474         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
15475         Patch by Paul Eggert.
15476
15477 2006-01-24  Bruno Haible  <bruno@clisp.org>
15478
15479         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
15480         already has it.
15481         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
15482         2005-11-26.
15483
15484         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
15485         'signed char' to avoid problems with the built-in _Bool type.
15486         Reported by Paul Eggert on 2005-11-26.
15487
15488 2006-01-24  Bruno Haible  <bruno@clisp.org>
15489
15490         * gnulib-tool (func_import): Avoid constructing complicated sed
15491         expressions inside backquote.
15492         Report and solution by Mark D. Baushke <mdb@gnu.org>.
15493
15494 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
15495
15496         These changes imported from libc.
15497         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
15498         test and two separate function calls.
15499         * lib/strndup.c (__strndup): Add libc_hidden_def.
15500
15501 2006-01-23  Simon Josefsson  <jas@extundo.com>
15502
15503         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
15504         Remove the test_*_SOURCES variable: automake infers it by default.
15505         * modules/tls-tests: Likewise.
15506
15507 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15508
15509         Work around porting bugs reported by Dieter in
15510         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
15511         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
15512         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
15513         Include "getopt.h" first, to check interface.
15514         (getenv): Declare only if defined HAVE_DECL_GETENV &&
15515         !HAVE_DECL_GETENV.
15516         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
15517         (__strndup): Revert to K&R-style function dfns, the glibc style.
15518         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
15519         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
15520         Include strnlen.h first, to get prototype properly.
15521         (strnlen): Renamed from __strnlen.
15522         Remove weak alias.
15523
15524 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15525
15526         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
15527
15528 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15529
15530         * config/srclist.txt: Adjust to reflect glibc reorganization.
15531         This affects only comments.
15532
15533 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
15534
15535          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
15536          Reported by Bruce Korb <bkorb@gnu.org>.
15537
15538 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
15539
15540         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
15541         to pacify gcc -Wswitch-default.
15542
15543 2006-01-22  Bruno Haible  <bruno@clisp.org>
15544
15545         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
15546         temporary buffer for sprintf, take into account the precision also
15547         for 'd', 'i', 'u', 'o', 'x', 'X'.
15548
15549 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
15550
15551         * modules/argp-tests: New module
15552         * tests/test-argp.c: New file
15553         * tests/test-argp-2.sh: New file
15554
15555 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
15556
15557         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
15558         (__argp_base_name): Removed
15559         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
15560         typo.
15561         (__argp_base_name): Provide macro definition or extern declaration
15562         depending on the configuration
15563
15564 2006-01-20  Simon Josefsson  <jas@extundo.com>
15565
15566         * modules/inet_ntop (Depends-on): Depend on sys_socket.
15567
15568 2006-01-20  Simon Josefsson  <jas@extundo.com>
15569
15570         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
15571
15572 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15573
15574         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
15575         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
15576         Suggested by Bruno Haible.
15577
15578 2006-01-20  Karl Berry  <karl@gnu.org>
15579
15580         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
15581         until changes propagate, I guess.
15582
15583 2006-01-19  Simon Josefsson  <jas@extundo.com>
15584
15585         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
15586
15587 2006-01-19  Simon Josefsson  <jas@extundo.com>
15588
15589         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
15590
15591 2006-01-19  Simon Josefsson  <jas@extundo.com>
15592
15593         * gnulib-tool: Set check_PROGRAMS.
15594
15595         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
15596         modules/des-tests, modules/gc-arcfour-tests,
15597         modules/gc-arctwo-tests, modules/gc-des-tests,
15598         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
15599         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
15600         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
15601         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
15602         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
15603         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
15604         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
15605         test_*_SOURCES.
15606
15607 2006-01-18  Simon Josefsson  <jas@extundo.com>
15608
15609         * modules/socklen (Depends-on): Depend on sys_socket.
15610
15611 2006-01-18  Simon Josefsson  <jas@extundo.com>
15612
15613         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
15614         modules/des-tests, modules/gc-arcfour-tests,
15615         modules/gc-arctwo-tests, modules/gc-des-tests,
15616         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
15617         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
15618         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
15619         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
15620         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
15621         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
15622         $(EXEEXT) to automake TESTS variable, for mingw32.
15623
15624 2006-01-17  Simon Josefsson  <jas@extundo.com>
15625
15626         * modules/socklen (Include): Need sys/socket.h.
15627
15628 2006-01-17  Bruno Haible  <bruno@clisp.org>
15629
15630         * modules/ssize_t (Include): Add <sys/types.h>.
15631
15632 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
15633
15634         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
15635         it's not portable and it doesn't work with cross-compiles.
15636         Problem reported by Bruno Haible.  Fix missing-$ typo in
15637         'test "gl_cv_ignore_unused_libraries" ...' that prevented
15638         -zignore from being used with Sun's C compiler.
15639
15640 2006-01-12  Simon Josefsson  <jas@extundo.com>
15641
15642         * lib/base64.c: Fix warning, reported by Bruno Haible
15643         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
15644
15645 2006-01-12  Bruno Haible  <bruno@clisp.org>
15646
15647         * modules/ldd: New file.
15648         * build-aux/ldd.sh.in: New file.
15649         * MODULES.html.sh (Support for building libraries and executables): Add
15650         ldd.
15651
15652 2006-01-12  Bruno Haible  <bruno@clisp.org>
15653
15654         * m4/ldd.m4: New file.
15655
15656 2006-01-12  Bruno Haible  <bruno@clisp.org>
15657
15658         * gnulib-tool (func_import, func_create_testdir): Don't go into an
15659         endless loop while replacing $auxdir with build-aux.
15660
15661 2006-01-11  Simon Josefsson  <jas@extundo.com>
15662
15663         * lib/stdint_.h (SIZE_MAX): Add missing (.
15664
15665 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
15666
15667         Sync from coreutils.
15668         * lib/md5.c: Fix commentary typos.
15669         (alignof, UNALIGNED_P): No need for a GCC-specific version.
15670         * lib/md5.h (__attribute__): Remove; unused.
15671         * lib/sha1.c: Fix commentary to match md5 better.
15672         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
15673         so that we don't need to worry about alignment.  All uses changed.
15674         This merges the 2005-10-28 md5 change into sha1.
15675
15676 2006-01-11  Jim Meyering  <jim@meyering.net>
15677
15678         Sync from coreutils.
15679         * lib/md5.c (OP): Fix spacing.
15680
15681 2006-01-11  Bruno Haible  <bruno@clisp.org>
15682
15683         Ensure automatic ordering between gl_LOCK and gl_ARGP.
15684         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
15685         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
15686
15687 2006-01-11  Bruno Haible  <bruno@clisp.org>
15688
15689         Ensure automatic ordering between gl_LOCK and gl_ARGP.
15690         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
15691         the "early" section as well.
15692
15693 2006-01-11  Bruno Haible  <bruno@clisp.org>
15694
15695         Avoid "ar: no archive members specified" error on MacOS X.
15696         * gnulib-tool (func_modules_add_dummy): New function.
15697         (func_import, func_create_testdir): Invoke it.
15698
15699 2006-01-11  Bruno Haible  <bruno@clisp.org>
15700
15701         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
15702         with $auxdir in AC_CONFIG_FILES statements.
15703
15704 2006-01-11  Bruno Haible  <bruno@clisp.org>
15705
15706         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
15707         Initialize also noinst_HEADERS to empty.
15708
15709 2006-01-11  Bruno Haible  <bruno@clisp.org>
15710
15711         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
15712         variables.
15713         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
15714         autoreconf.
15715
15716 2006-01-11  Bruno Haible  <bruno@clisp.org>
15717
15718         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
15719         overridable by the user.
15720         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15721
15722 2006-01-10  Simon Josefsson  <jas@extundo.com>
15723
15724         * modules/sys_socket: New file.
15725
15726 2006-01-10  Simon Josefsson  <jas@extundo.com>
15727
15728         * m4/sys_socket_h.m4: New file.
15729
15730 2006-01-10  Simon Josefsson  <jas@extundo.com>
15731
15732         * lib/socket_.h: New file.
15733
15734 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15735
15736         * modules/readutmp (Maintainer): Add myself.
15737
15738 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15739
15740         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
15741         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
15742         People who are still concerned with buggy memcmp implementations
15743         can invoke gl_FUNC_MEMCMP themselves.
15744
15745 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15746
15747         * lib/regex_internal.h (BITSET_WORD_BITS):
15748         Work around a bug in 64-bit PGC (before version 6.1-2), where the
15749         preprocessor mishandles large unsigned values as if they were signed.
15750         Problem reported by Claudio Fontana in
15751         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
15752
15753 2006-01-10  Jim Meyering  <jim@meyering.net>
15754
15755         Avoid the double-free (first in fts_read, second in fts_close) that
15756         would occur when an `active' directory is made inaccessible (e.g.,
15757         via chmod a-x) during a traversal.
15758         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
15759         before returning.  Reproduce this failure by
15760         mkdir -p a/b; cd a; chmod a-x . b
15761         Reported by Stavros Passas.
15762
15763         Sync from coreutils.
15764         * lib/sha1.c: Tweak grammar in a comment.
15765
15766 2006-01-10  Jim Meyering  <jim@meyering.net>
15767
15768         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
15769         Patch by Joerg Sonnenberger.
15770
15771 2006-01-10  Bruno Haible  <bruno@clisp.org>
15772
15773         * modules/readutmp: Depend on module free.
15774         * modules/strtok_r: Depend on module restrict.
15775
15776 2006-01-10  Bruno Haible  <bruno@clisp.org>
15777
15778         * modules/gettext (configure.ac): Add an invocation of
15779         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
15780
15781 2006-01-10  Bruno Haible  <bruno@clisp.org>
15782
15783         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
15784         Reported by Werner Lemberg <wl@gnu.org>.
15785
15786 2006-01-10  Bruno Haible  <bruno@clisp.org>
15787
15788         * lib/localcharset.c: Update from GNU gettext.
15789
15790 2006-01-10  Bruno Haible  <bruno@clisp.org>
15791
15792         * lib/argp.h (__const): Remove macro. Use const instead.
15793         * lib/argp-fmtstream.h (__const): Likewise.
15794         * lib/glob_.h (__const): Remove macro.
15795         * lib/glob-libc.h: Use const instead of __const.
15796
15797 2006-01-10  Bruno Haible  <bruno@clisp.org>
15798
15799         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
15800         variable.
15801         Needed to avoid an automake error regarding the 'gettext' module.
15802
15803 2006-01-09  Simon Josefsson  <jas@extundo.com>
15804
15805         * modules/inet_ntop (Depends-on): Add restrict.
15806
15807 2006-01-09  Simon Josefsson  <jas@extundo.com>
15808
15809         * modules/gc-rijndael-tests (License): Put under LGPL.
15810
15811         * modules/gc-des-tests (License): Likewise.
15812
15813         * modules/gc-arcfour-tests (License): Likewise.
15814
15815         * modules/gc-arctwo-tests (License): Likewise.
15816
15817         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
15818
15819         * modules/gc-hmac-sha1-tests (Files): Likewise.
15820
15821         * modules/gc-hmac-md5-tests (License): Likewise.
15822
15823         * modules/gc-sha1-tests (License): Likewise.
15824
15825         * modules/gc-md5-tests (License): Likewise.
15826
15827         * modules/gc-md4-tests (License): Likewise.
15828
15829         * modules/gc-md2-tests (License): Likewise.
15830
15831         * modules/gc-tests (License): Likewise.
15832
15833         * modules/des-tests (License): Likewise.
15834
15835         * modules/md4-tests (License): Likewise.
15836
15837         * modules/md2-tests (License): Likewise.
15838
15839 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15840
15841         Sync from coreutils:
15842
15843         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
15844         * modules/lib-ignore: New file.
15845         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
15846         chdir-safer.m4, lchmod.m4.
15847         * modules/openat: Add mkdirat.c, openat-priv.h.
15848
15849 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15850
15851         Sync from coreutils.
15852         * m4/lib-ignore.m4: New file.
15853         * m4/lchmod.m4: New file.
15854
15855 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15856
15857         Sync from coreutils.
15858         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
15859         for write access: POSIX says that must fail.
15860         * lib/fts.c (diropen): Likewise.
15861         * lib/save-cwd.c (save_cwd): Likewise.
15862         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
15863         well, for minor improvements on hosts that lack O_DIRECTORY.
15864         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
15865         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
15866         Fall back on chown if open failed with EACCES.
15867
15868         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
15869         Report an error at compile-time if only a 1-second nominal clock
15870         resolution is found.
15871
15872         * lib/lchmod.h: New file.
15873         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
15874         (make_dir_parents): Use lchown rather than chown, and
15875         lchmod rather than chmod.
15876
15877         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
15878         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
15879         "proc" reported by n0dalus.
15880
15881         * lib/mountlist.c: Include <limits.h>.
15882         (dev_from_mount_options)
15883         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
15884         New function.  It no longer assumes "dev=" has the System V meaning
15885         on Linux (since it doesn't).  It also parses "dev=" more carefully.
15886         (read_file_system_list)
15887         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
15888         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
15889         dev= in that case.
15890
15891         * lib/posixtm.h (PDS_PRE_2000): New macro.
15892         * lib/posixtm.c (year): Arg is now syntax_bits rather than
15893         allow_century.  All usages changed.  Reject dates outside the range
15894         1969-1999 if PDS_PRE_2000 is used.
15895
15896 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15897
15898         Sync from coreutils.
15899         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
15900         (Time of day items): Mention the possibility of leap seconds.
15901         Problem reported by Dr. David Alan Gilbert.
15902
15903 2006-01-09  Jim Meyering  <jim@meyering.net>
15904
15905         Sync from coreutils.
15906
15907         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
15908
15909         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
15910
15911         * lib/modechange.c (mode_compile): Reject an invalid mode string
15912         that starts with an octal digit.  From Andreas Gruenbacher.
15913
15914         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
15915         and dup to open_safer and dup_safer, respectively.
15916         (openat_permissive): Fix typo in comment.
15917
15918         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
15919         "gettext.h"; either no longer needed or are guaranteed by openat.h.
15920         (_): Remove; no longer needed.
15921         (openat): Renamed from rpl_openat; no need for rpl_openat
15922         since openat.h renames openat for us.
15923         Replace most of the body with a call to openat_permissive,
15924         to avoid duplicate code.
15925         Port to (probably hypothetical) environments were mode_t is
15926         wider than int.
15927         (openat_permissive): Require mode arg, so that we can check
15928         types better.  Put it just after flags.  Change cwd failure
15929         indicator from pointer-to-bool to pointer-to-errno-value.
15930         All callers changed.
15931         Invoke openat_save_fail and/or openat_restore_fail if
15932         cwd_errno is null, so that openat can call us.
15933         (openat_permissive, fdopendir, fstatat, unlinkat):
15934         Simplify errno handling to avoid some duplicate code,
15935         as it's OK to set errno on success.
15936         * lib/openat.h: Revamp code so that function macros depend on
15937         __OPENAT_PREFIX only, not also on AT_FDCWD.
15938         (openat_ro): Remove.  Caller changed to use openat_permissive.
15939         (openat_permissive): Now a macro, if not a function.
15940         (openat_restore_fail, openat_save_fail): Now always functions,
15941         since mkdirat needs them even if __OPENAT_PREFIX is defined.
15942
15943         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
15944         and openat.c.
15945         * lib/mkdirat.c: Include openat-priv.h.
15946         Remove definitions of macros defined therein.
15947         * lib/openat.c: Likewise.
15948
15949         * lib/mkdirat.c (mkdirat): New file and function.
15950         * lib/openat.h (mkdirat): Declare.
15951
15952         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
15953
15954         * lib/openat.h (openat_permissive): Declare.
15955         (openat_ro): Define.
15956
15957         * lib/openat.c (EXPECTED_ERRNO): New macro.
15958         (openat_permissive): New function -- used in remove.c rewrite.
15959         (all functions): Set errno just before returning, only if there
15960         was an actual failure.
15961         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
15962
15963         Emulate openat-family functions using Linux's procfs, if possible.
15964         Idea and some code based on Ulrich Drepper's glibc changes.
15965
15966         * lib/openat.c: (BUILD_PROC_NAME): New macro.
15967         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
15968         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
15969         before falling back on save_cwd and restore_cwd.
15970         (fdopendir, fstatat, unlinkat): Likewise.
15971
15972         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
15973         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
15974
15975         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
15976         as second argument to va_arg.  Otherwise, some versions of gcc
15977         warn that `if this code is reached, the program will abort'.
15978
15979 2006-01-09  Jim Meyering  <jim@meyering.net>
15980
15981         Sync from coreutils.
15982         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
15983         Require openat-priv.h.
15984
15985 2006-01-09  Bruno Haible  <bruno@clisp.org>
15986
15987         * modules/strnlen (Include): Use strnlen.h.
15988
15989 2006-01-09  Bruno Haible  <bruno@clisp.org>
15990
15991         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
15992
15993 2006-01-09  Bruno Haible  <bruno@clisp.org>
15994
15995         * lib/sysexit_.h (EX_OK): New macro.
15996         Suggested by Martin Lambers <marlam@marlam.de>.
15997
15998 2006-01-09  Bruno Haible  <bruno@clisp.org>
15999
16000         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
16001         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
16002
16003 2006-01-09  Bruno Haible  <bruno@clisp.org>
16004
16005         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
16006         numbers.
16007
16008 2006-01-09  Bruno Haible  <bruno@clisp.org>
16009
16010         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
16011         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
16012         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
16013         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
16014
16015 2006-01-09  Bruno Haible  <bruno@clisp.org>
16016
16017         * build-aux/javacomp.sh.in: New file, moved from lib/.
16018         * modules/javacomp-script (Files): Update.
16019         (configure.ac): Add AC_CONFIG_FILES invocation.
16020         (EXTRA_DIST): Remove variable.
16021
16022         * build-aux/javaexec.sh.in: New file, moved from lib/.
16023         * modules/javaexec (Files): Update.
16024         (configure.ac): Add AC_CONFIG_FILES invocation.
16025         (EXTRA_DIST): Remove javaexec.sh.in.
16026
16027         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
16028         * modules/csharpcomp-script (Files): Update.
16029         (configure.ac): Add AC_CONFIG_FILES invocation.
16030         (EXTRA_DIST): Remove variable.
16031
16032         * build-aux/csharpexec.sh.in: New file, moved from lib/.
16033         * modules/csharpexec (Files): Update.
16034         (configure.ac): Add AC_CONFIG_FILES invocation.
16035         (EXTRA_DIST): Remove csharpexec.sh.in.
16036
16037 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
16038
16039         Sync from coreutils.
16040
16041         Add POSIX ACL support
16042         * lib/acl.h (copy_acl, set_acl): Add declarations.
16043         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
16044         systems other than Linux.
16045         (chmod_or_fchmod): New function: use fchmod when possible,
16046         and chmod otherwise.
16047         (file_has_acl): Add a POSIX ACL implementation, with a
16048         Linux-specific subcase.
16049         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
16050         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
16051         acls are unsupported.
16052         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
16053         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
16054         are unsupported.
16055
16056 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
16057
16058         Sync from coreutils.
16059         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
16060
16061 2006-01-07  Bruno Haible  <bruno@clisp.org>
16062
16063         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
16064         gl_EARLY.
16065
16066 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
16067
16068         * lib/strftime.c (tzname): Don't declare if it is already #defined.
16069         Problem reported for Mingw by Mark Junker.
16070
16071 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
16072
16073         * README: Gnulib normally doesn't generate a tarball.
16074
16075 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
16076
16077         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
16078         long int, not int, for nanosecond counts, so that people who are
16079         used to POSIX struct timespec won't be surprised.  Reported by Jim
16080         Meyering.
16081
16082 2005-12-28  Bruno Haible  <bruno@clisp.org>
16083
16084         * build-aux/config.rpath: Update from GNU gettext.
16085
16086 2005-12-16  Jim Meyering  <jim@meyering.net>
16087
16088         * modules/fprintftime: New module.
16089         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
16090
16091 2005-12-16  Jim Meyering  <jim@meyering.net>
16092
16093         * m4/fprintftime.m4: New file.
16094
16095 2005-12-16  Jim Meyering  <jim@meyering.net>
16096
16097         * lib/fprintftime.c, lib/fprintftime.h: New files.
16098
16099 2005-12-15  Simon Josefsson  <jas@extundo.com>
16100
16101         * modules/socklen (configure.ac): Fix M4 macro name, to align with
16102         new m4/socklen.m4.
16103
16104 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
16105
16106         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
16107         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
16108
16109 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
16110
16111         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
16112         * lib/argp-help.c (fill_in_uparams): Check if the constructed
16113         struct uparams is valid. Fall back to the default values if it is
16114         not.
16115
16116 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
16117
16118         * modules/argp (Files): Add argp-pin.c
16119         (Depends-on): dirname
16120         (lib_SOURCES): Add argp-pin.c
16121
16122 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
16123
16124         * m4/argp.m4:  Check if program_invocation_name and
16125         program_invocation_short_name are declared and define appropriate
16126         macros if they are not.
16127
16128 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
16129
16130         * lib/argp-help.c (__argp_base_name): New function
16131         (__argp_short_program_name): Rewrite using __argp_base_name
16132         * lib/argp-namefrob.h: Define program_invocation_name and
16133         program_invocation_short_name if requested
16134         (__argp_base_name): Add prototype
16135         * lib/argp-parse.c (argp_def): Use gettext wrappers
16136         (argp_default_parser): Use __argp_base_name
16137         * lib/argp-pin.c: New file. Defines program_invocation_name and
16138         program_invocation_short_name on systems that lack them.
16139
16140 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
16141
16142         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
16143         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
16144         porting problem reported by Georg Schwarz in
16145         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
16146
16147 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
16148
16149         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
16150         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
16151         porting problem reported by Georg Schwarz in
16152         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
16153
16154 2005-12-05  Bruno Haible  <bruno@clisp.org>
16155
16156         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
16157         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
16158         Reported by Mark Junker <mjscod@gmx.de>.
16159
16160 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
16161
16162         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
16163         Use implementation from Albert Chin, with some
16164         comments/corrections by Stepan Kasal and myself.
16165
16166 2005-12-02  Bruno Haible  <bruno@clisp.org>
16167
16168         * gnulib-tool (func_import): Accept GPLed build tool modules when
16169         --lgpl is given.
16170         * modules/csharpcomp-script: New file.
16171         * modules/csharpcomp: Depend on it.
16172         * modules/javacomp-script: New file.
16173         * modules/javacomp: Depend on it.
16174         Suggested by Simon Josefsson.
16175
16176 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
16177
16178         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
16179         statement, to work around an HP-UX 10.20 compiler bug reported by
16180         Peter O'Gorman.
16181
16182 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
16183
16184         * modules/savedir (Depends-on): Add openat.
16185
16186 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
16187
16188         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
16189         (uintmax_t) [defined uintmax_t]: Do not declare.
16190         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
16191         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
16192         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
16193         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
16194         sake of portability to weird hosts that C allows (though we don't
16195         know of any practical examples).
16196
16197         * lib/savedir.h (fdsavedir): New decl.
16198         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
16199         contains most of the former guts of savedir.
16200         (savedir): Use savedirstream.
16201         Include "openat.h".
16202
16203 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
16204
16205         * modules/obstack (Files): Add m4/ulonglong.m4.
16206         Problem reported by Davide Angelocola.
16207
16208 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
16209
16210         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
16211         coreutils no longer futzes with rounding modes.
16212
16213 2005-11-14  Jim Meyering  <jim@meyering.net>
16214
16215         * lib/mkstemp-safer.c: Include <config.h>, required for possible
16216         replacement of mkstemp.
16217
16218 2005-11-10  Simon Josefsson  <jas@extundo.com>
16219
16220         * lib/readline.c: Remove EOL.
16221
16222 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16223
16224         * modules/gethrxtime (Depends-on): Add gettime.
16225
16226 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16227
16228         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
16229         or gettimeofday; no longer needed.
16230
16231 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16232
16233         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
16234         time business.
16235         (gethrxtime) [! (HAVE_NANOUPTIME
16236         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
16237         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
16238         our own approximation.
16239
16240 2005-11-08  Eric Blake  <ebb9@byu.net>
16241
16242         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
16243
16244 2005-11-08  Eric Blake  <ebb9@byu.net>
16245
16246         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
16247
16248 2005-11-04  Bruno Haible  <bruno@clisp.org>
16249
16250         * gnulib-tool: Implement --update mode.
16251
16252 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
16253
16254         Fix porting problem reported by Theodoros V. Kalamatianos.
16255         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
16256         Don't assume that futimes failing means we must fail.
16257
16258 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
16259
16260         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
16261         variables to suggest the intended function of the PATH_MAX check.
16262
16263 2005-10-30  Kean Johnston  <jkj@sco.com>
16264
16265         Trivial changes to support SCO systems.
16266         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
16267         as PATH_MAX.
16268         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
16269         where __ptr is null when no I/O is pending.
16270
16271 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16272
16273         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
16274         leave errno alone.  Problem reported by Dmitry V. Levin.
16275
16276 2005-10-28  Simon Josefsson  <jas@extundo.com>
16277
16278         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
16279         Test more.
16280
16281         * tests/test-gc-md2.c, tests/test-md2.c: New files.
16282
16283         * modules/md2, modules/md2-tests: New files.
16284
16285 2005-10-28  Simon Josefsson  <jas@extundo.com>
16286
16287         * m4/inet_ntop.m4: More tests.
16288
16289         * m4/gc-md2.m4, md2.m4: New file.
16290
16291 2005-10-28  Simon Josefsson  <jas@extundo.com>
16292
16293         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
16294         "restrict" keywords, as per POSIX.  Protect the function
16295         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
16296         Don't use K&R prototypes.  Check the sprintf return values.
16297         Re-define EAFNOSUPPORT if not present.  Indent.
16298
16299         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
16300         suggested by Bruno Haible <bruno@clisp.org>.
16301
16302         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
16303
16304         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
16305
16306         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
16307         libgcrypt).
16308
16309         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
16310
16311         * lib/md2.h, lib/md2.c: New files.
16312
16313 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
16314
16315         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
16316         errno alone.  Problem reported by Frederic Jolliton.
16317
16318 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
16319
16320         * modules/verify (License): Change from GPL to LGPL.  This is a
16321         tiny module and there are apparently near-equivalents that are
16322         under the BSD license.
16323
16324 2005-10-24  Simon Josefsson  <jas@extundo.com>
16325
16326         * modules/sha1: Relicense to LGPL.
16327
16328 2005-10-24  Simon Josefsson  <jas@extundo.com>
16329
16330         * lib/md4.h: Shrink buffer size, now that we changed the type.
16331
16332 2005-10-23  Simon Josefsson  <jas@extundo.com>
16333
16334         * gnulib-tool (func_import): Fix --tests-base.
16335
16336 2005-10-22  Simon Josefsson  <jas@extundo.com>
16337
16338         * modules/arcfour (Depends-on): Need stdint.
16339
16340 2005-10-22  Simon Josefsson  <jas@extundo.com>
16341
16342         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
16343         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
16344
16345 2005-10-22  Simon Josefsson  <jas@extundo.com>
16346
16347         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
16348         suggested by Bruno Haible <bruno@clisp.org>.
16349
16350 2005-10-22  Simon Josefsson  <jas@extundo.com>
16351
16352         * lib/crc.h: Include stddef.h, for size_t.
16353
16354 2005-10-22  Simon Josefsson  <jas@extundo.com>
16355
16356         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
16357         arcfour_context struct (simplify test vector testing in GNU
16358         Shishi).
16359
16360 2005-10-21  Simon Josefsson  <jas@extundo.com>
16361
16362         * modules/des, modules/des-tests: New files.
16363
16364         * modules/gc-des, modules/gc-des-tests: New files.
16365
16366         * tests/test-des.c, tests/test-gc-des.c: New file.
16367
16368 2005-10-21  Simon Josefsson  <jas@extundo.com>
16369
16370         * modules/arctwo, modules/arctwo-tests: New files.
16371
16372         * tests/test-arctwo.c: New file.
16373
16374         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
16375
16376         * tests/test-gc-arctwo.c: New file.
16377
16378 2005-10-21  Simon Josefsson  <jas@extundo.com>
16379
16380         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
16381         Bruno Haible <bruno@clisp.org>.
16382
16383         * m4/gc-des.m4: New file.
16384
16385 2005-10-21  Simon Josefsson  <jas@extundo.com>
16386
16387         * m4/arctwo.m4: New file.
16388
16389         * m4/gc-arctwo.m4: New file.
16390
16391 2005-10-21  Simon Josefsson  <jas@extundo.com>
16392
16393         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
16394         block.
16395
16396 2005-10-21  Simon Josefsson  <jas@extundo.com>
16397
16398         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
16399         <bruno@clisp.org>.
16400
16401         * lib/hmac-sha1.c (hmac_sha1): Likewise.
16402
16403         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
16404         Bruno Haible <bruno@clisp.org>.
16405
16406         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
16407         <bruno@clisp.org>.
16408
16409 2005-10-21  Simon Josefsson  <jas@extundo.com>
16410
16411         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
16412
16413 2005-10-21  Simon Josefsson  <jas@extundo.com>
16414
16415         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
16416
16417 2005-10-21  Simon Josefsson  <jas@extundo.com>
16418
16419         * lib/des.h, lib/des.c: New files.
16420
16421         * lib/gc-gnulib.c: Support DES.c
16422
16423 2005-10-21  Simon Josefsson  <jas@extundo.com>
16424
16425         * lib/arctwo.h, lib/arctwo.c: New files.
16426
16427         * lib/gc-gnulib.c: Support ARCTWO.
16428
16429 2005-10-21  Simon Josefsson  <jas@extundo.com>
16430
16431         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
16432         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
16433
16434 2005-10-21  Simon Josefsson  <jas@extundo.com>
16435
16436         * gnulib-tool (func_import, func_create_testdir): Define automake
16437         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
16438         Makefile.am snippet),
16439         suggested by Bruno Haible <bruno@clisp.org>.
16440
16441         * modules/gc (Makefile.am): Use it.
16442
16443 2005-10-21  Bruno Haible  <bruno@clisp.org>
16444
16445         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
16446         patch.
16447
16448 2005-10-19  Simon Josefsson  <jas@extundo.com>
16449
16450         * tests/test-gc-rijndael.c: New file.
16451
16452         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
16453
16454 2005-10-19  Simon Josefsson  <jas@extundo.com>
16455
16456         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
16457         interface too.
16458
16459 2005-10-19  Simon Josefsson  <jas@extundo.com>
16460
16461         * tests/test-gc-arcfour.c: New file.
16462
16463         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
16464
16465 2005-10-19  Simon Josefsson  <jas@extundo.com>
16466
16467         * modules/gc-md4, modules/gc-md4-tests: New file.
16468
16469         * tests/test-gc-md4.c: New file.
16470
16471 2005-10-19  Simon Josefsson  <jas@extundo.com>
16472
16473         * m4/gc-md4.m4: New file.
16474
16475 2005-10-19  Simon Josefsson  <jas@extundo.com>
16476
16477         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
16478         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
16479         <kasal@ucw.cz>.
16480
16481 2005-10-19  Simon Josefsson  <jas@extundo.com>
16482
16483         * m4/gc-arcfour.m4: New file.
16484
16485         * m4/gc-rijndael.m4: New file.
16486
16487 2005-10-19  Simon Josefsson  <jas@extundo.com>
16488
16489         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
16490
16491 2005-10-19  Simon Josefsson  <jas@extundo.com>
16492
16493         * lib/gc-gnulib.c: Support ARCFOUR.
16494
16495 2005-10-19  Simon Josefsson  <jas@extundo.com>
16496
16497         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
16498         support.
16499
16500         * lib/gc.h: Add ECB enum type.
16501
16502         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
16503
16504 2005-10-18  Simon Josefsson  <jas@extundo.com>
16505
16506         * tests/test-md5.c: New file.
16507
16508         * modules/md5-tests: New file.
16509
16510 2005-10-18  Simon Josefsson  <jas@extundo.com>
16511
16512         * tests/test-md4.c: New file.
16513
16514         * modules/md4, modules/md4-tests: New files.
16515
16516 2005-10-18  Simon Josefsson  <jas@extundo.com>
16517
16518         * m4/md4.m4: New file.
16519
16520 2005-10-18  Simon Josefsson  <jas@extundo.com>
16521
16522         * lib/md4.h, lib/md4.c: New files, based on md5.?.
16523
16524 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
16525
16526         * gnulib-tool (func_create_testdir): Omit the second check whether
16527         BUILT_SOURCES in nonempty.
16528
16529 2005-10-17  Simon Josefsson  <jas@extundo.com>
16530
16531         * tests/test-rijndael.c: New file.
16532
16533 2005-10-17  Simon Josefsson  <jas@extundo.com>
16534
16535         * modules/sha1: Depend on stdint instead of md5.
16536
16537         * modules/md5: Depend on stdint, remove uint32_t.
16538
16539 2005-10-17  Simon Josefsson  <jas@extundo.com>
16540
16541         * modules/gc-sha1-tests: New file.
16542
16543         * tests/test-gc-sha1.c: New file.
16544
16545 2005-10-17  Simon Josefsson  <jas@extundo.com>
16546
16547         * m4/md5.m4: Remove call to uint32_t.m4.
16548
16549 2005-10-17  Simon Josefsson  <jas@extundo.com>
16550
16551         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
16552
16553         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
16554         md5.h.
16555
16556         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
16557
16558         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
16559
16560 2005-10-17  Simon Josefsson  <jas@extundo.com>
16561
16562         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
16563
16564 2005-10-17  Simon Josefsson  <jas@extundo.com>
16565
16566         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
16567
16568 2005-10-17  Simon Josefsson  <jas@extundo.com>
16569
16570         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
16571
16572         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
16573
16574 2005-10-17  Bruno Haible  <bruno@clisp.org>
16575
16576         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
16577         that it can also be used in a test.
16578
16579 2005-10-16  Bruno Haible  <bruno@clisp.org>
16580
16581         * gnulib-tool (func_emit_tests_Makefile_am): Also define
16582         TESTS_ENVIRONMENT, so that individual tests can augment it.
16583
16584         * gnulib-tool (func_create_testdir): Use an intermediate target for
16585         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
16586         macros, like $(ALLOCA_H), which cannot be passed through the command
16587         line.
16588
16589 2005-10-15  Simon Josefsson  <jas@extundo.com>
16590
16591         * modules/rijndael-tests: New file.
16592
16593         * modules/rijndael: New file.
16594
16595 2005-10-15  Simon Josefsson  <jas@extundo.com>
16596
16597         * m4/rijndael.m4: New file.
16598
16599 2005-10-15  Simon Josefsson  <jas@extundo.com>
16600
16601         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
16602
16603         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
16604
16605 2005-10-14  Simon Josefsson  <jas@extundo.com>
16606
16607         * tests/test-arcfour.c: New file.
16608
16609         * modules/arcfour, modules/arcfour-tests: New files.
16610
16611 2005-10-14  Simon Josefsson  <jas@extundo.com>
16612
16613         * m4/arcfour.m4: New file.
16614
16615 2005-10-14  Simon Josefsson  <jas@extundo.com>
16616
16617         * lib/arcfour.h, lib/arcfour.c: New files.
16618
16619 2005-10-14  Roland McGrath  <roland@redhat.com>
16620
16621         Import from libc.  [BZ #1331]
16622         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
16623         macro argument.
16624         Reported by Matej Vela <vela@debian.org>.
16625
16626 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
16627
16628         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
16629         include <wchar.h>; no longer needed.
16630
16631 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
16632
16633         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
16634
16635 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
16636         and  Ulrich Drepper  <drepper@redhat.com>
16637
16638         Import from libc.
16639         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
16640         instead of inline stream orientation test and two separate
16641         function calls.  Pay no attention to USE_IN_LIBIO.
16642
16643 2005-10-13  Simon Josefsson  <jas@extundo.com>
16644
16645         * modules/gc-hmac-md5-tests: New file.
16646
16647         * tests/test-gc-hmac-sha1.c: New file.
16648
16649         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
16650
16651         * modules/gc-hmac-md5-tests: New file.
16652
16653         * tests/test-gc-md5.c: New file.
16654
16655         * modules/gc-md5-tests: New file.
16656
16657 2005-10-13  Simon Josefsson  <jas@extundo.com>
16658
16659         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
16660         Move memory allocation outside of loop.
16661
16662 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
16663
16664         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
16665         intermediate directory is in a read-only file system.  Problem
16666         reported by Eric Blake.
16667
16668 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
16669
16670         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
16671
16672 2005-10-12  Simon Josefsson  <jas@extundo.com>
16673
16674         * tests/test-hmac-sha1.c: New file.
16675
16676         * modules/hmac-sha1-tests: New file.
16677
16678         * modules/hmac-sha1: New file.
16679
16680 2005-10-12  Simon Josefsson  <jas@extundo.com>
16681
16682         * modules/gc-sha1: New file.
16683
16684 2005-10-12  Simon Josefsson  <jas@extundo.com>
16685
16686         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
16687
16688         * tests/test-gc-pbkdf2-sha1.c: New file.
16689
16690 2005-10-12  Simon Josefsson  <jas@extundo.com>
16691
16692         * modules/gc-md5, modules/gc-hmac-md5: New files.
16693
16694         * modules/gc (Files): Remove md5, memxor and hmac files.
16695
16696 2005-10-12  Simon Josefsson  <jas@extundo.com>
16697
16698         * m4/gc-pbkdf2-sha1.m4: New file.
16699
16700         * m4/gc-hmac-sha1.m4: New file.
16701
16702         * m4/gc-sha1: New file.
16703
16704         * m4/hmac-sha1.m4: New file.
16705
16706 2005-10-12  Simon Josefsson  <jas@extundo.com>
16707
16708         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
16709
16710         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
16711
16712 2005-10-12  Simon Josefsson  <jas@extundo.com>
16713
16714         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
16715         suggested by Bruno Haible <bruno@clisp.org>.
16716
16717 2005-10-12  Simon Josefsson  <jas@extundo.com>
16718
16719         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
16720
16721 2005-10-12  Simon Josefsson  <jas@extundo.com>
16722
16723         * lib/gc-pbkdf2-sha1.c: New file.
16724
16725         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
16726
16727 2005-10-12  Simon Josefsson  <jas@extundo.com>
16728
16729         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
16730
16731         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
16732
16733 2005-10-12  Simon Josefsson  <jas@extundo.com>
16734
16735         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
16736         GC_USE_HMAC_MD5, respectively.
16737
16738         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
16739         (gc_md5): Fix typo.
16740
16741         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
16742
16743         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
16744
16745         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
16746
16747 2005-10-12  Bruno Haible  <bruno@clisp.org>
16748
16749         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
16750         Reported by Stepan Kasal <kasal@ucw.cz>.
16751
16752 2005-10-11  Simon Josefsson  <jas@extundo.com>
16753
16754         * tests/test-crc.c: New file.
16755
16756         * modules/crc, modules/crc-tests: New files.
16757
16758 2005-10-11  Simon Josefsson  <jas@extundo.com>
16759
16760         * m4/crc.m4: New file.
16761
16762 2005-10-11  Simon Josefsson  <jas@extundo.com>
16763
16764         * lib/gc.h: Add gc_hash and gc_hash_buffer.
16765
16766         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
16767
16768         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
16769
16770 2005-10-11  Simon Josefsson  <jas@extundo.com>
16771
16772         * lib/crc.h, lib/crc.c: New files.
16773
16774         * lib/gc.h (gc_hash_buffer): Add doc.
16775
16776 2005-10-11  Bruno Haible  <bruno@clisp.org>
16777
16778         * modules/c-strcasestr: New file.
16779         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
16780
16781 2005-10-11  Bruno Haible  <bruno@clisp.org>
16782
16783         * modules/c-strcase: New file.
16784         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
16785
16786 2005-10-11  Bruno Haible  <bruno@clisp.org>
16787
16788         * lib/strcasecmp.c: Include limits.h.
16789         (strcasecmp): Avoid integer overflow on exotic platforms.
16790         * lib/strncasecmp.c: Include limits.h.
16791         (strncasecmp): Avoid integer overflow on exotic platforms.
16792         Reported by Paul Eggert.
16793
16794 2005-10-11  Bruno Haible  <bruno@clisp.org>
16795
16796         * lib/c-strcasestr.h: New file, from GNU gettext.
16797         * lib/c-strcasestr.c: New file, from GNU gettext.
16798
16799 2005-10-11  Bruno Haible  <bruno@clisp.org>
16800
16801         * lib/c-strcase.h: New file, from GNU gettext.
16802         * lib/c-strcasecmp.c: New file, from GNU gettext.
16803         * lib/c-strncasecmp.c: New file, from GNU gettext.
16804
16805 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
16806
16807         * modules/mempcpy (License): GPL -> LGPL.
16808         * modules/strchrnul (License): Likewise.
16809         * modules/sysexits (License): Likewise.
16810
16811 2005-10-08  Simon Josefsson  <jas@extundo.com>
16812
16813         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
16814
16815 2005-10-07  Simon Josefsson  <jas@extundo.com>
16816
16817         * m4/memxor.m4: Remove gl_C_RESTRICT call.
16818
16819 2005-10-06  Simon Josefsson  <jas@extundo.com>
16820
16821         * tests/test-hmac-md5.c: New file.
16822
16823         * modules/hmac-md5-tests: New file.
16824
16825         * modules/hmac-md5: New file.
16826
16827 2005-10-06  Simon Josefsson  <jas@extundo.com>
16828
16829         * m4/hmac-md5.m4: New file.
16830
16831         * m4/memxor.m4: Require gl_C_RESTRICT.
16832
16833 2005-10-06  Simon Josefsson  <jas@extundo.com>
16834
16835         * lib/memxor.c (memxor): Avoid casts and warnings.
16836
16837 2005-10-06  Simon Josefsson  <jas@extundo.com>
16838
16839         * lib/hmac-md5.c: New file.
16840
16841         * lib/hmac.h: New file.
16842
16843 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
16844
16845         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
16846         promotes to int, not unsigned int, to catch the AIX 5.3
16847         compiler bug.
16848
16849 2005-10-05  Simon Josefsson  <jas@extundo.com>
16850
16851         * modules/memxor: New file.
16852
16853         * modules/iconv (Files): Move config.rpath to havelib, it is used
16854         there.
16855
16856         * modules/havelib (Files): Add config.rpath.
16857
16858 2005-10-05  Simon Josefsson  <jas@extundo.com>
16859
16860         * m4/memxor.m4: New file.
16861
16862 2005-10-05  Simon Josefsson  <jas@extundo.com>
16863
16864         * lib/memxor.c (memxor): Fix compiler error.
16865
16866         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
16867         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
16868
16869         * lib/memxor.h, lib/memxor.c: New files.
16870
16871         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
16872         we assume all systems have it, suggested by Jim Meyering
16873         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
16874         any systems lack sys/socket.h; mingw32 is known to lack it, but we
16875         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
16876         same reasons.
16877
16878 2005-10-05  Simon Josefsson  <jas@extundo.com>
16879
16880         * config/srclist.txt: Add glibc bug 1423 for md5.h.
16881
16882 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
16883
16884         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
16885         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
16886         needed, since the source code now assumes these .h files.
16887
16888 2005-10-05  Derek Price  <derek@ximbiot.com>
16889
16890         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
16891
16892 2005-10-05  Bruno Haible  <bruno@clisp.org>
16893
16894         * modules/stdint (License): Change to LGPL.
16895
16896 2005-10-04  Simon Josefsson  <jas@extundo.com>
16897
16898         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
16899         D. Baushke" <mdb@gnu.org>.
16900
16901 2005-10-04  Bruno Haible  <bruno@clisp.org>
16902
16903         * lib/verify.h (verify_true): Provide alternative definition for C++.
16904
16905 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
16906
16907         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
16908         (SSIZE_MAX): New macro, if not already defined.
16909         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
16910         than 2 GiB.
16911
16912 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
16913
16914         Sync from coreutils.
16915         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
16916         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
16917         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
16918         ULLONG_MAX doesn't work with 2.7.2.1.
16919
16920 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
16921
16922         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
16923         From Ben Pfaff.
16924
16925         * modules/exclude (Depends-on): Depend on verify.
16926         * modules/strtoimax (Depends-on): Likewise.
16927         * modules/utimecmp (Depends-on): Likewise.
16928
16929 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
16930
16931         * lib/exclude.c: Include verify.h.
16932         (verify): Remove.  All callers changed to use verify.h's version.
16933         * lib/strtoimax.c: Likewise.
16934         * lib/utimecmp.c: Likewis.e
16935
16936         Sync from coreutils.
16937         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
16938         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
16939         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
16940         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
16941         bother returning ENOSYS if settimeofday or stime fails; just let
16942         them return whatever errno they want to return.
16943         * lib/utimens.c: Include unistd.h, for dup2.
16944         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
16945         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
16946
16947 2005-10-02  Jim Meyering  <jim@meyering.net>
16948
16949         Sync from coreutils.
16950         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
16951         from glibc-2.2.5 that fails for read-only files.
16952
16953 2005-10-02  Jim Meyering  <jim@meyering.net>
16954
16955         Sync from coreutils.
16956         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
16957         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
16958         `#if HAVE_CONFIG_H'.
16959         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
16960         Remove AT_FDCWD test.
16961         Do not consume the fd unless successful.
16962         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
16963         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
16964         block, so that we don't even try to compile it if settimeofday is
16965         available.  This works around a compilation failure on OSF1 V5.1,
16966         due to stime requiring a `long int*' while tv_sec is `int'.
16967
16968 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
16969
16970         Sync from coreutils.
16971         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
16972         against `yes', rather than just testing for nonempty.
16973
16974 2005-10-01  Simon Josefsson  <jas@extundo.com>
16975
16976         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
16977         and Darwin.
16978
16979         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
16980         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
16981         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
16982         freeaddrinfo and gai_strerror are declared by the POSIX headers.
16983         Check if struct addrinfo is declared.
16984
16985 2005-10-01  Simon Josefsson  <jas@extundo.com>
16986
16987         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
16988         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
16989         AI_* and EAI_* definitions.  Protect function declarations.
16990
16991 2005-10-01  Jim Meyering  <jim@meyering.net>
16992
16993         Sync from coreutils.
16994
16995         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
16996         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
16997         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
16998         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
16999         in the inet and nsl libraries.  Required on Solaris 5.7.
17000
17001 2005-10-01  Jim Meyering  <jim@meyering.net>
17002
17003         Sync from coreutils.
17004         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
17005         in the inet and nsl libraries.  Required on Solaris 5.7.
17006
17007 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
17008
17009         * lib/getdelim.c (getdelim): Remove unused variables.
17010
17011 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
17012
17013         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
17014         so that the code works even with ancient cpp.  Portability problem
17015         with GCC 2.7.2.1 reported by Thomas M.Ott.
17016
17017 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
17018
17019         * modules/regex (Depends-on): Add strcase.
17020
17021         * modules/gethostname (Licence): Change from GPL to LGPL, since
17022         gethostname.c is a trivial implementation of a standard library
17023         function.
17024         * modules/poll (License): Change from GPL to LGPL, since it's
17025         derived from LGPL code.
17026
17027 2005-09-27  Jim Meyering  <jim@meyering.net>
17028
17029         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
17030         HAVE_CONFIG_H.
17031
17032         * lib/intprops.h (signed_type_or_expr__): Define.
17033         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
17034         for unsigned types.
17035
17036 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
17037
17038         * lib/verify.h (verify_expr): Remove, replacing with:
17039         (verify_true): New macro that returns true instead of void.
17040         (verify_type__): Remove.
17041         (verify): Use verify_true rather than verify_type__.
17042
17043 2005-09-26  Bruno Haible  <bruno@clisp.org>
17044
17045         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
17046         is necessary.
17047         (lib_SOURCES): Remove mbchar.c.
17048         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
17049         (Files): Add m4/mbrtowc.m4.
17050         * modules/mbiter: Likewise.
17051         * modules/mbuiter: Likewise.
17052
17053 2005-09-26  Bruno Haible  <bruno@clisp.org>
17054
17055         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
17056         compile mbchar.c if they are not both present.
17057         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
17058         * m4/mbiter.m4 (gl_MBITER): Likewise.
17059         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
17060         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
17061         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
17062
17063 2005-09-25  Jim Meyering  <jim@meyering.net>
17064
17065         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
17066         also uses socklen_t.
17067
17068 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
17069
17070         * lib/utimens.c (ENOSYS): Define if not already defined.
17071         (futimens): Support having a null PATH if the file descriptor
17072         is nonnegative.
17073
17074         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
17075         Remove.
17076         (__attribute): Define to empty unless GCC 3.1 or later.
17077         This works around a core dump on OpenBSD 3.4, which has GCC
17078         2.95.3, which dumps core when given __attribute__(()).  It also
17079         simplifies other tests, since we really don't want to bother with
17080         worrying about which ancient version of GCC supported what.
17081         Original problem reported by Yoann Vandoorselaere, with part of
17082         the fix suggested by Derek Price.
17083
17084 2005-09-24  Jim Meyering  <jim@meyering.net>
17085
17086         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
17087         so we can once again use a positive bitfield width of 1 -- now we
17088         don't have to explain why we were using a bitfield width of 2.
17089
17090 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
17091
17092         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
17093         and similarly for the other external symbols.  Problem reported
17094         by James Gallager.
17095
17096         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
17097         bug reported by Jim Meyering.
17098
17099         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
17100         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
17101         not needed, since socklen is a prerequisite module.
17102
17103 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
17104
17105         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
17106         Problem reported by Eric Blake.
17107         (getaddrinfo): Initialize se so that it's not garbage.
17108         Redo internal storage allocation so that it doesn't make unportable
17109         assumptions about alignment.
17110         Fix a memory leak.
17111
17112         * lib/utimens.c (futimens): Use futimesat if available.
17113         Prefer it to futimes since it doesn't have the futimes bug.
17114
17115         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
17116         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
17117         Instead, declare a function that returns a pointer to an array,
17118         and use verify_type__ to declare the size of the array.
17119         Problem and germ of a solution reported by Bruno Haible.
17120         (verify_type__): Use 2, not 1, for bitfield size, to avoid
17121         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
17122
17123 2005-09-23  Jim Meyering  <jim@meyering.net>
17124
17125         Sync from coreutils.
17126         Correct build failure (socklen_t not defined) on at least
17127         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
17128         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
17129
17130 2005-09-23  Jim Meyering  <jim@meyering.net>
17131
17132         * modules/getaddrinfo (Depends-on): Add socklen.
17133
17134 2005-09-23  Bruno Haible  <bruno@clisp.org>
17135
17136         * tests/test-verify.c: New file.
17137
17138 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
17139
17140         Sync from coreutils.
17141
17142         * modules/argmatch (Depends-on): Add verify.
17143         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
17144         unistd-safer.
17145         * modules/save-cwd (Depends-on): Likewise.
17146
17147         * modules/openat (Files): Add lib/openat-die.c.
17148         (Depends-on): Remove error, exitfail.
17149         Add dirname.
17150
17151         * modules/verify: New file.
17152         * MODULES.html.sh (Diagnostics <assert.h>): New section,
17153         with "verify" module.
17154
17155 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
17156
17157         Sync from coreutils.
17158
17159         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
17160         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
17161         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
17162         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
17163         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
17164         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
17165         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
17166         Don't bother checking for string.h, stdlib.h, unistd.h.
17167         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
17168         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
17169         module's job.
17170         * m4/jm-macros.m4 (gl_MACROS): Likewise.
17171         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
17172
17173         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
17174         (gl_GETDATE): Use it.
17175
17176         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
17177
17178 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
17179
17180         Sync from coreutils.
17181
17182         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
17183         stat-time.h.
17184         * lib/argmatch.h: Include verify.h
17185         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
17186         (ARGMATCH_ASSERT): Remove; unused.
17187         * lib/canonicalize.c: Assume STDC_HEADERS.
17188         * lib/exclude.c: Include "strcase.h".
17189         * lib/regex_internal.h [!defined _LIBC]: Likewise.
17190         * lib/getusershell.c: Include stdio--.h rather than stdio.h
17191         and stdio-safer.h.
17192         (getusershell): Call fopen, not fopen_safer.
17193         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
17194         Do not include unistd-safer.h.
17195         (save_cwd): Don't call fd_safer; no longer needed
17196         now that we include fcntl--.h.
17197
17198         * lib/getdate.y (relative_time): New type.
17199         (RELATIVE_TIME_0): New constant.
17200         (parser_control): Use relative_time instead of doing it ourselves.
17201         (%union): Add new relative_time rel member.
17202         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
17203         Now typeless.
17204         (relunit, relunit_snumber): Now of type rel.
17205         (zone, rel, relunit, get_date): Adjust to above changes.
17206
17207         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
17208         Do not include unistd-safer.h.
17209         (getloadavg): Don't call fd_safer; no longer needed
17210         now that we include fcntl--.h.
17211
17212         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
17213         (make_dir_parents): Treat ENOSYS like EEXIST.
17214
17215         Improve quality of diagnostics on restore_cwd failure.
17216         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
17217         (make_dir_parents): Last arg is now int * (for errno), not bool *.
17218         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
17219         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
17220         each time through the loop.  Do not diagnose restore_cwd failure;
17221         that is the caller's job (and perhaps the caller does not care).
17222
17223         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
17224         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
17225         If the file already exists but is not a directory, don't bother
17226         to try to make its parents.
17227         Close potential file descriptor leak if we can't chdir("/") (!).
17228         Don't always return true if chdir($PWD) fails; return true only
17229         if the requested action was done successfully (except for the
17230         chdir($PWD)).
17231         Don't log final directory unless we actually made it.
17232         Refactor to avoid duplicate code to fix up permissions.
17233         Don't attempt to fix up parent permissions if chdir($PWD) fails.
17234
17235         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
17236         to make it a bit faster and (I hope) clearer.
17237         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
17238         Fix bug in formats like %2N.
17239
17240         * lib/verify.h: New file.
17241
17242 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
17243
17244         Sync from coreutils.
17245         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
17246
17247 2005-09-22  Jim Meyering  <jim@meyering.net>
17248
17249         Sync from coreutils.
17250
17251         * m4/lstat.m4 (gl_FUNC_LSTAT):
17252         Use AC_LIBSOURCES to require lstat.c and lstat.h.
17253         Remove obsolete comment.
17254         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
17255         * m4/xstrtod.m4: Likewise.
17256
17257         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
17258
17259 2005-09-22  Jim Meyering  <jim@meyering.net>
17260
17261         Sync from coreutils.
17262
17263         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
17264
17265         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
17266         the .tm_year member, since otherwise gcc-4.0 would now warn about
17267         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
17268
17269         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
17270         order to avoid an unsuppressible warning from gcc on 64-bit systems.
17271
17272         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
17273         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
17274         when run in a time zone for which daylight savings time is in effect
17275         for the starting date.
17276
17277         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
17278         stop us from restricting permissions of just-created absolute-named
17279         directories.
17280         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
17281         to restore initial working directory.
17282         * lib/mkdir-p.c (make_dir_parents): New parameter:
17283         different_working_dir, to tell caller if/when we change the working
17284         directory and are unable to return to the initial one.
17285         * lib/mkdir-p.h (make_dir_parents): Update prototype.
17286         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
17287         `return false'.  This fixes a bug introduced on 2004-07-30.
17288
17289         * lib/openat.c (fdopendir): Be sure to close the supplied
17290         file descriptor before returning.  This makes our replacement
17291         implementation a little closer to Solaris's, where fdopendir
17292         ties the file descriptor to the returned DIR* pointer.
17293         * lib/openat.c (unlinkat): New function.
17294         * lib/openat.h (unlinkat): Add prototype.
17295         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
17296         (openat_restore_fail): Rename from openat_restore_die.
17297         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
17298
17299         Provide an alternative to exiting immediately upon save_cwd or
17300         restore_cwd failure.  Now, an application can arrange e.g.,
17301         to perform a longjump in that case.
17302         * lib/openat.c: Include dirname.h.
17303         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
17304         (rpl_openat, fdopendir, fstatat): Call openat_save_die
17305         and openat_restore_die rather than calling error directly.
17306         Don't include "error.h" or "exitfail.h"; they're no longer needed.
17307
17308         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
17309         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
17310         define.
17311
17312         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
17313         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
17314                             int utc, int nanoseconds);
17315         Background:
17316         date should not have to allocate a megabyte of virtual memory to
17317         handle a format argument like +%1048575T.  When implemented with
17318         strftime, it must allocate such a buffer, use strftime to fill it
17319         in, print it, then free it.
17320         With fprintftime, it simply prints everything and exits.
17321         With no need for memory allocation, that's one fewer way to fail.
17322         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
17323         optional field width, not before, so we accept %9:z, not %:9z.
17324         (my_strftime): Be sure to use L_('x') for literals.
17325
17326         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
17327         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
17328         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
17329         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
17330         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
17331         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
17332         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
17333         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
17334         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
17335         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
17336         * lib/xgethostname.c, lib/xreadlink.c:
17337         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
17338
17339         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
17340         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
17341         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
17342         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
17343         and don't include <sys/file.h>).
17344
17345 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
17346
17347         Sync from coreutils.
17348
17349         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
17350         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
17351         [!LDAV_DONE]: Avoid unused variable warning.
17352
17353 2005-09-21  Bruno Haible  <bruno@clisp.org>
17354
17355         * lib/unicodeio.h (unicode_to_mb): New declaration.
17356
17357 2005-09-20  Derek Price  <derek@ximbiot.com>
17358
17359         * lib/getaddrinfo.c: Don't include <netdb.h> included from
17360         getaddrinfo.h.
17361
17362 2005-09-20  Bruno Haible  <bruno@clisp.org>
17363
17364         * gnulib-tool: Remove trailing slashes from the values specified for
17365         --source-base, --m4-base, --tests-base, --aux-dir.
17366         Suggested by Simon Josefsson <jas@extundo.com>.
17367
17368 2005-09-20  Bruno Haible  <bruno@clisp.org>
17369
17370         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
17371         func_modules_to_filelist, func_import, func_create_testdir): Make all
17372         sorting results locale-independent, so that gnulib-cache.m4 doesn't
17373         change when gnulib-tool is invoked in a different locale.
17374
17375 2005-09-19  Simon Josefsson  <jas@extundo.com>
17376
17377         * m4/socklen.m4: Fix typo.
17378
17379 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17380
17381         Use a consistent style for including <config.h>.
17382         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
17383         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
17384         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
17385         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
17386         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
17387         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
17388         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
17389         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
17390         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
17391         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
17392         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
17393         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
17394         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
17395         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
17396         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
17397         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
17398         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
17399         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
17400         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
17401         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
17402         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
17403         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
17404         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
17405         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
17406         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
17407         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
17408         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
17409         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
17410         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
17411         lib/xstrtoumax.c, lib/yesno.c:
17412         Standardize inclusion of config.h.
17413         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
17414         lib/inttostr.h:  Removed inclusion of config.h from header files.
17415         * lib/inttostr.c:  Adjusted in-tree users.
17416         * lib/timespec.h: Remove superfluous warning to include config.h.
17417         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
17418         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
17419         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
17420         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
17421         config.h with HAVE_CONFIG_H.
17422
17423 2005-09-19  Jim Meyering  <jim@meyering.net>
17424
17425         * modules/pathmax (License): Change to LGPL.
17426
17427 2005-09-19  Derek Price  <derek@ximbiot.com>
17428
17429         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
17430
17431 2005-09-19  Bruno Haible  <bruno@clisp.org>
17432
17433         * gnulib-tool (import): Provide default for --tests-base.
17434
17435 2005-09-19  Bruno Haible  <bruno@clisp.org>
17436
17437         * doc/quote.texi: New file, extracted from gnulib.texi.
17438         * doc/ctime.texi: New file, extracted from gnulib.texi.
17439         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
17440         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
17441         * doc/gnulib.texi: Include them.
17442
17443 2005-09-18  Bruno Haible  <bruno@clisp.org>
17444
17445         Portability fix.
17446         * gnulib-tool (func_readlink): New function.
17447         (func_ln_if_changed): Use it.
17448
17449 2005-09-18  Bruno Haible  <bruno@clisp.org>
17450
17451         * gnulib-tool: Support --with-tests also with --import.
17452         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
17453         (func_import): Use variables $testsbase and $inctests. Emit a
17454         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
17455         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
17456         SUBDIRS += $testsdir.
17457         (func_create_testdir): Update.
17458
17459 2005-09-18  Bruno Haible  <bruno@clisp.org>
17460
17461         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
17462         instead of $dry_run.
17463         (func_cp_if_changed, func_mv_if_changed): Remove functions.
17464         (func_ln_if_changed): Don't handle dry-run here.
17465         (func_import): In dry-run mode, detect more precisely which actions
17466         would be performed, and don't use "...ing" verbs.
17467
17468 2005-09-18  Bruno Haible  <bruno@clisp.org>
17469
17470         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
17471         (func_import): Use join on two temporary files instead of three nested
17472         loops, in order to determine which files are new or old.
17473
17474 2005-09-18  Bruno Haible  <bruno@clisp.org>
17475
17476         * gnulib-tool (func_import): Comment out code that spits out the
17477         new files with --dry-run.
17478
17479 2005-09-18  Bruno Haible  <bruno@clisp.org>
17480
17481         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
17482
17483 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
17484
17485         * lib/stat-time.h: New file.
17486         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
17487         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
17488         in a different way.
17489         (timespec_cmp): New function.
17490         * lib/utimecmp.c: Include stat-time.h.
17491         (SYSCALL_RESOLUTION): Depend on whether various struct stat
17492         members exist, not on the obsolescent ST_MTIM_NSEC.
17493         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
17494
17495 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
17496
17497         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
17498
17499 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
17500
17501         * MODULES.html.sh (File system functions): Add stat-time.
17502         * modules/stat-time: New file.
17503         * modules/timespec (Files): Remove m4/st_mtim.m4; this
17504         is now done in a different way, by the stat-time module.
17505         * modules/utimecmp (Depends-on): Add stat-time.
17506
17507 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
17508
17509         * m4/st_mtim.m4: Remove.  Superseded by...
17510         * m4/stat-time.m4: New file.
17511         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
17512         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
17513
17514 2005-09-15  Derek Price  <derek@ximbiot.com>
17515
17516         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
17517
17518 2005-09-15  Derek Price  <derek@ximbiot.com>
17519
17520         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
17521         * lib/regex_internal.c: Ditto, using this...
17522         (__GNUC_PREREQ): ...new macro.
17523         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
17524         using...
17525         (__GNUC_PREREQ): ...this new macro.
17526
17527         * lib/strstr.h: Include string.h. Define strstr as a macro here.
17528
17529 2005-09-15  Derek Price  <derek@ximbiot.com>
17530             Paul Eggert  <eggert@cs.ucla.edu>
17531
17532         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
17533         changes, consolidating in...
17534         * lib/regex_internal.h: ...this file.
17535
17536 2005-09-13  Jim Meyering  <jim@meyering.net>
17537
17538         * lib/canon-host.c: Filter through gnu indent and reword comments
17539         slightly.
17540         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
17541
17542 2005-09-13  Derek Price  <derek@ximbiot.com>
17543
17544         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
17545         failure.
17546         Reported by Jim Meyering  <jim@meyering.net>.
17547
17548 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
17549
17550         * lib/base64.c: Typo.
17551         (base64_encode): Put b64str in initialized data section.
17552
17553 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
17554
17555         Merge glibc and coreutils changes into gnulib, plus a few
17556         extra fixes.
17557         * lib/md5.c: Use #error rather than a string.
17558         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
17559         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
17560         (__attribute__): Define to empty for non recent-GCC.
17561         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
17562         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
17563         Renamed from their non-__ counterparts, with new macros replacing
17564         them if not _LIBC.  Add __THROW attribute.
17565         (rol): Remove.
17566         (struct md5_ctx): Align buffer if using GCC.
17567         * lib/sha1.h (struct sha1_ctx): Likewise.
17568         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
17569         The old name was backwards.
17570         (NOTSWAP): Remove; not used.
17571         (rol): New macro, moved here from md5.h.
17572         (sha1_process_block): Remove a FIXME that doesn't make sense.
17573
17574 2005-09-12  Derek Price  <derek@ximbiot.com>
17575
17576         Return usable errors from canon-host.
17577         * lib/canon-host.h: New file.
17578         * lib/canon-host.c (canon_host): Wrap...
17579         (canon_host_r): ...this new function, which now relies exclusively on
17580         getaddrinfo.
17581         (ch_strerror): New function.
17582         (last_cherror): New global.
17583         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
17584         interface.
17585         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
17586         void *.
17587         (freeaddrinfo): Free ai->ai_canonname when set.
17588
17589 2005-09-12  Derek Price  <derek@ximbiot.com>
17590
17591         Make canon-host require getaddrinfo.
17592         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
17593         AC_LIBSOURCE canon-host.h.  Call...
17594         (gl_PREREQ_CANON_HOST): ...this new function, which requires
17595         gl_GETADDRINFO.
17596         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
17597
17598 2005-09-12  Derek Price  <derek@ximbiot.com>
17599
17600         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
17601         LGPL.
17602         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
17603
17604 2005-09-12  Derek Price  <derek@ximbiot.com>
17605
17606         * lib/gai_strerror.c: Include config.h when available.  Include
17607         getaddrinfo.h before other headers to test interface.
17608         Reported by Larry Jones <lawrence.jones@ugs.com>.
17609
17610 2005-09-12  Derek Price  <derek@ximbiot.com>
17611             Paul Eggert  <eggert@cs.ucla.edu>
17612
17613         * modules/glob (Files): Add glob-libc.h.
17614
17615 2005-09-12  Derek Price  <derek@ximbiot.com>
17616             Paul Eggert  <eggert@cs.ucla.edu>
17617
17618         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
17619         glob_.h, glob-libc.h.
17620         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
17621
17622 2005-09-12  Derek Price  <derek@ximbiot.com>
17623             Paul Eggert  <eggert@cs.ucla.edu>
17624
17625         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
17626         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
17627         protecting things that should be done only in gnulib contexts.
17628         * lib/glob_.h: New file, containing only the glob things needed for
17629         gnulib.
17630         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
17631         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
17632         (glob, globfree, glob_pattern_p): Now defined simply in terms of
17633         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
17634         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
17635         and to respect the namespace rules better.
17636
17637 2005-09-08  Simon Josefsson  <jas@extundo.com>
17638
17639         * modules/socklen: New file.
17640
17641 2005-09-08  Simon Josefsson  <jas@extundo.com>
17642
17643         * m4/socklen.m4: New file.
17644
17645 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17646
17647         * modules/utimens (Files): Add m4/utimbuf.m4, since
17648         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
17649         Reported by Sergey Poznyakoff.
17650
17651 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17652
17653         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
17654         definitions, since that's the preferred style in glibc.
17655         Fix a minor spacing issue, and update copyright notice to match
17656         glibc's.
17657
17658 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17659
17660         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
17661
17662 2005-09-06  Simon Josefsson  <jas@extundo.com>
17663
17664         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
17665         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
17666
17667 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
17668
17669         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
17670         warning.
17671
17672 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
17673
17674         * config/srclist.txt: Add glibc bug 1302.
17675
17676 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
17677
17678         Change bitset word type from unsigned int to unsigned long int,
17679         as this has better performance on typical 64-bit hosts.
17680         Port bitset code to hosts with unusual word sizes.
17681         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
17682         (build_collating_symbol):
17683         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
17684         argument is a bitset.  This is merely a style issue, but it makes
17685         it clearer that an entire array is expected.
17686         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
17687         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
17688         Port to the case where bitset_word is not the same as unsigned int.
17689         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
17690         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
17691         Likewise.
17692         * lib/regexec.c (check_dst_limits_calc_pos_1,
17693         check_subexp_matching_top):
17694         (build_trtable, group_nodes_into_DFAstates):
17695         Likewise.
17696         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
17697         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
17698         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
17699         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
17700         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
17701         * lib/regcomp.c (optimize_subexps, lower_subexp):
17702         Work even if bitset_word has holes in its bitwise representation.
17703         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
17704         * lib/regexec.c (check_dst_limits_calc_pos_1,
17705         check_subexp_matching_top):
17706         Likewise.
17707         * lib/regex_internal.c (re_string_reconstruct):
17708         Don't assume UCHAR_MAX == 255.
17709         * lib/regex_internal.h (bitset_set_all): Likewise.
17710         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
17711         All uses changed.
17712         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
17713         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
17714         All uses changed.
17715         (BITSET_WORD_MAX): New macro.
17716         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
17717         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
17718         (bitset_empty, bitset_copy):
17719         Prefer sizeof (bitset) to multiplying it out ourselves.
17720         (bitset_not_merge): Remove; unused.
17721         (bitset_contain): Return bool, not unsigned int with one bit on.
17722         All callers changed.
17723         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
17724         alignment than re_node_set; do this by defining a new internal
17725         type struct dests_alloc and using it to allocate memory.
17726
17727 2005-09-05  Bruno Haible  <bruno@clisp.org>
17728
17729         * gnulib-tool (func_import): Fix comparison in handling of symbolic
17730         links.
17731
17732 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
17733
17734         * modules/size_max (Makefile.am): Add size_max.h
17735
17736 2005-09-04  Derek Price  <derek@ximbiot.com>
17737
17738         * gnulib-tool (func_import): Fix reversed $symbolic logic.
17739
17740 2005-09-03  Simon Josefsson  <jas@extundo.com>
17741
17742         * gnulib-tool: Fix typo.
17743
17744 2005-09-03  Simon Josefsson  <jas@extundo.com>
17745
17746         * config/srclist.txt: Add glibc bug 1293.
17747
17748 2005-09-03  Derek Price  <derek@ximbiot.com>
17749
17750         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
17751         From Larry Jones <lawrence.jones@ugs.com>.
17752
17753 2005-09-02  Simon Josefsson  <jas@extundo.com>
17754
17755         * modules/socklen: New file.
17756
17757 2005-09-02  Simon Josefsson  <jas@extundo.com>
17758
17759         * modules/havelib: New module.
17760
17761         * modules/gettext, modules/iconv, modules/lock, modules/readline:
17762         Use havelib.
17763
17764 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
17765
17766         Check for arithmetic overflow when calculating sizes, to prevent
17767         some buffer-overflow issues.  These patches are conservative, in the
17768         sense that when I couldn't determine whether an overflow was possible,
17769         I inserted a run-time check.
17770         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
17771         macros.
17772         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
17773         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
17774         (re_xnrealloc, re_x2nrealloc): New inline functions.
17775         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
17776         parse_bracket_exp):
17777         (build_equiv_class, build_charclass): Check for arithmetic overflow
17778         in size expression calculations.
17779         * lib/regex_internal.c (re_string_realloc_buffers):
17780         (build_wcs_upper_buffer, re_node_set_add_intersect):
17781         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
17782         (re_dfa_add_node, register_state): Likewise.
17783         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
17784         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
17785         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
17786         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
17787
17788 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
17789
17790         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
17791         m4/ulonglong.m4.  Problem reported by Martin Lambers.
17792
17793 2005-09-02  Bruno Haible  <bruno@clisp.org>
17794
17795         Support for lib vs. lib64 distinction on biarch platforms.
17796         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
17797         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
17798         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
17799
17800 2005-09-02  Bruno Haible  <bruno@clisp.org>
17801
17802         * gnulib-tool (import): In the other first-use case, provide defaults
17803         as well.
17804
17805 2005-09-02  Bruno Haible  <bruno@clisp.org>
17806
17807         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
17808         patches not yet found in the latest gettext release.
17809
17810 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
17811
17812         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
17813         to avoid a collision with bits/local_lim.h in glibc.
17814         All uses changed.  Problem reported by Dmitry V. Levin in
17815         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
17816
17817         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
17818         bugs in int versus size_t comparisons.
17819         (re_string_context_at): Fix bug where the code assumed that
17820         Idx is signed.
17821
17822         Use bool where appropriate.
17823         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
17824         All callers changed.
17825         (calc_eclosure_iter): Likewise, for ROOT arg.
17826         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
17827         (build_charclass_op): Likewise, for NON_MATCH arg.
17828         * lib/regex_internal.c (re_string_allocate, re_string_construct):
17829         (re_string_construct_common): Likewise, for ICASE arg.
17830         * lib/regexec.c (re_search_2_stub, re_search_stub):
17831         Likewise, for RET_LEN arg.
17832         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
17833         (set_regs): Likewise, for FL_BACKTRACK arg.
17834         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
17835         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
17836         (calc_eclosure_iter, parse_bracket_exp):
17837         Use bool for internal variables that are booleans.
17838         * lib/regexec.c (re_search_internal, check_matching,
17839         proceed_next_node):
17840         (set_regs, build_sifted_states, sift_states_bkref):
17841         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
17842         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
17843         (find_collation_sequence_value):
17844         Likewise.
17845         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
17846         (re_node_set_compare):
17847         Return bool, not int. All callers changed.
17848         * lib/regexec.c (check_halt_node_context, check_dst_limits):
17849         (build_trtable, check_node_accept): Likewise.
17850         * lib/regex_internal.h: Include stdbool.h.
17851
17852         Fix bugs uncovered when converting to bool.
17853         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
17854         failure instead of charging ahead blindly.
17855         * lib/regex_internal.c (register_state): Likewise.
17856         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
17857         for freeing internal storage.
17858         (group_nodes_into_DFA_states): Use unsigned int, not int, for
17859         bitset pieces used as boolean, to avoid undefined behavior
17860         on hosts that do int overflow checking.
17861
17862 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
17863
17864         * config/srclist.txt: Add glibc bugs 1285-1287.
17865
17866 2005-09-01  Jim Meyering  <jim@meyering.net>
17867
17868         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
17869         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
17870         Require gl_STAT_MACROS, too.
17871
17872 2005-09-01  Bruno Haible  <bruno@clisp.org>
17873
17874         * gnulib-tool (import): In the first-use case, provide defaults.
17875
17876 2005-09-01  Bruno Haible  <bruno@clisp.org>
17877
17878         * gnulib-tool (func_import): Remove the .tmp files.
17879
17880 2005-09-01  Bruno Haible  <bruno@clisp.org>
17881
17882         * gnulib-tool (func_import): Fix handling of symbolic links.
17883
17884 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17885
17886         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
17887         old glibc regex code mishandles strings longer than 2**31 bytes.
17888         This patch fixes this when the regex code is used in gnulib
17889         (i.e., outside glibc).
17890
17891         This patch should not affect the use of the regex code inside
17892         glibc.  No doubt this problem also needs to be handled for glibc
17893         as well, but the result will be an incompatible change to the
17894         glibc ABI, and the old ABI will have to be supported too.  That
17895         can be the the subject for another patch.
17896
17897         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
17898         governing whether the rest of this patch is active.  By default,
17899         the macro is disabled and the patch has no effect.
17900         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
17901         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
17902         (struct re_pattern_buffer, re_search, re_search_2, re_match):
17903         (re_match_2, re_set_registers): Use the new types.
17904         * lib/regex_internal.h (Idx, re_hashval_t): New types.
17905         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
17906         New macros.
17907         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
17908         (re_string_context_at, bin_tree_t, re_dfastate_t):
17909         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
17910         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
17911         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
17912         (re_string_char_size_at, re_string_wchar_at):
17913         (re_string_elem_size_at):
17914         Use the new types and macros to port to 64-bit hosts.
17915         Use unsigned types for internal values, so that the code
17916         mostly works even for arrays larger than SSIZE_MAX.
17917         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
17918         (search_duplicated_node, calc_eclosure_iter, fetch_number):
17919         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
17920         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
17921         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
17922         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
17923         (calc_inveclosure, parse_dup_op, build_range_exp):
17924         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
17925         (fetch_number, create_token_tree, mark_opt_subexp):
17926         Likewise.
17927         * lib/regex_internal.c (re_string_construct_common,
17928         create_ci_newstate):
17929         (create_cd_newstate, re_string_allocate, re_string_construct):
17930         (re_string_realloc_buffers, build_wcs_upper_buffer):
17931         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
17932         (re_string_reconstruct, re_string_peek_byte_case):
17933         (re_string_fetch_byte_case, re_string_context_at):
17934         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
17935         (re_node_set_init_copy, re_node_set_add_intersect):
17936         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
17937         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
17938         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
17939         (re_acquire_state, re_acquire_state_context, register_state):
17940         Likewise.
17941         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
17942         search_cur_bkref_entry):
17943         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
17944         (re_search_internal, re_search_2_stub, re_search_stub)
17945         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
17946         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
17947         (update_cur_sifted_state, check_dst_limits):
17948         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
17949         (check_subexp_limits, sift_states_bkref, merge_state_array):
17950         (check_subexp_matching_top, get_subexp, get_subexp_sub):
17951         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
17952         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
17953         (expand_bkref_cache, check_node_accept_bytes):
17954         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
17955         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
17956         (acquire_init_state_context, check_halt_node_context):
17957         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
17958         (sift_states_backward, clean_state_log_if_needed):
17959         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
17960         (find_recover_state, transit_state_sb, transit_state_mb):
17961         (transit_state_bkref, build_trtable, match_ctx_clean):
17962         Likewise.
17963         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
17964         to work around an assumption that REG_MISSING is negative.
17965
17966         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
17967         (seek_collating_symbol_entry) [defined _LIBC]:
17968         (lookup_collation_sequence_value) [defined _LIBC]:
17969         (build_range_exp, build_collating_symbol) [defined _LIBC]:
17970         Use prototypes rather than old-style function definitions.
17971         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
17972         (transit_state_sb) [0]:
17973         (find_collation_sequence_value) [defined _LIBC]: Likewise.
17974
17975         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
17976         rm_eo.
17977
17978         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
17979         (optimize_subexps, lower_subexp):
17980         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
17981         since the signed shift might overflow.  Use 1u<<31 instead.
17982         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
17983         Likewise.
17984         * lib/regexec.c (check_dst_limits_calc_pos_1,
17985         check_subexp_matching_top): Likewise.
17986
17987         * lib/regcomp.c (optimize_subexps, lower_subexp):
17988         Use CHAR_BIT rather than 8, for clarity.
17989         * lib/regexec.c (check_dst_limits_calc_pos_1):
17990         (check_subexp_matching_top): Likewise.
17991         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
17992         have to worry about portability issues when shifting it left.
17993         Remove no-longer-needed test for table_size > 0.
17994         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
17995         in a word, as the resulting behavior is undefined.
17996         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
17997         in one case, a <= should have been an <, and in another case the
17998         whole test was missing.
17999         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
18000         the standard name CHAR_BIT.
18001         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
18002         this is not true on one's complement and signed-magnitude hosts.
18003
18004         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
18005         next_last_offset.
18006         (struct re_dfa_t): Remove unused member states_alloc.
18007         * lib/regcomp.c (init_dfa): Don't initialize unused members.
18008
18009 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18010
18011         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
18012         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
18013         and large-file glibc and in 32-bit large-file Solaris.
18014
18015 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18016
18017         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
18018         lengths fit in regoff_t; this isn't true if regoff_t is the same
18019         width as size_t.
18020         * lib/regex.c (re_search_internal): 5th arg is LAST_START
18021         (= START + RANGE) instead of RANGE.  This avoids overflow
18022         problems when regoff_t is the same width as size_t.
18023         All callers changed.
18024         (re_search_2_stub): Check for overflow when adding the
18025         sizes of the two strings.
18026         (re_search_stub): Check for overflow when adding START
18027         to RANGE; if it occurs, substitute the extreme value.
18028
18029 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18030
18031         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
18032
18033 2005-08-31  Jim Meyering  <jim@meyering.net>
18034
18035         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
18036         a pointer-to-const.
18037         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
18038         (register_state): Likewise.
18039         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
18040         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
18041         (group_nodes_into_DFAstates): Likewise.
18042
18043 2005-08-31  Jim Meyering  <jim@meyering.net>
18044
18045         * check-module: Add a FIXME comment.
18046
18047 2005-08-31  Eric Blake  <ebb9@byu.net>
18048
18049         * modules/unistd-safer (Files): Add unistd--.h.
18050         * modules/stdio-safer (Files): Add stdio--.h.
18051
18052 2005-08-31  Derek Price  <derek@ximbiot.com>
18053
18054         * lib/getdelim.c (getdelim): Return EOF on EOF.
18055         Reported by Larry Jones <lawrence.jones@ugs.com>.
18056
18057 2005-08-31  Bruno Haible  <bruno@clisp.org>
18058
18059         Avoid unnecessary diffs in the generated lib/Makefile.am.
18060         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
18061         the generated files.
18062         (func_import): Don't set cmd.
18063
18064 2005-08-31  Bruno Haible  <bruno@clisp.org>
18065
18066         * lib/strstr.c: Include <stddef.h>, for NULL.
18067         * lib/strcasestr.c: Likewise.
18068         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
18069
18070 2005-08-31  Bruno Haible  <bruno@clisp.org>
18071
18072         * gnulib-tool: New option --macro-prefix.
18073         (func_import): Use macro_prefix.
18074         (import): Handle option --macro-prefix.
18075
18076 2005-08-31  Bruno Haible  <bruno@clisp.org>
18077
18078         * gnulib-tool (import): Rename most ac_* variables to cached_*.
18079         Also use new variables cached_lgpl, cached_libtool.
18080
18081 2005-08-31  Bruno Haible  <bruno@clisp.org>
18082
18083         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
18084         always instantiating them.
18085
18086 2005-08-31  Bruno Haible  <bruno@clisp.org>
18087
18088         * gnulib-tool (func_import): Read the previous cached settings
18089         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
18090         earlier added by gnulib but are now dropped. Warn when a gnulib file
18091         overwrites a non-gnulib file.
18092
18093 2005-08-31  Bruno Haible  <bruno@clisp.org>
18094
18095         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
18096         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
18097         projects that don't keep autogenerated files in CVS. Put into
18098         actioncmd only the specified modules, not the transitive closure.
18099
18100 2005-08-31  Bruno Haible  <bruno@clisp.org>
18101
18102         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
18103         Create directories that shall be filled.
18104         (import): Don't look for gl_* macros in configure.ac. Recurse across
18105         all directories containing a gnulib-cache.m4 files, if meaningful.
18106
18107 2005-08-31  Bruno Haible  <bruno@clisp.org>
18108
18109         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
18110         (import): Set seen_libtool when we see gl_LIBTOOL.
18111
18112 2005-08-31  Bruno Haible  <bruno@clisp.org>
18113
18114         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
18115         declaration macro definitions from generated gnulib.m4.
18116
18117 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
18118
18119         * lib/iconvme.h: Add prototype for iconv_alloc.
18120
18121 2005-08-29  Simon Josefsson  <jas@extundo.com>
18122
18123         * lib/iconvme.c: Fix errno.
18124
18125 2005-08-29  Bruno Haible  <bruno@clisp.org>
18126
18127         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
18128         that it works when the directory contains spaces.
18129
18130 2005-08-29  Bruno Haible  <bruno@clisp.org>
18131
18132         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
18133
18134 2005-08-29  Bruno Haible  <bruno@clisp.org>
18135
18136         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
18137         Emit more advice.
18138
18139 2005-08-29  Bruno Haible  <bruno@clisp.org>
18140         and Stepan Kasal  <kasal@ucw.cz>
18141
18142         * check-module: If more parameters are given, check each of them
18143         separately; add more exceptions, as noted by Jim Meyering.
18144         (check_module): New procedure.
18145         (%exempt_header): Now contains all exceptions.
18146
18147 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
18148
18149         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
18150
18151 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
18152
18153         * lib/iconvme.c: Split iconv_string into iconv_alloc.
18154
18155 2005-08-28  Bruno Haible  <bruno@clisp.org>
18156
18157         * m4/gnulib-tool.m4: New file.
18158
18159 2005-08-27  Jim Meyering  <jim@meyering.net>
18160
18161         * modules/unistd-safer (Files): Add pipe-safer.c.
18162         * modules/fcntl-safer (Files): Add creat-safer.c.
18163
18164 2005-08-27  Jim Meyering  <jim@meyering.net>
18165
18166         * m4/stdlib-safer.m4: New file.  From coreutils.
18167         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
18168         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
18169         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
18170         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
18171         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
18172
18173 2005-08-27  Jim Meyering  <jim@meyering.net>
18174
18175         * lib/fopen-safer.c: Merge minor changes from coreutils.
18176         * lib/dup-safer.c: Likewise.
18177         * lib/fd-safer.c: Likewise.
18178
18179         Merge from coreutils.
18180         * lib/stdio--.h: New file.
18181         * lib/stdlib--.h: New file.
18182         * lib/mkstemp-safer.c: New file.
18183
18184         GNU tar needs these.
18185         * lib/pipe-safer.c: New file.
18186         * lib/creat-safer.c: New file.
18187         * lib/fcntl--.h (creat): Define to creat_safer.
18188         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
18189         * lib/unistd--.h (pipe): Define to pipe_safer.
18190         * lib/unistd-safer.h: Declare pipe_safer.
18191
18192 2005-08-26  Simon Josefsson  <jas@extundo.com>
18193
18194         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
18195         Haible <bruno@clisp.org>.
18196
18197 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
18198
18199         * lib/regex_internal.h: Remove all references to
18200         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
18201         or better.
18202         (bitset_not, bitset_merge, bitset_not_merge):
18203         (bitset_mask, re_string_allocate, re_string_construct):
18204         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
18205         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
18206         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
18207         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
18208         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
18209         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
18210         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
18211         (re_acquire_state_context):
18212         Remove unnecessary forward decls.
18213         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
18214         Put __attribute at function definition,
18215         now that the function decl has been removed.
18216         * lib/regex_internal.c (re_string_peek_byte_case):
18217         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
18218         Likewise.
18219
18220 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
18221
18222         * m4/regex.m4: Add AC_PREREQ(2.50).
18223         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
18224
18225 2005-08-25  Simon Josefsson  <jas@extundo.com>
18226
18227         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
18228         __fsetlocking.
18229
18230 2005-08-25  Simon Josefsson  <jas@extundo.com>
18231
18232         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
18233         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
18234         GLIBC specific code.
18235
18236 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18237
18238         Make regex safe for g++.  This fixes one real bug (an "err"
18239         that should have been "*err").  g++ problem reported by
18240         Sam Steingold.
18241         * lib/regex_internal.h (re_calloc): New macro, consistent with
18242         re_malloc etc.  All callers of calloc changed to use re_calloc.
18243         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
18244         not int.  All callers changed.
18245         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
18246         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
18247         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
18248         (find_recover_state): Change "err" to "*err"; this fixes what
18249         appears to be a real bug.
18250         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
18251         versus int.
18252
18253 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18254
18255         * modules/regex (Depends-on): Add malloc, since the code
18256         assumes that !malloc(0) means failure.
18257
18258 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18259
18260         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
18261
18262         alloca modernization/simplification for regex.
18263         * lib/regex.c: Remove portability cruft for alloca.  This no longer
18264         needs to be at the start of the file, and can be moved into
18265         regex_internal.h and simplified.
18266         * lib/regex_internal.h: Include <alloca.h>.
18267         (__libc_use_alloca) [!defined _LIBC]: New macro.
18268         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
18269         now works outside glibc.
18270
18271 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18272
18273         * config/srclist.txt: Add glibc bugs 1241, 1245.
18274
18275 2005-08-25  Jim Meyering  <jim@meyering.net>
18276
18277         * lib/open-safer.c: Include <config.h>.
18278         Otherwise, we'd lose LARGEFILE support in any file using
18279         e.g. "fcntl--.h"
18280
18281 2005-08-25  Bruno Haible  <bruno@clisp.org>
18282
18283         * m4/minmax.m4: Require autoconf 2.52.
18284         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
18285         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
18286         alternatives of translit over the alphabet.
18287         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
18288
18289 2005-08-24  Simon Josefsson  <jas@extundo.com>
18290
18291         * tests/test-getpass.c: New file.
18292
18293 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18294
18295         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
18296         for GNU regex features.
18297
18298 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18299
18300         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
18301         * lib/regex.h (regerror): Likewise.
18302
18303         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
18304         requires this.  (The code never needed it.)
18305
18306         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
18307         All uses of recently-renamed identifiers changed to use the new,
18308         POSIX-compliant names.  The code will build and run just fine
18309         without these changes, but it's better to eat our own dog food
18310         and use the standard-conforming names.
18311
18312         * lib/regex.h: Fix a multitude of POSIX name space violations.
18313         These changes have an effect only for programs that define
18314         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
18315         do not change anything for programs compiled in the normal way.
18316         Also, there is no effect on the ABI.
18317
18318         (_REGEX_SOURCE): New macro.
18319         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
18320         defined and _GNU_SOURCE is not; this fixes a name space violation.
18321
18322         Rename the following macros to obey POSIX requirements.
18323         The old names are still visible as macros if _REGEX_SOURCE is defined.
18324         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
18325         RE_BACKSLASH_ESCAPE_IN_LISTS.
18326         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
18327         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
18328         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
18329         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
18330         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
18331         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
18332         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
18333         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
18334         (REG_INTERVALS): renamed from RE_INTERVALS.
18335         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
18336         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
18337         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
18338         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
18339         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
18340         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
18341         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
18342         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
18343         RE_UNMATCHED_RIGHT_PAREN_ORD.
18344         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
18345         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
18346         (REG_DEBUG): renamed from RE_DEBUG.
18347         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
18348         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
18349         unusual, since we can't clash with the POSIX REG_ICASE.
18350         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
18351         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
18352         (REG_NO_SUB): renamed from RE_NO_SUB.
18353         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
18354         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
18355         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
18356         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
18357         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
18358         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
18359         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
18360         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
18361         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
18362         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
18363         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
18364         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
18365         RE_SYNTAX_POSIX_MINIMAL_BASIC.
18366         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
18367         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
18368         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
18369         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
18370         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
18371         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
18372         (REG_FIXED): Renamed from REGS_FIXED.
18373         (REG_NREGS): Renamed from RE_NREGS.
18374
18375         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
18376         of other REG_* macros, since POSIX says the user is allowed to
18377         #undef these macros selectively.
18378
18379         (reg_errcode_t): Update comment stating what other tables need
18380         to be consistent.
18381
18382         Rename the following enum values to obey POSIX requirements.
18383         The old names are still visible as macros.
18384         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
18385         is not defined, since GNU is supposed to be a superset of POSIX as
18386         much as possible, and since we want reg_errcode_t to be a signed
18387         type for implementation consistency.
18388         (_REG_NOERROR): Renamed from REG_NOERROR.
18389         (_REG_NOMATCH): Renamed from REG_NOMATCH.
18390         (_REG_BADPAT): Renamed from REG_BADPAT.
18391         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
18392         (_REG_ECTYPE): Renamed from REG_ECTYPE.
18393         (_REG_EESCAPE): Renamed from REG_EESCAPE.
18394         (_REG_ESUBREG): Renamed from REG_ESUBREG.
18395         (_REG_EBRACK): Renamed from REG_EBRACK.
18396         (_REG_EPAREN): Renamed from REG_EPAREN.
18397         (_REG_EBRACE): Renamed from REG_EBRACE.
18398         (_REG_BADBR): Renamed from REG_BADBR.
18399         (_REG_ERANGE): Renamed from REG_ERANGE.
18400         (_REG_ESPACE): Renamed from REG_ESPACE.
18401         (_REG_BADRPT): Renamed from REG_BADRPT.
18402         (_REG_EEND): Renamed from REG_EEND.
18403         (_REG_ESIZE): Renamed from REG_ESIZE.
18404         (_REG_ERPAREN): Renamed from REG_ERPAREN.
18405         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
18406         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
18407         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
18408         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
18409
18410         (_REG_RE_NAME, _REG_RM_NAME): New macros.
18411         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
18412         changed.  But support the old name if the new one is not defined
18413         and if _REGEX_SOURCE.
18414
18415         Change the following member names in struct re_pattern_buffer.
18416         The old names are still supported if !_REGEX_SOURCE.
18417         The new names are always supported, regardless of _REGEX_SOURCE.
18418         (re_buffer): Renamed from buffer.
18419         (re_allocated): Renamed from allocated.
18420         (re_used): Renamed from used.
18421         (re_syntax): Renamed from syntax.
18422         (re_fastmap): Renamed from fastmap.
18423         (re_translate): Renamed from translate.
18424         (re_can_be_null): Renamed from can_be_null.
18425         (re_regs_allocated): Renamed from regs_allocated.
18426         (re_fastmap_accurate): Renamed from fastmap_accurate.
18427         (re_no_sub): Renamed from no_sub.
18428         (re_not_bol): Renamed from not_bol.
18429         (re_not_eol): Renamed from not_eol.
18430         (re_newline_anchor): Renamed from newline_anchor.
18431
18432         Change the following member names in struct re_registers.
18433         The old names are still supported if !_REGEX_SOURCE.
18434         The new names are always supported, regardless of _REGEX_SOURCE.
18435         (rm_num_regs): Renamed from num_regs.
18436         (rm_start): Renamed from start.
18437         (rm_end): Renamed from end.
18438
18439         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
18440         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
18441         Prepend __ to parameter names.
18442
18443         Undo yesterday's changes.
18444
18445 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18446
18447         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
18448         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
18449         lib/regex.c.
18450
18451 2005-08-24  Jim Meyering  <jim@meyering.net>
18452
18453         Sync from coreutils.
18454         * m4/fcntl-safer.m4: New file.
18455
18456         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
18457         and object files for this module.
18458
18459 2005-08-24  Jim Meyering  <jim@meyering.net>
18460
18461         Sync from coreutils.
18462         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
18463
18464 2005-08-24  Jim Meyering  <jim@meyering.net>
18465
18466         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
18467         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
18468
18469 2005-08-24  Jim Meyering  <jim@meyering.net>
18470
18471         * modules/fcntl-safer: New module.
18472         * modules/fts (Depends-on): Add fcntl-safer.
18473         * MODULES.html.sh (File descriptor based Input/Output):
18474         Add fcntl-safer.
18475
18476 2005-08-24  Bruno Haible  <bruno@clisp.org>
18477
18478         Support for unit test modules.
18479         * modules/README: Mention tests modules.
18480         * modules/TEMPLATE-TESTS: New file.
18481         * gnulib-tool: New options --extract-tests-module, --with-tests and
18482         --tests-base (unused for the moment).
18483         (testsbase, inctests): New variables.
18484         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
18485         (func_verify_module): Exclude TEMPLATE-TESTS.
18486         (func_verify_nontests_module, func_verify_tests_module): New functions.
18487         (func_get_dependencies): Add implicit dependency for tests modules.
18488         (func_get_tests_module): New function.
18489         (func_modules_transitive_closure): When --with-tests was specified,
18490         include the unit tests as well, unless explicitly avoided.
18491         (func_emit_lib_Makefile_am): Ignore the tests modules here.
18492         (func_emit_tests_Makefile_am): New function.
18493         (func_create_testdir): When --with-tests was specified, emit a
18494         tests/ directory.
18495         * MODULES.html.sh (Future developments): Update.
18496
18497 2005-08-24  Bruno Haible  <bruno@clisp.org>
18498
18499         * modules/tls-tests: New file.
18500         * tests/test-tls.c: New file, from GNU gettext.
18501
18502 2005-08-24  Bruno Haible  <bruno@clisp.org>
18503
18504         * modules/lock-tests: New file.
18505         * tests/test-lock.c: New file, from GNU gettext.
18506
18507 2005-08-24  Bruno Haible  <bruno@clisp.org>
18508
18509         * lib/lock.h: Add multiple inclusion guard.
18510         * lib/tls.h: Add multiple inclusion guard.
18511
18512 2005-08-24  Bruno Haible  <bruno@clisp.org>
18513
18514         * gnulib-tool: Add support for the --aux-dir option to
18515         --create-testdir, --create-megatestdir, --test, --megatest.
18516         (func_create_testdir, func_create_megatestdir): Optionally emit a
18517         AC_CONFIG_AUX_DIR directive.
18518         (create-testdir, create-megatestdir, test, megatest): Provide a
18519         default value for $auxdir.
18520
18521 2005-08-24  Bruno Haible  <bruno@clisp.org>
18522
18523         * gnulib-tool (import): Use compound statement instead of subshell
18524         where possible.
18525
18526 2005-08-24  Bruno Haible  <bruno@clisp.org>
18527
18528         * gnulib-tool (import): Change --aux-dir default to "build-aux".
18529
18530 2005-08-24  Bruno Haible  <bruno@clisp.org>
18531
18532         * gnulib-tool (func_version): Update.
18533
18534 2005-08-24  Bruno Haible  <bruno@clisp.org>
18535
18536         * gnulib-tool (func_import, func_create_testdir,
18537         func_create_megatestdir): Quote all autoconf macro arguments.
18538
18539 2005-08-24  Bruno Haible  <bruno@clisp.org>
18540
18541         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
18542         option --force, because --force causes the aclocal.m4 of each
18543         subdirectory to be newer than the corresponding config.h.in.
18544
18545 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18546
18547         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
18548         All contents moved to gl_REGEX.
18549         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
18550         assume that it does.
18551
18552 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18553
18554         * lib/regex.h (REG_NOSYS)
18555         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
18556         Define, since POSIX requires it as of 2001.
18557         (_REG_ENOSYS)
18558         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
18559         New private symbol, used to keep the enum signed in all cases.
18560         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
18561         Youngman in
18562         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
18563
18564         * lib/regex_internal.c (re_string_skip_chars, register_state):
18565         (calc_state_hash):
18566         Remove forward decls; no longer needed now that we use prototypes.
18567         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
18568         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
18569         (clean_state_log_if_needed): Likewise.
18570
18571 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18572
18573         * config/srclist.txt: Add glibc bugs 1231-1233.
18574
18575 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18576
18577         Fix problems reported by Sam Steingold in
18578         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
18579         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
18580         assumed that reg_errcode_t is a signed type, which is not
18581         necessarily true if _XOPEN_SOURCE is not defined.
18582         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
18583         since some compilers warn about it otherwise.
18584
18585 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18586
18587         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
18588         (init_word_char, create_initial_state, duplicate_node_closure):
18589         (fetch_token, peek_token_bracket, build_range_exp):
18590         (build_collating_symbol): Remove forward decls; no longer needed
18591         now that we use prototypes.
18592
18593         * lib/regcomp.c:
18594         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
18595         (re_compile_fastmap_iter, regcomp, regerror, regfree):
18596         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
18597         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
18598         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
18599         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
18600         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
18601         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
18602         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
18603         (build_range_exp, build_collating_symbol, parse_bracket_exp):
18604         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
18605         (build_charclass, build_charclass_op, fetch_number, create_tree):
18606         (create_token_tree, mark_opt_subexp, duplicate_tree):
18607         Use prototypes rather than old-style definitions.
18608
18609         * lib/regex_internal.c:
18610         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
18611         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
18612         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
18613         (re_string_reconstruct, re_string_peek_byte_case):
18614         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
18615         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
18616         (re_node_set_init_copy, re_node_set_add_intersect):
18617         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
18618         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
18619         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
18620         (re_acquire_state, re_acquire_state_context, register_state):
18621         (create_ci_newstate, create_cd_newstate, free_state):
18622         Likewise.
18623         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
18624         re_search_2):
18625         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
18626         (re_search_internal, prune_impossible_nodes):
18627         (acquire_init_state_context, check_matching, static):
18628         (check_halt_node_context, check_halt_state_context, proceed_next_node):
18629         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
18630         (update_regs, sift_states_backward, build_sifted_states):
18631         (clean_state_log_if_needed, merge_state_array):
18632         (update_cur_sifted_state, add_epsilon_src_nodes):
18633         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
18634         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
18635         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
18636         (find_recover_state, check_subexp_matching_top, transit_state_mb):
18637         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
18638         (check_arrival, check_arrival_add_next_nodes):
18639         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
18640         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
18641         (check_node_accept_bytes, check_node_accept, extend_buffers):
18642         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
18643         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
18644         (sift_ctx_init):
18645         Likewise.
18646
18647         * lib/regex_internal.h:
18648         (re_string_allocate, re_string_construct, re_string_reconstruct):
18649         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
18650         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
18651         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
18652         (re_string_context_at, re_string_peek_byte_case):
18653         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
18654         is defined, since we now use prototypes always.
18655
18656         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
18657         C89 or better.  All uses removed.
18658
18659 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18660
18661         * config/srclist.txt: Add glibc bugs 1220-1227.
18662
18663 2005-08-20  Jim Meyering  <jim@meyering.net>
18664
18665         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
18666         of unused local, dfa.
18667
18668 2005-08-20  Bruno Haible  <bruno@clisp.org>
18669
18670         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
18671
18672 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18673
18674         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
18675         (re_node_set_insert_last, re_dfa_add_node):
18676         Rename local variables to avoid GCC shadowing warnings.
18677
18678 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18679
18680         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
18681         [defined lint]: Suppress bogus uninitialized-variable warnings.
18682
18683         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
18684         and let the caller return REG_ESPACE if out of space.  This
18685         removes an uninitialied-variable warning with GCC 4.0.1, and also
18686         avoids taking the address of a local variable.  All callers
18687         changed.
18688
18689 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18690
18691         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
18692         $LIBCSRC/posix/regexec.c.
18693         Add glibc bug 1217 for regcomp.c.
18694
18695 2005-08-19  Jim Meyering  <jim@meyering.net>
18696
18697         * lib/regexec.c (proceed_next_node): Redo local variables to
18698         avoid GCC shadowing warnings.
18699
18700 2005-08-18  Bruno Haible  <bruno@clisp.org>
18701
18702         * lib/strstr.c (strstr): Fix return value in multibyte case.
18703         * lib/strcasestr.c (strcasestr): Likewise.
18704
18705 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
18706
18707         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
18708
18709 2005-08-17  Jim Meyering  <jim@meyering.net>
18710
18711         Make the %s format (seconds since the epoch) work for a negative
18712         number and when used with a zero-padded field width, e.g. %015s.
18713
18714         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
18715         label so that it precedes the code to set `digits'.  Otherwise,
18716         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
18717         print `00-22'.  Now, it prints `-0022', as it should.
18718
18719 2005-08-17  Bruno Haible  <bruno@clisp.org>
18720
18721         * modules/strstr (Files): Add m4/mbrtowc.m4.
18722         (Depends-on): Add mbuiter.
18723
18724 2005-08-17  Bruno Haible  <bruno@clisp.org>
18725
18726         * modules/strcasestr: New file.
18727         * MODULES.html.sh (String handling, based on ANSI C 89): Add
18728         strcasestr.
18729
18730 2005-08-17  Bruno Haible  <bruno@clisp.org>
18731
18732         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
18733
18734 2005-08-17  Bruno Haible  <bruno@clisp.org>
18735
18736         * modules/mbuiter: New file.
18737         * MODULES.html.sh (Extended multibyte and wide character utilities):
18738         Add mbuiter.
18739
18740 2005-08-17  Bruno Haible  <bruno@clisp.org>
18741
18742         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
18743         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
18744
18745 2005-08-17  Bruno Haible  <bruno@clisp.org>
18746
18747         * m4/strcasestr.m4: New file.
18748
18749 2005-08-17  Bruno Haible  <bruno@clisp.org>
18750
18751         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
18752         * lib/strstr.c: Completely rewritten, with multibyte locale support.
18753
18754 2005-08-17  Bruno Haible  <bruno@clisp.org>
18755
18756         * lib/strcasestr.h: New file.
18757         * lib/strcasestr.c: New file.
18758
18759 2005-08-17  Bruno Haible  <bruno@clisp.org>
18760
18761         * lib/strcasecmp.c: Use mbuiter.h.
18762
18763 2005-08-17  Bruno Haible  <bruno@clisp.org>
18764
18765         * lib/mbuiter.h: New file.
18766
18767 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
18768
18769         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
18770         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
18771         and gl_GETOPT are both invoked via different paths (as happens
18772         with GNU tar CVS because it uses both argp and getopt), the former
18773         wins.
18774
18775 2005-08-16  Bruno Haible  <bruno@clisp.org>
18776
18777         * modules/tls: New file.
18778         * MODULES.html.sh (Multithreading): Add tls.
18779
18780 2005-08-16  Bruno Haible  <bruno@clisp.org>
18781
18782         * modules/strnlen1: New file.
18783         * MODULES.html.sh (String handling): Add strnlen1.
18784
18785 2005-08-16  Bruno Haible  <bruno@clisp.org>
18786
18787         * modules/strcase (Files): Add m4/mbrtowc.m4.
18788         (Depends-on): Add strnlen1, mbchar.
18789
18790 2005-08-16  Bruno Haible  <bruno@clisp.org>
18791
18792         * modules/mbiter: New file.
18793         * MODULES.html.sh (Extended multibyte and wide character utilities):
18794         Add mbiter.
18795
18796 2005-08-16  Bruno Haible  <bruno@clisp.org>
18797
18798         * modules/mbfile: New file.
18799         * MODULES.html.sh (Extended multibyte and wide character utilities):
18800         Add mbfile.
18801
18802 2005-08-16  Bruno Haible  <bruno@clisp.org>
18803
18804         * modules/mbchar: New file.
18805         * MODULES.html.sh (Extended multibyte and wide character utilities):
18806         New section.
18807
18808 2005-08-16  Bruno Haible  <bruno@clisp.org>
18809
18810         * m4/tls.m4: New file, from GNU gettext.
18811
18812 2005-08-16  Bruno Haible  <bruno@clisp.org>
18813
18814         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
18815         always.
18816         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
18817
18818 2005-08-16  Bruno Haible  <bruno@clisp.org>
18819
18820         * m4/mbiter.m4: New file.
18821
18822 2005-08-16  Bruno Haible  <bruno@clisp.org>
18823
18824         * m4/mbfile.m4: New file.
18825
18826 2005-08-16  Bruno Haible  <bruno@clisp.org>
18827
18828         * m4/mbchar.m4: New file.
18829
18830 2005-08-16  Bruno Haible  <bruno@clisp.org>
18831
18832         * lib/tls.h: New file, from GNU gettext.
18833         * lib/tls.c: New file, from GNU gettext.
18834
18835 2005-08-16  Bruno Haible  <bruno@clisp.org>
18836
18837         * lib/strnlen1.h: New file.
18838         * lib/strnlen1.c: New file.
18839
18840 2005-08-16  Bruno Haible  <bruno@clisp.org>
18841
18842         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
18843         (mbi_init): Update.
18844         (mbi_avail, mbi_advance): Let the iteration end before the terminating
18845         NUL byte, not after it.
18846
18847 2005-08-16  Bruno Haible  <bruno@clisp.org>
18848
18849         * lib/strcase.h (strcasecmp): Add note in comments.
18850         * lib/strncasecmp.c: Use code from strcasecmp.c.
18851         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
18852         (strcasecmp): Work correctly in multibyte locales.
18853
18854 2005-08-16  Bruno Haible  <bruno@clisp.org>
18855
18856         * lib/mbiter.h: New file.
18857
18858 2005-08-16  Bruno Haible  <bruno@clisp.org>
18859
18860         * lib/mbfile.h: New file.
18861
18862 2005-08-16  Bruno Haible  <bruno@clisp.org>
18863
18864         * lib/mbchar.h: New file.
18865         * lib/mbchar.c: New file.
18866
18867 2005-08-16  Bruno Haible  <bruno@clisp.org>
18868
18869         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
18870         the valid ones. Makes the comparison operations transitive:
18871         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
18872         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
18873
18874 2005-08-15  Simon Josefsson  <jas@extundo.com>
18875
18876         * modules/ssize_t (License): Change to 'unlimited'.
18877
18878         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
18879
18880 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
18881
18882         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
18883         Add comments for each pending glibc patch.
18884
18885 2005-08-15  Bruno Haible  <bruno@clisp.org>
18886
18887         * lib/regex.h (__restrict_arr): Don't define to __restrict if
18888         __cplusplus is defined.
18889
18890 2005-08-14  Jim Meyering  <jim@meyering.net>
18891
18892         Sync from coreutils.
18893
18894         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
18895         Use the hash-table-based cycle-detection code not just when
18896         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
18897         Reported by James Youngman in
18898         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
18899         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
18900         FTS_TIGHT_CYCLE_CHECK.
18901         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
18902         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
18903         once again.
18904         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
18905         * lib/fts.c (fd_safer): Remove decl.
18906         Include fcntl--.h rather than unistd-safer.h
18907         (fts_safe_changedir): Don't call fd_safer; no longer needed
18908         now that we include fcntl--.h.
18909
18910 2005-08-12  Simon Josefsson  <jas@extundo.com>
18911
18912         * modules/getndelim2: Use ssize_t module.
18913         * modules/getnline: Likewise.
18914         * modules/safe-read: Likewise.
18915         * modules/xreadlink: Likewise.
18916
18917         * modules/ssize_t: New file.
18918
18919 2005-08-12  Simon Josefsson  <jas@extundo.com>
18920
18921         * m4/readline.m4: Look for termcap, curses or ncurses if required.
18922
18923 2005-08-12  Simon Josefsson  <jas@extundo.com>
18924
18925         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18926         ssize_t.
18927
18928 2005-08-12  Simon Josefsson  <jas@extundo.com>
18929
18930         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
18931         readline, getdelim and check_version.
18932         (Support for systems lacking ISO C 99: Sizes of integer types):
18933         Add size_max.
18934
18935 2005-08-12  Bruno Haible  <bruno@clisp.org>
18936
18937         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
18938
18939 2005-08-11  Simon Josefsson  <jas@extundo.com>
18940
18941         * modules/readline: New file.
18942
18943         * modules/strnlen (Files): Add strnlen.h.
18944
18945 2005-08-11  Simon Josefsson  <jas@extundo.com>
18946
18947         * m4/readline.m4: New file.
18948
18949 2005-08-11  Simon Josefsson  <jas@extundo.com>
18950
18951         * lib/readline.h, readline.c: New file.
18952
18953 2005-08-11  Simon Josefsson  <jas@extundo.com>
18954
18955         * doc/gnulib.texi (Initial import, Finishing touches): Mention
18956         gl_AVOID.
18957
18958 2005-08-11  Bruno Haible  <bruno@clisp.org>
18959
18960         * lib/strnlen.h (strnlen): Change parameter name to match comment.
18961
18962 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
18963
18964         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
18965
18966 2005-08-10  Simon Josefsson  <jas@extundo.com>
18967
18968         * tests/test-iconvme.c: New file.
18969
18970 2005-08-10  Simon Josefsson  <jas@extundo.com>
18971
18972         * m4/strnlen.m4: New file.
18973
18974         * m4/strndup.m4: Don't check for strnlen declaration, done in
18975         strnlen.m4.
18976
18977 2005-08-10  Simon Josefsson  <jas@extundo.com>
18978
18979         * lib/strndup.c: Use strnlen.h.
18980
18981         * lib/strnlen.h: New file.
18982
18983 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
18984
18985         * README: Typos.
18986
18987 2005-08-02  Simon Josefsson  <jas@extundo.com>
18988
18989         * modules/readline: New file.
18990
18991 2005-08-02  Simon Josefsson  <jas@extundo.com>
18992
18993         * modules/getdelim: New file.
18994
18995         * modules/getline: Rewrite, don't use getndelim2.
18996
18997 2005-08-02  Simon Josefsson  <jas@extundo.com>
18998
18999         * m4/getline.m4: Separate out getdelim stuff into separate module.
19000
19001         * m4/getdelim.m4: New file.
19002
19003 2005-08-02  Simon Josefsson  <jas@extundo.com>
19004
19005         * lib/getline.h, getline.c: Rewrite.
19006
19007         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
19008
19009 2005-07-31  Bruno Haible  <bruno@clisp.org>
19010
19011         * lib/lock.h (gl_lock_initializer): New macro.
19012         (gl_lock_define_initialized): Use it.
19013         (gl_rwlock_initializer): New macro.
19014         (gl_rwlock_define_initialized): Use it.
19015         (gl_recursive_lock_initializer): New macro.
19016         (gl_recursive_lock_define_initialized): Use it.
19017
19018 2005-07-30  Karl Berry  <karl@gnu.org>
19019
19020         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
19021         Report from Ben Pfaff, regarding getopt.
19022
19023 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
19024
19025         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
19026         normal way.
19027         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
19028         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
19029         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
19030         (gl_GETOPT): Use the new macros.  Most of the implementation
19031         is moved to the new macros.  This is for programs like Emacs
19032         that don't want all the functionality of gl_GETOPT.
19033
19034 2005-07-26  Bruno Haible  <bruno@clisp.org>
19035
19036         * m4/lock.m4: Update from GNU gettext.
19037
19038 2005-07-26  Bruno Haible  <bruno@clisp.org>
19039
19040         * lib/lock.h: Update from GNU gettext.
19041         * lib/lock.c: Update from GNU gettext.
19042
19043 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
19044
19045         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
19046         obsolescent AC_TRY_RUN.  Include the default includes files, for
19047         'exit'.
19048
19049 2005-07-24  Bruno Haible  <bruno@clisp.org>
19050
19051         * modules/visibility: New file.
19052         * MODULES.html.sh (Misc): Add visibility.
19053
19054 2005-07-24  Bruno Haible  <bruno@clisp.org>
19055
19056         * m4/visibility.m4: New file.
19057
19058 2005-07-24  Bruno Haible  <bruno@clisp.org>
19059
19060         * doc/visibility.texi: New file.
19061
19062 2005-07-22  Bruno Haible  <bruno@clisp.org>
19063
19064         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
19065         $(ALLOCA_H), redundant through BUILT_SOURCES.
19066         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
19067         redundant through BUILT_SOURCES.
19068         * modules/byteswap (Makefile.am): Remove explicit dependency on
19069         $(BYTESWAP_H), redundant through BUILT_SOURCES.
19070         * modules/fnmatch (Makefile.am): Remove explicit dependency on
19071         $(FNMATCH_H), redundant through BUILT_SOURCES.
19072         * modules/getopt (Makefile.am): Remove explicit dependency on
19073         $(GETOPT_H), redundant through BUILT_SOURCES.
19074         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
19075         redundant through BUILT_SOURCES.
19076         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
19077         redundant through BUILT_SOURCES.
19078         * modules/stdbool (Makefile.am): Remove explicit dependency on
19079         $(STDBOOL_H), redundant through BUILT_SOURCES.
19080         * modules/stdint (Makefile.am): Remove explicit dependency on
19081         $(STDINT_H), redundant through BUILT_SOURCES.
19082         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
19083         Remove explicit dependency on $(SYSEXITS_H).
19084         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
19085
19086 2005-07-18  Simon Josefsson  <jas@extundo.com>
19087
19088         * lib/check-version.c (check_version): Accept identical versions too.
19089
19090 2005-07-18  Bruno Haible  <bruno@clisp.org>
19091
19092         * modules/lock: New file.
19093         * MODULES.html.sh (Multithreading): New section.
19094
19095 2005-07-18  Bruno Haible  <bruno@clisp.org>
19096
19097         * m4/lock.m4: New file, from GNU gettext.
19098
19099 2005-07-18  Bruno Haible  <bruno@clisp.org>
19100
19101         * lib/lock.h: New file, from GNU gettext.
19102         * lib/lock.c: New file, from GNU gettext.
19103
19104 2005-07-18  Bruno Haible  <bruno@clisp.org>
19105
19106         * lib/lock.h (gl_once_t): New type.
19107         (gl_once_define, gl_once): New macros.
19108         * lib/lock.c (fresh_once): New variable.
19109         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
19110         functions.
19111
19112 2005-07-16  Simon Josefsson  <jas@extundo.com>
19113
19114         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
19115         workaround, suggested by Bruno.
19116
19117 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
19118
19119         * modules/xalloc (Depends-on): Add xalloc-die.
19120         * modules/xvasprintf (Depends-on): Add xalloc-die.
19121
19122 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
19123
19124         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
19125         with a minor change.
19126
19127 2005-07-15  Bruno Haible  <bruno@clisp.org>
19128
19129         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
19130         When using lib/poll.c, define poll as rpl_poll.
19131
19132 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
19133
19134         * modules/argp (Depends-on): Remove unlocked-io.
19135
19136 2005-07-14  Derek Price  <derek@ximbiot.com>
19137
19138         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
19139         for glob symlink bug.
19140
19141 2005-07-14  Bruno Haible  <bruno@clisp.org>
19142
19143         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
19144         Instead, test for *_unlocked function declarations directly.
19145
19146 2005-07-11  Simon Josefsson  <jas@extundo.com>
19147
19148         * modules/size_max: New file.
19149
19150         * modules/xsize: Depend on size_max module for size_max.m4.
19151
19152 2005-07-11  Simon Josefsson  <jas@extundo.com>
19153
19154         * lib/size_max.h: New file.
19155
19156 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
19157
19158         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
19159         copyright symbol and the year.
19160         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
19161         (version_etc_va): Use parameterized copyright notice.
19162         Reword to conform to the current GNU coding standards.
19163
19164 2005-07-11  Karl Berry  <karl@gnu.org>
19165
19166         * doc/gnulib.texi (Quoting): new node.
19167         (Initial import): more info, from Patrice.
19168
19169 2005-07-11  Bruno Haible  <bruno@clisp.org>
19170
19171         * gnulib-tool (func_usage): Document option --avoid.
19172         (Command line options): Handle --avoid.
19173         (func_acceptable): New function.
19174         (func_modules_transitive_closure): Use it.
19175
19176 2005-07-11  Bruno Haible  <bruno@clisp.org>
19177
19178         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
19179         Reported by Jim Meyering.
19180
19181 2005-07-10  Bruno Haible  <bruno@clisp.org>
19182
19183         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
19184         Needed when size_t is smaller than 'unsigned int'.
19185         Reported by Paul Eggert.
19186
19187 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
19188
19189         * modules/argp (Depends-on): Add unlocked-io
19190
19191 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
19192
19193         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
19194         block of defines.
19195
19196 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
19197
19198         * config/srclist.txt: Comment out regcomp.c, since we have a porting
19199         fix now.
19200
19201 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
19202         and Paul Eggert  <eggert@cs.ucla.edu>
19203
19204         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
19205         in wint_t, not wchar_t.  Remove now-unnecessary cast.
19206
19207 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
19208
19209         * modules/regex (Files): Add lib/regex_internal.c,
19210         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
19211         (Depends-on): Add extensions.
19212         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
19213
19214 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
19215
19216         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
19217         pathconf.
19218         * m4/same.m4 (gl_SAME): Likewise.
19219         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
19220
19221         * m4/regex.m4: Adjust to new libc regex implementation.
19222         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
19223         all the .c and .h parts of (the new) regex.
19224         Quote the m4 stuff better.
19225         Check for RE_ICASE bug of old gnulib.
19226         Check for REG_STARTEND of recent libc.
19227         Rename local variables from jm_* to gl_*.
19228         Quote operand of "test -f".
19229         Say "recent enough" version of libc, not "version 2".
19230         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
19231         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
19232         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
19233         Remove check for btowc, isascii.
19234         Require AM_LANGINFO_CODESET.
19235
19236 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
19237
19238         * lib/regex.c, regex.h: Sync from libc.
19239         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
19240         * lib/regexec.c:
19241         New files, synced from libc, except that regex_internal.h
19242         currently has a small porting fix.
19243
19244 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
19245
19246         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
19247         regex_internal.c, regexec.c.
19248         Add regex_internal.h too, but as a comment, since the libc version
19249         is currently broken in gnulib mode.
19250
19251 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
19252
19253         Support programs like Emacs that use gnulib but not gettext.
19254         * MODULES.html.sh (Internationalization functions): Add gettext-h.
19255         * modules/gettext-h: New file.
19256         * modules/gettext (Files): Remove lib/gettext.h.
19257         (Depends-on): Add gettext-h.
19258         (Makefile.am): Remove lib_SOURCES.
19259         * modules/argmatch, modules/c-stack, modules/closeout:
19260         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
19261         * modules/execute, modules/file-type, modules/getaddrinfo:
19262         * modules/getopt, modules/human, modules/javacomp:
19263         * modules/javaexec, modules/mkdir-p, modules/obstack:
19264         * modules/openat, modules/pagealign_alloc, modules/pipe:
19265         * modules/quotearg, modules/regex, modules/rpmatch:
19266         * modules/unicodeio, modules/userspec, modules/version-etc:
19267         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
19268         * modules/xsetenv:
19269         Depend on gettext-h, not gettext.
19270
19271 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
19272
19273         * gnulib-tool (func_import): Add support for 'public domain' license.
19274         * modules/alloca, modules/atexit, modules/memmove:
19275         Now public domain, not GPL.
19276         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
19277         * modules/realloc, modules/strerror, modules/strtod:
19278         Now LGPL, not GPL.
19279
19280 2005-07-05  Bruno Haible  <bruno@clisp.org>
19281
19282         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
19283         autoconf CVS. Needed for mingw.
19284
19285 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19286
19287         Remove the dependency of the strftime module on the tzset module.
19288         * modules/strftime (Depends-on): Remove dependency on tzset.
19289
19290 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19291
19292         Remove the dependency of the strftime module on the tzset module.
19293         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
19294         gl_FUNC_TZSET_CLOBBER.
19295
19296 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19297
19298         Remove the dependency of the strftime module on the tzset module.
19299         * lib/strftime.c (my_strftime)
19300         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
19301         Copy the input structure, to work around some of the bug with
19302         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
19303         Solaris releases, you should also use the tzset module, but we won't
19304         require it as a dependency any more since we don't want LGPLed code
19305         to depend on GPLed code.
19306
19307 2005-07-02  Jim Meyering  <jim@meyering.net>
19308
19309         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
19310         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
19311         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
19312         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
19313
19314 2005-07-02  Jim Meyering  <jim@meyering.net>
19315
19316         * lib/backupfile.c (backup_args): Change a `0' to NULL.
19317
19318 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
19319
19320         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
19321         declares only 'struct timespec;' (!).
19322
19323 2005-07-01  Jim Meyering  <jim@meyering.net>
19324
19325         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
19326         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
19327         * lib/save-cwd.c, tempname.c:
19328         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
19329         and don't include <sys/file.h>).
19330
19331 2005-06-29  Jim Meyering  <jim@meyering.net>
19332
19333         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
19334         type name.  Use the variable name instead.
19335         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
19336         Likewise.
19337
19338 2005-06-28  Simon Josefsson  <jas@extundo.com>
19339
19340         * modules/check-version (Files): Add check-version.m4.
19341
19342 2005-06-28  Simon Josefsson  <jas@extundo.com>
19343
19344         * m4/check-version.m4: New file, suggested by Jim Meyering
19345         <jim@meyering.net>.
19346
19347 2005-06-28  Simon Josefsson  <jas@extundo.com>
19348
19349         * lib/check-version.h, lib/check-version.c: New files.
19350
19351 2005-06-28  Simon Josefsson  <jas@extundo.com>
19352
19353         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
19354         collision with global variable.  Better indentation.  Don't
19355         increment buffer pointer beyond buffer end.  Based on comments
19356         from Paul Eggert <eggert@cs.ucla.edu>.
19357
19358         * lib/base64.h: Indent.
19359
19360 2005-06-28  Simon Josefsson  <jas@extundo.com>
19361
19362         * doc/gnulib.texi (Library version handling): New section.
19363
19364 2005-06-28  Jim Meyering  <jim@meyering.net>
19365
19366         * check-module (find_included_lib_files): Hard-code another
19367         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
19368         but modules/fts-lgpl (correctly) does not list those files.
19369
19370         * modules/canonicalize (Files): Add lib/pathmax.h.
19371
19372 2005-06-25  Simon Josefsson  <jas@extundo.com>
19373
19374         * modules/check-version: New file.
19375
19376 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
19377
19378         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
19379         initializer of struct addrinfo, as an indication that we don't
19380         care how many members the structure has.
19381
19382 2005-06-24  Derek Price  <derek@ximbiot.com>
19383         and Bruno Haible  <bruno@clisp.org>
19384
19385         Remove stat module & update lstat.
19386         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
19387         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
19388         * m4/stat.m4: Remove this file.
19389
19390 2005-06-24  Derek Price  <derek@ximbiot.com>
19391         and Bruno Haible  <bruno@clisp.org>
19392
19393         Remove stat module & update lstat.
19394         * lib/stat.c: Remove this file...
19395         (slash_aware_lstat): ...moving this content and its support...
19396         * lib/lstat.c (rpl_lstat): ...into here.
19397         * lib/lstat.h: New file.
19398
19399 2005-06-24  Derek Price  <derek@ximbiot.com>
19400         and Bruno Haible  <bruno@clisp.org>
19401
19402         Remove stat module & update lstat.
19403         * config/srclist.txt (libc sources): Remove stat.
19404
19405 2005-06-24  Derek Price  <derek@ximbiot.com>
19406         and Bruno Haible  <bruno@clisp.org>
19407
19408         Remove stat module & update lstat.
19409         * MODULES.html.sh (stat): Remove.
19410         * MODULES.html: Regenerated.
19411         * modules/lstat (Description): Correct function name.
19412         (Files): Add "lstat.h".
19413         (Depends-on): Remove stat, add xalloc, stat-macros.
19414         * modules/stat: Remove this file.
19415         (Include): Add "lstat.h", remove <sys/stat.h>.
19416
19417 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
19418
19419         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
19420         (ranged_convert): Don't save conversion in a temporary struct.
19421         This causes a warning with GCC 4.0.0, and anyway in the typical
19422         case it's not worth the extra 100 bytes or so of code.
19423         (ranged_convert, __mktime_internal): When calling a function via a
19424         pointer P, use P () rather than (*P) (), as we now assume C89 or
19425         better.
19426
19427 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19428
19429         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
19430         "who -r" failed to give output.  Problem reported by Tim Waugh.
19431
19432         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
19433         (xcalloc): Use it to avoid needless tests.
19434         Problem reported by Jim Meyering.
19435
19436 2005-06-20  Derek Price  <derek@ximbiot.com>
19437
19438         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
19439         unnecessary for Autoconfs > 2.59c.
19440
19441 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19442
19443         * lib/argp.h (__option_is_short): Check upper limit of
19444         __key. Isprint() requires its argument to have the value
19445         of an unsigned char or EOF.
19446
19447 2005-06-16  Jim Meyering  <jim@meyering.net>
19448
19449         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
19450         when either N or S is zero.
19451
19452 2005-06-16  Derek Price  <derek@ximbiot.com>
19453
19454         * m4/bison.m4: Declare YACC & YFLAGS precious.
19455
19456 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
19457
19458         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
19459         multibyte string or pattern, fall back on unibyte matching.
19460         Problem reported by James Youngman.
19461
19462 2005-06-08  Bruno Haible  <bruno@clisp.org>
19463
19464         * modules/csharpcomp: New file.
19465         * MODULES.html.sh (C#): Add csharpcomp.
19466
19467 2005-06-08  Bruno Haible  <bruno@clisp.org>
19468
19469         * m4/csharpcomp.m4: New file, from GNU gettext.
19470
19471 2005-06-08  Bruno Haible  <bruno@clisp.org>
19472
19473         * lib/csharpcomp.h: New file, from GNU gettext.
19474         * lib/csharpcomp.c: New file, from GNU gettext.
19475         * lib/csharpcomp.sh.in: New file, from GNU gettext.
19476
19477 2005-06-08  Bruno Haible  <bruno@clisp.org>
19478
19479         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
19480         warning on mingw.
19481
19482 2005-06-07  Derek Price  <derek@ximbiot.com>
19483
19484         Sync from CVS.
19485         * lib/glob_.h: Indent nested #ifdef.
19486
19487 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
19488
19489         Sync from coreutils.
19490         Use "file name" when talking about file names, instead of "filename"
19491         or "path", as per the GNU coding standards.
19492         * lib/mkdir-p.c: Renamed from makepath.c.
19493         (make_dir_parents): Renamed from make_path.  All callers changed.
19494         * lib/mkdir-p.h: Likewise.  All includers changed.
19495         * lib/filenamecat.c: Renamed from path-concat.c.
19496         (file_name_concat): Renamed from path_concat.  All callers changed.
19497         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
19498         * lib/filenamecat.h: Likewise.  All includers changed.
19499         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
19500         in comments or local variable names.
19501         * lib/basename.c: Likewise.
19502         * lib/canonicalize.c, canonicalize.h: Likewise.
19503         * lib/dirname.c, dirname.h: Likewise.
19504         * lib/euidaccess.c: Likewise.
19505         * lib/exclude.c: Likewise
19506         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
19507         * lib/fsusage.c, fsuage.h: Likewise.
19508         * lib/fts.c, fts_.h: Likewise.
19509         * lib/getcwd.c: Likewise.
19510         * lib/getloadavg.c: Likewise.
19511         * lib/mkstemp.c: Likewise.
19512         * lib/mountlist.c, mountlist.h: Likewise.
19513         * lib/openat.c, openat.h: Likewise.
19514         * lib/readlink-stub.c: Likewise.
19515         * lib/readutmp.c, readutmp.h: Likewise.
19516         * lib/rename.c: Likewise.
19517         * lib/rmdir.c: Likewise.
19518         * lib/same.c: Likewise.
19519         * lib/savedir.c: Likewise.
19520         * lib/stripslash.c: Likewise.
19521         * lib/tempname.c: Likewise.
19522         * lib/xreadlink.c: Likewise.
19523         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
19524         All uses changed.
19525         * lib/exclude.h: Likewise.
19526
19527         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
19528         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
19529         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
19530         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
19531         * lib/pathmax.h: Include <limits.h> unconditionally, since other
19532         files have been getting away with it for years (MORE/BSD 4.3
19533         is extinct now).
19534         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
19535         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
19536
19537         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
19538         Define to 256, not 255, as per modern POSIX.
19539
19540 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
19541
19542         Sync from coreutils.
19543         Use "file name" when talking about file names, instead of "filename"
19544         or "path", as per the GNU coding standards.
19545         * MODULES.html.sh: mkdir-p renamed from makepath.
19546         filenamecat renamed from path-concat.
19547         * modules/filenamecat: Renamed from modules/path-concat.
19548         (Files): filenamecat.h and filenamecat.c renamed from
19549         path-concat.h and path-concat.c.
19550         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
19551         (Include): filenamecat.h, not path-concat.h.
19552         * modules/mkdir-p: Renamed from modules/makepath.
19553         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
19554         makepath.c.
19555         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
19556         (Include): mkdir-p.h, not makepath.h.
19557
19558 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
19559
19560         Sync from coreutils.
19561         * m4/mkdir-p.m4: Renamed from makepath.m4.
19562         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
19563         Rename files from makepath.c to mkdir-p.c, and from
19564         makepath.h to mkdir-p.h.
19565         * m4/filenamecat.m4: Renamed from path-concat.m4.
19566         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
19567         Rename files from path-concat.c to filenamecat.c,
19568         and from path-concat.h to filenamecat.h.
19569         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
19570         "file name" in local variables or comments.
19571         * m4/rename.m4: Likewise.
19572
19573 2005-06-01  Bruno Haible  <bruno@clisp.org>
19574
19575         * modules/csharpexec: New file.
19576         * MODULES.html.sh (C#): New section.
19577
19578 2005-06-01  Bruno Haible  <bruno@clisp.org>
19579
19580         * m4/csharp.m4: New file, from GNU gettext.
19581         * m4/csharpexec.m4: New file, from GNU gettext.
19582
19583 2005-06-01  Bruno Haible  <bruno@clisp.org>
19584
19585         * lib/csharpexec.h: New file, from GNU gettext.
19586         * lib/csharpexec.c: New file, from GNU gettext.
19587         * lib/csharpexec.sh.in: New file, from GNU gettext.
19588
19589 2005-05-31  Derek Price  <derek@ximbiot.com>
19590             Paul Eggert  <eggert@cs.ucla.edu>
19591
19592         Sync from cvs.
19593         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
19594
19595 2005-05-31  Derek Price  <derek@ximbiot.com>
19596             Paul Eggert  <eggert@cs.ucla.edu>
19597
19598         Sync from cvs.
19599         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
19600
19601 2005-05-29  Derek Price  <derek@ximbiot.com>
19602
19603         * config/srclist.txt (glob_.h, glob.c): Add these files.
19604
19605 2005-05-29  Derek Price  <derek@ximbiot.com>
19606
19607         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
19608         * modules/glob: New file.
19609         * modules/getlogin_r: Add link to POSIX spec in description.
19610
19611 2005-05-29  Derek Price  <derek@ximbiot.com>
19612             Paul Eggert  <eggert@cs.ucla.edu>
19613
19614         * m4/glob.m4: New file.
19615
19616 2005-05-29  Derek Price  <derek@ximbiot.com>
19617             Paul Eggert  <eggert@cs.ucla.edu>
19618
19619         * lib/glob_.h, lib/glob.c: New files.
19620
19621 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
19622
19623         * modules/fts (Files): Remove m4/inttypes-pri.m4.
19624         * modules/fts-lgpl (Depends-on): Remove gettext.
19625
19626 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
19627
19628         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
19629         and don't require gt_INTTYPES_PRI.
19630
19631 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
19632
19633         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
19634
19635         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
19636         the configuration hassle isn't worth it.
19637         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
19638         (LONGEST_MODIFIER, PRIuMAX): Remove.
19639
19640 2005-05-27  Bruno Haible  <bruno@clisp.org>
19641
19642         * lib/getlogin_r.h: Remove second include of <stddef.h>.
19643
19644 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
19645
19646         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
19647         _POSIX_PTHREAD_SEMANTICS for Solaris.
19648
19649 2005-05-25  Derek Price  <derek@ximbiot.com>
19650
19651         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
19652
19653 2005-05-25  Derek Price  <derek@ximbiot.com>
19654             Paul Eggert  <eggert@cs.ucla.edu>
19655
19656         * modules/getlogin_r, m4/getlogin_r.m4: New files.
19657         * lib/getlogin_r.c, getlogin_r.h: New files.
19658
19659 2005-05-25  Bruno Haible  <bruno@clisp.org>
19660             Derek Price  <derek@ximbiot.com>
19661
19662         * lib/getlogin_r.h: Simplify API documentation.
19663
19664 2005-05-23  Derek Price  <derek@ximbiot.com>
19665
19666         * modules/minmax (Files): Add m4/minmax.m4.
19667         (configure.ac): Add gl_MINMAX.
19668
19669 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
19670
19671         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
19672         so that unistd-safer.h (GPL'ed code) need not be included.
19673
19674 2005-05-22  Bruno Haible  <bruno@clisp.org>
19675
19676         * m4/minmax.m4: New file.
19677         Based on a patch by Derek Price <derek@ximbiot.com>.
19678
19679 2005-05-22  Bruno Haible  <bruno@clisp.org>
19680
19681         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
19682         (INT64_MIN): Fix definition.
19683         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
19684
19685         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
19686         NEED_SIGNED_INT_TYPES.
19687
19688         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
19689         HAVE_SYSTEM_INTTYPES.
19690
19691 2005-05-22  Bruno Haible  <bruno@clisp.org>
19692
19693         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
19694         Also include <sys/param.h> if it defines MIN, MAX.
19695         Based on a patch by Derek Price <derek@ximbiot.com>.
19696
19697 2005-05-21  Jim Meyering  <jim@meyering.net>
19698
19699         * modules/fts (Files): Add m4/inttypes-pri.m4.
19700         (Depends-on): Add lstat and remove gettext.  Alphabetize.
19701
19702 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19703
19704         New fts module.
19705         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
19706         (setup_dir, free_dir): New functions.
19707         (enter_dir, leave_dir): Define trivial
19708         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
19709         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
19710         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
19711         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
19712         Move to fts-cycle.c.
19713         (fts_open): Use setup_dir.
19714         (fts_close): Use free_dir.
19715         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
19716         This adds a label and some gotos, but the alternatives were messier.
19717         Check for memory allocation failure when entering a dir.
19718         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
19719         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
19720         (FTS): New member fts_cycle, that is a union that contains the
19721         old active_dir_ht and cycle_state.  All uses changed to mention
19722         fts_cycle.ht and fts_cycle.state.
19723         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
19724         fts.c, with the following changes:
19725         (setup_dir, free_dir): New functions.
19726         (enter_dir): Now returns bool.  Return true if successful, false
19727         if memory exhausted.  All callers changed.
19728         Do not bother partly cleaning up on
19729         memory allocation failure; that is free_dir's job.
19730         However, free ad if hash_insert fails, to avoid memory leak.
19731         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
19732         fts->fts_options to see which union member to use.
19733
19734 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19735
19736         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
19737         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
19738
19739 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19740
19741         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
19742
19743 2005-05-20  Jim Meyering  <jim@meyering.net>
19744
19745         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
19746         Now a macro, to pacify GCC.
19747
19748 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
19749
19750         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
19751         of -1.
19752
19753 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
19754
19755         * lib/chown.c (rpl_chown): Return -1 on failure.
19756
19757 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
19758
19759         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
19760         Don't check for stddef.h.
19761         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
19762         don't use its results.
19763         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
19764         since we include them unconditionally.  Don't require
19765         AM_STDBOOL_H, since stdbool is a prerequisite.
19766         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
19767         since we assume C89 or better.
19768         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
19769         as we don't use their results.
19770         Don't check for fchdir, memmove, memset, strrchr, as we use
19771         them unconditionally.
19772         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
19773         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
19774
19775 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
19776
19777         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
19778         Include <stddef.h> unconditionally, since we assume C89 now.
19779         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
19780         * lib/fts.c: Include fts_.h first, to check interface.
19781         Do not include intprops.h; no longer needed.
19782         Include cycle-check.h and hash.h, since fts_.h no longer does.
19783         Remove unnecessary casts of closedir to void.
19784         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
19785         decide whether to decrement nlinks.
19786         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
19787         (FTS): Use struct hash_table * instead of Hash_table, so that
19788         we no longer need to include hash.h here.
19789
19790 2005-05-18  Jim Meyering  <jim@meyering.net>
19791
19792         * modules/dirfd (License): Change to LGPL.  Most of the code
19793         is already in the public domain.
19794
19795 2005-05-18  Jim Meyering  <jim@meyering.net>
19796
19797         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
19798         Reported by Yoann Vandoorselaere.
19799
19800 2005-05-17  Jim Meyering  <jim@meyering.net>
19801
19802         * m4/fts.m4: New file, from coreutils.
19803
19804 2005-05-17  Jim Meyering  <jim@meyering.net>
19805
19806         * lib/fts.c, lib/fts_.h: New files, from coreutils.
19807
19808 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19809
19810         Sync from coreutils.
19811         * m4/unlinkdir.m4: New file.
19812
19813 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19814
19815         Sync from coreutils.
19816         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
19817         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
19818         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
19819         White space changes only.
19820         * lib/makepath.c (make_path): Port to hosts where leading "//" is
19821         special.
19822         * lib/yesno.c: Include getline.h, not ctype.h.
19823         (yesno): Don't remove leading white space; POSIX doesn't allow it.
19824         Use getline to remove arbitrary restriction on response length.
19825
19826 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19827
19828         * config/srclist-update: Spell out "Street" in FSF postal
19829         mail address; this is the style the FSF seems to prefer.
19830
19831         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
19832         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
19833         this updates FSF postal mail address.
19834
19835         Sync from coreutils.
19836         * modules/unlinkdir: New file.
19837         * modules/yesno (Depends-on): Add getline.
19838         * MODULES.html.sh (File system functions): Add unlinkdir.
19839
19840 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19841
19842         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
19843         lib/strsep.h:
19844         Change the initial comment to refer to GPL, not LGPL.
19845         gnulib-tool will change it to LGPL as needed.
19846
19847         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
19848         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
19849         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
19850         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
19851         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
19852         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
19853         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
19854         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
19855         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
19856         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
19857         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
19858         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
19859         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
19860         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
19861         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
19862         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
19863         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
19864         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
19865         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
19866         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
19867         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
19868         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
19869         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
19870         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
19871         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
19872         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
19873         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
19874         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
19875         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
19876         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
19877         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
19878         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
19879         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
19880         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
19881         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
19882         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
19883         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
19884         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
19885         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
19886         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
19887         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
19888         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
19889         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
19890         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
19891         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
19892         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
19893         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
19894         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
19895         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
19896         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
19897         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
19898         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
19899         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
19900         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
19901         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
19902         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
19903         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
19904         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
19905         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
19906         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
19907         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
19908         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
19909         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
19910         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
19911         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
19912         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
19913         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
19914         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
19915         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
19916         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
19917         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
19918         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
19919         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
19920         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
19921         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
19922         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
19923         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
19924         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
19925         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
19926         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
19927         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
19928         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
19929         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
19930         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
19931         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
19932         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
19933         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
19934         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
19935         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
19936         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
19937         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
19938         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
19939         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
19940         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
19941         lib/yesno.c, lib/yesno.h:
19942         Update FSF postal mail address.
19943
19944 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19945
19946         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
19947         tests/test-memmem.c, tests/test-stpncpy.c:
19948         Update FSF postal mail address.
19949
19950 2005-05-13  Bruno Haible  <bruno@clisp.org>
19951
19952         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
19953         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
19954         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
19955         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
19956         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
19957         Add support for 64-bit integers in the MSVC compiler.
19958
19959 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19960
19961         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
19962
19963 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
19964
19965         * gnulib-tool (func_import): Sort and uniquify recommended includes.
19966
19967 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
19968
19969         * doc/getdate.texi (General date syntax): Don't say that date
19970         date --iso-8601=ns generates acceptable dates; it doesn't yet.
19971         Problem reported by Nic Ferrier.
19972
19973 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19974
19975         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
19976         specified in ai_socktype. Fix invalid ai_protocol
19977         check. ai_protocol is usually set to 0 or depending on
19978         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
19979         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
19980         ai_socktype / ai_protocol in the returned addrinfo structure.
19981
19982 2005-05-10  Simon Josefsson  <jas@extundo.com>
19983
19984         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
19985         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
19986
19987 2005-05-10  Karl Berry  <karl@gnu.org>
19988
19989         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
19990         (from http://www.gnu.org/licenses).
19991         * doc/COPYING.LIB: also rename to COPYING.LESSER.
19992         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
19993         fdl.texi suffices.
19994
19995 2005-05-10  Karl Berry  <karl@gnu.org>
19996
19997         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
19998         (COPYING.DOC): remove.
19999
20000         * config/srclist-update: new FSF address.
20001
20002 2005-05-10  Derek Price  <derek@ximbiot.com>
20003
20004         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
20005         possible.
20006
20007 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20008             Bruno Haible  <bruno@clisp.org>
20009
20010         * modules/inet_ntop: New file.
20011         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20012         inet_ntop.
20013
20014 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20015             Bruno Haible  <bruno@clisp.org>
20016
20017         * m4/inet_ntop.m4: New file.
20018
20019 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20020             Bruno Haible  <bruno@clisp.org>
20021
20022         * lib/inet_ntop.h: New file.
20023         * lib/inet_ntop.c: New file, from glibc with modifications.
20024
20025 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
20026
20027         * modules/time_r (License): Change to LGPL.
20028         * modules/extensions (License): Change to LGPL.  Actually,
20029         the license is more permissive than that, but currently gnulib-tool
20030         doesn't know how to handle more-permissive licenses.
20031
20032         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
20033         Problem reported by Dave Love.
20034
20035 2005-05-08  Jim Meyering  <jim@meyering.net>
20036
20037         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
20038         blank.
20039
20040 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
20041
20042         * modules/argmatch (Depends-on): Add stdbool.
20043         * modules/backupfile (Depends-on): Likewise.
20044         * modules/chdir-long (Depends-on): Likewise.
20045         * modules/closeout (Depends-on): Likewise.
20046         * modules/cycle-check (Depends-on): Likewise.
20047         * modules/dirname (Depends-on): Likewise.
20048         * modules/fnmatch (Depends-on): Likewise.
20049         * modules/fsusage (Depends-on): Likewise.
20050         * modules/fwriteerror (Depends-on): Likewise.
20051         * modules/getcwd (Depends-on): Likewise.
20052         * modules/getloadavg (Depends-on): Likewise.
20053         * modules/hard-locale (Depends-on): Likewise.
20054         * modules/makepath (Depends-on): Likewise.
20055         * modules/mountlist (Depends-on): Likewise.
20056         * modules/nanosleep (Depends-on): Likewise.
20057         * modules/posixtm (Depends-on): Likewise.
20058         * modules/quotearg (Depends-on): Likewise.
20059         * modules/readtokens (Depends-on): Likewise.
20060         * modules/readtokens0 (Depends-on): Likewise.
20061         * modules/readutmp (Depends-on): Likewise.
20062         * modules/save-cwd (Depends-on): Likewise.
20063         * modules/strftime (Depends-on): Likewise.
20064         * modules/userspec (Depends-on): Likewise.
20065         * modules/utimecmp (Depends-on): Likewise.
20066         * modules/xgetcwd (Depends-on): Likewise.
20067         * modules/xnanosleep (Depends-on): Likewise.
20068         * modules/xstrtod (Depends-on): Likewise.
20069         * modules/yesno (Depends-on): Likewise.
20070
20071 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
20072
20073         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
20074         needless checks.
20075
20076 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
20077
20078         Merge from coreutils.  Among other things,
20079         add bulletproofing for cases where stdin, stdout, or stderr are closed.
20080         * lib/fd-safer.c: New file.
20081         * lib/fcntl-safer.h, open-safer.c: Remove.
20082         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
20083         * lib/dup-safer.c: Include unistd-safer.h first.
20084         Don't include errno.h.
20085         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
20086         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
20087         * lib/file-type.c: Rely on file-type.h change.
20088         * lib/getloadavg.c: Include unistd-safer.h.
20089         (getloadavg): Use safer open.
20090         * lib/getusershell.c: Include "stdio-safer.h".
20091         (getusershell): Use safer fopen.
20092         * lib/long-options.c (long_options): Use NULL rather than 0.
20093         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
20094         'free'.
20095         * lib/modechange.c: Likewise.
20096         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
20097         (MODE_DONE): New constant.
20098         (struct mode_change): Remove 'next' member.
20099         (make_node_op_equals): New function; like the old one of the
20100         same name, except it allocates an array.
20101         (mode_compile, mode_create_from_ref): Use it.
20102         (mode_compile): Allocate result as an array, not a linked list.
20103         Parse octal string ourself, so that we catch mistakes like "+0".
20104         (mode_adjust): Arg is an array, not a linked list.
20105         * lib/modechange.c: Include stat-macros.h, xalloc.h.
20106         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
20107         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
20108         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
20109         Remove.  This is now stat-macros.h's job.
20110         (talloc): Remove.  All callers replaced by xalloc, so that
20111         our invokers don't have to worry about reporting memory failures.
20112         (make_node_op_equals): Remove.
20113         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
20114         New constants.
20115         (struct mode_change): Moved here from modechange.h.
20116         (mode_append_entry): Remove.
20117         (mode_compile): Remove MASKED_OPS arg, since it encouraged
20118         apps to have incorrect behavior.  Use simpler algorithm for head
20119         and tail.  Don't futz with umask; that's now the job of mode_adjust.
20120         Detect more invalid usages rather than having somewhat-random behavior.
20121         Don't insert an "a=" action, as that leads to incorrect behavior.
20122         (mode_compile, mode_create_from_ref): Return NULL on error instead
20123         of an enum, since now there's only one way to have an error.  All
20124         callers changed.
20125         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
20126         at the correct time.  Simplify calculation of "+u" and its ilk.
20127         Don't mishandle "+X".
20128         (mode_free): Remove "register" and localize decls.
20129         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
20130         (struct mode_change): Move to modechange.c; callers don't
20131         need to see this stuff.
20132         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
20133         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
20134         (mode_change, mode_adjust): Reflect the new signatures noted above.
20135         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
20136         that might redefine system include files.
20137         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
20138         (my_usleep): Use NULL rather than (void *) 0.
20139         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
20140         Use siginterrupt to specify that system calls should be interrupted.
20141         (rpl_nanosleep): Move initialization of suspended closer to call of
20142         my_usleep.
20143         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
20144         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
20145         (desirable_utmp_entry): New function.
20146         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
20147         using x2nrealloc, to simplify logic.
20148         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
20149         size calculation.  Do not assume utmp file is a regular file.
20150         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
20151         (READ_UTMP_CHECK_PIDS): New constant.
20152         * lib/save-cwd.c: Include unistd-safer.h.
20153         (save_cwd): Use fd_safer.
20154         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
20155         [!_LIBC] Include "stat-macros.h" instead.
20156         * lib/unistd-safer.h (fd_safer): New decl.
20157
20158 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
20159
20160         * modules/getloadavg (Depends-on): Add unistd-safer.
20161         * modules/getusershell (Depends-on): Add stdio-safer.
20162         * modules/lstat (Depends-on): Remove xalloc.
20163         * modules/mkstemp (Depends-on): Add stat-macros.
20164         * modules/modechange (Depends-on): Remove xstrtol.
20165         Add stat-macros, xalloc.
20166         * modules/save-cwd (Depends-on): Add unistd-safer.
20167         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
20168         * modules/unistd-safer (Files): Add lib/fd-safer.c
20169         (Makefile.am): Remove lib_SOURCES.
20170
20171         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
20172         Remove fcntl-safer; unistd-safer supersedes it.
20173
20174 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
20175
20176         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
20177         AC_HEADER_STAT.
20178         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
20179         (gl_PREREQ_CHOWN): Remove.
20180         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
20181         it.  Don't require AC_HEADER_STAT.
20182         (gl_PREREQ_LSTAT): Remove.
20183         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
20184         Don't require AC_HEADER_STAT.
20185         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
20186         (gl_PREREQ_RMDIR): Remove.
20187         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
20188         mention stat-macros.h or AC_HEADER_STAT, since we'll make
20189         the stat-macros module a prerequisite.
20190         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
20191         * m4/filemode.m4 (gl_FILEMODE): Likewise.
20192         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
20193         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
20194         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
20195         variable names.
20196         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
20197         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
20198         variable prefixes.
20199         * m4/fcntl-safer.m4: Remove.
20200         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
20201         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
20202         Invoke gl_PREREQ_FD_SAFER.
20203         (gl_PREREQ_FD_SAFER): New macro.
20204         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
20205         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
20206         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
20207         Remove duplicate call to AC_LIBOBJ(readutmp).
20208         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
20209
20210         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
20211         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
20212
20213 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
20214
20215         * MODULES.html.sh (Misc): Add byteswap.
20216
20217 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
20218
20219         * modules/getcwd (Depends-on): Add extensions.
20220         * modules/openat (Depends-on): Likewise.
20221
20222 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
20223
20224         * modules/byteswap: New file.
20225
20226 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
20227
20228         * m4/byteswap.m4: New file.
20229
20230 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
20231
20232         * lib/byteswap_.h: New file.
20233
20234 2005-04-25  Karl Berry  <karl@gnu.org>
20235
20236         * m4/gettext.m4: Update from GNU gettext 0.14.4.
20237
20238 2005-04-25  Albert Chin  <china@thewrittenword.com>
20239
20240         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
20241         Toolkit C bug.
20242
20243 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
20244
20245         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
20246         (func_ln_if_changed) Remove forcibly for no error message
20247         in case file does not exist.
20248
20249 2005-04-19  Simon Josefsson  <jas@extundo.com>
20250
20251         * gnulib-tool (Options): Make --symlink mean --symbolic.
20252
20253 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
20254
20255         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
20256
20257 2005-04-16  Simon Josefsson  <jas@extundo.com>
20258
20259         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
20260
20261 2005-04-15  Simon Josefsson  <jas@extundo.com>
20262
20263         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
20264
20265 2005-04-15  Simon Josefsson  <jas@extundo.com>
20266
20267         * gnulib-tool: Rename --symlink to --symbolic.
20268
20269 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
20270
20271         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
20272         symbolic links to files instead of copying/moving.  Add --aux-dir,
20273         specifying directory relative --dir where auxiliary build tools
20274         are placed.
20275
20276 2005-04-14  Bruno Haible  <bruno@clisp.org>
20277
20278         * modules/allocsa (License): Change to LGPL.
20279         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
20280
20281 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
20282
20283         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
20284         that "UTC +1 second" continues to work.  Problem reported
20285         by Dmitry V. Levin.
20286         (relunit_snumber): New rule.
20287         (relunit): Use it.
20288
20289 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
20290
20291         * lib/getdate.y (universal_time_zone_table): New constant.
20292         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
20293         universal_time_zone_table.
20294         (lookup_zone): Prefer universal_time_zone_table to
20295         local_time_zone_table, so that "GMT" time stamps are allowed in
20296         London during the summer.  Problem reported by Ian Abbott.
20297
20298 2005-04-12  Jim Meyering  <jim@meyering.net>
20299
20300         * lib/human.c (humblock): Set *options even when returning due to
20301         xstrtoumax conversion failure.  Thanks to a used-uninitialized
20302         warning from gcc-4.
20303
20304 2005-04-09  Jim Meyering  <jim@meyering.net>
20305
20306         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
20307         -Wuninitialized: initialize tm0.tm_year.
20308
20309 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
20310
20311         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
20312         count, since there's no maximum.  All uses changed.
20313         Add member dsts_seen.
20314         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
20315         not being INT_MAX.
20316         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
20317         Use pc_rels_seen to decide whther a date is absolute.
20318
20319         * lib/getdate.y (number): Don't overwrite year.
20320         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
20321         check.
20322
20323 2005-04-02  Simon Josefsson  <jas@extundo.com>
20324
20325         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
20326         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
20327
20328 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
20329
20330         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
20331         where no absolute path name can be longer than PATH_MAX.
20332
20333 2005-03-27  Jim Meyering  <jim@meyering.net>
20334
20335         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
20336
20337 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
20338
20339         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
20340         "one's complement" -> "ones' complement" in comment, as per Knuth.
20341         "value of type" -> "type or expression" in comment.
20342         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
20343
20344 2005-03-26  Jim Meyering  <jim@meyering.net>
20345
20346         Comment nits.
20347         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
20348         Correct typos: s/or/of/.
20349
20350 2005-03-26  Jim Meyering  <jim@meyering.net>
20351
20352         * modules/check-include-files: Move to ../ and rename to...
20353         * check-module: ...this.
20354
20355 2005-03-25  Jim Meyering  <jim@meyering.net>
20356
20357         * modules/xvasprintf (Files): Add xalloc.h.
20358
20359 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
20360
20361         * modules/gettext (Files): config/config.rpath ->
20362         build-aux/config.rpath
20363         * modules/iconv (Files): Likewise.
20364         Problem reported by Oskar Liljeblad.
20365
20366 2005-03-23  Jim Meyering  <jim@meyering.net>
20367
20368         * modules/check-include-files: New script to check for
20369         missing dependencies, multiple includes, etc.
20370
20371         * modules/c-strtold (Depends-on): Add xalloc.
20372         * modules/c-strtod (Depends-on): Add xalloc.
20373         * modules/hash (Depends-on): Add xalloc.
20374         (Files): Remove lib/xalloc.h.
20375
20376         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
20377         * modules/userspec (Files): Add lib/inttostr.h.
20378
20379 2005-03-23  Jim Meyering  <jim@meyering.net>
20380
20381         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
20382
20383 2005-03-22  Jim Meyering  <jim@meyering.net>
20384
20385         * modules/stat-macros: New module.
20386         * modules/canonicalize, modules/euidaccess, modules/file-type,
20387         * modules/filemode, modules/lchown, modules/makepath,
20388         * modules/rmdir, modules/stat: Depend on new stat-macros module
20389         rather than listing lib/stat-macros.h manually.
20390         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
20391
20392 2005-03-22  Jim Meyering  <jim@meyering.net>
20393
20394         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
20395
20396 2005-03-22  Bruno Haible  <bruno@clisp.org>
20397
20398         * config/srclist.txt: Replace target directory 'config' with
20399         'build-aux'.
20400         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
20401         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
20402         ../build-aux/.
20403
20404 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
20405
20406         * modules/chdir-long (Depends-on): Add mempcpy.
20407
20408         * modules/acl, modules/backupfile, modules/c-strtod,
20409         modules/c-strtold, modules/canon-host, modules/canonicalize,
20410         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
20411         modules/exclude, modules/exitfail, modules/file-type,
20412         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
20413         modules/getdate, modules/getline, modules/getpagesize,
20414         modules/getpass, modules/getugroups, modules/group-member,
20415         modules/hard-locale, modules/hash, modules/human, modules/idcache,
20416         modules/inttostr, modules/long-options, modules/makepath,
20417         modules/md5, modules/memcasecmp, modules/memcoll,
20418         modules/modechange, modules/mountlist, modules/path-concat,
20419         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
20420         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
20421         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
20422         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
20423         modules/strftime, modules/strndup, modules/strverscmp,
20424         modules/timespec, modules/unlocked-io, modules/userspec,
20425         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
20426         modules/yesno:
20427         Remove lib_SOURCES line from Makefile.am section, as this is now
20428         done automatically by the corresponding Autoconf macro.
20429
20430 2005-03-21  Jim Meyering  <jim@meyering.net>
20431
20432         Changes imported from coreutils.
20433
20434         * lib/cycle-check.c: Don't include xalloc.h.
20435
20436         * lib/path-concat.c: Don't include assert.h.
20437         (path_concat): Remove assertion that would have triggered
20438         for ABASE starting with more than one slash.
20439         Reported by Andreas Schwab.
20440
20441         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
20442         properly when ABASE is an absolute file name.
20443         Correct the description of this function.
20444         Include <assert.h>.
20445         Add an assertion and a test driver.
20446         This fixes a bug introduced on 2004-07-02.
20447         Andreas Schwab reported the resulting failure of cp --parents:
20448         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
20449
20450 2005-03-21  Jim Meyering  <jim@meyering.net>
20451
20452         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
20453         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
20454
20455 2005-03-21  Jim Meyering  <jim@meyering.net>
20456         and  Paul Eggert  <eggert@cs.ucla.edu>
20457
20458         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
20459         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
20460         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
20461         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
20462         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
20463         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
20464         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
20465         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
20466         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
20467         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
20468         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
20469         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
20470         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
20471         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
20472         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
20473         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
20474         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
20475         for these modules.
20476
20477 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
20478
20479         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
20480         (which shouldn't happen), generate nothing instead of returning 0
20481         immediately, so that nstrftime (NULL, ...) doesn't return 0.
20482
20483 2005-03-16  Bruno Haible  <bruno@clisp.org>
20484
20485         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
20486         HAVE_LONGLONG_64BIT.
20487
20488 2005-03-16  Bruno Haible  <bruno@clisp.org>
20489
20490         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
20491         HAVE_LONGLONG_64BIT.
20492
20493 2005-03-16  Bruno Haible  <bruno@clisp.org>
20494
20495         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
20496         HAVE_LONGLONG_64BIT.
20497
20498 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
20499
20500         * lib/strftime.c (my_strftime): Prepend space to format so that we can
20501         reliably distinguish strftime failure from empty output on POSIX
20502         hosts.
20503
20504 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
20505
20506         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
20507         (iconv_string): Don't guess a size-zero buffer, as that might cause
20508         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
20509         result would be 'too large', where 'too large' is (heuristically)
20510         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
20511         overflow concerns.  This will prevent some unwanted malloc failures
20512         when the inputs are very large.
20513
20514 2005-03-15  Karl Berry  <karl@gnu.org>
20515
20516         * config/srclist.txt (config.rpath): from gettext.
20517         * config/config.rpath: update.
20518
20519 2005-03-15  Bruno Haible  <bruno@clisp.org>
20520
20521         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
20522         to 'negate'.
20523
20524         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
20525         variable.
20526
20527         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
20528         results.
20529
20530 2005-03-14  Simon Josefsson  <jas@extundo.com>
20531
20532         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
20533         <fx@gnu.org>.
20534
20535 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
20536
20537         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
20538         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
20539         intprops.h.
20540         * lib/strtol.c: Likewise.
20541
20542 2005-03-14  Jim Meyering  <jim@meyering.net>
20543
20544         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
20545         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
20546         to be nonzero so that we (and caller) can detect the difference
20547         between a valid zero-length expansion and an error return, even
20548         when the underlying strftime fails before writing anything into
20549         that location.
20550
20551 2005-03-14  Bruno Haible  <bruno@clisp.org>
20552
20553         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
20554         Update from GNU gettext 0.14.3.
20555
20556 2005-03-10  Jim Meyering  <jim@meyering.net>
20557
20558         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
20559
20560 2005-03-10  Jim Meyering  <jim@meyering.net>
20561
20562         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
20563         so that this module works on systems without fchdir.
20564
20565 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
20566
20567         Factor int-properties macros into a single file, except for
20568         glibc-related files.
20569         * lib/intprops.h: New file.
20570         * lib/getloadavg.c: Include it instead of limits.h.
20571         (INT_STRLEN_BOUND): Remove.
20572         * lib/human.c: Include intprops.h.
20573         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
20574         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
20575         302/1000.
20576         * lib/inttostr.h: Include intprops.h instead of limits.h.
20577         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
20578         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
20579         for consistency with intprops.h.
20580         (time_t_is_integer, twos_complement_arithmetic): Use them.
20581         * lib/sig2str.h: Include <signal.h>, intprops.h.
20582         (INT_STRLEN_BOUND): Remove.
20583         * lib/strftime.c (TYPE_SIGNED): Remove.
20584         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
20585         * lib/strtol.c: Adjust comments to match intprops.h.
20586         * lib/userspec.c: Include intprops.h.
20587         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
20588         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
20589         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
20590         instead of rolling our own expressions.
20591         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
20592
20593         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
20594         instead of int.
20595         (my_strftime): Do not mishandle years close to INT_MAX, by doing
20596         the right thing even if adding 1900 would overflow.  Similarly
20597         for tm_mon + 1 and tm_yday + 1.
20598         Make %Y always equivalent to %C%y, and similarly for %G and %g.
20599         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
20600         (DO_SIGNED_NUMBER): New macro.
20601         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
20602
20603 2005-03-07  Bruno Haible  <bruno@clisp.org>
20604
20605         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
20606
20607 2005-03-07  Bruno Haible  <bruno@clisp.org>
20608
20609         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
20610
20611 2005-03-04  Derek R. Price  <derek@ximbiot.com>
20612
20613         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
20614         (func_import): Only replace files via --import when they have actually
20615         changed.
20616
20617 2005-03-03  Derek R. Price  <derek@ximbiot.com>
20618
20619         * m4/mmap-anon.m4: New file.
20620         * m4/pagealign_alloc.m4: New file.
20621
20622 2005-03-03  Derek R. Price  <derek@ximbiot.com>
20623             Bruno Haible  <bruno@clisp.org>
20624
20625         * modules/pagealign_alloc: New file.
20626         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
20627
20628 2005-03-03  Derek R. Price  <derek@ximbiot.com>
20629             Bruno Haible  <bruno@clisp.org>
20630
20631         * lib/pagealign_alloc.h: New file.
20632         * lib/pagealign_alloc.c: New file.
20633
20634 2005-03-03  Bruno Haible  <bruno@clisp.org>
20635
20636         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
20637         Use an all-permissive copyright notice, recommended by RMS.
20638
20639 2005-03-02  Bruno Haible  <bruno@clisp.org>
20640
20641         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
20642         of AIX, the replacement has to be done only after <string.h> is
20643         included, therefore not in config.h. stpncpy.h does the replacement,
20644         and stpncpy.c uses it.
20645
20646 2005-03-02  Bruno Haible  <bruno@clisp.org>
20647
20648         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
20649         stpncpy.c uses it.
20650
20651 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20652
20653         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
20654         The workaround isn't strictly needed for POSIX conformance, and
20655         it's too much of a pain to configure and maintain.  We'll ask
20656         people to fix their kernels instead.
20657         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
20658         (NANOSLEEP_BUG_WORKAROUND): Remove.
20659         (xnanosleep): Remove the workaround.
20660
20661 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20662
20663         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
20664         Reported by Derek Price.
20665         (Include): Add "timespec.h".
20666
20667         * modules/xnanosleep (Depends-on): Remove gethrxtime.
20668
20669 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20670
20671         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
20672         to detect nanosleep bug.
20673
20674 2005-03-01  Bruno Haible  <bruno@clisp.org>
20675
20676         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
20677
20678 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
20679
20680         * modules/gethrxtime: New file.
20681         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
20682         (Depends-on): Add gethrxtime.
20683         (configure.ac): Add gl_XNANOSLEEP.
20684         (Makefile.am): Remove lib_SOURCES line.
20685
20686 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
20687
20688         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
20689         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
20690
20691 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
20692
20693         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
20694         * lib/timespec.h (gettime): Return void, since it always
20695         succeeds now.  All uses changed.
20696         * lib/gettime.c (gettime) Likewise.
20697         [HAVE_NANOTIME]: Prefer nanotime.
20698         Assume gettimeofday succeeds, as POSIX requires.
20699         Assime time () succeeds, since other code already does.
20700         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
20701         (timespec_subtract): Remove.
20702         (NANOSLEEP_BUG_WORKAROUND): New constant.
20703         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
20704         things considerably.  Use it only on GNU/Linux hosts, since the
20705         workaround shouldn't be needed elsewhere.
20706
20707 2005-02-24  Bruno Haible  <bruno@clisp.org>
20708
20709         * modules/gettext (Files): Add m4/glibc2.m4.
20710
20711 2005-02-24  Bruno Haible  <bruno@clisp.org>
20712
20713         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
20714         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
20715         * m4/progtest.m4:
20716         Update from GNU gettext 0.14.2.
20717         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
20718
20719 2005-02-24  Bruno Haible  <bruno@clisp.org>
20720
20721         * lib/localcharset.c: Update from GNU gettext 0.14.2.
20722         * lib/config.charset: Update from GNU gettext 0.14.2.
20723
20724 2005-02-24  Bruno Haible  <bruno@clisp.org>
20725
20726         * lib/gettext.h: Update from GNU gettext 0.14.2.
20727
20728 2005-02-23  Simon Josefsson  <jas@extundo.com>
20729
20730         * m4/iconvme.m4: New file.
20731
20732 2005-02-23  Jim Meyering  <jim@meyering.net>
20733
20734         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
20735         change.
20736         Thanks to Bruno Haible for catching it.
20737
20738 2005-02-22  Simon Josefsson  <jas@extundo.com>
20739
20740         * modules/iconvme: New file.
20741
20742         * MODULES.html.sh: Add iconvme.
20743
20744 2005-02-22  Simon Josefsson  <jas@extundo.com>
20745
20746         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
20747
20748 2005-02-22  Simon Josefsson  <jas@extundo.com>
20749
20750         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
20751
20752 2005-02-22  Jim Meyering  <jim@meyering.net>
20753
20754         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
20755         s/ifndef/ifdef/.
20756
20757 2005-02-20  Neil Conway  <neilc@samurai.com>
20758
20759         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
20760         returned by OSX/Darwin if the specified buffer is not large
20761         enough for the hostname.
20762
20763 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20764
20765         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
20766         pass it to _help, otherwise the latter coredumps trying to
20767         dereference state.root_argp.
20768
20769 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20770
20771         * modules/chdir-long (Depends-on): Add memrchr.
20772         * modules/memrchr (Files): Add lib/memrchr.h.
20773         (Include): "memrchr.h".
20774
20775 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20776
20777         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
20778
20779 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20780
20781         * lib/memrchr.h: New file.
20782         * lib/chdir-long.c: Include it.
20783         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
20784         Don't bother including stddef.h.
20785
20786 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
20787
20788         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
20789         inclusion.
20790         Include <sys/types.h>, for dev_t.
20791         (ME_DUMMY, ME_REMOTE): Move from here....
20792         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
20793         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
20794         Dmitry V. Levin.
20795         Include mountlist.h first, to test the interface.
20796
20797 2005-01-29  Bruno Haible  <bruno@clisp.org>
20798
20799         * lib/progname.c (program_name): Initialize.
20800         Needed when linking statically on MacOS X.
20801
20802 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
20803
20804         Sync from coreutils.
20805         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
20806         (Depends-on): Add c-strtod.
20807         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
20808
20809 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
20810
20811         Sync from coreutils.
20812         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
20813
20814         Remove files that are specific to coreutils.
20815         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
20816
20817 2005-01-28  Bruno Haible  <bruno@clisp.org>
20818
20819         * modules/javacomp: New file.
20820         * MODULES.html.sh (Java): Add javacomp.
20821
20822 2005-01-28  Bruno Haible  <bruno@clisp.org>
20823
20824         * m4/javacomp.m4: New file, from GNU gettext.
20825
20826 2005-01-28  Bruno Haible  <bruno@clisp.org>
20827
20828         * lib/javacomp.sh.in: New file, from GNU gettext.
20829         * lib/javacomp.h: New file, from GNU gettext.
20830         * lib/javacomp.c: New file, from GNU gettext.
20831
20832 2005-01-26  Simon Josefsson  <jas@extundo.com>
20833
20834         * lib/gai_strerror.c: Use GPL in header.
20835
20836 2005-01-26  Bruno Haible  <bruno@clisp.org>
20837
20838         * modules/javaexec: New file.
20839         * MODULES.html.sh (Java): Add javaexec.
20840
20841 2005-01-26  Bruno Haible  <bruno@clisp.org>
20842
20843         * m4/javaexec.m4: New file, from GNU gettext.
20844
20845 2005-01-26  Bruno Haible  <bruno@clisp.org>
20846
20847         * lib/javaexec.sh.in: New file, from GNU gettext.
20848         * lib/javaexec.h: New file, from GNU gettext.
20849         * lib/javaexec.c: New file, from GNU gettext.
20850
20851 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20852
20853         * modules/lchown (Depends-on): Remove lchown.h
20854
20855 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20856
20857         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
20858         must be defined if the header file was not found, in order
20859         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
20860
20861 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20862
20863         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
20864         initializers for struct pentry_state.
20865         (__argp_error): Check return value of __asprintf
20866         (__argp_failure): Translate error message
20867
20868         * lib/argp-parse.c: Removed braces around the expansion of N_()
20869
20870 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
20871
20872         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
20873         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
20874         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
20875         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
20876         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
20877         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
20878         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
20879         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
20880         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
20881         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
20882         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
20883         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
20884         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
20885         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
20886         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
20887         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
20888         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
20889         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
20890         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
20891         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
20892         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
20893         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
20894         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
20895         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
20896         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
20897         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
20898         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
20899         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
20900         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
20901         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
20902         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
20903         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
20904         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
20905         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
20906         xstrtol.m4, xstrtoumax.m4, yesno.m4:
20907         Use an all-permissive copyright notice, recommended by RMS.
20908
20909 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
20910
20911         * modules/chdir-long (Depends-on): Remove mempcpy.
20912
20913 2005-01-21  Jim Meyering  <jim@meyering.net>
20914
20915         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
20916         same value as for Solaris 9.
20917
20918         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
20919         component length.  This included changing the parameter to be
20920         of type `char *' rather than `char const *'.
20921         * lib/chdir-long.h (chdir_long): Update prototype.
20922
20923         * lib/openat.c (fdopendir, fstatat): New functions.
20924         * lib/openat.h: Include headers required for use of DIR and struct
20925         stat.
20926         [AT_SYMLINK_NOFOLLOW]: Define.
20927         (fdopendir, fstatat): Add prototypes.
20928
20929 2005-01-21  Bruno Haible  <bruno@clisp.org>
20930
20931         * modules/classpath: New file.
20932         * MODULES.html.sh (Java): Add classpath.
20933
20934 2005-01-21  Bruno Haible  <bruno@clisp.org>
20935
20936         * lib/classpath.h: New file, from GNU gettext.
20937         * lib/classpath.c: New file, from GNU gettext.
20938
20939 2005-01-20  Simon Josefsson  <jas@extundo.com>
20940
20941         * modules/version-etc-fsf: New file.
20942
20943 2005-01-20  Simon Josefsson  <jas@extundo.com>
20944
20945         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
20946         * lib/version-etc.c: Remove version_etc_copyright.
20947         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
20948         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
20949
20950 2005-01-20  Simon Josefsson  <jas@extundo.com>
20951
20952         * lib/base64.h (isbase64): Add.
20953
20954         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
20955         using a unsigned prototype, don't inline.
20956         (base64_decode): Use it.
20957
20958 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20959
20960         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
20961         it.
20962
20963 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20964
20965         * lib/save-cwd.c (save_cwd): Remove code to support the case
20966         where fchdir is missing or flaky.
20967
20968 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20969
20970         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
20971
20972 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
20973
20974         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
20975         AC_LIBSOURCES now does this.
20976         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
20977         with new ullong_max module.
20978
20979 2005-01-19  Bruno Haible  <bruno@clisp.org>
20980
20981         * modules/sh-quote: New file.
20982         * MODULES.html.sh (Executing programs): Add sh-quote.
20983
20984 2005-01-19  Bruno Haible  <bruno@clisp.org>
20985
20986         * lib/sh-quote.h: New file, from GNU gettext.
20987         * lib/sh-quote.c: New file, from GNU gettext.
20988
20989 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
20990
20991         Merge from coreutils.
20992         * m4/ullong_max.m4: New file.
20993         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
20994         (gl_MACROS): Assume localeconv exists.
20995
20996 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
20997
20998         Merge changes from coreutils, as described below in several
20999         changelogs dated today.
21000
21001         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
21002         (O_DIRECTORY): Remove; not needed here, since "." must be
21003         a directory.  All uses removed.
21004         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
21005         universal on Suns, and we also need to test for IRIX.
21006         Revamp code to use 'if' rather than '#if'.
21007         Avoid unnecessary comparison of cwd->desc to 0.
21008
21009         * lib/utimens.c (futimens): Robustify the previous patch, by checking
21010         for known valid error numbers rather than observed invalid ones.
21011
21012 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
21013
21014         * modules/ullong_max: New file.
21015
21016         * modules/chdir-long, modules/openat: New files.
21017         * modules/save-cwd (Depends-on): Depend on chdir-long.
21018         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
21019
21020 2005-01-18  Jim Meyering  <jim@meyering.net>
21021
21022         Merge from coreutils.
21023         * m4/chdir-long.m4, m4/openat.m4: New files.
21024         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
21025         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
21026         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
21027         is sane and DOES follow symlinks.  Besides, testing 20 different
21028         systems found no broken chown implementations.
21029         Prompted by a change in rsync's copy of this macro.
21030         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
21031
21032         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
21033
21034         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
21035         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
21036         NULL-means-set-to-current-time semantics.
21037         Remove temporary file immediately, rather than waiting
21038         for configure's at-exit trap code to do it.
21039
21040 2005-01-18  Jim Meyering  <jim@meyering.net>
21041
21042         * lib/version-etc.c (version_etc_copyright): Update copyright date.
21043
21044         * lib/utimens.c (futimens): Account for the fact that futimes
21045         can also fail with errno == ENOSYS or errno == ENOENT.
21046         Patch from Dmitry V. Levin.
21047
21048         Change the name of the robust chdir function from chdir to chdir_long.
21049         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
21050         (restore_cwd): Use chdir_long, not chdir.
21051         * lib/chdir-long.c: Renamed from chdir.c.
21052         * lib/chdir-long.h: Renamed from chdir.h.
21053         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
21054         Hurd.
21055
21056 2005-01-18  Bruno Haible  <bruno@clisp.org>
21057
21058         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
21059         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
21060         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
21061         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
21062         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
21063         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
21064         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
21065         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
21066         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
21067         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
21068         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
21069         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
21070         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
21071         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
21072         Use an all-permissive copyright notice, recommended by RMS.
21073
21074 2005-01-18  Bob Proulx  <bob@proulx.com>
21075
21076         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
21077         simplify offsetof() macro construct to avoid compile failure with
21078         native HP-UX 11.0 ANSI C compiler.
21079
21080 2005-01-17  Bruno Haible  <bruno@clisp.org>
21081
21082         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
21083         redundant because stpncpy.m4 takes care of it.
21084
21085 2005-01-17  Bruno Haible  <bruno@clisp.org>
21086
21087         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
21088
21089 2005-01-17  Bruno Haible  <bruno@clisp.org>
21090
21091         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
21092         used.
21093
21094 2005-01-17  Bruno Haible  <bruno@clisp.org>
21095
21096         * lib/fwriteerror.h (fwriteerror): Change specification to include
21097         fclose.
21098         * lib/fwriteerror.c: Include <stdbool.h>.
21099         (fwriteerror): At the end, close the file stream. Record whether
21100         stdout was already closed.
21101
21102 2005-01-17  Bruno Haible  <bruno@clisp.org>
21103
21104         * lib/execute.c (environ): Declare if needed.
21105         * lib/pipe.c (environ): Likewise.
21106         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
21107
21108 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21109
21110         * modules/argp: Depend on vsnprintf
21111
21112 2005-01-10  Jim Meyering  <jim@meyering.net>
21113
21114         * modules/closeout (Depends-on): Add atexit.
21115
21116 2005-01-06  Bruno Haible  <bruno@clisp.org>
21117
21118         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
21119
21120 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
21121
21122         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
21123         definitions to be after all include files, to avoid collisions.
21124         Problem reported by Bob Proulx.
21125
21126 2005-01-04  Jim Meyering  <jim@meyering.net>
21127
21128         Changes imported from coreutils.
21129         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
21130         as the mkstemp template, use a temporary directory and an
21131         8.3-friendly template to avoid trouble on systems like DJGPP.
21132         Reported by Juan M. Guerrero via Stepan Kasal.
21133         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
21134         close. Remove the temporary directory right away, rather than waiting
21135         for configure's at-exit trap code to do it.
21136         Suggestion from Stepan Kasal.
21137
21138 2005-01-01  Simon Josefsson  <jas@extundo.com>
21139
21140         * gnulib-tool: Print #include directives when --import'ing.
21141
21142 2004-12-28  Simon Josefsson  <jas@extundo.com>
21143
21144         * tests/test-base64.c: Include required header files.  Remove
21145         unused variables.
21146
21147 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
21148
21149         * modules/error (Depends-on): Remove gettext.
21150
21151 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
21152
21153         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
21154         not needed.  This removes a dependency on the gettext module.
21155         [defined _LIBC]: Do not include <libintl.h>; not needed.
21156
21157 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
21158
21159         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
21160         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
21161
21162 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
21163
21164         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
21165         HAVE_DECL_STRTOLD.
21166
21167 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
21168
21169         * modules/getdate (Depends-on): Remove alloca-opt.
21170
21171 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
21172
21173         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
21174
21175 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
21176
21177         * lib/argp-parse.c: Include <stddef.h>.
21178         (alignof, alignto): New macros.
21179         (parser_init): Don't assume that void * is aligned sufficiently
21180         for struct option.
21181
21182         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
21183         need to extend the stack.
21184         (YYINITDEPTH): New macro, so that the initial stack isn't overly
21185         large.
21186
21187 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21188
21189         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
21190
21191 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
21192
21193         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
21194         (2004-10-24) change.  Apparently this was a false alarm.
21195
21196         * modules/getdate: Depend on alloca-opt, not alloca.
21197
21198 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
21199
21200         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
21201         Remove now-obsolete comment about AIX.
21202         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
21203         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
21204         (YYMAXDEPTH): New macro.
21205
21206 2004-12-18  Simon Josefsson  <jas@extundo.com>
21207
21208         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
21209
21210 2004-12-18  Bruno Haible  <bruno@clisp.org>
21211
21212         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
21213
21214 2004-12-18  Bruno Haible  <bruno@clisp.org>
21215
21216         * lib/fatal-signal.c (fatal_signals): Make non-const.
21217         (init_fatal_signals): New function.
21218         (uninstall_handlers, install_handlers): Ignore signals that were set to
21219         SIG_IGN.
21220         (at_fatal_signal): Call init_fatal_signals.
21221         (init_fatal_signal_set): Likewise. Ignore signals that were set to
21222         SIG_IGN.
21223         Reported by Paul Eggert.
21224
21225 2004-12-18  Bruno Haible  <bruno@clisp.org>
21226
21227         * doc/alloca.texi: New file.
21228         * doc/alloca-opt.texi: New file.
21229
21230 2004-12-17  Jim Meyering  <jim@meyering.net>
21231
21232         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
21233         Otherwise, install-sh could exit with improper exit status when
21234         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
21235
21236 2004-12-16  Simon Josefsson  <jas@extundo.com>
21237
21238         * tests/test-base64.c: Add license.
21239
21240 2004-12-15  Stepan Kasal  <address@hidden>
21241
21242         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
21243
21244 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
21245
21246         * modules/getcwd (Files): Add m4/d-ino.m4.
21247         Suggested by Mark D. Baushke.
21248
21249 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
21250
21251         * lib/getdate.y (textint): New member "negative".
21252         (time_zone_hhmm): New function.
21253         Expect 14 shift-reduce conflicts, not 13.
21254         (o_colon_minutes): New rule.
21255         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
21256         (yylex): Set the "negative" member of signed numbers.
21257
21258 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
21259
21260         * doc/getdate.texi (Time of day items, Time zone items):
21261         Describe new formats +00:00, UTC+00:00.
21262
21263 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
21264
21265         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
21266         spurious "-l"s.  Problem reported by Stepan Kasal.
21267
21268 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
21269
21270         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
21271         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
21272
21273 2004-12-04  Simon Josefsson  <jas@extundo.com>
21274
21275         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
21276         Vandoorselaere <yoann@prelude-ids.org>.
21277
21278 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21279
21280         Changes imported from coreutils.
21281         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
21282         exist.
21283         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
21284
21285 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21286
21287         Changes imported from coreutils.
21288         * lib/hard-locale.c: Assume <locale.h> exists.
21289         Include "strdup.h".
21290         (GLIBC_VERSION): New macro.
21291         (hard_locale): Assume setlocale exists.
21292         Rewrite to avoid #ifdef.
21293         Use strdup rather than malloc + strcpy.
21294         * lib/human.c: Assume <locale.h> exists.
21295         (human_readable): Assume localeconv exists.
21296
21297 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21298
21299         * modules/hard-locale (Depends-on): Add strdup.
21300
21301 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
21302
21303         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
21304         convert T2, not T.  (Imported from libc.)
21305
21306 2004-11-30  Simon Josefsson  <jas@extundo.com>
21307
21308         * modules/restrict (License): Change to LGPL.
21309
21310 2004-11-30  Simon Josefsson  <jas@extundo.com>
21311
21312         * m4/restrict.m4: Add copyright and copying conditions.
21313
21314 2004-11-30  Simon Josefsson  <jas@extundo.com>
21315
21316         * m4/base64.m4: New file.
21317
21318 2004-11-30  Simon Josefsson  <jas@extundo.com>
21319
21320         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
21321         base64.
21322
21323         * tests/test-base64.c: New file.
21324
21325         * modules/base64: New file.
21326
21327 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
21328
21329         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
21330         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
21331
21332         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
21333
21334 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
21335
21336         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
21337         (__getcwd.c): Don't restore errno; glibc doesn't.
21338         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
21339         first, falling back to our code only if its results look suspicious.
21340         Ensure that the resulting buffer is only as large as necessary.
21341
21342         * lib/readutmp.c: Include readutmp.h first.
21343         Include <errno.h>, since readutmp.h no longer does that.
21344         * lib/readutmp.h: Don't include <errno.h>,
21345         <sys/param.h>, <time.h>; not needed to establish interface.
21346         (errno): Remove decl.
21347         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
21348         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
21349         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
21350
21351 2004-11-28  Simon Josefsson  <jas@extundo.com>
21352
21353         * lib/base64.h, base64.c: New file.
21354
21355 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
21356
21357         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
21358
21359 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
21360
21361         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
21362         (Depends-on): Remove pathmax, same.  Add mempcpy.
21363         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
21364         (Makefile.am): Append getcwd.h to lib_SOURCES.
21365         (Include): Add getcwd.h.
21366         (Maintainer): Change from Jim Meyering to "all, glibc",
21367         since getdate now uses intended-for-glibc code.
21368         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
21369         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
21370
21371 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
21372
21373         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
21374         HP's ANSI C compiler.
21375         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
21376         Declaring int functions causes warnings on some modern systems and
21377         shouldn't be needed to compile on ancient ones.
21378         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
21379         defined.
21380
21381         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
21382         with the following changes.
21383         (__set_errno): Parenthesize properly.
21384         Include <stdbool.h>.
21385         (MIN, MAX, MATCHING_INO): New macros.
21386         (__getcwd): Define with prototype, not K&R form.
21387         Use heuristics to allocate default buffer on stack if possible.
21388         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
21389         behavior, and to avoid the PATH_MAX limit when computing
21390         ../../../../...
21391         Use MATCHING_INO to compare inode number to file.
21392         Check for arithmetic overflow in size calculations.
21393         Fix bug in reallocation of dot array that caused getcwd to fail
21394         on directories nested deeper than 75.
21395         Be more careful about saving errno on error.
21396         Do not use realloc; use only free+malloc, as this is a bit
21397         more flexible and avoids a needless copy operation.
21398         Do not inspect st_dev and st_ino for symbolic links; POSIX
21399         doesn't specify the latter.
21400         Check for closedir errors.
21401         Avoid needless casts.
21402         Use "#ifdef weak_alias" around weak_alias, to be like other
21403         glibc code.
21404         The following changes to getcwd.c have effect only when used in
21405         gnulib; they have no effect inside glibc proper.
21406         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
21407         as alloca isn't used.
21408         (alloca, __alloca): Likewise.
21409         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
21410         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
21411         unconditionally, as gnulib assumes C89 or better.
21412         Do not include <sys/param.h>.
21413         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
21414         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
21415         better.
21416         (NULL) [!defined NULL]: Remove; we assume C89 or better.
21417         Include <dirent.h> in a way that is compatible with modern Autoconf.
21418         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
21419         New macros, if not already defined.
21420         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
21421         Use "_LIBC", not "defined _LIBC", for consistency.
21422         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
21423         a mempcpy module.
21424         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
21425         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
21426         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
21427         credit only to Jim Meyering and adjust the copyright dates.
21428         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
21429         <stdlib.h>, <unistd.h>, "pathmax.h".
21430         Instead, include "xgetcwd.h" (first) and "getcwd.h".
21431         (INITIAL_BUFFER_SIZE): Remove.
21432         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
21433
21434 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
21435
21436         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
21437         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
21438         Use the _ONCE methods, for efficiency.
21439         Check for fcntl.h.  In test program, include <errno.h>
21440         and <fcntl.h> if available.  Remove old K&R cruft from
21441         test program.  Check for common errors in GNU/Linux,
21442         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
21443         don't do AC_LIBOBJ, as that's getcwd.m4's job.
21444         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
21445         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
21446         name accordingly.
21447         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
21448         accommodate new getcwd.c.
21449         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
21450         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
21451         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
21452         that's all we need now.
21453
21454 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21455
21456         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
21457         argp-parse.c depends on getopt internals, that means we should
21458         always use our getopt, to be on the safe side.
21459         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
21460         order not to spoil the result of an eventual previous invocation
21461         of gl_GETOPT_SUBSTITUTE.
21462
21463 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21464
21465         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
21466         redefinition warnings. To avoid them, include the defines
21467         in `#if !defined __need_getopt ... #endif'. The only place
21468         where __getopt_argv_const is used is in definitions
21469         of getopt_long and getopt_long_only below, which are as well
21470         protected by `#ifndef __need_getopt'.
21471         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
21472         __need_getopt after including <stdio.h> and <unistd.h> These
21473         headers might have defined it.
21474
21475 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
21476
21477         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
21478
21479 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
21480
21481         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
21482         (futimens): New function, which uses futimes if available.
21483         (futimens, utimens): Support timespec==NULL, with same semantics
21484         as utime and utimens.
21485         * lib/utimens.h (futimens): New decl.
21486
21487 2004-11-23  Jim Meyering  <jim@meyering.net>
21488
21489         * lib/getopt_.h: Remove trailing blanks.
21490
21491 2004-11-23  Jim Meyering  <jim@meyering.net>
21492
21493         * lib/__fpending.c: Add comment.
21494
21495 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
21496
21497         * modules/canonicalize (Depends-on): Add xreadlink.
21498         Problem reported by James Youngman.
21499
21500 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
21501
21502         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
21503         New macros.
21504         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
21505         optopt): Use them instead of invoking ## directly; otherwise, the
21506         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
21507
21508 2004-11-19  Bruno Haible  <bruno@clisp.org>
21509
21510         * lib/strtok_r.c: Move comments from here...
21511         * lib/strtok_r.h: ... to here.
21512
21513 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
21514
21515         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
21516         implementations that mishandle size_t overflow.
21517
21518 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
21519
21520         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
21521         might fail.  Problem reported by Yoann Vandoorselaere.
21522         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
21523         implementations that mishandle size_t overflow.
21524
21525 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21526
21527         * modules/canon-host (Depends-on): Add strdup.
21528
21529 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21530
21531         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
21532
21533 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21534
21535         * lib/canon-host.c: Include "strdup.h".
21536         (canon_host): Use getaddrinfo if available, so that IPv6 works.
21537         Use strdup instead of malloc/strcpy to duplicate strings.
21538
21539         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
21540         (human_space_before_unit): New constant.
21541         * lib/human.c (human_readable): Support it.
21542
21543         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
21544         (xgetcwd): Set errno correctly when failing.
21545         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
21546         the failure is actually due to a PATH_MAX problem.
21547
21548         Further getopt changes to make it more likely that glibc will
21549         buy the changes back.
21550         * lib/getopt.c (POSIXLY_CORRECT): New constant.
21551         (getopt): Use it, so to preserve glibc semantic
21552         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
21553         when compiling for libc.
21554         * lib/getopt_.h (__getopt_argv_const): Bring it back.
21555         (getopt_long, getopt_long_only): Use it.
21556
21557         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
21558         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
21559         (getopt): Argv is now char * const *, as per standard.
21560         (_getopt_internal_r, _getopt_internal): Argv is now char **,
21561         not char *__getopt_argv_const *.
21562         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
21563         _getopt_long_only_r): Likewise.
21564         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
21565         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
21566         _getopt_long_r, _getopt_long_only_r): Likewise.
21567         * lib/getopt_.h (__getopt_argv_const): Remove.
21568         (getopt): Argv is now char * const *, as per standard.
21569
21570         * lib/getdate.y (tORDINAL): New token.
21571         (day, relunit): Allow it for relative times.
21572         (relative_time_table): Use tORDINAL for ordinals.
21573
21574 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21575
21576         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
21577         Document that "second" isn't allowed as an ordinal number.
21578
21579 2004-11-16  Jim Meyering  <jim@meyering.net>
21580
21581         * modules/closeout (Depends-on): Add fpending.
21582
21583 2004-11-15  Jim Meyering  <jim@meyering.net>
21584
21585         * lib/closeout.c: Include "__fpending.h" once again.
21586         Include <stdbool.h>.
21587         (close_stdout): Don't fail just because stdout was closed initially,
21588         since some programs don't write to stdout in the normal course of
21589         operation (other than --version and --help), and we don't want this
21590         function to make e.g. `touch file >&-' fail.
21591         But do fail if it was closed and someone has tried to write to it.
21592         E.g., `printf foo >&-' must fail.
21593
21594 2004-11-13  Jim Meyering  <jim@meyering.net>
21595
21596         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
21597
21598 2004-11-12  Simon Josefsson  <jas@extundo.com>
21599
21600         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
21601         small doc fix is still pending.
21602
21603 2004-11-11  Simon Josefsson  <jas@extundo.com>
21604
21605         * modules/strtok_r: New file.
21606
21607         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21608         strtok_r.
21609
21610 2004-11-11  Simon Josefsson  <jas@extundo.com>
21611
21612         * m4/strtok_r.m4: New file.
21613
21614         * m4/getopt.m4: Replace opterr.
21615
21616 2004-11-11  Simon Josefsson  <jas@extundo.com>
21617
21618         * lib/strtok_r.h, strtok_r.c: New file.
21619
21620 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
21621
21622         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
21623         of replacing opterr, getopt, etc.  This should handle the
21624         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
21625
21626 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
21627
21628         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
21629         we can stop lying to compilers about the constness of argv when we
21630         are compiled outside glibc.
21631         (getopt, getopt_long, getopt_long_only): Use it.
21632         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
21633         _getopt_internal, getopt): Likewise.
21634         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
21635         _getopt_long_only_r): Likewise.
21636         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
21637         _getopt_long_r, _getopt_long_only_r): Likewise.
21638
21639         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
21640         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
21641         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
21642         the other external symbols.
21643         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
21644         declaration, since the above renaming now works around collisions.
21645
21646 2004-11-11  Jim Meyering  <jim@meyering.net>
21647
21648         * lib/linebreak.c: Remove trailing blanks.
21649         * lib/alloca_.h: Likewise.
21650         * lib/acosl.c: Likewise.
21651         * lib/euidaccess.c: Likewise.
21652         * lib/allocsa.h: Likewise.
21653
21654 2004-11-10  Simon Josefsson  <jas@extundo.com>
21655
21656         * m4/getaddrinfo.m4: New file.
21657
21658 2004-11-10  Simon Josefsson  <jas@extundo.com>
21659
21660         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
21661
21662 2004-11-10  Simon Josefsson  <jas@extundo.com>
21663
21664         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21665         getaddrinfo.
21666
21667         * modules/getaddrinfo: New file.
21668
21669 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
21670
21671         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
21672
21673 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
21674
21675         * lib/mktime.c (SHR): New macro, which is a portable
21676         substitute for >> that should work even on Crays.
21677         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
21678         Problem reported by Mark D. Baushke in
21679         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
21680         * lib/getdate.y (SHR): Likewise.
21681         (tm_diff): Use it.
21682         * lib/strftime.c (SHR): Likewise.
21683         (tm_diff): Use it.
21684         * lib/quotearg.c (struct quoting_options): Use unsigned int for
21685         quote_these_too, so that right shifts are well defined.  All uses
21686         changed.
21687
21688 2004-11-10  Jim Meyering  <jim@meyering.net>
21689
21690         Ensure that no close failure goes unreported.
21691         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
21692         return early when it seems there's nothing to flush.
21693         Don't include __fpending.h.
21694
21695 2004-11-10  Jim Meyering  <jim@meyering.net>
21696
21697         * modules/closeout (Depends-on): Remove fpending.
21698
21699 2004-11-10  Jim Meyering  <jim@meyering.net>
21700
21701         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
21702
21703 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
21704
21705         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
21706         gl_FUNC_STRFTIME.
21707         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
21708         and AC_REQUIRE when possible, to avoid duplicate checks.
21709         Check for <wchar.h>.
21710
21711 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
21712
21713         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
21714
21715 2004-11-09  Bruno Haible  <bruno@clisp.org>
21716
21717         * m4/sockpfaf.m4: New file.
21718
21719 2004-11-05  Bruno Haible  <bruno@clisp.org>
21720
21721         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
21722         Reported by Mark D. Baushke <mdb@cvshome.org>.
21723
21724 2004-11-04  Bruno Haible  <bruno@clisp.org>
21725
21726         2004-09-11  Bruno Haible  <bruno@clisp.org>
21727                 * allocsa.valgrind: New file.
21728         2004-02-06  Bruno Haible  <bruno@clisp.org>
21729                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
21730                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
21731                 Reported by Christopher Seip <chris.seip@hp.com>.
21732
21733 2004-11-04  Bruno Haible  <bruno@clisp.org>
21734
21735         * modules/allocsa (Files): Add lib/allocsa.valgrind.
21736         (Makefile.am): Distribute it.
21737
21738 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
21739
21740         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
21741         with errno == ERANGE if the buffer is too small.
21742         Problem reported by Mark D. Baushke.
21743
21744 2004-11-03  Albert Chin  <china@thewrittenword.com>
21745             Paul Eggert  <eggert@cs.ucla.edu>
21746
21747         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
21748         equivalent, substitute $ac_type for equivalent type rather than
21749         blindly using uint32_t *always* which won't work if uint32_t is not
21750         available.  Define _UINT32_T to work around typedef of uint32_t if
21751         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
21752         2.5.1.
21753
21754 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
21755
21756         * m4/jm-macros.m4: Sync from coreutils.
21757         (gl_MACROS): Check for mbrlen, for pathchk.
21758         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
21759
21760 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
21761
21762         * lib/xreadlink.c (MAXSIZE): New macro.
21763         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
21764         size does not exceed MAXSIZE.  Avoid cast.
21765         As suggested by Mark D. Baushke in
21766         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
21767         if readlink fails with buffer size just under MAXSIZE, try again
21768         with MAXSIZE.
21769
21770 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
21771
21772         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
21773
21774 2004-11-02  Derek R. Price  <derek@ximbiot.com>
21775         and  Paul Eggert  <eggert@cs.ucla.edu>
21776
21777         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
21778         (get_date): Overparenthesize to avoid GCC warning.
21779
21780 2004-11-02  Bruno Haible  <bruno@clisp.org>
21781
21782         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
21783         returns void.
21784
21785 2004-11-02  Bruno Haible  <bruno@clisp.org>
21786
21787         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
21788         function returns void.
21789
21790 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
21791
21792         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
21793         fflush_unlocked, flockfile, funlockfile, funlockfile,
21794         fputs_unlocked, putc_unlocked.
21795
21796 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
21797
21798         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
21799         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
21800         already declared.
21801
21802 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21803
21804         * modules/getdate (Files): Add doc/getdate.texi.
21805         (Depends-on): Add setenv, xalloc.
21806
21807 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21808
21809         * lib/getdate.y: Add support for TZ="foo" within a date string.
21810         Fix some bugs near time_t boundaries.  Reject dates with
21811         out-of-range components, e.g., "Sept 31".
21812         Include <stdlib.h>, "setenv.h", "xalloc.h".
21813         (ISDIGIT_LOCALE): Remove; unused.
21814         Note that the TZ and time functions used here are not reentrant.
21815         (mktime_ok, get_tz): New functions.
21816         (TZBUFSIZE): New constant.
21817         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
21818         This requires that we sometimes generate our own TZ="XXX..." setting.
21819
21820 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21821
21822         * doc/getdate.texi: New file, from coreutils with modifications for
21823         the new TZ parsing.
21824
21825 2004-10-27  Derek R. Price  <derek@ximbiot.com>
21826
21827         * lib/mktime.c (not_equal_tm): Remove redundant check.
21828
21829 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
21830
21831         * modules/regex (lib_SOURCES): Add regex.c.
21832         Reported by James Youngman in
21833         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
21834
21835 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
21836
21837         * lib/getdate.y: Use Bison 1.875 features, and some minor
21838         code cleanups.  This change does not affect semantics.
21839         Don't include <stdlib.h>; no longer needed.
21840         Don't include unlocked-io.h; only the "#if TEST" code uses
21841         stdio, and performance isn't crucial there.
21842         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
21843         Bison 1.875 features as described below.
21844         All uses of "PC." replaced by "pc->".
21845         (YYSTYPE): Add a forward declaration.
21846         (yylex, yyerror): Use full prototypes in forward decls.
21847         Use "%pure-parser" rather than obsolescent "%pure_parser".
21848         Use %parse-param and %lex-param instead of obsolescent
21849         YYPARSE_PARAM and YYLEX_PARAM.
21850         (meridian_table, month_and_day_table, time_units_table,
21851         relative_time_table, time_zone_table, military_table,
21852         lookup_zone, lookup_word, get_date):
21853         Use NULL instead of 0 where appropriate.
21854         (to_hour): Avoid abort (), to avoid a dependency on
21855         stdlib.h.
21856         (yyerror, yylex): Now accepts parser_control * arg.
21857         (main) [TEST]: Use '\0' rather than 0 for char.
21858
21859 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
21860
21861         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
21862
21863 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
21864
21865         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
21866         It's now the caller's responsibility to handle the case where
21867         !HAVE_GETPAGESIZE && !defined getpagesize.
21868
21869         * lib/mktime.c (leapyear): Arg is long int, not int.
21870
21871 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
21872
21873         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
21874
21875 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
21876
21877         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
21878         missing.  Problem reported by James Youngman.
21879
21880 2004-10-16  Simon Josefsson  <jas@extundo.com>
21881
21882         * gnulib-tool: Fix comments.  Fix parse problem.
21883         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
21884
21885 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
21886
21887         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
21888         implementation of getopt_long.  Problem reported by Alexander Taler in:
21889         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
21890
21891 2004-10-15  Bruno Haible  <bruno@clisp.org>
21892
21893         * gnulib-tool: Untabify. Initialize supplied_libname.
21894         (func_usage): More homogenous output.
21895         (func_modules_transitive_closure, func_modules_to_filelist,
21896         func_emit_lib_Makefile_am): New functions.
21897         (func_import): New function, extracted from big case statement. Use
21898         func_get_license, func_modules_transitive_closure,
21899         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
21900         opt_lgpl. Don't use test -a, as it's not portable.
21901         (func_create_testdir): Use func_modules_transitive_closure,
21902         func_modules_to_filelist, func_emit_lib_Makefile_am.
21903
21904 2004-10-15  Bruno Haible  <bruno@clisp.org>
21905
21906         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
21907
21908 2004-10-15  Bruno Haible  <bruno@clisp.org>
21909
21910         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
21911         the portions belonging to each module.
21912         Suggested by Derek Robert Price <derek@ximbiot.com>.
21913
21914 2004-10-12  Simon Josefsson  <jas@extundo.com>
21915
21916         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
21917         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
21918         to real functions.
21919
21920 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21921
21922         * modules/vsnprintf: New file.
21923
21924 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21925
21926         * m4/vsnprintf.m4: New file.
21927
21928 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21929
21930         * lib/vsnprintf.h: New file.
21931         * lib/vsnprintf.c: New file.
21932
21933 2004-10-11  Bruno Haible  <bruno@clisp.org>
21934
21935         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
21936         vsnprintf.
21937
21938 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
21939
21940         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
21941
21942 2004-10-07  Bruno Haible  <bruno@clisp.org>
21943
21944         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
21945         fits into the provided buffer.
21946
21947 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
21948
21949         * lib/diacrit.c, diacrit.h: Add GPL notice.
21950
21951         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
21952         notice.
21953         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
21954         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
21955         This avoids a potential constant-folding bug.
21956
21957 2004-10-05  Bruno Haible  <bruno@clisp.org>
21958
21959         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
21960         for the declaration of strsep.
21961
21962 2004-10-05  Bruno Haible  <bruno@clisp.org>
21963
21964         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
21965
21966 2004-10-04  Simon Josefsson  <jas@extundo.com>
21967
21968         * modules/memmem: New file.
21969         * tests/test-memmem.c: New file.
21970         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
21971
21972 2004-10-04  Simon Josefsson  <jas@extundo.com>
21973
21974         * m4/memmem.m4: New file.
21975
21976 2004-10-04  Simon Josefsson  <jas@extundo.com>
21977
21978         * lib/memmem.h: New file.
21979         * lib/memmem.c: New file, taken from glibc.
21980
21981 2004-10-04  Simon Josefsson  <jas@extundo.com>
21982
21983         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
21984         '#ifdef USE_UNLOCKED_IO'.
21985
21986 2004-10-04  Simon Josefsson  <jas@extundo.com>
21987
21988         * config/srclist.txt: Add memmem from glibc.
21989
21990 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
21991
21992         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
21993
21994         * modules/argmatch, modules/argp, modules/closeout, modules/error,
21995         modules/exclude, modules/getdate, modules/getline,
21996         modules/getndelim2, modules/getpass, modules/getpass-gnu,
21997         modules/getusershell, modules/linebuffer, modules/md5,
21998         modules/mountlist, modules/posixtm, modules/readtokens,
21999         modules/readutmp, modules/regex, modules/sha1,
22000         modules/version-etc, modules/yesno:
22001         Remove dependency on unlocked-io.
22002
22003 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
22004
22005         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
22006
22007         * m4/unlocked-io.m4: Add copyright notice.
22008         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
22009
22010 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
22011
22012         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
22013         * lib/xmalloc.c (xmemdup): Likewise.
22014         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
22015         XFREE): Remove these long-obsolescent macros.
22016         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
22017         * lib/xstrdup.c: Remove.
22018
22019         * lib/regex.c (re_comp): Cast gettext return value to char *,
22020         Problem reported by Martin Neitzel via Mark D. Baushke.
22021
22022 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
22023
22024         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
22025         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
22026         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
22027         regex.c, sha1.c, version-etc.c, yesno.c:
22028         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
22029         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
22030         the includer's responsibility.
22031
22032         Sync from coreutils.
22033
22034         * lib/modechange.c (mode_compile): Don't decrement a pointer that
22035         points to the start of a string, as the C Standard says the
22036         resulting behavior is undefined.
22037
22038         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
22039         simple -> simple_backups, numbered_existing ->
22040         numbered_existing_backups, numbered -> numbered_backups
22041         to avoid shadowing problems.  All uses changed.
22042         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
22043         * lib/backupfile.c (check_extension, numbered_backup):
22044         Rename locals to avoid shadowing 'basename'.
22045         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
22046         once.
22047
22048         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
22049         * lib/.cvsignore: Add getopt.h.
22050
22051 2004-10-04  Bruno Haible  <bruno@clisp.org>
22052
22053         * modules/README: New file.
22054         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
22055         not a module.
22056
22057 2004-10-02  Jim Meyering  <jim@meyering.net>
22058
22059         * lib/dirfd.h, getpagesize.h: Add copyright notice.
22060
22061 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22062
22063         * modules/strsep: New file.
22064
22065 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22066
22067         * m4/strsep.m4: New file.
22068
22069 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22070
22071         * lib/strsep.h: New file.
22072         * lib/strsep.c: New file.
22073
22074 2004-10-01  Simon Josefsson  <jas@extundo.com>
22075
22076         * lib/snprintf.c (snprintf): Handle size==0.
22077
22078 2004-10-01  Simon Josefsson  <jas@extundo.com>
22079             Bruno Haible  <bruno@clisp.org>
22080
22081         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
22082         (snprintf): Declare 'args'.
22083
22084 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
22085
22086         * lib/snprintf.c: Remove comments as to why each header is needed.
22087
22088 2004-10-01  Bruno Haible  <bruno@clisp.org>
22089
22090         * MODULES.html.sh: Add strsep.
22091
22092 2004-09-30  Simon Josefsson  <jas@extundo.com>
22093
22094         * modules/snprintf: New file.
22095
22096 2004-09-30  Simon Josefsson  <jas@extundo.com>
22097
22098         * m4/snprintf.m4: New file.
22099
22100 2004-09-30  Simon Josefsson  <jas@extundo.com>
22101
22102         * lib/snprintf.h, lib/snprintf.c: New files.
22103
22104 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22105
22106         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
22107         (hol_entry_help): Never translate an empty string.
22108         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
22109         * lib/argp.h (OPTION_NO_TRANS): New option.
22110
22111 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
22112
22113         * modules/argp (Maintainer): Replace Simon Josefsson
22114         by Sergey Poznyakoff.
22115
22116 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
22117
22118         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
22119         changes merged back into glibc.
22120
22121 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
22122
22123         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
22124
22125 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
22126
22127         * lib/xvasprintf.c: Include xalloc.h.
22128         (xvasprintf): Use xalloc_die, not xmalloc_die.
22129
22130 2004-09-29  Bruno Haible  <bruno@clisp.org>
22131
22132         * modules/alloca-opt: New file, derived from modules/alloca.
22133         * modules/allocsa: Depend on alloca-opt instead of alloca.
22134         * modules/setenv: Likewise.
22135         * modules/vasnprintf: Likewise.
22136         * MODULES.html.sh: Add alloca-opt.
22137
22138 2004-09-28  Simon Josefsson  <jas@extundo.com>
22139
22140         * gnulib-tool: New parameter --lgpl, to asseert that modules are
22141         LGPL, and to replace license template from GPL to LGPL.
22142
22143 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
22144
22145         * modules/dummy: Change license to LGPL.
22146
22147 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
22148
22149         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
22150
22151 2004-09-24  Simon Josefsson  <jas@extundo.com>
22152
22153         * modules/minmax (License): Change from GPL to LGPL.
22154
22155 2004-09-23  Simon Josefsson  <jas@extundo.com>
22156
22157         * gnulib-tool (--import): Typo.
22158
22159 2004-09-23  Simon Josefsson  <jas@extundo.com>
22160
22161         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
22162
22163 2004-09-22  Bruno Haible  <bruno@clisp.org>
22164
22165         * modules/*: Add 'License' field.
22166         * gnulib-tool: Accept --extract-license option.
22167         (func_get_license): New function.
22168
22169 2004-09-21  Bruno Haible  <bruno@clisp.org>
22170
22171         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
22172         Reported by Simon Josefsson.
22173
22174 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
22175
22176         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
22177         gl_AC_TYPE_LONG_LONG.
22178
22179 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
22180
22181         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
22182
22183 2004-09-18  Simon Josefsson  <jas@extundo.com>
22184         and  Paul Eggert  <eggert@cs.ucla.edu>
22185
22186         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
22187         calls with autoreconf.  Define GL_LIB.
22188
22189 2004-09-14  Karl Berry  <karl@gnu.org>
22190
22191         * config/srclist.txt: unsync setenv.c, sigh.
22192
22193 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
22194
22195         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
22196         Problem reported by Bruno Haible in:
22197         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
22198
22199 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
22200
22201         * config/srclist.txt: Comment out argp-pvh.c.
22202
22203 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
22204
22205         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
22206         in case some system header has #define'd it.  Problem reported by
22207         Soeren D. Schulze in
22208         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
22209
22210 2004-09-09  Karl Berry  <karl@gnu.org>
22211
22212         * regex.[ch]: delete from the root.  These were supposed to be
22213                 synced with emacs cvs, but this has not happened for about
22214                 a year, and anyway nothing else uses emacs regex.[ch].
22215                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
22216                 lib/regex[.ch] is untouched.
22217
22218 2004-09-09  Bruno Haible  <bruno@clisp.org>
22219
22220         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
22221
22222 2004-09-09  Bruno Haible  <bruno@clisp.org>
22223
22224         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
22225         modifications.
22226         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
22227
22228 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
22229
22230         * modules/xvasprintf: New file.
22231         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
22232
22233 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
22234
22235         * lib/xvasprintf.h: New file.
22236         * lib/xvasprintf.c: New file.
22237         * lib/xasprintf.c: New file.
22238
22239 2004-09-08  Bruno Haible  <bruno@clisp.org>
22240
22241         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
22242
22243 2004-09-08  Bruno Haible  <bruno@clisp.org>
22244
22245         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
22246         length is > INT_MAX.
22247         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
22248         more.
22249
22250 2004-09-08  Bruno Haible  <bruno@clisp.org>
22251
22252         * lib/stdint_.h: New file, taken from GNU clisp.
22253
22254 2004-09-08  Bruno Haible  <bruno@clisp.org>
22255             Oskar Liljeblad  <oskar@osk.mine.nu>
22256
22257         * modules/stdint: New file.
22258         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
22259
22260 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22261
22262         Import from coreutils.
22263         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
22264         strings on unbounded length.  alloca's performance benefits aren't
22265         that important here.
22266         (V_STRDUP): Remove.
22267         (parse_with_separator): New function, with most of the internals
22268         of the old parse_user_spec.  Allow user to omit both user and group,
22269         for compatibility with FreeBSD.
22270         Clone only the user name, not the entire spec.
22271         Do not set *uid, *gid unless entirely successful.
22272         Avoid memory leak in some failing cases.
22273         Fix regression for USER.GROUP reported by Dmitry V. Levin in
22274         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
22275         (parse_user_spec): Rewrite to use parse_with_separator.
22276
22277 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22278
22279         * modules/userspec: Don't depend on alloca.
22280
22281 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22282
22283         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
22284
22285 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
22286
22287         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
22288         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
22289         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
22290
22291 2004-08-16  Simon Josefsson  <jas@extundo.com>
22292
22293         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
22294         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
22295         Add --dry-run for --import.
22296         Let user provided command line parameters override configure.ac
22297         settings.
22298
22299 2004-08-12  Simon Josefsson  <jas@extundo.com>
22300
22301         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
22302         as discussed with Paul Eggert in threads rooted at
22303         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
22304         and
22305         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
22306         Before, the test was empty, and relied on ELIDE_CODE in source
22307         code.)
22308         (gl_PREREQ_GETOPT): New macro.
22309         (gl_GETOPT): Use them.
22310
22311 2004-08-12  Simon Josefsson  <jas@extundo.com>
22312
22313         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
22314         * lib/getopt_.h: Renamed from getopt.h.
22315
22316 2004-08-12  Simon Josefsson  <jas@extundo.com>
22317
22318         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
22319         Change default library name from libfoo to libgnu.
22320         Now, if you have a configure.ac that says:
22321                 gl_SOURCE_BASE(gl)
22322                 gl_M4_BASE(gl/m4)
22323                 gl_MODULES(error getopt etcetera)
22324                 gl_INIT
22325         you can import all you need by running:
22326                 ../gnulib/gnulib-tool --import
22327
22328         * modules/getopt (Files): Rename getopt.h to getopt_.h.
22329         (Makefile.am): Rewrite, use logic from argz.
22330         (Include): Use <getopt.h> instead of "getopt.h".
22331
22332 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22333
22334         * modules/argp (Files): Add m4/unlocked-io.m4.
22335         (Depends-on): Add extensions.
22336
22337 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22338
22339         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
22340         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
22341         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
22342         Check for program_invocation_name, program_invocation_short_name,
22343         flockfile, funlockfile, features.h, _getopt_long_only_r.
22344
22345 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22346
22347         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
22348         its complicated substitute.
22349         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
22350         and program_invocation_name.
22351         (__argp_basename) [!_LIBC]: Remove; the only use was
22352         replaced by its body.
22353         (__argp_short_program_name): Change condition from
22354         !defined __argp_short_program_name to
22355         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
22356         to match argp-namefrob.h.
22357         (__argp_failure): Don't assume strerror_r returns char *.
22358         * lib/argp-parse.c (N_): Define unconditionally.
22359         (argp_default_options): Fill out initializers with 0 to avoid
22360         gcc warnings.
22361
22362 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22363
22364         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
22365         getopt1.c.
22366
22367 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
22368
22369         Merge from coreutils.
22370
22371         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
22372
22373         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
22374         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
22375
22376 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
22377
22378         Merge from coreutils.
22379
22380         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
22381         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
22382         for Reliant Unix 5.43.
22383
22384         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
22385         (union fooround): Use uintmax_t, not long int.
22386         The rest is a merge from libc:
22387         [defined _LIBC]: Include <shlib-compat.h>.
22388         (_obstack) [defined _LIBC]: Remove after 2.3.4.
22389
22390         * lib/settime.c (settime): Recode to avoid warning with
22391         Sun Forte C 6U2.
22392
22393         * lib/strverscmp.c: Convert to UTF-8.
22394
22395 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
22396
22397         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
22398         m4/uintmax_t.m4.
22399
22400 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22401
22402         * modules/xalloc-die: New file.
22403         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
22404
22405         * modules/md5 (Files): Add m4/uint32_t.m4.
22406         * modules/sha1: Renamed from modules/sha.
22407         (Files):
22408         Rename lib/sha.h to lib/sha1.h.
22409         Rename lib/sha.c to lib/sha1.c.
22410         Rename m4/sha.m4 to m4/sha1.m4.
22411         (lib_SOURCES): Likewise.
22412         (configure.ac): Rename gl_SHA to gl_SHA1.
22413         (Include): sha.h -> sha1.h.
22414
22415 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22416
22417         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
22418         * m4/sha1.m4: Renamed from sha.m4.
22419         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
22420
22421 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22422
22423         * lib/obstack.h (obstack_empty_p):
22424         Don't assume that chunk->contents is suitably aligned.
22425         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
22426         Likewise. Problem reported by Benno in
22427         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
22428
22429         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
22430         readable.  This could be improved further but it'd take some work.
22431
22432 2004-08-08  Simon Josefsson  <jas@extundo.com>
22433
22434         * modules/xgethostname (Depends-on): Remove exit and error (not
22435         used).
22436
22437         * modules/getpass-gnu: Add getpass.h.
22438         (Depends-on): Add stdbool.
22439         * modules/getpass: Add getpass.h.
22440
22441 2004-08-08  Simon Josefsson  <jas@extundo.com>
22442
22443         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
22444         Check getpass declaration.
22445
22446 2004-08-08  Simon Josefsson  <jas@extundo.com>
22447
22448         * lib/xgethostname.c: Don't include error.h (not used).
22449
22450         * lib/getpass.h: Add.
22451         * lib/getpass.c: Include getpass.h first.
22452
22453 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
22454
22455         * lib/xalloc-die.c: New file.
22456         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
22457         All uses removed.
22458         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
22459         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
22460         xalloc-die.c.
22461         (_, N_, xalloc_die): Move to xalloc-die.c.
22462         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
22463         so that we needn't mess with xalloc_msg_memory_exhausted.
22464
22465         * lib/sha1.h: Renamed from sha.h.
22466         (SHA1_H): Renamed from _SHA_H.
22467         (sha1_ctx): Renamed from sha_ctx.
22468         (sha1_init_ctx): Renamed from sha_init_ctx.
22469         (sha1_process_block): Renamed from sha_process_block.
22470         (sha1_process_bytes): Renamed from sha_process_bytes.
22471         (sha1_finish_ctx): Renamed from sha_finish_ctx.
22472         (sha1_read_ctx): Renamed from sha_read_ctx.
22473         (sha1_stream): Renamed from sha_stream.
22474         (sha1_buffer): Renamed from sha_buffer.
22475         * lib/sha1.c: Likewise; renamed from sha.c.
22476         Do not include <sys/types.h>.
22477         Include <stddef.h> rather than <stdlib.h>.
22478
22479 2004-08-08  Bruno Haible  <bruno@clisp.org>
22480
22481         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
22482         FILESYSTEM_PREFIX_LEN.
22483         * lib/progreloc.c: Likewise.
22484         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
22485
22486 2004-08-06  Simon Josefsson  <jas@extundo.com>
22487
22488         * modules/progname (Depends-on): Don't depend on stdbool.
22489
22490 2004-08-06  Simon Josefsson  <jas@extundo.com>
22491
22492         * modules/getsubopt: New file.
22493         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22494         getsubopt.
22495
22496 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
22497
22498         More merge from coreutils.
22499
22500         * m4/utimens.m4, m4/utimecmp.m4: New files.
22501         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
22502         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
22503         prereq.m4, sha.m4: Import changes from coreutils.
22504
22505 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
22506
22507         More merge from coreutils.
22508         * modules/raise, modules/readtokens0, modules/utimens:
22509         * modules/utimecmp, module/xnanosleep: New files.
22510         * modules/strftime: Add lib/strftime.h.
22511         Change include from <time.h> to "strftime.h".
22512         * modules/yesno: Add lib/yesno.h.
22513         * modules/backupfile: Remove lib/addext.c.
22514         * modules/euidaccess: Add stat-macros.h.
22515         * modules/canonicalize, modules/euidaccess,
22516         modules/filemode, modules/lchown, modules/makepath,
22517         modules/rmdir, modules/stat: Likewise.
22518
22519 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
22520
22521         Merge from tar.
22522         * lib/argp-help.c (make_hol, hol_append): Don't assume that
22523         SIZE_MAX is a valid preprocessor constant.
22524         (__argp_basename): Change from "#ifndef _LIBC"
22525         to "#ifndef __argp_short_program_name", so that
22526         we don't compile these functions for tar.
22527
22528         More merges from coreutils.
22529         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
22530         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
22531         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
22532         * lib/addext.c: Remove; no longer needed.
22533         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
22534         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
22535         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
22536         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
22537         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
22538         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
22539         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
22540         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
22541         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
22542         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
22543         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
22544         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
22545         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
22546         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
22547         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
22548         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
22549         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
22550         Import changes from coreutils.
22551
22552 2004-08-05  Simon Josefsson  <jas@extundo.com>
22553
22554         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
22555
22556 2004-08-05  Simon Josefsson  <jas@extundo.com>
22557
22558         * m4/getsubopt.m4: New file.
22559
22560 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
22561
22562         Merge from coreutils.
22563
22564         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
22565         * m4/getcwd-path-max.m4: New files.
22566
22567         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
22568         FILESYSTEM_PREFIX_LEN ->
22569         FILE_SYSTEM_PREFIX_LEN.
22570         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
22571         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
22572         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
22573         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
22574
22575         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
22576         prerequisite modules now handle the DOS stuff.
22577         Don't check for unistd.h.
22578
22579 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
22580
22581         Merge from coreutils.
22582
22583         * lib/.gdb-history: Remove; this doesn't belong here.
22584
22585         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
22586         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
22587         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
22588         * lib/getcwd.c: New files.
22589
22590         * lib/dirname.h: Include <stdbool.h>.
22591         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
22592         for consistency with POSIX terminology.  All uses changed.
22593         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
22594         (strip_trailing_slashes): Use bool for booleans.
22595         * lib/stripslash.c (strip_trailing_slashes): Likewise.
22596
22597         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
22598         sometimes returns a positive errno value even when it succeeds.
22599         (print_errno_message) [!LIBC]: Fall back on strerror if
22600         __strerror_r fails.
22601
22602         * lib/path-concat.c (mempcpy): Don't define if a system header defines
22603         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
22604         (longest_relative_suffix): New function.
22605         (path_concat): Use it.  Assume first argument is not NULL.
22606         Port to DOS.  Omit redundant separators.
22607         Report an error instead of returning NULL.
22608         Use mempcpy instead of memcpy.
22609         (xpath_concat): Remove: not declared or used.
22610
22611         * lib/same.h: Include <stdbool.h>
22612         (same_name): Return bool, not int.
22613         * lib/same.c (same_name): Likewise.
22614         (errno): Don't declare; we assume C89 or better now.
22615
22616         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
22617         if not already defined.
22618
22619         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
22620         * lib/dup-safer.c (errno): Likewise.
22621
22622 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
22623
22624         Merge from coreutils.
22625         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
22626         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
22627         * modules/path-concat: Don't depend on strdup.
22628
22629 2004-08-03  Simon Josefsson  <jas@extundo.com>
22630
22631         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
22632         * lib/progname.h: Don't include stdbool.h.
22633
22634 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
22635
22636         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
22637         * MODULES.html.sh (func_all_modules): Remove fatal.
22638
22639 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
22640
22641         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
22642
22643 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
22644
22645         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
22646         working.
22647
22648 2004-08-02  Simon Josefsson  <jas@extundo.com>
22649
22650         * lib/getsubopt.h: New file, with comments from Bruno Haible.
22651         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
22652         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
22653
22654 2004-08-01  Simon Josefsson  <jas@extundo.com>
22655
22656         * lib/xgetdomainname.c: Include stdlib.h, for free().
22657
22658 2004-07-19  Bruno Haible  <bruno@clisp.org>
22659
22660         * MODULES.html.sh (func_all_modules): Add dummy.
22661
22662 2004-07-16  Simon Josefsson  <jas@extundo.com>
22663
22664         * modules/dummy: New file.
22665
22666 2004-07-16  Simon Josefsson  <jas@extundo.com>
22667
22668         * lib/dummy.c: New file.
22669
22670 2004-07-16  Bruno Haible  <bruno@clisp.org>
22671
22672         * lib/backupfile.h: Add extern "C" for C++.
22673         * lib/closeout.h: Likewise.
22674         * lib/copy-file.h: Likewise.
22675         * lib/findprog.h: Likewise.
22676         * lib/full-write.h: Likewise.
22677         * lib/pathname.h: Likewise.
22678         * lib/progname.h: Likewise.
22679         * lib/stpcpy.h: Likewise.
22680         * lib/stpncpy.h: Likewise.
22681         * lib/strcase.h: Likewise.
22682         * lib/strstr.h: Likewise.
22683         * lib/xalloc.h: Likewise.
22684
22685         * lib/mbswidth.h: Add extern "C" for C++.
22686         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
22687
22688 2004-07-13  Robert Millan  <robertmh@gnu.org>
22689
22690         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
22691
22692 2004-07-09  Simon Josefsson  <jas@extundo.com>
22693
22694         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
22695         failed without this.)
22696
22697 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
22698
22699         * modules/chown (Files): Add lib/fchown-stub.c, since
22700         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
22701
22702 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
22703
22704         * lib/fchown-stub.c: New file.
22705
22706 2004-06-24  Jim Meyering  <jim@meyering.net>
22707
22708         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
22709
22710 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22711
22712         * modules/argz: Omit "#include".
22713
22714         * MODULES.html.sh (func_all_modules): Add calloc, to match
22715         2004-06-01 addition of calloc module.
22716
22717 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22718
22719         * m4/argz.m4: New file, which is autoupdated from libtool.
22720
22721 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22722
22723         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
22724         libtool.
22725
22726 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22727
22728         * config/srclist-update: Don't insist on "USA." before the
22729         close-comment, as libtool omits the period and puts the */ on a
22730         separate line.
22731         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
22732         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
22733
22734 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
22735
22736         * modules/argz: New file.
22737         * MODULES.html.sh (func_all_modules): Add argz.
22738
22739 2004-06-12  Jim Meyering  <jim@meyering.net>
22740         and  Paul Eggert  <eggert@cs.ucla.edu>
22741
22742         * modules/hash (Files): Add lib/xalloc.h.
22743         * modules/pipe (Depends-on): Add wait-process.
22744         * modules/stat (Depends-on): Add xalloc.
22745         * modules/userspec (Files): Add lib/userspec.h.
22746         * modules/xstrto
22747
22748         Upgrade from gettext-0.13.
22749         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
22750         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
22751         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
22752
22753 2004-06-10  Jim Meyering  <jim@meyering.net>
22754
22755         * lib/calloc.c: New file.
22756
22757 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
22758
22759         * lib/getdate.y (yylex): Allow space between sign and number.
22760         Problem reported by Dan Jacobson.
22761
22762 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
22763
22764         Merge from coreutils CVS.
22765
22766         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
22767         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
22768         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
22769         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
22770         xstrtol.m4: Fix copyright date and/or serial number.
22771
22772         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
22773         See if we need an fchown replacement.
22774         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
22775         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
22776         and use the replacement function if we detect either defect.
22777
22778         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
22779         gl_UTIMECMP.
22780
22781 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
22782         and  Jim Meyering  <jim@meyering.net>
22783
22784         Merge from coreutils CVS.
22785
22786         * lib/stat-macros.h: New file, with contents from file-type.h
22787         and coreutils' system.h.
22788         * lib/file-type.c: Include "stat-macros.h".
22789         * lib/file-type.h (file_type): Move all macro definitions to new file,
22790         stat-macros.h.
22791
22792         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
22793         Wrap old code with this conditional.
22794         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
22795         function that does not dereference symlinks.
22796         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
22797
22798         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
22799         dependency problems.
22800         (xreadlink): Accept new arg SIZE, for efficiency.
22801         All decls and uses changed.
22802         * lib/xreadlink.h: Include <stddef.h>, for size_t.
22803
22804         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
22805         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
22806
22807         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
22808         sysexits.h.
22809
22810 2004-06-01  Jim Meyering  <jim@meyering.net>
22811
22812         * m4/calloc.m4: New file.
22813
22814 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
22815
22816         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
22817         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
22818         Also, fix a typo in a diagnostic.
22819
22820 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
22821
22822         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
22823         or AC_FUNC_REALLOC.
22824
22825 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
22826
22827         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
22828         macros to be defined.
22829         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
22830         the allocator returns NULL because the requested size is zero.
22831
22832 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
22833
22834         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
22835         var.  Add comment explaining why libc still defines it.  This
22836         merges the following patch from glibc:
22837         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
22838
22839 2004-05-20  Andreas Schwab  <schwab@suse.de>
22840
22841         * m4/free.m4: Replace free if it not known to work, not the other
22842         way round.
22843
22844 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
22845
22846         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
22847         present in glibc since revision 1.1 of this file.
22848         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
22849         obstack_alignment_mask, obstack_alloc, obstack_base,
22850         obstack_blank, obstack_blank_fast, obstack_chunk_size,
22851         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
22852         obstack_grow0, obstack_init, obstack_int_grow,
22853         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
22854         obstack_next_free, obstack_object_size, obstack_ptr_grow,
22855         obstack_ptr_grow_fast, obstack_room): Remove declarations of
22856         nonexistent functions.
22857
22858 2004-05-18  Karl Berry  <karl@gnu.org>
22859
22860         * config/srclist.txt: break link for vasnprintf.c.
22861
22862 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
22863
22864         Port obstack to the AS/400, where pointers are 16 bytes wide and
22865         you cannot cast an integer to a valid pointer.  This patch is
22866         currently waiting to be integrated into glibc; see
22867         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
22868
22869         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
22870         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
22871         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
22872         (struct obstack): temp member is now a union of a pointer and
22873         an integer, instead of an integer.  All integer uses changed.
22874         This does not affect the physical layout of struct obstack,
22875         except on hosts (like the AS/400) where the size or alignment of
22876         void * is greater than that of ptrdiff_t.
22877         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
22878         __STDC__)]: Store temporary in pointer member of union, not
22879         integer member.
22880         * lib/obstack.c: Include <stddef.h>, for offsetof.
22881         (struct fooalign): Remove; it doesn't need a name.
22882         (union fooround): Change double to long double, and add void *.
22883         (DEFAULT_ALIGNMENT): Use offsetof to compute.
22884         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
22885         not a macro.  Hence the values are always int; so remove all
22886         casts-to-int in uses.
22887
22888 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
22889
22890         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
22891         we can get this patch merged into glibc.
22892
22893 2004-05-17  Derek R. Price  <derek@ximbiot.com>
22894             Paul Eggert  <eggert@cs.ucla.edu>
22895
22896         * m4/argp: Depend on alloca.
22897
22898 2004-05-17  Derek R. Price  <derek@ximbiot.com>
22899             Paul Eggert  <eggert@cs.ucla.edu>
22900
22901         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
22902         freecoding.
22903
22904 2004-05-17  Bruno Haible  <bruno@clisp.org>
22905
22906         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
22907         precision that consists of a '.' followed by an empty digit string.
22908         Patch by Tor Lillqvist <tml@iki.fi>.
22909
22910 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
22911
22912         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
22913         for backward compatibility with older code.  We need our own
22914         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
22915         it under some other name, and our alloca.h will define it.
22916
22917 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
22918             Derek Price  <derek@ximbiot.com>
22919
22920         * lib/alloca.c: Include <alloca.h>, to get our interface.
22921         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
22922         include <alloca.h> first.  Use C89 prototype for alloca; this
22923         requires including <stddef.h> for size_t.  Use extern "C" if C++.
22924         Use #elif for simplicity, since we can assume C89 now.
22925         Don't try to source the system alloca.h since it will not be found
22926         and to prevent recursively including its replacement.
22927         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
22928         * lib/regex.c: Likewise.
22929
22930 2004-05-16  Derek Price  <derek@ximbiot.com>
22931             Paul Eggert  <eggert@cs.ucla.edu>
22932
22933         getline cleanup.  This changes the getndelim2 API: both order of
22934         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
22935         no delimiter).
22936
22937         * lib/getline.c: Don't include stddef.h or stdio.h, since our
22938         interface does that.
22939         (getline): Always use getdelim, so that we don't have two
22940         copies of this code.
22941         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
22942         if available.
22943         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
22944         (GETNDELIM2_MAXIMUM): New macro.
22945         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
22946         instead of the old practice of delim2==0.  All callers changed.
22947         Return -1 on overflow, instead of returning junk.
22948         Do not set *linesize unless allocation succeeds.
22949         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
22950         that we include sys/types.h.
22951         * lib/getnline.h: Likewise.
22952         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
22953         (getndelim2): Reorder arguments.
22954         * lib/getnline.c (getnline, getndelim):
22955         Don't discard the NMAX argument.
22956         (getnline): Invoke getndelim, to avoid code duplication.
22957         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
22958         of (size_t) -1 by callers of the getnline family.
22959
22960 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22961
22962         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
22963         Check for gettimeofday.
22964         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
22965         Check for settimeofday, stime.
22966
22967 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22968
22969         * lib/nanosleep.c (suspended): Change its type from int to
22970         sig_atomic_t volatile.
22971         (first_call): Make it private to rpl_nanosleep, and have it
22972         be zero initially as that's a bit faster.
22973         (my_usleep): Round up fractional times instead of truncating them,
22974         as this is the usual meaning for 'sleep'.
22975
22976         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
22977         doesn't work.
22978         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
22979         (ENOSYS): Define if not defined.
22980         (settime): Fall back on stime if it exists and settimeofday fails.
22981         But don't bother with fallbacks if a method fails with errno == EPERM.
22982
22983 2004-05-11  Jim Meyering  <jim@meyering.net>
22984
22985         Prior to this change, the save_cwd caller required read access to the
22986         current directory on most systems (ones with the fchdir function).
22987
22988         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
22989         fails, try write-only, and finally, resort to using xgetcwd.
22990
22991 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
22992
22993         * lib/obstack.c, obstack.h: Import changes from libc.
22994
22995 2004-04-28  Bruno Haible  <bruno@clisp.org>
22996
22997         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
22998         also implicitly appends .exe to executables.
22999         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
23000         accepts Windows pathnames.
23001         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
23002         Treat Cygwin like Windows, since it now accepts Windows pathnames.
23003         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
23004         Treat Cygwin like Windows, since it now accepts Windows pathnames.
23005         Reported by Derek Robert Price <derek@ximbiot.com>.
23006
23007 2004-04-21  Karl Berry  <karl@gnu.org>
23008
23009         * config/srclist.txt (localcharset.c): break sync.
23010
23011 2004-04-20  Paul Eggert  <eggert@twinsun.com>
23012
23013         * m4/host-os.m4: Add a copyright notice.
23014
23015 2004-04-20  Jim Meyering  <jim@meyering.net>
23016
23017         Change UTILS_ to gl_ in AC_DEFINE'd names.
23018         Change utils_- and jm_-prefixed variables, too.
23019         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
23020         UTILS_FUNC_MKDIR_TRAILING_SLASH.
23021         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
23022
23023         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
23024         Don't emit trailing blanks.
23025         Also rename jm_-prefixed variables to have gl_ prefix.
23026
23027         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
23028         Also rename jm_-prefixed variables to have gl_ prefix.
23029
23030         * m4/jm-macros.m4: Reflect the renamings.
23031         * m4/prereq.m4: Likewise.
23032
23033 2004-04-20  Jim Meyering  <jim@meyering.net>
23034
23035         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
23036         memory.
23037
23038 2004-04-20  Jim Meyering  <jim@meyering.net>
23039             Bruno Haible  <bruno@clisp.org>
23040
23041         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
23042         memory when realloc fails.
23043
23044 2004-04-19  Jim Meyering  <jim@meyering.net>
23045
23046         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
23047         now that readutmp.c may call `free (0)'.
23048
23049 2004-04-19  Bruno Haible  <bruno@clisp.org>
23050
23051         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
23052         * m4/inttypes_h.m4: Likewise.
23053         * m4/stdint_h.m4: Likewise.
23054         * m4/intmax_t.m4: Likewise.
23055         * m4/uintmax_t.m4: Likewise.
23056
23057 2004-04-18  Jim Meyering  <jim@meyering.net>
23058
23059         * m4/prereq.m4: Don't forbid jm_ prefix.
23060
23061         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
23062         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
23063         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
23064         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
23065         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
23066         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
23067         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
23068         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
23069         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
23070         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
23071         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
23072         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
23073         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
23074         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
23075         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
23076         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
23077         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
23078         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
23079         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
23080
23081 2004-04-18  Jim Meyering  <jim@meyering.net>
23082
23083         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
23084         failure, don't leak memory and do call END_UTMP_ENT.
23085
23086 2004-04-16  Jim Meyering  <jim@meyering.net>
23087
23088         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
23089         coreutils' stat program.
23090         (gl_PREREQ): Don't require jm_PREREQ_STAT.
23091
23092 2004-04-11  Paul Eggert  <eggert@twinsun.com>
23093
23094         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
23095         C89.
23096         (CHAR_BIT): Remove, since we assume C89.
23097         Include <stdint.h> if available, as per current Autoconf CVS advice.
23098
23099 2004-03-31  Jim Meyering  <jim@meyering.net>
23100
23101         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
23102         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
23103         * m4/xalloc.m4: Likewise.
23104
23105 2004-03-30  Paul Eggert  <eggert@twinsun.com>
23106
23107         Merge from coreutils.
23108
23109         * m4/inttostr.m4: New file.
23110         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
23111         Require AM_STDBOOL_H and gl_TIMESPEC instead.
23112         Require gl_CLOCK_TIME.
23113         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
23114
23115 2004-03-30  Paul Eggert  <eggert@twinsun.com>
23116
23117         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
23118         not bool, to be more consistent with Unix conventions.
23119         Suggested by Bruno Haible.
23120
23121         Merge from coreutils.
23122
23123         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
23124         * lib/umaxtostr.c: New files.
23125
23126         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
23127         the usual <time.h> dance.
23128         (get_date): Change signature to support fractional time stamps.
23129         All callers changed.
23130         * lib/getdate.y: Include "getdate.h" first, as we can now
23131         assume C89 and don't need to worry about 'const'.
23132         Similarly, include "unlocked-io.h" near start, not in middle.
23133         Include <limits.h>.
23134         (textint.value): Use long int rather than int.
23135         (textint.digits): Use size_t rather than int.
23136         (BILLION, LOG10_BILLION): New constants.
23137         (parser_control): New member rel_ns.  Members day_ordinal,
23138         time_zone, month, day, hour, minutes, rel_year, rel_month,
23139         rel_day, rel_hour, rel_minutes, rel_seconds
23140         are now long int, not int.  Member seconds is now struct timespec,
23141         not int.  New member timespec_seen.  Members dates_seen, days_seen,
23142         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
23143         not int.
23144         (%union.intval): Now long int, not int.
23145         New member timespec.
23146         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
23147         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
23148         (spec): Now is a timespec or an item list.
23149         (timespec, items): New nonterminals.
23150         (time, rel, relunit, number, get_date):
23151         Add support for fractional seconds.
23152         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
23153         (gmtime, localtime, mktime): Remove decls; not needed with C89.
23154         (to_hour): First arg is now long int, not int.
23155         (to_year): Returns long int, not int.
23156         Don't treat year -70 like 70.
23157         (tm_diff): Returns long int, not int.
23158         (lookup_word): Use bool instead of int when appropriate.
23159         (yylex): Use size_t for count, not int.
23160         Detect overflow when parsing large integer constants.
23161         Add support for fractions.
23162         (get_date): Make pointers 'const' if possible.
23163         Use more-portable code to detect integer overflow.
23164         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
23165         Don't use ctime; it's not reliable if the year has >4 digits.
23166
23167         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
23168         This is for compatibility with BSD.
23169
23170         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
23171         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
23172         From coreutils' system.h.
23173
23174         * lib/userspec.c: Don't include "posixver.h".
23175         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
23176         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
23177         compatible extension.  Simplify code by removing a boolean int
23178         that was always nonzero if a string was nonnull.
23179
23180 2004-03-30  Jim Meyering  <jim@meyering.net>
23181
23182         Merge from coreutils.
23183
23184         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
23185         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
23186         on some systems one must include <grp.h> before it.
23187         Reported by Christian Krackowizer.
23188
23189 2004-03-30  Jim Meyering  <jim@meyering.net>
23190
23191         Merge from coreutils.
23192
23193         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
23194
23195         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
23196         an empty input stream.
23197
23198         * lib/readtokens.c: Include <stdbool.h>.
23199         (readtoken): Use `size_t' rather than int/long.
23200         All callers adjusted.
23201         Use `bool' rather than `int' where appropriate.
23202         Use memset rather than an explicit loop.
23203         Use x2nrealloc rather than xrealloc.
23204         Allow the use of `\0' as a delimiter.
23205         (readtokens): Likewise.
23206         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
23207
23208 2004-03-30  Jim Meyering  <jim@meyering.net>
23209
23210         * m4/realloc.m4: Remove file, since now it does no more than
23211         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
23212         the `configure.ac' section of module/realloc.
23213         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
23214
23215 2004-03-30  Bruno Haible  <bruno@clisp.org>
23216
23217         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
23218         nonnull.
23219
23220 2004-03-29  Paul Eggert  <eggert@twinsun.com>
23221
23222         Merge changes to getloadavg.c from coreutils and Emacs.
23223
23224         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
23225         Define to an expression, not to the empty string.
23226         Include cloexec.h and xalloc.h.
23227         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
23228         Use set_cloexec_flag rather than rolling our own.
23229         * lib/cloexec.c, lib/cloexec.h: New files.
23230
23231 2004-03-29  Paul Eggert  <eggert@twinsun.com>
23232
23233         * m4/cloexec.m4: New file.
23234
23235 2004-03-18  Paul Eggert  <eggert@twinsun.com>
23236
23237         * lib/getopt.h: Sync with libc CVS.
23238
23239 2004-03-18  Paul Eggert  <eggert@twinsun.com>
23240             Bruno Haible  <bruno@clisp.org>
23241
23242         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
23243         mbswidth.
23244
23245 2004-03-18  Paul Eggert  <eggert@twinsun.com>
23246             Bruno Haible  <bruno@clisp.org>
23247
23248         * lib/mbswidth.h: Include <wchar.h> only if
23249         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
23250         <wchar.h>.
23251         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
23252
23253 2004-03-09  Paul Eggert  <eggert@twinsun.com>
23254
23255         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
23256         Sync with libc CVS.
23257         * lib/getopt_int.h: New file, also synced from libc.
23258
23259 2004-03-09  Paul Eggert  <eggert@twinsun.com>
23260
23261         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
23262         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
23263         Bring back getopt.c, getopt.h, getopt1.c.
23264
23265 2004-03-07  Paul Eggert  <eggert@twinsun.com>
23266
23267         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
23268         All uses changed.  Check for sa_sigaction member; this fixes
23269         a bug first reported by Jason Andrade in
23270         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
23271
23272 2004-03-07  Paul Eggert  <eggert@twinsun.com>
23273
23274         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
23275         '#if' expressions.  Unlike the code it replaces, it does not
23276         depend on (defined _SC_PAGESIZE).  However, it does depend on
23277         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
23278         first reported by Jason Andrade in
23279         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
23280
23281 2004-02-25  Simon Josefsson  <jas@extundo.com>
23282
23283         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
23284
23285 2004-02-25  Simon Josefsson  <jas@extundo.com>
23286
23287         * lib/strdup.h: New file.
23288         * lib/strdup.c: Include it.
23289         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
23290         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
23291
23292 2004-02-23  Karl Berry  <karl@gnu.org>
23293
23294         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
23295         (from fencepost.gnu.org:/gd/gnuorg).
23296
23297 2004-02-23  Karl Berry  <karl@gnu.org>
23298
23299         * config/srclistvars.sh (GNUORG) [karl]: redefine.
23300         * config/srclist.txt: add maintain/standards documents.
23301
23302 2004-02-18  Bruno Haible  <bruno@clisp.org>
23303
23304         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
23305         Reported by Derek Robert Price <derek@ximbiot.com>.
23306
23307 2004-02-16  Karl Berry  <karl@gnu.org>
23308
23309         * config/mkinstalldirs, install-sh: update from automake.
23310
23311 2004-02-06  Karl Berry  <karl@gnu.org>
23312
23313         * m4/po.m4: update from gettext 0.14.1.
23314
23315 2004-02-06  Karl Berry  <karl@gnu.org>
23316
23317         * lib/config.charset: update from gettext 0.14.1.
23318
23319 2004-02-05  Paul Eggert  <eggert@twinsun.com>
23320
23321         Add comments and code, prompted by suggestions from Bruno Haible
23322         for sh-quote.
23323         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
23324         describing the enum quoting_style values.
23325         * lib/quotearg.c (quotearg_alloc): New function.
23326         (quotearg_buffer_restyled): Treat lone { and } as special.
23327         Treat = as special.  Work around bug with older shells
23328         that "see" a '\' that is really the 2nd byte of a multibyte char.
23329         Quote empty string with shell_quoting_style.
23330
23331 2004-02-03  Bruno Haible  <bruno@clisp.org>
23332
23333         * m4/pipe.m4: New file, from GNU gettext.
23334
23335 2004-02-03  Bruno Haible  <bruno@clisp.org>
23336
23337         * lib/pipe.h: New file, from GNU gettext.
23338         * lib/pipe.c: New file, from GNU gettext.
23339
23340 2004-01-27  Bruno Haible  <bruno@clisp.org>
23341
23342         * m4/execute.m4: New file, from GNU gettext.
23343
23344 2004-01-27  Bruno Haible  <bruno@clisp.org>
23345
23346         * lib/execute.h: New file, from GNU gettext.
23347         * lib/execute.c: New file, from GNU gettext.
23348         * lib/w32spawn.h: New file, from GNU gettext.
23349
23350 2004-01-24  Paul Eggert  <eggert@twinsun.com>
23351
23352         Merge from diffutils.
23353
23354         * lib/file-type.c (file_type): Add typed memory objects.
23355         * lib/file-type.h (S_TYPEISTMO): New macro.
23356
23357         * lib/c-stack.h (c_stack_action): Remove argv argument.
23358         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
23359         (die): Don't calculate message unless segv_action returns.
23360         (get_stack_location, min_address_from_argv, max_address_from_argv,
23361         volatile stack_base, volatile_stack_size): Remove.
23362         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
23363         that every segmentation violation is a stack overflow.  (Ouch!)
23364         See Debian bug 136249 (still outstanding) for more info about why
23365         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
23366
23367 2004-01-24  Paul Eggert  <eggert@twinsun.com>
23368
23369         Exit-status fix from coreutils.
23370
23371         Use exit_failure consistently in place of EXIT_FAILURE,
23372         so that program exit statuses are consistent on failure.
23373
23374         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
23375         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
23376         * lib/argmatch.h: Comment fix to match the above.
23377         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
23378         Now a macro referring to exit_failure, instead of a separate
23379         variable.  Include "exitfail.h" to get it.
23380         * lib/xstrtol.h: Include "exitfail.h".
23381         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
23382
23383         * lib/long-options.c (parse_long_options): Use prototype
23384         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
23385         for clarity.
23386
23387 2004-01-21  Jim Meyering  <jim@meyering.net>
23388
23389         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
23390         so as not to conflict with a different-sized __mktime_internal
23391         function in GNU libc.
23392         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
23393         Problem building statically-linked `ls' reported by Michael Brunnbauer.
23394
23395 2004-01-20  Karl Berry  <karl@gnu.org>
23396
23397         * config/config.guess: update from config.
23398
23399         * config/srclistvars.sh: GNUWWWLICENSES for karl.
23400
23401 2004-01-20  Bruno Haible  <bruno@clisp.org>
23402
23403         Safer stack allocation.
23404         * lib/setenv.c: Include allocsa.h.
23405         (alloca): Remove fallback definition.
23406         (freea): Remove macro.
23407         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
23408         instead of freea.
23409
23410 2004-01-20  Bruno Haible  <bruno@clisp.org>
23411
23412         * m4/eealloc.m4: New file, from GNU gettext.
23413
23414 2004-01-20  Bruno Haible  <bruno@clisp.org>
23415
23416         * m4/allocsa.m4: New file, from GNU gettext.
23417
23418 2004-01-20  Bruno Haible  <bruno@clisp.org>
23419
23420         * lib/xallocsa.h: New file, from GNU gettext.
23421         * lib/xallocsa.c: New file, from GNU gettext.
23422
23423 2004-01-20  Bruno Haible  <bruno@clisp.org>
23424
23425         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
23426
23427 2004-01-20  Bruno Haible  <bruno@clisp.org>
23428
23429         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
23430         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
23431         specially.
23432
23433 2004-01-20  Bruno Haible  <bruno@clisp.org>
23434
23435         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
23436         patch.
23437
23438 2004-01-20  Bruno Haible  <bruno@clisp.org>
23439
23440         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
23441
23442 2004-01-20  Bruno Haible  <bruno@clisp.org>
23443
23444         * lib/eealloc.h: New file.
23445
23446 2004-01-20  Bruno Haible  <bruno@clisp.org>
23447
23448         * lib/binary-io.h: Avoid warnings on Cygwin.
23449
23450 2004-01-20  Bruno Haible  <bruno@clisp.org>
23451
23452         * lib/allocsa.h: New file, from GNU gettext.
23453         * lib/allocsa.c: New file, from GNU gettext.
23454
23455 2004-01-18  Karl Berry  <karl@gnu.org>
23456
23457         * doc/gpl.texi, doc/lgpl.texi: new files.
23458
23459 2004-01-18  Karl Berry  <karl@gnu.org>
23460
23461         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
23462         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
23463
23464 2004-01-15  Paul Eggert  <eggert@twinsun.com>
23465
23466         Merge from coreutils.
23467
23468         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
23469         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
23470         (gl_DEFAULT_POSIX2_VERSION): Move
23471         the documentation from 'configure' into 'config.hin',
23472         so that 'configure --help' isn't burdened by it and
23473         we don't have to worry about its formatting there.
23474         Reword the documentation so that it's more succinct
23475         and can be run together into a single paragraph.
23476         * m4/same.m4 (gl_SAME): Check for pathconf.
23477
23478 2004-01-15  Paul Eggert  <eggert@twinsun.com>
23479
23480         Merge from coreutils.
23481
23482         * lib/posixver.c: Include posixver.h.
23483
23484         * lib/same.c: Include <stdbool.h>, <limits.h>.
23485         (_POSIX_NAME_MAX): Define if not defined.
23486         (MIN): New macro.
23487         (same_name): If file names are silently truncated, report
23488         that the file names are the same if they are the same after
23489         the silent truncation.
23490
23491         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
23492         conversion function.
23493         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
23494         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
23495         longer needed.
23496
23497 2004-01-15  Jim Meyering  <jim@meyering.net>
23498
23499         Merge from coreutils.
23500
23501         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
23502         if no library is required.
23503         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
23504         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
23505         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
23506         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
23507         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
23508         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
23509         value, $ac_cv_search_crypt, if it's "none required".
23510         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
23511         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
23512         not gl_FUNC_GETLOADAVG.
23513         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
23514         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
23515
23516 2004-01-15  Jim Meyering  <jim@meyering.net>
23517
23518         Merge from coreutils.
23519
23520         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
23521         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
23522         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
23523
23524         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
23525         optional configure-time default.
23526
23527         * lib/version-etc.c (version_etc_copyright): Update copyright date.
23528
23529         * lib/xreadlink.c (xreadlink): Correct outdated comment.
23530
23531 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
23532
23533         Merge from coreutils.
23534
23535         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
23536         value, $ac_cv_search_nanosleep, if it's "none required".
23537
23538 2004-01-14  Paul Eggert  <eggert@twinsun.com>
23539
23540         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
23541         with like-named macro in fnmatch.c.
23542         (EXT): Use an internal constant instead.
23543
23544         Merge fnmatch patches from glibc.
23545         * lib/fnmatch.c (mbsinit): Remove define.
23546         Add libc_hidden_ver (__fnmatch, fnmatch).
23547         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
23548         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
23549
23550 2004-01-14  Karl Berry  <karl@gnu.org>
23551
23552         * config/install-sh: update from automake.
23553
23554 2004-01-13  Karl Berry  <karl@gnu.org>
23555
23556         * config/install-sh: update from automake.
23557
23558 2004-01-09  Karl Berry  <karl@gnu.org>
23559
23560         * config/install-sh: update from automake.
23561
23562 2004-01-05  Karl Berry  <karl@gnu.org>
23563
23564         * config/config.{sub,guess}: update from config.
23565
23566 2003-12-31  Karl Berry  <karl@gnu.org>
23567
23568         * config/depcomp: update from automake.
23569
23570 2003-12-14  Karl Berry  <karl@gnu.org>
23571
23572         * lib/config.charset: update from gettext-runtime.
23573
23574 2003-12-03  Paul Eggert  <eggert@twinsun.com>
23575
23576         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
23577         Bug reported by Alfred M. Szmidt.
23578
23579 2003-12-03  Bruno Haible  <bruno@clisp.org>
23580
23581         * m4/gettext.m4: Upgrade from gettext-0.13.
23582         * m4/po.m4: Upgrade from gettext-0.13.
23583         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
23584         * m4/intmax.m4: New file, from gettext-0.13.
23585         * m4/printf-posix.m4: New file, from gettext-0.13.
23586
23587 2003-11-29  Karl Berry  <karl@gnu.org>
23588
23589         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
23590
23591 2003-11-25  Paul Eggert  <eggert@twinsun.com>
23592             Bruno Haible  <bruno@clisp.org>
23593
23594         * lib/printf-parse.h: Don't include sys/types.h.
23595         (ARG_NONE): New macro.
23596         (char_directive): Change type of *arg_index fields to size_t.
23597         * lib/printf-parse.c: Don't include sys/types.h.
23598         (SSIZE_MAX): Remove macro.
23599         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
23600         Remove unnecessary overflow check.
23601         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
23602         fields.
23603
23604 2003-11-25  Bruno Haible  <bruno@clisp.org>
23605
23606         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
23607
23608 2003-11-25  Bruno Haible  <bruno@clisp.org>
23609
23610         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
23611         gt_TYPE_SSIZE_T.
23612
23613 2003-11-24  Paul Eggert  <eggert@twinsun.com>
23614
23615         * modules/alloca: Remove dependency on xalloc.
23616
23617 2003-11-24  Paul Eggert  <eggert@twinsun.com>
23618
23619         * lib/alloca.c: Remove dependency on xalloc module.
23620         (xalloc_die): Remove.
23621         (memory_full) [!defined emacs]: New macro.
23622         [!defined emacs]: Don't include xalloc.h.
23623         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
23624         address arithmetic overflows.  Change datatypes a bit to avoid
23625         unnecessary casts.
23626
23627 2003-11-22  Jim Meyering  <jim@meyering.net>
23628
23629         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
23630         s/size/size_t/.
23631
23632 2003-11-21  Karl Berry  <karl@gnu.org>
23633
23634         * config/config.{sub,guess}: update from config.
23635
23636 2003-11-18  Karl Berry  <karl@gnu.org>
23637
23638         * config/config.{sub,guess}: update from config.
23639
23640         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
23641
23642 2003-11-17  Paul Eggert  <eggert@twinsun.com>
23643
23644         * README: Mention that S+T cannot overflow if S is the size of
23645         an existing object and T is sufficiently small.
23646
23647 2003-11-17  Jim Meyering  <jim@meyering.net>
23648
23649         On systems without utime and without a utimes function capable of
23650         dealing with a NULL struct utimbuf* argument, this utime replacement
23651         could -- in unusual circumstances -- leak a file descriptor.
23652         * lib/utime.c: Include <unistd.h> and <errno.h>.
23653         (utime_null): Be sure to close `fd' and to preserve errno.
23654         Reported by Geoff Collyer via Arnold Robbins.
23655
23656 2003-11-17  Bruno Haible  <bruno@clisp.org>
23657
23658         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
23659         (Depends-on): Add xsize.
23660
23661 2003-11-17  Bruno Haible  <bruno@clisp.org>
23662
23663         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
23664
23665 2003-11-17  Bruno Haible  <bruno@clisp.org>
23666
23667         * lib/vasnprintf.c (alloca): Remove fallback definition.
23668         (freea): Remove definition.
23669         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
23670         Reported by Paul Eggert.
23671
23672 2003-11-16  Paul Eggert  <eggert@twinsun.com>
23673             Bruno Haible  <bruno@clisp.org>
23674
23675         Protect against address arithmetic overflow.
23676         * lib/printf-args.h: Include stddef.h.
23677         (arguments): Change type of field 'count' to size_t.
23678         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
23679         'unsigned int' where appropriate.
23680         * lib/printf-parse.h: Include sys/types.h.
23681         (char_directive): Change type of *arg_index fields to ssize_t.
23682         (char_directives): Change type of fields 'count', max_*_length to
23683         size_t.
23684         * lib/printf-parse.c: Include sys/types.h and xsize.h.
23685         (SSIZE_MAX): Define fallback value.
23686         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
23687         instead of 'int' where appropriate. Check a_allocated, d_allocated
23688         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
23689         * lib/vasnprintf.c: Include xsize.h.
23690         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
23691         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
23692         overflow. Avoid wraparound when converting a width or precision from
23693         decimal to binary.
23694
23695 2003-11-16  Bruno Haible  <bruno@clisp.org>
23696
23697         Update from GNU gettext.
23698         * lib/printf-parse.c: Generalize to it can be compiled for wide
23699         strings.
23700         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
23701         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
23702         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
23703         SNPRINTF): New macros.
23704         Don't include <alloca.h> if the file is used inside libintl.
23705         (local_wcslen): New function, for Solaris 2.5.1.
23706         (VASNPRINTF): Use it instead of wcslen.
23707
23708 2003-11-16  Bruno Haible  <bruno@clisp.org>
23709
23710         * lib/xsize.h (xmax): New function.
23711         (xsum, xsum3, xsum4): Declare as "pure" functions.
23712
23713 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23714
23715         * modules/xalloc (Files): Undo latest change, since xalloc.h
23716         no longer needs SIZE_MAX or PTRDIFF_MAX.
23717
23718 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23719
23720         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
23721         gl_PTRDIFF_MAX.
23722
23723 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23724
23725         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
23726         "return", to pacify some unknown compiler.  Problem reported
23727         by Joerg Schilling.
23728
23729 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23730
23731         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
23732         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
23733         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
23734         heuristic is just as accurate as far as we know, and it removes a
23735         dependency on size_max.m4 and ptrdiff_max.m4.
23736
23737 2003-11-11  Bruno Haible  <bruno@clisp.org>
23738
23739         * modules/xsize (Files): Add m4/size_max.m4.
23740         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
23741
23742 2003-11-11  Bruno Haible  <bruno@clisp.org>
23743
23744         * m4/size_max.m4: New file.
23745         * m4/ptrdiff_max.m4: New file.
23746         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
23747         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
23748         (gl_XALLOC): Invoke it.
23749
23750 2003-11-11  Bruno Haible  <bruno@clisp.org>
23751
23752         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
23753         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
23754         defined.
23755
23756 2003-11-10  Paul Eggert  <eggert@twinsun.com>
23757
23758         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
23759         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
23760         rejected some allocations of exactly SIZE_MAX - 2 bytes.
23761         From Bruno Haible.
23762         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
23763         not (size_t) -1, since it's defined here.
23764
23765 2003-11-09  Karl Berry  <karl@gnu.org>
23766
23767         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
23768
23769 2003-11-06  Paul Eggert  <eggert@twinsun.com>
23770
23771         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
23772         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
23773         Reject sizes of exactly SIZE_MAX bytes.
23774         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
23775         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
23776
23777 2003-11-05  Bruno Haible  <bruno@clisp.org>
23778
23779         * lib/xsize.h: Include limits.h, to avoid a possible collision with
23780         SIZE_MAX defined in <limits.h> on Solaris.
23781
23782 2003-11-04  Jim Meyering  <jim@meyering.net>
23783
23784         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
23785         variable names, rather than @VAR@.
23786         * modules/poll: Likewise.
23787
23788 2003-11-04  Bruno Haible  <bruno@clisp.org>
23789
23790         * modules/xsize: New file.
23791         * modules/linebreak: Depend on xsize.
23792         * MODULES.html.sh (func_all_modules): Add xsize.
23793
23794 2003-11-04  Bruno Haible  <bruno@clisp.org>
23795
23796         * m4/xsize.m4: New file.
23797
23798 2003-11-04  Bruno Haible  <bruno@clisp.org>
23799
23800         * lib/xsize.h: New file.
23801         * lib/linebreak.c: Include xsize.h.
23802         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
23803         argument for overflow.
23804         Suggested by Paul Eggert.
23805
23806 2003-11-03  Karl Berry  <karl@gnu.org>
23807
23808         * config/config.{guess,sub}: update from config.
23809
23810 2003-11-03  Jim Meyering  <jim@meyering.net>
23811
23812         * modules/userspec (lib_SOURCES): Add userspec.h.
23813         (Include): Add "userspec.h".
23814         Improve description.
23815
23816 2003-11-03  Jim Meyering  <jim@meyering.net>
23817
23818         * lib/userspec.c: Include "userspec.h".
23819         * lib/userspec.h: New file.
23820
23821 2003-11-03  Bruno Haible  <bruno@clisp.org>
23822
23823         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
23824
23825 2003-11-03  Bruno Haible  <bruno@clisp.org>
23826
23827         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
23828         available, to avoid (extremely rare) race condition.
23829         Suggested by Paul Eggert.
23830
23831 2003-11-02  Karl Berry  <karl@gnu.org>
23832
23833         * config/srclist.txt (vasprintf.c): sync broken, sigh.
23834
23835 2003-10-31  Paul Eggert  <eggert@twinsun.com>
23836
23837         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
23838         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
23839         (read_filesystem_list): Set and use me_type_malloced.
23840         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
23841         whatever the type happens to be), for brevity and consistency.
23842         Check for size calculation overflow on Alphas running OSF/1.
23843
23844 2003-10-31  Jim Meyering  <jim@meyering.net>
23845
23846         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
23847
23848         * lib/linebuffer.c: Include <string.h> for declaration of memset.
23849
23850 2003-10-30  Paul Eggert  <eggert@twinsun.com>
23851             Bruno Haible  <bruno@clisp.org>
23852
23853         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
23854         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
23855
23856 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
23857
23858         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
23859         netbsd*-gnu*.  Suggested by Robert Millan.
23860
23861 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23862
23863         * modules/group-member: Depend on stdbool.
23864
23865 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23866
23867         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
23868
23869 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23870
23871         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
23872         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
23873         after the 'gnu' in these cases.  This fixes some bugs in the
23874         previous change, and is based on suggestions by Robert Millan.
23875
23876 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23877
23878         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
23879         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
23880         no longer needed.
23881         * lib/quotearg.c (quotearg_n_options): Use it.
23882         * lib/group-member.c: Include <stdbool.h>.
23883         (free_group_info): Arg is now const *; don't free arg.
23884         (get_group_info): Now returns bool and accepts struct group_info *,
23885         rather than returning a malloc'ed struct group_info *.
23886         All uses changed.  Check for overflow in internal size calculation.
23887
23888         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
23889         rather than xmalloc/xrealloc.
23890         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
23891         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
23892         conformance bug: the old code used a pointer after freeing the
23893         storage that it addressed.
23894         * lib/hash.c (hash_initialize): Simplify the code by using
23895         xalloc_oversized rather than doing it by hand.
23896         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
23897         the buffer preserved.  Use free and xmalloc instead.
23898         * lib/quotearg.c (quotearg_n_options): Likewise.
23899         Use a simpler test for size overflow.  Don't use xalloc_oversized
23900         because unsigned int might be wider than size_t (!); this suggests
23901         that we should switch from unsigned int to size_t for slot numbers.
23902
23903 2003-10-28  Paul Eggert  <eggert@twinsun.com>
23904
23905         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
23906         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
23907         NetBSD kernels.  Requested by Richard Stallman.
23908
23909 2003-10-27  Paul Eggert  <eggert@twinsun.com>
23910
23911         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
23912         to allocate the returned structure.  Do not allocate a subarray,
23913         as x2nrealloc will do that.
23914         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
23915         instead of xnrealloc.
23916         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
23917
23918 2003-10-27  Bruno Haible  <bruno@clisp.org>
23919
23920         * lib/stdbool_.h: Better support for BeOS.
23921
23922 2003-10-26  Paul Eggert  <eggert@twinsun.com>
23923
23924         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
23925         now uses inline.
23926
23927 2003-10-26  Paul Eggert  <eggert@twinsun.com>
23928
23929         * lib/xalloc.h (xalloc_oversized): New static inline function, for
23930         callers that want to do their own size-overflow checking.  Include
23931         <stdbool.h>, since xalloc_oversized returns bool.
23932         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
23933         to use xalloc_oversized.
23934
23935         Add two functions x2realloc, x2nrealloc, for programs that grow
23936         arrays dynamically by doubling their sizes.
23937         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
23938         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
23939         New functions.
23940
23941         Port to C99 semantics for 'inline' of external functions.
23942         Bug reported by Bruno Haible.
23943         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
23944         with the old contents of xnmalloc.
23945         (xnmalloc, xmalloc): Use it.
23946         (xnrealloc_inline): New static inline function,
23947         with the old contents of xnrealloc.
23948         (xnrealloc, xrealloc): Use it.
23949
23950         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
23951         that.
23952
23953 2003-10-26  Karl Berry  <karl@gnu.org>
23954
23955         * config/srclist.txt (COPYING.DOC): no longer available from
23956         /gd/gnuorg; don't know where the ultimate source is.
23957
23958 2003-10-25  Paul Eggert  <eggert@twinsun.com>
23959
23960         Fix several address-calculation bugs in the hash modules,
23961         plus some minor code cleanup.
23962
23963         * lib/hash.h: Include <stdbool.h>, for bool.
23964         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
23965         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
23966         hash_get_n_entries, hash_get_max_bucket_length,
23967         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
23968         hash_rehash): Use size_t rather than unsigned.
23969         * lib/hash.c (struct hash_table, hash_get_n_buckets,
23970         hash_get_n_buckets_used, hash_get_n_entries,
23971         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
23972         hash_get_entries, hash_do_for_each, hash_string, is_prime,
23973         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
23974         Likewise.
23975         (SIZE_MAX): Define if not defined.
23976         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
23977         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
23978         hash_print):
23979         Use const * when possible.
23980         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
23981         (check_tuning): Fix bug: if tuning parameters were very close to
23982         0 or 1, rounding errors could have caused subscript violations.
23983         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
23984         (hash_initialize): Add 'fail:' label
23985         to free table and return NULL, and use it to simplify code.
23986         Use calloc rather than clearing the storage ourself.
23987         (hash_initialize, hash_rehash): Check for arithmetic overflow in
23988         buffer size calculations.
23989         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
23990         Include <stddef.h>, for size_t.
23991         * lib/hash-pjw.c (hash_pjw): Likewise.
23992         Switch to method described by Bruno Haible.
23993         Include <limits.h>, for CHAR_BIT.
23994         (SIZE_BITS): New macro.
23995
23996 2003-10-23  Paul Eggert  <eggert@twinsun.com>
23997
23998         * m4/getline.m4 (AM_FUNC_GETLINE):
23999         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
24000         hosts.  Problem reported by Derek Robert Price in
24001         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
24002         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
24003         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
24004
24005 2003-10-21  Paul Eggert  <eggert@twinsun.com>
24006
24007         * lib/getndelim2.c (getndelim2): When size calculation overflows,
24008         ceiling the allocation at NMAX bytes rather than silently
24009         discarding input bytes before NMAX is reached.  This makes
24010         a difference only if NMAX exceeds SIZE_MAX / 2.
24011
24012         * lib/obstack.c: Merge from glibc.
24013         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
24014         Add libc_hidden_def (_obstack_newchunk).
24015         (_obstack_free) [! defined _LIBC]: Remove.
24016         [defined _LIBC]: Make a strong alias from obstack_free, rather than
24017         a clone of the function body.
24018         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
24019         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
24020
24021         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
24022         glibc.
24023         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
24024         arg to memcpy.
24025
24026         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
24027         (obstack_ptr_grow_fast, obstack_int_grow_fast):
24028         Don't use lvalue casts, as GCC plans to remove support for them
24029         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
24030         was also present in the non-GCC version, indicating that this
24031         code had always been buggy and had never been widely used.
24032         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
24033         Use the fast variant of each macro, rather than copying the
24034         definiens of the fast variant; that way, we'll be more likely to
24035         catch future bugs in the fast variants.
24036
24037 2003-10-20  Bruno Haible  <bruno@clisp.org>
24038
24039         * modules/wait-process: New file.
24040         * MODULES.html.sh (func_all_modules): Add wait-process.
24041
24042 2003-10-20  Bruno Haible  <bruno@clisp.org>
24043
24044         * m4/wait-process.m4: New file.
24045
24046 2003-10-20  Bruno Haible  <bruno@clisp.org>
24047
24048         * lib/wait-process.h: New file, from GNU gettext.
24049         * lib/wait-process.c: New file, from GNU gettext.
24050
24051 2003-10-19  Jim Meyering  <jim@meyering.net>
24052
24053         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
24054         HPUX 10.20.
24055
24056 2003-10-18  Karl Berry  <karl@gnu.org>
24057
24058         * config/config.guess: update from config.
24059
24060 2003-10-16  Paul Eggert  <eggert@twinsun.com>
24061
24062         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
24063         (getgroups): First arg is int, not size_t.
24064         Don't let 'free' mangle errno.
24065
24066 2003-10-16  Paul Eggert  <eggert@twinsun.com>
24067
24068         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
24069
24070 2003-10-16  Karl Berry  <karl@gnu.org>
24071
24072         * config/config.{guess,sub}: update from config.
24073
24074 2003-10-16  Jim Meyering  <jim@meyering.net>
24075
24076         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
24077         memcpy.
24078
24079 2003-10-15  Paul Eggert  <eggert@twinsun.com>
24080
24081         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
24082         (SIZE_MAX): Remove.
24083         (new_exclude, add_exclude_file): Initial size no longer needs to
24084         be a power of 2.
24085         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
24086         our own address arithmetic overflow checking.
24087
24088         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
24089         (fnmatch): Do not alloca more than 2000 wide characters;
24090         instead, use malloc for large buffers.
24091         Check for address arithmetic overflow, and return -1
24092         with errno set to ENOMEM in that case.
24093         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
24094         (NEW_PATTERN): Do not alloca more than 8000 bytes;
24095         instead, return -1.  Check for address arithmetic overflow.
24096
24097 2003-10-14  Paul Eggert  <eggert@twinsun.com>
24098
24099         Handle invalid suffixes and overflow independently, so that
24100         callers can treat them independently as needed.  Fix some bugs in
24101         suffix handling, e.g., "100k@" was not diagnosed as an invalid
24102         suffix for a human-readable blocksize.  The major caller-visible
24103         change is the addition of a new
24104         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
24105         that both overflow and suffix chars were found.
24106
24107         * lib/human.c (humblock): Don't check separately for invalid suffix
24108         char; that is xstrtoumax's job (now that its bug is fixed).
24109         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
24110         INTMAX_MAX]: New macros.
24111         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
24112         TYPE_MAXIMUM): New macros.
24113         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
24114         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
24115         if overflow occurs, as it's what __strtol does and it's more useful
24116         in practice.
24117         (__xstrtol): If __strtol reports some error other than ERANGE,
24118         reflect it to the caller as LONGINT_INVALID.  If it reports
24119         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
24120         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
24121         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
24122         value.
24123         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
24124         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
24125         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
24126         [defined UINTMAX_MAX]: New macros.
24127
24128 2003-10-14  Bruno Haible  <bruno@clisp.org>
24129
24130         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
24131
24132 2003-10-14  Bruno Haible  <bruno@clisp.org>
24133
24134         * m4/sig_atomic_t: New file, from GNU gettext.
24135         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
24136
24137 2003-10-14  Bruno Haible  <bruno@clisp.org>
24138
24139         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
24140         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
24141         Also use volatile where needed.
24142
24143 2003-10-12  Paul Eggert  <eggert@twinsun.com>
24144
24145         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
24146         Change maintainer from Bruno Haible to 'all'.
24147
24148 2003-10-12  Paul Eggert  <eggert@twinsun.com>
24149
24150         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
24151
24152 2003-10-12  Paul Eggert  <eggert@twinsun.com>
24153
24154         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
24155         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
24156         and define in terms of the other primitives.
24157         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
24158         (SIZE_MAX): Define if not already defined.
24159         (array_size_overflow): New function.
24160         (xalloc_die): Abort instead of exiting if 'error' returns.
24161         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
24162         (xmalloc, xrealloc): Use them.
24163         (xcalloc): Check for address arithmetic overflow.
24164         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
24165         a bit faster than strcpy.
24166
24167 2003-10-10  Simon Josefsson  <jas@extundo.com>
24168
24169         * modules/argp (Depends-on): Add restrict and strcase.
24170
24171 2003-10-10  Simon Josefsson  <jas@extundo.com>
24172
24173         * m4/argp.m4: Add AC_C_INLINE.
24174
24175 2003-10-08  Paul Eggert  <eggert@twinsun.com>
24176
24177         Merge getpass from libc, plus a few fixes.
24178
24179         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
24180         Include <stdbool.h>.
24181         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
24182         __fsetlocking to empty.
24183         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
24184         do include <bits/libc-lock.h>.
24185         Do not include <fcntl.h>; not needed.
24186         [_LIBC]: Include <wchar.h>.
24187         (NOTCANCEL_MODE): New macro.
24188         (flockfile, funlockfile) [_LIBC]: New macros.
24189         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
24190         [!_LIBC]: New macros.
24191         (call_fclose): New function.
24192         (getpass): Use it.  Save tty stream separately; this simplifies the
24193         code and makes it more reliable if stdin happens to equal stdout.
24194         Invoke __fsetlocking on tty.
24195         Handle thread cancellation if needed.
24196         Namespace cleanup (use __tcgetattr, __getline).
24197         Use bool for Booleans.
24198         [USE_IN_LIBIO]: Handle wide streams.
24199         [!_LIBC]: Unconditionally do the fseek, since we don't know what
24200         stream might go where.
24201
24202         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
24203         doesn't have to include <stdio.h> before us.
24204         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
24205         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
24206         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
24207         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
24208         if not declared, so that we can use getpass.c code from libc without
24209         rewriting it.
24210         (flockfile, ftrylockfile, funlockfile): New macros.
24211
24212 2003-10-08  Paul Eggert  <eggert@twinsun.com>
24213
24214         * modules/getpass: Depend on stdbool.
24215
24216 2003-10-08  Paul Eggert  <eggert@twinsun.com>
24217
24218         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
24219
24220 2003-10-07  Karl Berry  <karl@gnu.org>
24221
24222         * config/config.{guess,sub}: update from config.
24223
24224 2003-10-06  Jim Meyering  <jim@meyering.net>
24225             Bruno Haible  <bruno@clisp.org>
24226
24227         This lets translators provide better translations for the
24228         "Written by ..." part of --version output.
24229         * lib/version-etc.h: Include stdarg.h.
24230         (version_etc_copyright): Declare as readonly.
24231         (version_etc): Make this function variadic with a NULL-terminated list
24232         of author name strings.
24233         (version_etc_va): New declaration.
24234         * lib/version-etc.c: Include stdarg.h, stdlib.h.
24235         (version_etc_copyright): Declare as readonly.
24236         (version_etc_va): New function. Provide a different translatable string
24237         for each possible number of authors < 10. Abbreviate when there are 10
24238         authors or more.
24239         (version_etc): Make this function variadic. Call version_etc_va.
24240         Suggestion from Gary V. Vaughan.
24241
24242         * lib/long-options.h (parse_long_options): Change prototype: the
24243         authors string is moved to the end and becomes variadic.
24244         * lib/long-options.c: Include stdarg.h.
24245         (parse_long_options): Make this function variadic, too.
24246         Call version_etc_va, not version_etc.
24247
24248 2003-10-06  Bruno Haible  <bruno@clisp.org>
24249
24250         * modules/version-etc-2: Remove file.
24251         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
24252
24253 2003-10-06  Bruno Haible  <bruno@clisp.org>
24254
24255         * modules/fatal-signal: New file.
24256         * MODULES.html.sh (func_all_modules): Add fatal-signal.
24257
24258 2003-10-06  Bruno Haible  <bruno@clisp.org>
24259
24260         * m4/fatal-signal.m4: New file.
24261         * m4/signalblocking.m4: New file, from GNU gettext.
24262
24263 2003-10-06  Bruno Haible  <bruno@clisp.org>
24264
24265         * lib/version-etc-2.h: Remove file.
24266         * lib/version-etc-2.c: Remove file.
24267
24268 2003-10-06  Bruno Haible  <bruno@clisp.org>
24269
24270         * lib/fatal-signal.h: New file, from GNU gettext.
24271         * lib/fatal-signal.c: New file, from GNU gettext.
24272
24273 2003-10-05  Paul Eggert  <eggert@twinsun.com>
24274
24275         * README: Rework advice for preventing empty .o files.
24276         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
24277         not <sys/types.h>.
24278
24279 2003-10-04  Karl Berry  <karl@gnu.org>
24280
24281         * lib/argp*: update from libc.
24282
24283 2003-10-04  Karl Berry  <karl@gnu.org>
24284
24285         * config/config.{guess,sub}: update from config.
24286
24287 2003-10-02  Bruno Haible  <bruno@clisp.org>
24288
24289         * modules/lchown (Include): Add lchown.h.
24290         * modules/time_r (Include): Use "..." syntax.
24291         * modules/xgetdomainname (Include): Add xgetdomainname.h.
24292
24293 2003-10-01  Simon Josefsson  <jas@extundo.com>
24294
24295         * MODULES.html.sh (func_all_modules): Move gethostname from section
24296         'based on' to section 'lacking' POSIX:2001.
24297
24298 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
24299
24300         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
24301         to output mode on the same stream.
24302
24303 2003-09-29  Paul Eggert  <eggert@twinsun.com>
24304
24305         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
24306         Fix arg typo in previous patch.
24307
24308 2003-09-28  Jim Meyering  <jim@meyering.net>
24309
24310         * lib/error.c: Correct cpp indentation.
24311
24312 2003-09-27  Paul Eggert  <eggert@twinsun.com>
24313
24314         * modules/free: New file.
24315
24316 2003-09-27  Paul Eggert  <eggert@twinsun.com>
24317
24318         * m4/free.m4: New file.
24319
24320 2003-09-27  Paul Eggert  <eggert@twinsun.com>
24321
24322         * lib/minmax.h (MIN, MAX)
24323         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
24324         Omit the special code that used __typeof__, since we worry that
24325         it could be more trouble than it's worth.  See:
24326         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
24327         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
24328
24329         * lib/free.c: New file.
24330
24331 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
24332
24333         Trivial fixes to Makefile.am parts of module listings.
24334         * modules/strstr: Append strstr.h to lib_SOURCES.
24335         * modules/strcase: Likewise, for strcase.h.
24336
24337 2003-09-27  Karl Berry  <karl@gnu.org>
24338
24339         * config/mkinstalldirs: update from automake.
24340
24341 2003-09-26  Paul Eggert  <eggert@twinsun.com>
24342
24343         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
24344         (error_tail): Do not loop, reallocating temporary buffer, since
24345         the output cannot contain more wide characters than the input
24346         contains bytes, the size must be big enough already.  This avoids
24347         one potential size overflow calculation.  Check for size overflow
24348         when calculating temporary buffer size.  Free temporary buffer
24349         when done, if it was allocated with malloc; this plugs a memory
24350         leak.  Remove casts from void * to pointers, that are no longer
24351         needed now that we're assuming C89 or better.
24352
24353         Merge error changes from glibc.
24354
24355         * lib/error.c, error.h: Update copyright notice header to match glibc.
24356         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
24357         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
24358         Disable cancellation while printing error.
24359         * lib/error.h: Prepend __ to parameter names.
24360
24361 2003-09-26  Jim Meyering  <jim@meyering.net>
24362
24363         * lib/error.c (error_tail): Move some declarations
24364         into inner scope where the local variables are used.
24365
24366 2003-09-26  Bruno Haible  <bruno@clisp.org>
24367
24368         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
24369         stpncpy().
24370         Don't define stpncpy through config.h; it's now done through stpncpy.h.
24371
24372 2003-09-26  Bruno Haible  <bruno@clisp.org>
24373
24374         * lib/stpncpy.h (gnu_stpncpy): New declaration.
24375         (stpncpy): Define as alias for gnu_stpncpy.
24376         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
24377
24378 2003-09-25  Simon Josefsson  <jas@extundo.com>
24379
24380         * lib/xgetdomainname.h: New file.
24381         * lib/xgetdomainname.c: New file.
24382
24383 2003-09-25  Simon Josefsson  <jas@extundo.com>
24384             Bruno Haible  <bruno@clisp.org>
24385
24386         * modules/getdomainname: New file.
24387         * modules/xgetdomainname: New file.
24388         * MODULES.html.sh (func_all_modules): Add getdomainname,
24389         xgetdomainname.
24390
24391 2003-09-25  Simon Josefsson  <jas@extundo.com>
24392             Bruno Haible  <bruno@clisp.org>
24393
24394         * m4/getdomainname.m4: New file.
24395
24396 2003-09-25  Simon Josefsson  <jas@extundo.com>
24397             Bruno Haible  <bruno@clisp.org>
24398
24399         * lib/getdomainname.h: New file.
24400         * lib/getdomainname.c: New file.
24401
24402 2003-09-25  Karl Berry  <karl@gnu.org>
24403
24404         * lib/argp-fmtstream.c, argp-help.c: update from libc.
24405
24406 2003-09-25  Karl Berry  <karl@gnu.org>
24407
24408         * config/install-sh: update from automake.
24409
24410 2003-09-25  Bruno Haible  <bruno@clisp.org>
24411
24412         * modules/version-etc-2: New file, from modules/version-etc with
24413         modifications.
24414         * MODULES.html.sh (func_all_modules): Add version-etc-2.
24415
24416 2003-09-25  Bruno Haible  <bruno@clisp.org>
24417
24418         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
24419         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
24420
24421 2003-09-24  Simon Josefsson  <jas@extundo.com>
24422
24423         * modules/xgethostname: Add xgethostname.h.
24424
24425 2003-09-24  Paul Eggert  <eggert@twinsun.com>
24426
24427         * lib/linebuffer.c (freebuffer): Don't free the argument, just
24428         the buffer associated with the argument.  Bug reported by
24429         Simon Josefsson.
24430
24431 2003-09-24  Paul Eggert  <eggert@twinsun.com>
24432
24433         * README: Document assumptions that 'int' is at least 32 bits
24434         wide, that integer arithmetic is 2's complement without overflow,
24435         that there are no holes in integer values, that adding sizes of
24436         two nonoverlapping objects can't overflow, and that all-bits-zero
24437         yields scalar zero.  Fix spelling and capitalization typos.
24438
24439 2003-09-19  Karl Berry  <karl@gnu.org>
24440
24441         * lib/argp.h: update from libc.
24442
24443 2003-09-17  Paul Eggert  <eggert@twinsun.com>
24444
24445         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
24446         to avoid spurious warnings like "AC_RUN_IFELSE was called before
24447         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
24448
24449 2003-09-17  Paul Eggert  <eggert@twinsun.com>
24450
24451         * gnulib-tool: Use "test -h", not "test -L", for portability
24452         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
24453         (tags_regexp): Remove, since \| doesn't conform to POSIX.
24454         (sed_extract_prog): Issue s commands one-by-one, rather than
24455         using \| in one s command.
24456
24457 2003-09-16  Paul Eggert  <eggert@twinsun.com>
24458
24459         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
24460         input error, instead of returning NULL the next time we are called
24461         (and therefore losing track of errno).
24462
24463 2003-09-16  Bruno Haible  <bruno@clisp.org>
24464
24465         * gnulib-tool (func_create_testdir): Warn about duplicated
24466         dependencies.
24467
24468 2003-09-15  Paul Eggert  <eggert@twinsun.com>
24469
24470         * modules/argmatch, modules/fatal, modules/obstack,
24471         modules/xalloc, modules/xgethostname: Sort dependencies by
24472         importance, not alphabetically.
24473
24474 2003-09-15  Paul Eggert  <eggert@twinsun.com>
24475
24476         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
24477         fails, so that the caller gets the proper errno.
24478
24479         * lib/readutmp.c (read_utmp): Likewise.
24480         Check for fstat error.  Close stream and free storage
24481         when failing.
24482
24483 2003-09-14  Karl Berry  <karl@gnu.org>
24484
24485         * config/srclist.txt (strdup.c): disable for c89 changes.
24486
24487 2003-09-14  Jim Meyering  <jim@meyering.net>
24488
24489         * lib/getloadavg.c: Correct cpp indentation.
24490         * lib/strdup.c: Likewise.
24491         * lib/vasnprintf.c: Likewise.
24492
24493 2003-09-14  Bruno Haible  <bruno@clisp.org>
24494
24495         * modules/fwriteerror: New file.
24496         * MODULES.html.sh (func_all_modules): Add fwriteerror.
24497
24498 2003-09-14  Bruno Haible  <bruno@clisp.org>
24499
24500         * lib/fwriteerror.h: New file.
24501         * lib/fwriteerror.c: New file.
24502
24503 2003-09-12  Paul Eggert  <eggert@twinsun.com>
24504
24505         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
24506         modules/xgethostname, modules/xalloc: Depend on exit.
24507
24508 2003-09-12  Paul Eggert  <eggert@twinsun.com>
24509
24510         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
24511
24512         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
24513         and AC_MINIX, too, so that their extensions are available.
24514
24515         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
24516         This macro has been superseded by gl_BACKUPFILE.
24517
24518         More patches to assume C89 or better.
24519
24520         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
24521
24522         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
24523         unconditionally.
24524         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
24525         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
24526         Include <string.h>, <stdlib.h> unconditionally.
24527         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
24528         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
24529         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
24530         headers or for string.h.
24531         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
24532         or strtoul.
24533
24534         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
24535         headers.
24536         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
24537         * m4/userspec.m4 (gl_USERSPEC): Likewise.
24538         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
24539         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
24540         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
24541         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
24542         memcpy, memset.
24543         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
24544         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
24545         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
24546         strtol.
24547         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
24548         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
24549         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
24550         strtoul.
24551
24552 2003-09-12  Paul Eggert  <eggert@twinsun.com>
24553
24554         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
24555         * lib/obstack.c [!defined _LIBC]: Likewise.
24556         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
24557         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
24558         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
24559
24560         More changes to assume C89 or better.
24561
24562         * lib/error.c (error_tail): Assume vprintf.
24563
24564         * lib/argmatch.c (getenv): Remove decl.
24565         * lib/progreloc.c (get_full_program_name): Define via prototype.
24566         * lib/setenv.c (clearenv): Likewise.
24567         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
24568         needed.
24569         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
24570         (malloc, memcpy): Remove decls.
24571         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
24572         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
24573         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
24574         (memcpy): Remove macro.
24575         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
24576         (__P): Remove.  All uses removed.
24577         (PTR): Remove.  All uses changed to void *.
24578         (CHAR_BIT, NULL): Remove.
24579         (spaces, zeros, memset_space, memset_zero)
24580         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
24581         Remove.
24582         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
24583         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
24584         Define with prototype.
24585         Remove now-unnecessary prototype decl.
24586         (extra_args_spec): Assume ANSI C.  All uses changed.
24587         (extra_args_spec_iso): Remove.
24588         (my_strftime, emacs_strftimeu): Define via prototype.
24589         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
24590         unconditionally.
24591         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
24592         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
24593         (strtoul, strtol): Remove decls.
24594         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
24595         LONG_MAX): Remove.
24596         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
24597         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
24598         (LOCALE_PARAM_PROTO): New macro.
24599         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
24600         (INTERNAL (strtol), strtol): Define with a prototype.
24601         (PARAMS): Remove.  All uses removed.
24602         * lib/tempname.c: Include <string.h> unconditionally.
24603         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
24604         * lib/xgethostname.c (main): Define with a prototype.
24605         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
24606         Include <stdlib.h> unconditionally.
24607         (calloc, malloc, realloc, free): Remove decls.
24608         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
24609         Include <stdlib.h> unconditionally.  Sort include file names.
24610         (strtod): Remove.
24611         (xstrtod): Define with a prototype.
24612         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
24613         (strtol, strtoul): Remove decls.
24614
24615 2003-09-11  Paul Eggert  <eggert@twinsun.com>
24616
24617         More patches to assume C89 or better.
24618         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
24619         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
24620         string.h, memchr, STDC_HEADERS.
24621
24622 2003-09-11  Paul Eggert  <eggert@twinsun.com>
24623
24624         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
24625         Include <stdlib.h>, <string.h> unconditionally.
24626         Remove now-unnecessary cast to char *.
24627         * lib/strnlen.c: Include <string.h> unconditionally.
24628         * lib/yesno.c (yesno): Define with a prototype.
24629
24630 2003-09-11  Bruno Haible  <bruno@clisp.org>
24631
24632         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
24633
24634 2003-09-10  Jim Meyering  <jim@meyering.net>
24635
24636         * lib/error.c: Correct indentation of cpp directives.
24637
24638 2003-09-10  Bruno Haible  <bruno@clisp.org>
24639
24640         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
24641         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
24642         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
24643         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
24644         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
24645         <stdlib.h> and <string.h> checks.
24646         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
24647         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
24648
24649 2003-09-10  Bruno Haible  <bruno@clisp.org>
24650
24651         * lib/strcspn.c: Include <string.h> unconditionally.
24652         * lib/strpbrk.c: Include <string.h> unconditionally.
24653         * lib/strstr.c: Include <string.h> unconditionally.
24654         * lib/unicodeio.c: Include <string.h> unconditionally.
24655         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
24656         * lib/unsetenv.c: Likewise.
24657         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
24658         * lib/yesno.c: Include <stdlib.h> unconditionally.
24659         (rpmatch): Add prototype.
24660
24661 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24662
24663         More patches to assume C89 or better.
24664         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
24665         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
24666         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
24667         or for string.h.
24668         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
24669         stdlib.h.
24670         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
24671         C headers.
24672         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
24673         string.h.
24674         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
24675         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
24676         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
24677         or for string.h.
24678         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
24679         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
24680         C headers.
24681         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
24682         memcpy.
24683         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
24684         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
24685         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
24686         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
24687         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
24688         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
24689         string.h, free.
24690         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
24691         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
24692         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
24693         C headers, or for string.h.
24694         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
24695         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
24696         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
24697         headers, memory.h, stdlib.h, string.h, strings.h.
24698         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
24699         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
24700         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
24701         strchr.
24702         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
24703         headers, memory.h, string.h.
24704         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
24705         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
24706         free.
24707         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
24708         headers.
24709         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
24710         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
24711         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
24712         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
24713         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
24714
24715 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24716
24717         More K&R removal.
24718
24719         * lib/acosl.c (main): Use a prototype.
24720         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
24721         tanl.c: Likewise.
24722
24723         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
24724
24725         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
24726         (getopt, etopt_long, getopt_long_only, _getopt_internal)
24727         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
24728         with a prototype.
24729         * lib/getopt.c (const): Remove macro.
24730         Include <string.h> unconditionally.
24731         (my_index): Remove; all uses changed to strchr.
24732         (strlen): Remove decl.
24733         (exchange): Remove forward decl; no longer needed.
24734         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
24735         Define with prototype.
24736         * lib/getopt1.c (const): Remove macro.
24737         (getopt_long, getopt_long_only, main): Define with prototype.
24738
24739         * lib/getugroups.c: Include <string.h> unconditionally.
24740
24741         * lib/getusershell.c: Include <stdlib.h> unconditionally.
24742         (getusershell, setusershell, endusershell, readname, main):
24743         Define with prototypes.
24744
24745         * lib/group-member.c: Include group-member.h first.
24746         Include <stdlib.h> unconditionally.
24747
24748         * lib/hard-locale.c: Include hard-locale.h first.
24749         Include <stdlib.h>, <string.h> unconditionally.
24750
24751         * lib/hash.c (free, malloc): Remove decls.
24752         Include <stdlib.h> unconditionally.
24753
24754         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
24755         (getenv): Do not declare.
24756
24757         * lib/idcache.c: Include <string.h> unconditionally.
24758
24759         * lib/long-options.c: Include long-options.h first, to test interface.
24760         Include <stdlib.h> unconditionally.
24761
24762         * lib/makepath.c: Include makepath.h first, to test interface.
24763         Include <stdlib.h> and <string.h> unconditionally.
24764
24765         * lib/linebuffer.c: Include <stdlib.h>.
24766         (free): Remove decl.
24767
24768         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
24769         stddef.h. rpl_malloc returns void *, not char *.
24770         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
24771         prototype.
24772
24773         * lib/md5.h: Include <limits.h> unconditionally.
24774         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
24775         (__P): Remove; all uses removed.
24776         * lib/md5.c: Include "md5.h" first.
24777         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
24778         md5_buffer, md5_process_bytes, md5_process_block):
24779         Define with prototypes.
24780         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
24781         * lib/sha.c: Include "sha.h" first.
24782         Include <stdlib.h>, <string.h> unconditionally.
24783
24784         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
24785         * lib/memcmp.c (__ptr_t): Likewise.
24786         * lib/memrchr.c (__ptr_t): Likewise.
24787         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
24788         Include <string.h> unconditionally.
24789         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
24790         * lib/memchr.c: Include <stdlib.h> unconditionally.
24791         * lib/memchr.c (LONG_MAX): Remove.
24792         * lib/memrchr.c (LONG_MAX): Likewise.
24793         * lib/memchr.c (__memchr): Define via a prototype.
24794         * lib/memrchr.c (__memrchr): Likewise.
24795         * lib/memcmp.c (__P): Remove, and remove all uses.
24796         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
24797         Remove forward decls; no longer needed.
24798         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
24799         Use types required by C89 in prototype.
24800
24801         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
24802         * lib/savedir.c: Likewise.
24803         * lib/mkdir.c (free): Remove decl.
24804         * lib/rmdir.c (rmdir): Define with a prototype.
24805         * lib/savedir.c: Include savedir.h first, to test interface.
24806
24807         * lib/mktime.c (STDC_HEADERS): Remove.
24808         Include <stdlib.h>, <string.h> unconditionally.
24809
24810         * lib/modechange.c: Include <stdlib.h> unconditionally.
24811         (malloc): Remove decl.
24812
24813         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
24814         (free): Remove decl.
24815
24816         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
24817         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
24818         (This type really should be intptr_t, but that's a C99ism.)
24819         (_obstack_memcpy): Remove: all uses changed to memcpy.
24820         Include <string.h> unconditionally.
24821         (struct obstack): Assume __STDC__ for types of members
24822         chunkfun, freefun, extra_arg.
24823         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
24824         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
24825         obstack_begin, obstack_specify_allocation,
24826         obstack_specify_allocation_with_arg, obstack_chunkfun,
24827         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
24828         Remove unprototyped decls and the macros that use them.
24829         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
24830         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
24831         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
24832         (defined __STDC__ && __STDC__)]:
24833         Remove nonprototyped code.
24834         Include <stdlib.h> unconditionally.
24835         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
24836         _obstack_allocated_p, _obstack_free, obstack_free,
24837         _obstack_memory_used, print_and_abort):
24838         Define using prototypes.
24839         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
24840         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
24841         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
24842         obstack_next_free, obstack_object_size, obstack_room) [0]:
24843         Remove unused, unprototyped code.
24844
24845         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
24846
24847         * lib/physmem.c (physmem_total, physmem_available, main): Define
24848         with prototypes.
24849
24850         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
24851         (main): Define with a prototype.
24852
24853         * lib/posixver.c (getenv): Remove decl.
24854
24855         * lib/putenv.c (malloc): Returns void *, not char *.
24856         Include <string.h> unconditionally.
24857         (strchr, memcpy, NULL): Do not define.
24858
24859         * lib/readtokens.c: Include readtokens.h first, to test interface.
24860         Include <stdlib.h>, <string.h> unconditionally.
24861         (init_tokenbuffer): Define with a prototype.
24862
24863         * lib/regex.c (PARAMS): Remove.  All uses removed.
24864         All uses of _RE_ARGS removed, too.
24865         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
24866         unconditionally.
24867         (bzero): Assume memset exists.
24868         (memcmp, memcpy, NULL): Remove.
24869         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
24870         char, or assignments to local vars of type signed char.
24871         (init_syntax_once, PREFIX(extract_number_and_incr),
24872         PREFIX(print_partial_compiled_pattern),
24873         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
24874         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
24875         PREFIX(regex_grow_registers), PREFIX(regex_compile),
24876         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
24877         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
24878         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
24879         wcs_compile_range, byte_compile_range, truncate_wchar,
24880         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
24881         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
24882         count_mbs_length, wcs_re_match_2_internal,
24883         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
24884         PREFIX(alt_match_null_string_p),
24885         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
24886         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
24887         regfree, PREFIX(extract_number)): Define with prototype.  Remove
24888         now-unnecessary declaration, if any.
24889         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
24890         regcomp, regexec):
24891         Remove now-unnecessary casts among pointer types.
24892         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
24893
24894         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
24895         (free): Remove decl.
24896
24897         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
24898
24899         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
24900         (free): Remove decl.
24901
24902         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
24903         * lib/xgetcwd.c: Likewise.
24904
24905         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
24906         (free): Remove decl.
24907
24908         * lib/strchrnul.c (strchrnul): Define with a prototype.
24909         Fix bug: c_in was not converted to char before searching.
24910
24911         The following changes are not K&R related:
24912
24913         * lib/group-member.h: Include <sys/types.h>, so that this file is
24914         self-contained.
24915         * lib/makepath.h: Likewise.
24916
24917         * lib/getusershell.c (readname, default_index, line_size, readname):
24918         Use size_t, not int, for sizes.
24919         (readname): If the size overflows, report an error instead of
24920         looping forever.
24921
24922 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24923
24924         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
24925         libc.
24926
24927 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24928
24929         * README: New section: portability guidelines.
24930
24931 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
24932
24933         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
24934         C89 spec.
24935
24936 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
24937
24938         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
24939
24940 2003-09-08  Paul Eggert  <eggert@twinsun.com>
24941
24942         Assume C89 or better; remove K&R cruft.
24943         A few of these changes were first proposed by Derek Robert Price
24944         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
24945
24946         * lib/addext.c: Include <string.h> unconditionally.
24947         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
24948         Don't declare getenv or malloc.
24949
24950         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
24951         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
24952         (NULL): Remove.
24953         (find_stack_direction, alloca): Use prototypes.
24954
24955         * lib/atexit.c (atexit): Define using a prototype.
24956
24957         * lib/basename.c, dirname.c, stripslash.c:
24958         Include <string.h> unconditionally.
24959
24960         * lib/bcopy.c: Include <stddef.h>.
24961         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
24962
24963         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
24964
24965         * lib/error.h (error, error_at_line, error_print_progname)
24966         [! (defined (__STDC__) && __STDC__)]: Remove decls.
24967         * lib/error.c: Include error.h first, to check interface.
24968         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
24969         (VA_START): Remove; all uses changeed to va_start.
24970         (exit, strerror): Remove decls.
24971         (error_print_progname): Prototype uncondionally.
24972         Don't include <errno.h>; no longer needed.
24973         (private_strerror): Remove.
24974         (error_tail): Always define.
24975         (error, error_at_line): Assume C89 or better; always use prototypes.
24976         * lib/fatal.c: Include "fatal.h" first, to test interface.
24977         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
24978         (VA_START): Remove; all uses changed to va_start.
24979         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
24980         this case.
24981         (exit): Remove decl.
24982         (fatal): Prototype unconditionally.  Assume va_start works.
24983         Abort at end, to pacify gcc.
24984
24985         * lib/euidaccess.c (main): Define with a prototype.
24986
24987         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
24988
24989         * lib/exitfail.c: Include <stdlib.h> unconditionally.
24990
24991         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
24992         prototypes.
24993         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
24994         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
24995         (getenv): Remove decl.
24996         (fnmatch): Define using a prototype.
24997         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
24998         (FCT): Define using a prototype.
24999
25000         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
25001
25002         * lib/gethostname.c: Include <stddef.h>.
25003         (gethostname): Define with prototype.  Length is size_t, not int.
25004
25005 2003-09-08  Paul Eggert  <eggert@twinsun.com>
25006
25007         Assume C89 or better; remove K&R cruft.
25008         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
25009         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
25010         string.h, getenv, malloc.
25011         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
25012         headers.
25013         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
25014         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
25015         do not check for strerror.
25016         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
25017         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
25018         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
25019         do not check for doprnt or vprintf.
25020         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
25021         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
25022
25023 2003-09-08  Paul Eggert  <eggert@twinsun.com>
25024
25025         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
25026         getversion.c should have been removed then, but was accidentally
25027         preserved.
25028
25029         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
25030         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
25031
25032 2003-09-08  Karl Berry  <karl@gnu.org>
25033
25034         * config/config.sub, config.guess, srclistvars.sh: update from savannah
25035                 config, forget about prep.
25036
25037         * config/depcomp, missing: update from automake.
25038
25039 2003-09-07  Paul Eggert  <eggert@twinsun.com>
25040
25041         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
25042         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
25043
25044 2003-09-07  Paul Eggert  <eggert@twinsun.com>
25045
25046         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
25047         copy_tm_result.  Bug reported by Simon Josefsson in
25048         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
25049
25050 2003-09-06  Paul Eggert  <eggert@twinsun.com>
25051
25052         * m4/time_r.m4: New file.
25053         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
25054         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
25055         is. Check for timegm declaration.
25056         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
25057         Do not check for gmtime_r.
25058         Replace mktime if __mktime_internal does not exist and if mktime
25059         hasn't been replaced already.
25060
25061 2003-09-06  Paul Eggert  <eggert@twinsun.com>
25062
25063         * lib/time_r.c, lib/time_r.h: New files.
25064
25065         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
25066         __localtime_r.
25067         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
25068         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
25069
25070         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
25071         __gmtime_r.
25072         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
25073         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
25074         Include <time_r.h>.
25075
25076         * lib/timegm.c: Switch to glibc implementation, with the following
25077         changes:
25078         [defined HAVE_CONFIG_H]: Include <config.h>.
25079         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
25080         (__mktime_internal) [!defined _LIBC]: New decl.
25081         (__gmtime_r) [!defined _LIBC]: New macro and function.
25082         (timegm): Use a prototype, since gnulib assumes C89.
25083         Do not bother declaring tmp to be const, as it's not really usefu.
25084         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
25085         (timegm): Declare only if HAVE_DECL_TIMEGM.
25086
25087 2003-09-06  Paul Eggert  <eggert@twinsun.com>
25088
25089         * MODULES.html.sh (func_all_modules): Add time_r.
25090         * modules/time_r: New file.
25091         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
25092         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
25093
25094 2003-09-03  Paul Eggert  <eggert@twinsun.com>
25095
25096         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
25097         Bug reported by Lute Kamstra in
25098         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
25099
25100         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
25101         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
25102         course with correspondingly smaller numbers for tomorrow and
25103         yesterday.  From Tadayoshi Funaba.  Originally installed into
25104         sh-utils on 1999-08-07, but the patch got lost (I guess during the
25105         coreutils merge?).
25106
25107 2003-08-31  Simon Josefsson  <jas@extundo.com>
25108
25109         * modules/timegm: New file.
25110         * MODULES.html.sh (func_all_modules): Add timegm.
25111
25112 2003-08-31  Simon Josefsson  <jas@extundo.com>
25113
25114         * m4/timegm.m4: New file.
25115
25116 2003-08-31  Simon Josefsson  <jas@extundo.com>
25117
25118         * lib/timegm.h: New file.
25119         * lib/timegm.c: New file.  Based on
25120         wget-1.8.2/src/http.c:mktime_from_utc.
25121
25122 2003-08-31  Karl Berry  <karl@gnu.org>
25123
25124         * lib/argp.h: update from libc.
25125
25126 2003-08-28  Bruno Haible  <bruno@clisp.org>
25127
25128         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
25129         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
25130         followed by '#define fnmatch fnmatch_posix' gives an error.
25131
25132 2003-08-28  Bruno Haible  <bruno@clisp.org>
25133
25134         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
25135         warning on QNX, which defines O_BINARY to 000000.
25136
25137 2003-08-27  Jim Meyering  <jim@meyering.net>
25138
25139         * m4/mkstemp.m4: Require that the system mkstemp be able to create
25140         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
25141         would fail after 32.  Reported by Danny Levinson.  Details here:
25142         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
25143
25144 2003-08-24  Bruno Haible  <bruno@clisp.org>
25145
25146         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
25147         MSVC7 <stdio.h> is included later.
25148
25149 2003-08-22  Simon Josefsson  <jas@extundo.com>
25150
25151         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
25152
25153 2003-08-20  Karl Berry  <karl@gnu.org>
25154
25155         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
25156
25157 2003-08-20  Bruno Haible  <bruno@clisp.org>
25158
25159         * modules/progname: New file.
25160         * MODULES.html.sh (func_all_modules): Add progname.
25161
25162 2003-08-20  Bruno Haible  <bruno@clisp.org>
25163
25164         * lib/progname.h: New file, from GNU gettext.
25165         * lib/progname.c: New file, from GNU gettext.
25166         * lib/progreloc.c: New file, from GNU gettext.
25167
25168 2003-08-19  Jim Meyering  <jim@meyering.net>
25169
25170         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
25171         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
25172
25173 2003-08-19  Bruno Haible  <bruno@clisp.org>
25174
25175         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
25176         more.
25177
25178 2003-08-19  Bruno Haible  <bruno@clisp.org>
25179
25180         * lib/xstrdup.c: Assume <string.h> exists.
25181
25182 2003-08-18  Paul Eggert  <eggert@twinsun.com>
25183
25184         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
25185         in makefile rules.
25186
25187 2003-08-18  Jim Meyering  <jim@meyering.net>
25188
25189         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
25190         * m4/lib-ld.m4: Likewise.
25191
25192 2003-08-18  Jim Meyering  <jim@meyering.net>
25193
25194         * lib/setenv.h: Indent nested cpp directive.
25195         * lib/vasnprintf.c: Remove trailing blanks.
25196
25197 2003-08-17  Simon Josefsson  <jas@extundo.com>
25198
25199         * modules/xstrndup: New file.
25200         * MODULES.html.sh (func_all_modules): Add xstrndup.
25201
25202 2003-08-17  Simon Josefsson  <jas@extundo.com>
25203
25204         * modules/argp: Fix autoconf macro name. Add more dependencies.
25205
25206 2003-08-17  Simon Josefsson  <jas@extundo.com>
25207
25208         * m4/xstrndup.m4: New file.
25209
25210 2003-08-17  Simon Josefsson  <jas@extundo.com>
25211
25212         * m4/argp.m4: New file.
25213
25214 2003-08-17  Simon Josefsson  <jas@extundo.com>
25215             Bruno Haible  <bruno@clisp.org>
25216
25217         * lib/xstrndup.h: New file.
25218         * lib/xstrndup.c: New file.
25219
25220 2003-08-17  Bruno Haible  <bruno@clisp.org>
25221
25222         * modules/strndup (Files, Include): Add lib/strndup.h.
25223
25224 2003-08-17  Bruno Haible  <bruno@clisp.org>
25225
25226         * modules/euidaccess (Files): Add lib/euidaccess.h.
25227
25228 2003-08-17  Bruno Haible  <bruno@clisp.org>
25229
25230         * lib/strndup.h: New file.
25231
25232 2003-08-17  Bruno Haible  <bruno@clisp.org>
25233
25234         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
25235         like AC_GNU_SOURCE.
25236         * modules/extensions (configure.ac): Comment out the invocation of
25237         gl_USE_SYSTEM_EXTENSIONS.
25238
25239 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25240
25241         Merges from coreutils, etc.
25242         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
25243         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
25244         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
25245         fixing a typo.
25246         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
25247         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
25248
25249 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25250
25251         Document merge from coreutils.
25252         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
25253         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
25254         * modules/utime: Add m4/utimes-null.m4.
25255
25256 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25257
25258         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
25259         space, undoing this 2003-08-12 change:
25260         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
25261
25262 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25263
25264         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
25265         strtoul.c from libc, undoing this 2003-08-12 change:
25266         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
25267
25268 2003-08-16  Jim Meyering  <jim@meyering.net>
25269
25270         Merges from coreutils.
25271         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
25272         prefix.  Adjust cache variables similarly.  Create 500 rather than
25273         just 300 files, to exercise bug on Darwin6.5, too.
25274         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
25275         $missing_dir.
25276         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
25277         AM_SYS_POSIX_TERMIOS.
25278         Reported by mkc@mathdogs.com.
25279         Also change use of $am_cv_sys_posix_termios
25280         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
25281         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
25282         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
25283         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
25284         in /proc/mounts until it finds one with matching device number.  This
25285         is unnecessary when the FILE argument *is* a mount point.  No stat call
25286         is necessary in that case.  So, disable the statvfs-testing code on
25287         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
25288         as RedHat bug# 84846.
25289         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
25290         to 1MB, so as not to render systems with no stack size limit (e.g.,
25291         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
25292         Include <unistd.h>.  On some systems,
25293         it is required for the definition of _SC_PAGESIZE.
25294
25295 2003-08-16  Jim Meyering  <jim@meyering.net>
25296
25297         Merge from coreutils.
25298         * lib/xstrtoimax.c: #else #if -> #elif.
25299         * lib/xstrtoumax.c: Likewise.
25300
25301 2003-08-16  Jim Meyering  <jim@meyering.net>
25302
25303         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
25304         * m4/utimes.m4: Removed.
25305         * m4/utimes-null.m4: Renamed from utimes.m4.
25306
25307         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
25308         to 1MB, so as not to render systems with no stack size limit (e.g.,
25309         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
25310         Include <unistd.h>.  On some systems,
25311         it is required for the definition of _SC_PAGESIZE.
25312
25313 2003-08-16  Jim Meyering  <jim@meyering.net>
25314         and Paul Eggert  <eggert@cs.ucla.edu>
25315
25316         Merges from coreutils, etc.
25317
25318         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
25319         using the latest version from cvs.  This avoids problems with #line
25320         directives using a vendor (Sun) compiler.
25321         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
25322         Don't set GETGROUPS_LIB here; now it's
25323         done via getgroups.m4's wrapper function.
25324         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
25325         rather than just in sh-util/configure.in, so that the
25326         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
25327         same.
25328         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
25329         AC_FUNC_GETLOADAVG where to find getloadavg.c.
25330         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
25331         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
25332         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
25333         Remove code that is now done by the newly-required macros.
25334         Append $(EXEEXT) to DF_PROG.
25335         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
25336         Do not invoke or require the following here,
25337         since prereq.m4 or some gnulib .m4 now does this for us:
25338         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
25339         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
25340         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
25341         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
25342         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
25343         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
25344         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
25345         AC_FUNC_OBSTACK.
25346         Do not replace the following functions, as this is now the job
25347         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
25348         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
25349         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
25350         atexit getpass, strdup, getpagesize.
25351         Replace 'raise'.
25352         Do not check for the following functions, as this is now the job
25353         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
25354         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
25355         setregid.
25356         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
25357         Check for sys/sysctl.h.
25358         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
25359         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
25360         of checking for ssize_t ourselves.
25361
25362         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
25363         Require every macro that gnulib/modules/* suggests for us.
25364         (jm_PREREQ_ADDEXT): New macro.
25365         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
25366         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
25367
25368         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
25369         (gl_PHYSMEM): Use it.
25370         Also check for `table' function.
25371         Check for new headers and functions.
25372         Add check for sys/sysmp.h.
25373         With suggestions from Kaveh Ghazi.
25374         Ignore headers that are present but cannot be compiled.  This
25375         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
25376         C 5.4.
25377
25378 2003-08-15  Paul Eggert  <eggert@twinsun.com>
25379
25380         Document merge from coreutils.
25381         * modules/userspec: Depend on posixver.
25382         * modules/strftime: Depend on tzset.
25383
25384 2003-08-15  Paul Eggert  <eggert@twinsun.com>
25385
25386         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
25387         rather than tab, after '#' in shell-script copyright notices.
25388         Suggested by Bruno Haible.
25389
25390 2003-08-15  Paul Eggert  <eggert@twinsun.com>
25391
25392         * config/srclist-update: Use three spaces, rather than tab, after '#'
25393         in shell-script copyright notices.  Suggested by Bruno Haible.
25394         Remove unnecessary parenthesization in regular expression.
25395
25396 2003-08-15  Jim Meyering  <jim@meyering.net>
25397
25398         Merge from coreutils.
25399         * lib/xgethostname.c: Include <stdlib.h>.
25400         (xghostname): Don't exit for anything other than memory-related
25401         failure; just return NULL.
25402         * lib/userspec.c: Include "posixver.h".
25403         (parse_user_spec): Accept `.' as a separator only
25404         in pre-POSIX-200112 mode.
25405         * lib/strtoimax.c: Use #elif rather than #else #if.
25406         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
25407         Remove function, now that we can rely on a working tzset function.
25408         [!_LIBC]: Ensure that the required autoconf test has been run.
25409         [!defined _NL_CURRENT && HAVE_STRFTIME]:
25410         Use underlying_strftime for %r.
25411         * lib/sha.c: Merge in some clean-up and optimization changes from
25412         glibc.
25413         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
25414         Ensure that it is a multiple of 64.
25415         Rearrange loop exit tests so as to avoid performing an
25416         additional fread after encountering an error or EOF.
25417         * lib/realloc.c: Update copyright date.
25418
25419 2003-08-15  Jim Meyering  <jim@meyering.net>
25420         and Paul Eggert  <eggert@twinsun.com>
25421
25422         Merge from coreutils.
25423         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
25424         member but strut utmpx does not.  Needed for AIX 4.3.3.
25425         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
25426
25427 2003-08-15  Jim Meyering  <jim@meyering.net>
25428         and Paul Eggert  <eggert@cs.ucla.edu>
25429
25430         Merges from coreutils, etc.
25431         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
25432         Require gl_FUNC_TZSET_CLOBBER.
25433         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
25434         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
25435         members.
25436
25437 2003-08-14  Paul Eggert  <eggert@twinsun.com>
25438
25439         Help the merge from coreutils.
25440         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
25441         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
25442         * m4/tzset.m4: Use it too.
25443
25444 2003-08-14  Paul Eggert  <eggert@twinsun.com>
25445
25446         * modules/tzset: New file.
25447
25448 2003-08-14  Jim Meyering  <jim@meyering.net>
25449
25450         Merges from coreutils.
25451         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
25452         variable names, rather than @FNMATCH_H@.
25453         * modules/alloca: Likewise for $(ALLOCA_H).
25454
25455         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
25456         the three copies of the literal target, `fnmatch.h'.
25457         * modules/alloca (alloca.h): Likewise.
25458
25459 2003-08-14  Jim Meyering  <jim@meyering.net>
25460
25461         Merge from coreutils.
25462         * m4/tzset.m4: New file.
25463         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
25464         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
25465         otherwise, AIX 5.1 systems would end up using the latter.
25466         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
25467         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
25468         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
25469         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
25470
25471 2003-08-14  Jim Meyering  <jim@meyering.net>
25472
25473         Merge from coreutils.
25474         * lib/obstack.h: Whitespace changes.
25475         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
25476         and xcalloc return values.
25477         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
25478         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
25479         hang on OSF/1 5.1 for DIR on both local and remote file systems.
25480         Reported by (and fix confirmed by) Nelson H. F. Beebe.
25481         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
25482         error from mntctl.
25483         Use mntctl's return value to drive the entry-processing loop, since
25484         we can't rely on the value of the vmt_length member in the last
25485         entry.  On some systems doing so could result in exhausting
25486         virtual memory.  Based in part on a patch from Mike Jetzer.
25487
25488 2003-08-14  Jim Meyering  <jim@meyering.net>
25489         and Paul Eggert  <eggert@twinsun.com>
25490
25491         Merges from coreutils, plus other fixes.
25492         * lib/physmem.c: Merge in portability changes from gcc/libiberty
25493         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
25494         for credits and details.  Thanks to Kaveh Ghazi for helping
25495         to keep these files in sync.
25496         (ARRAY_SIZE): Define it.
25497         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
25498         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
25499         (memcasecmp): Don't assume size_t fits in unsigned int.
25500         Remove casts and duplicate code.
25501         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
25502         (memcpy): Remove definition.
25503         Merge in some clean-up and optimization changes from glibc.
25504         [BLOCKSIZE]: Move definition to top of file.
25505         Ensure that it is a multiple of 64.
25506         Rearrange loop exit tests so as to avoid performing an
25507         additional fread after encountering an error or EOF.
25508         * lib/md5.h (md5_uintptr): Define.
25509         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
25510         return to the initial working directory.  Preserve errno
25511         for caller.
25512         * lib/idcache.c: Include "xalloc.h".
25513         (xmalloc, xrealloc): Remove decls.
25514         (getuser): Remove casts no longer required in C89.
25515         * lib/human.c: Include stdio.h, for sprintf.
25516         * lib/group-member.c: Include "xalloc.h".
25517         (xmalloc, xrealloc): Remove decls.
25518         (get_group_info): Remove casts no longer required in C89.
25519         * lib/getusershell.c (readname): Remove casts no longer required in
25520         C89.
25521         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
25522         * lib/getline.c: Whitespace fix, from coreutils.
25523
25524 2003-08-13  Paul Eggert  <eggert@twinsun.com>
25525
25526         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
25527         Check for isascii.
25528
25529         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
25530         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
25531         Undo previous (whitespace-only) change.
25532
25533 2003-08-13  Paul Eggert  <eggert@twinsun.com>
25534
25535         * lib/exclude.c: Include <ctype.h>
25536         (IN_CTYPE_DOMAIN): New macro.
25537         (is_space): New fn.
25538         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
25539         and empty lines.
25540
25541         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
25542         Undo previous (whitespace-only) change.
25543
25544 2003-08-13  Paul Eggert  <eggert@twinsun.com>
25545
25546         * config/srclist-update: Change update back to the old behavior,
25547         leaving whitespace alone.  Use one 'sed' command rather than a
25548         pipeline.
25549         (fixlicense): Now a variable, not a function.
25550         (remove_trailing_blanks): Remove.
25551         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
25552         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
25553         Undo previous (whitespace-only) change.
25554
25555 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25556
25557         Merge from coreutils.
25558         * modules/euidaccess: Add lib_SOURCES, include for new
25559         file euidaccess.h
25560
25561 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25562
25563         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
25564         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
25565         Normalize leading white space and remove trailing white space.
25566
25567         Merge from coreutils
25568         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
25569
25570         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
25571         0.12.1.  These files are now being upgraded automatically by
25572         ../config/srclist-update.
25573
25574 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25575
25576         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
25577         Normalize leading white space and remove trailing white space.
25578         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
25579         notice, as per ../config/srclist-update.
25580
25581         Merge from coreutils.
25582         * lib/euidaccess.h: New file.
25583         * lib/euidaccess.c: Include it.
25584         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
25585         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
25586         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
25587
25588 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25589
25590         * config/srclist-update: Add copyright notice.
25591         (remove_id_lines, remove_trailing_blanks): New constants.
25592         (fixfile): Use them to normalize spacing a bit in copied files.
25593         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
25594         Normalize leading white space and remove trailing white space.
25595
25596         * config/texinfo.tex: Sync with texinfo.
25597
25598         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
25599         strtoul.c from libc, to merge coreutils whitespace changes.
25600
25601         * config/srclist.txt: Get the following m4 files from gettext:
25602         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
25603         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
25604         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
25605         wint_t.m4.
25606
25607 2003-08-12  Karl Berry  <karl@gnu.org>
25608
25609         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
25610         been made.
25611
25612 2003-08-11  Paul Eggert  <eggert@twinsun.com>
25613
25614         * modules/gnu-source, m4/gnu-source.m4:
25615         Remove; we're assuming Autoconf 2.54 or later now.
25616         Suggested by Bruno Haible.
25617         * MODULES.html.sh (func_all_modules): Remove gnu-source.
25618
25619 2003-08-11  Bruno Haible  <bruno@clisp.org>
25620
25621         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
25622
25623 2003-08-11  Bruno Haible  <bruno@clisp.org>
25624
25625         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
25626         (vasnprintf): Use it instead of wcslen.
25627
25628 2003-08-11  Bruno Haible  <bruno@clisp.org>
25629
25630         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
25631         value to ensure that _Bool promotes to int. Use #define for _Bool when
25632         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
25633
25634 2003-08-10  Karl Berry  <karl@gnu.org>
25635
25636         * lib/regex.h: update from libc (whitespace fix).
25637
25638 2003-08-09  Paul Eggert  <eggert@twinsun.com>
25639
25640         Merge some files from coreutils.  These changes were
25641         originally made by Jim Meyering.
25642         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
25643         many older Unixes require this.
25644         * lib/alloca.c (alloca): Remove cast to argument of free;
25645         no longer needed in C89.
25646         * lib/alloca_.h, regex.h: Fix white space to match
25647         what GNU indent does.
25648
25649 2003-08-09  Paul Eggert  <eggert@twinsun.com>
25650
25651         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
25652         apparently Emacs's Unicode mode got confused before my 2003-08-05
25653         checkin.
25654
25655 2003-08-08  Paul Eggert  <eggert@twinsun.com>
25656
25657         * m4/extensions.m4: New file.
25658         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
25659         Require gl_USE_SYSTEM_EXTENSIONS.
25660         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
25661         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
25662
25663 2003-08-08  Paul Eggert  <eggert@twinsun.com>
25664
25665         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
25666         * modules/extensions, modules/gnu-source: New files.
25667         * modules/timespec, modules/unlocked-io: Depend on extensions.
25668
25669 2003-08-07  Paul Eggert  <eggert@twinsun.com>
25670
25671         * modules/restrict: New file.
25672         * MODULES.html.sh (func_all_modules): Add restrict.
25673         * modules/regex: Depend on restrict.
25674
25675 2003-08-07  Paul Eggert  <eggert@twinsun.com>
25676
25677         * m4/restrict.m4: New file.
25678         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
25679
25680 2003-08-07  Bruno Haible  <bruno@clisp.org>
25681
25682         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
25683         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
25684
25685 2003-08-07  Bruno Haible  <bruno@clisp.org>
25686
25687         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
25688         makes the module 'getndelim2' compatible with the module 'getline'.
25689
25690 2003-08-05  Paul Eggert  <eggert@twinsun.com>
25691
25692         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
25693         byte with "\201" to avoid glitches when editing that source file
25694         with multi-gnome-terminal.
25695
25696 2003-08-05  Paul Eggert  <eggert@twinsun.com>
25697
25698         * lib/bumpalloc.h: Remove.
25699
25700 2003-08-05  Paul Eggert  <eggert@twinsun.com>
25701
25702         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
25703         * modules/bumpalloc: Remove.
25704
25705 2003-08-04  Paul Eggert  <eggert@twinsun.com>
25706
25707         * lib/getloadavg.c: Change copyright notice and spacing to conform to
25708         GNU coding style.
25709
25710         Merge from coreutils.
25711         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
25712         1. From glibc.
25713         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
25714         from Karl Berry, implemented by Jim Meyering.
25715         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
25716         from Dmitry V. Levin.
25717         Remove anachronistic cast of xrealloc.
25718         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
25719         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
25720         type. Otherwise, it wouldn't compile with at least /bin/cc on
25721         ymp-cray-unicos9.0.2.X.
25722         Combine two mostly-identical uses of alloca into one.
25723         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
25724
25725 2003-08-04  Dave Love  <d.love@dl.ac.uk>
25726
25727         [From Emacs.]
25728
25729         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
25730         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
25731         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
25732         obsolete NLIST_NAME_UNION.
25733         [__GNU__]: Undef BSD and FSCALE.
25734         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
25735
25736 2003-08-03  Paul Eggert  <eggert@twinsun.com>
25737
25738         * lib/stdbool_.h (_Bool): Make it signed char, instead of
25739         an enum type, so that it's guaranteed to promote to int.  See:
25740         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
25741
25742 2003-08-03  Karl Berry  <karl@gnu.org>
25743
25744         * config/depcomp: update from automake.
25745
25746 2003-07-31  Paul Eggert  <eggert@twinsun.com>
25747
25748         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
25749         (strerror): Don't assume that a printable int fits in 14 bytes.
25750
25751 2003-07-31  Bruno Haible  <bruno@clisp.org>
25752
25753         * modules/getpass-gnu: New file.
25754         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
25755
25756 2003-07-31  Bruno Haible  <bruno@clisp.org>
25757
25758         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
25759
25760 2003-07-24  Karl Berry  <karl@gnu.org>
25761
25762         * config/missing: update from automake.
25763
25764 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
25765             Bruno Haible  <bruno@clisp.org>
25766
25767         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
25768         * lib/getline.c (getline, getdelim): Likewise.
25769         Remove _GNU_SOURCE define; now it's defined in config.h through
25770         m4/getline.m4.
25771
25772 2003-07-23  Karl Berry  <karl@gnu.org>
25773
25774         * config/config.sub: update from prep.
25775
25776 2003-07-22  Paul Eggert  <eggert@twinsun.com>
25777
25778         * modules/xalloc (Depends-on): Add exitfail.
25779         * modules/xmemcoll: Likewise.
25780
25781 2003-07-22  Paul Eggert  <eggert@twinsun.com>
25782
25783         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
25784         over-parenthesization in macros.
25785
25786         Sync with coreutils.
25787
25788         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
25789         required by C99.
25790
25791         Use `exit_failure' for xalloc and xmemcoll instead of their own
25792         private exit-failure variables.
25793         * lib/xalloc.h (xalloc_exit_failure): Remove.
25794         * lib/xmalloc.c: Likewise.  Include exitfail.h.
25795         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
25796         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
25797         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
25798         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
25799
25800 2003-07-20  Jim Meyering  <jim@meyering.net>
25801
25802         * modules/closeout (Depends-on): Add exitfail.
25803         Suggestion from Bruno Haible.
25804
25805 2003-07-19  Karl Berry  <karl@gnu.org>
25806
25807         * config/config.sub: update from prep.
25808
25809 2003-07-18  Paul Eggert  <eggert@twinsun.com>
25810
25811         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
25812         Remove.
25813         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
25814         to test that it can stand by itself.  Include "exitfail.h".
25815         Clients should set exit_failure instead.
25816         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
25817
25818 2003-07-18  Bruno Haible  <bruno@clisp.org>
25819
25820         * modules/getndelim2: New file.
25821         * modules/getline: Share files with module getndelim2.
25822         * modules/getnline: Depend on getndelim2 instead of sharing files with
25823         it. Add getnline.c to lib_SOURCES.
25824         * MODULES.html.sh (func_all_modules): Add getndelim2.
25825
25826 2003-07-18  Bruno Haible  <bruno@clisp.org>
25827
25828         * m4/getndelim2.m4: New file.
25829         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
25830         invoke gl_PREREQ_GETNDELIM2.
25831         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
25832         gl_PREREQ_GETNDELIM2.
25833         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
25834         gl_GETNDELIM2.
25835
25836 2003-07-18  Bruno Haible  <bruno@clisp.org>
25837
25838         * lib/getndelim2.h: New file.
25839         * lib/getndelim2.c: Make into a module of its own. Include config.h,
25840         getndelim2.h.
25841         (getndelim2): Make non-static. Change return type to ssize_t.
25842         * lib/getline.h: Change argument names.
25843         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
25844         * lib/getnline.c: Include getndelim2.h.
25845
25846 2003-07-18  Andreas Schwab  <schwab@suse.de>
25847
25848         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
25849
25850 2003-07-17  Karl Berry  <karl@gnu.org>
25851
25852         * config/config.sub: update from prep.
25853
25854 2003-07-17  Bruno Haible  <bruno@clisp.org>
25855
25856         * modules/getnline: New file.
25857         * modules/getline: Add lib/getndelim2.c to source file list.
25858         * MODULES.html.sh (func_all_modules): Add getnline.
25859
25860 2003-07-17  Bruno Haible  <bruno@clisp.org>
25861
25862         * m4/getnline.m4: New file.
25863
25864 2003-07-17  Bruno Haible  <bruno@clisp.org>
25865
25866         * m4/Makefile.am.in: Remove file.
25867         * m4/Makefile.am: Remove file.
25868         * m4/Makefile.in: Remove file.
25869
25870 2003-07-17  Bruno Haible  <bruno@clisp.org>
25871
25872         * lib/getnline.h: New file.
25873         * lib/getnline.c: New file.
25874         * lib/getndelim2.c: New file, extracted from getline.c.
25875         (getndelim2): Renamed from getdelim2, with added nmax argument.
25876         * lib/getline.c: Include getndelim2.c.
25877         (getdelim2): Moved out to getndelim2.c.
25878         (getline, getdelim): Update.
25879
25880 2003-07-17  Bruno Haible  <bruno@clisp.org>
25881
25882         * lib/Makefile.am: Remove file.
25883         * lib/Makefile.in: Remove file.
25884
25885 2003-07-17  Bruno Haible  <bruno@clisp.org>
25886
25887         * configure.in: Remove file.
25888         * Makefile.in: Remove file.
25889
25890 2003-07-17  Bruno Haible  <bruno@clisp.org>
25891
25892         * MODULES.html.sh: Put the </BODY> right before </HTML>.
25893
25894 2003-07-16  Karl Berry  <karl@gnu.org>
25895
25896         * config/srclist-update: was running fixlicense twice, which caused
25897                 texinfo.tex to be nullified for some reason.  Simplify,
25898                 $gplsrc is no longer needed as far as I can see?
25899
25900 2003-07-16  Jim Meyering  <jim@meyering.net>
25901
25902         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
25903
25904 2003-07-15  Paul Eggert  <eggert@twinsun.com>
25905
25906         * config/srclist.txt: Get the following files from gettext-runtime/intl
25907         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
25908         ref-del.sin.  From Bruno Haible.
25909         * config/srclist-update (fixfile): Change grep pattern again, since the
25910         previous fix didn't work (there was another trailing $).  Use
25911         '[$]' to escape the $s.
25912
25913 2003-07-15  Karl Berry  <karl@gnu.org>
25914
25915         * lib/vasnprintf.c: update from gettext.
25916
25917 2003-07-15  Karl Berry  <karl@gnu.org>
25918
25919         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
25920         gets expanded when surrounded by '$'.
25921
25922 2003-07-15  Jim Meyering  <jim@meyering.net>
25923
25924         * modules/save-cwd: Don't depend on error.  From Derek Price.
25925
25926 2003-07-15  Jim Meyering  <jim@meyering.net>
25927
25928         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
25929
25930 2003-07-14  Simon Josefsson  <jas@extundo.com>
25931
25932         * modules/mempcpy: New file.
25933         * MODULES.html.sh (func_all_modules): Add mempcpy.
25934
25935 2003-07-14  Simon Josefsson  <jas@extundo.com>
25936
25937         * m4/mempcpy.m4: New file.
25938
25939 2003-07-14  Simon Josefsson  <jas@extundo.com>
25940
25941         * lib/mempcpy.h: New file.
25942         * lib/mempcpy.c: New file.
25943
25944 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25945
25946         * modules/getdate, modules/posixtm: Depend on mktime.
25947
25948 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25949
25950         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
25951         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
25952         unicodeio.c, unicodeio.h, unlocked-io.h:
25953         Switch from LGPL to GPL.
25954
25955 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25956
25957         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
25958         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
25959         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
25960         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
25961         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
25962         updated automatically by ../config/srclist-update.  This changes
25963         their license from LPGL to GPL.
25964
25965 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25966
25967         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
25968         assumed to refer to the root of the most recent stable gettext version.
25969         * config/srclistvars.sh: Add defaults for eggert.
25970         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
25971         Match "This program" as well as "The program".  This is needed
25972         for gettext.
25973
25974 2003-07-14  Jim Meyering  <jim@meyering.net>
25975
25976         Don't emit diagnostics.  Let callers do that.
25977         * lib/save-cwd.c: Don't include "error.h".
25978         (save_cwd): Don't call error.  Ensure that errno is valid
25979         when returning nonzero.
25980
25981         * lib/save-cwd.h (restore_cwd): Update prototype.
25982         * lib/save-cwd.c (restore_cwd): Remove two parameters.
25983         Simplify.  Don't call error upon failure.  Let callers do that.
25984         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
25985         when auditing is enabled.  But don't bother updating the #if.
25986
25987 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
25988
25989         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
25990         it breaks C++ compilation.
25991         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
25992
25993 2003-07-10  Simon Josefsson  <jas@extundo.com>
25994
25995         * modules/strchrnul (Makefile.am): Add strchrnul.h.
25996
25997 2003-07-10  Jim Meyering  <jim@meyering.net>
25998
25999         * m4/clock_time.m4: Remove trailing blank.
26000         * m4/intmax_t.m4: Likewise.
26001
26002 2003-07-10  Jim Meyering  <jim@meyering.net>
26003
26004         * lib/vasnprintf.c: Remove trailing blanks.
26005         Make cpp indentation consistent.
26006
26007 2003-07-09  Paul Eggert  <eggert@twinsun.com>
26008
26009         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
26010         posixver.c, strftime.c, strnlen.c, strverscmp.c:
26011         Switch from LGPL to GPL.
26012
26013 2003-07-09  Paul Eggert  <eggert@twinsun.com>
26014
26015         * config/srclist.txt: Sort sublists.  Add
26016         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
26017         that differ from gnulib for one reason or another; we'd like this list
26018         to be smaller but for now let's document what we have.
26019
26020 2003-07-08  Paul Eggert  <eggert@twinsun.com>
26021
26022         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
26023         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
26024         and sweeter "eval x=$x".
26025         * config/srclist.txt: Get lib/argp* from glibc.
26026
26027 2003-07-07  Paul Eggert  <eggert@twinsun.com>
26028
26029         * lib/mktime.c: Fix some boundary cases and remove need for floating
26030         point.
26031
26032         Issue a compile-time diagnostic if time_t is floating point, or if
26033         two's complement arithmetic is not in effect, or if arithmetic
26034         right shift does not propagate the sign.  These assumptions were
26035         all in the original code but they weren't checked.
26036
26037         (TIME_T_MIDPOINT, verify): New macros.
26038         (__isleap): Remove; it has integer overflow problems.
26039         (leapyear): New function, without those problems.
26040         (ydhms_tm_diff): Remove; splitting into two parts.
26041         (ydhms_diff): New function, containing the arithmetic part of
26042         the old ydhms_tm_diff function.  Issue a compile-time
26043         diagnostic if we are not using C99 integer division.
26044         Avoid casts when possible.
26045         (guess_time_tm): New function, containing the checking part of
26046         the old ydhms_tm_diff function.  Return the new value, rather than
26047         the difference between it and the old.  Accept a new argument T
26048         so that *T specifies the old value.  Check for overflow in the result.
26049
26050         (__mktime_internal): Use a time_t offset, not a long int offset.
26051         This undoes the 2003-06-04 change, which is no longer needed now
26052         that we have better overflow checking.
26053         (localtime_offset): Likewise.
26054
26055         (__mktime_internal): Avoid harmful overflow on hosts where time_t
26056         and long are 64-bit but int is only 32-bit.
26057         (ydhms_diff): Use long int to store year1 and yday1.
26058         Issue a compile-time diagnostic if long int is not wide enough.
26059
26060         (__mktime_internal): Use long int to store adjusted year and yday.
26061         Use plain C rather than preprocessor commands, if that doesn't
26062         affect efficiency.
26063         Check for overflow (and try to repair) after each probe
26064         rather than checking only at the very end.  This avoids some bugs
26065         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
26066         does not equal GMT offset at maximum time).
26067         Use integer to check for overflow rather than floating point; this
26068         is more portable to non-IEEE hosts, and is a tad faster.
26069         When we detect that we are oscillating between two values,
26070         don't check whether tm_isdst has the requested value, since
26071         we already know the answer.  When tm_isdst has the wrong value,
26072         use a different heuristic to find the right one, based on the
26073         extreme values actually observed in practice in tz2003a,
26074         rather than the (overly optimistic) "previous 3 calendar quarters".
26075
26076         (not_equal_tm, print_tm, check_result): Use "const T" rather than
26077         "T const" to accommodate glibc style.
26078         (check_result): Use less-confusing report format.  "long" -> "long int.
26079         (main): Likewise.
26080         Don't loop if the iteration overflows time_t.
26081         Allow a negative step in the iteration.
26082
26083 2003-07-06  Karl Berry  <karl@gnu.org>
26084
26085         * config/depcomp: update from automake.
26086         * config/config.sub: update from prep.
26087
26088 2003-07-03  Karl Berry  <karl@gnu.org>
26089
26090         * config/config.guess: update from prep.
26091
26092 2003-07-01  Paul Eggert  <eggert@twinsun.com>
26093
26094         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
26095         xreadlink.c now includes it unconditionally.
26096
26097 2003-07-01  Paul Eggert  <eggert@twinsun.com>
26098
26099         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
26100         having it depend on HAVE_SYS_TYPES_H.
26101
26102 2003-07-01  Bruno Haible  <bruno@clisp.org>
26103
26104         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
26105         <sys/types.h> should be sufficient.
26106         Reported by Paul Eggert.
26107
26108 2003-06-26  Karl Berry  <karl@gnu.org>
26109
26110         * config/depcomp: update from automake.
26111
26112 2003-06-26  Bruno Haible  <bruno@clisp.org>
26113
26114         * modules/human: Depend on module stdbool.
26115
26116 2003-06-25  Bruno Haible  <bruno@clisp.org>
26117
26118         * modules/readlink: New file.
26119         * modules/xreadlink: Depend on it.
26120         * MODULES.html.sh (func_all_modules): Add readlink.
26121
26122 2003-06-25  Bruno Haible  <bruno@clisp.org>
26123
26124         * m4/readlink.m4: New file.
26125
26126 2003-06-25  Bruno Haible  <bruno@clisp.org>
26127
26128         * lib/readlink.c: New file.
26129
26130 2003-06-22  Karl Berry  <karl@gnu.org>
26131
26132         * config/srclist.txt: update mkinstalldirs from automake.
26133         * config/mkinstalldirs: update.
26134
26135 2003-06-22  Bruno Haible  <bruno@clisp.org>
26136
26137         Portability to mingw32.
26138         * m4/ssize_t.m4: New file, from GNU gettext.
26139         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
26140         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
26141
26142 2003-06-22  Bruno Haible  <bruno@clisp.org>
26143
26144         * modules/safe-read: Add m4/ssize_t.m4.
26145         * modules/xreadlink: Add m4/ssize_t.m4.
26146
26147 2003-06-20  Bruno Haible  <bruno@clisp.org>
26148
26149         Assume C89, so PARAMS isn't needed.
26150         * lib/unicodeio.h (PARAMS): Remove.
26151         * lib/unicodeio.c: Don't use PARAMS.
26152
26153 2003-06-18  Karl Berry  <karl@gnu.org>
26154
26155         * config/config.{guess,sub}: update from prep.
26156
26157 2003-06-18  Jim Meyering  <jim@meyering.net>
26158
26159         Merge changes from coreutils.
26160         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
26161         Remove explicit declarations of xmalloc and realloc.
26162         Include xalloc.h.
26163         (read_utmp): Remove anachronistic cast of xmalloc.
26164
26165 2003-06-17  Paul Eggert  <eggert@twinsun.com>
26166
26167         Assume C89, so PARAMS isn't needed.
26168         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
26169         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
26170         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
26171         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
26172         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
26173         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
26174         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
26175         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
26176         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
26177         lib/xstrtod.h, lib/xstrtol.h: Likewise.
26178         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
26179         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
26180         no longer needed. Anyway, config.h should always be included before any
26181         other file.
26182
26183 2003-06-11  Simon Josefsson  <jas@extundo.com>
26184
26185         * modules/sysexits: New file.
26186         * MODULES.html.sh (func_all_modules): Add sysexits.
26187
26188 2003-06-11  Simon Josefsson  <jas@extundo.com>
26189
26190         * lib/sysexit_.h: New file.
26191
26192 2003-06-11  Derek Price  <derek@ximbiot.com>
26193
26194         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
26195         necessary.
26196
26197 2003-06-11  Bruno Haible  <bruno@clisp.org>
26198
26199         * m4/sysexits.m4: New file.
26200
26201 2003-06-10  Simon Josefsson  <jas@extundo.com>
26202
26203         * lib/argp.h: New file, from glibc.
26204         * lib/argp-ba.c: New file, from glibc.
26205         * lib/argp-eexst.c: New file, from glibc.
26206         * lib/argp-fmtstream.c: New file, from glibc.
26207         * lib/argp-fmtstream.h: New file, from glibc.
26208         * lib/argp-fs-xinl.c: New file, from glibc.
26209         * lib/argp-help.c: New file, from glibc.
26210         * lib/argp-namefrob.h: New file, from glibc.
26211         * lib/argp-parse.c: New file, from glibc.
26212         * lib/argp-pv.c: New file, from glibc.
26213         * lib/argp-pvh.c: New file, from glibc.
26214         * lib/argp-xinl.c: New file, from glibc.
26215
26216 2003-06-10  Simon Josefsson  <jas@extundo.com>
26217
26218         * modules/strchrnul: New file.
26219
26220 2003-06-10  Simon Josefsson  <jas@extundo.com>
26221
26222         * modules/argp: New file.
26223
26224 2003-06-10  Simon Josefsson  <jas@extundo.com>
26225
26226         * m4/strchrnul.m4: New file.
26227
26228 2003-06-10  Simon Josefsson  <jas@extundo.com>
26229
26230         * lib/strchrnul.h: New file.
26231         * lib/strchrnul.c: New file.
26232
26233 2003-06-10  Bruno Haible  <bruno@clisp.org>
26234
26235         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
26236
26237 2003-06-07  Karl Berry  <karl@gnu.org>
26238
26239         * config/config.{guess,sub}: update from prep.
26240
26241 2003-06-07  Jim Meyering  <jim@meyering.net>
26242
26243         * modules/strtod: Use $(...) notation, not @...@ for
26244         AC_REPLACE'd variables.
26245         * modules/localcharset: Likewise.
26246
26247 2003-06-07  Jim Meyering  <jim@meyering.net>
26248
26249         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
26250         in place of my name in the copyright comment.
26251         Remove definition and uses of __P.
26252
26253         From coreutils.
26254         * lib/stat.c: Don't declare xmalloc explicitly.
26255         Instead, include "xalloc.h".
26256         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
26257         xrealloc, and xcalloc return values.
26258         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
26259         Improve comment.
26260         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
26261
26262 2003-06-07  Bruno Haible  <bruno@clisp.org>
26263
26264         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
26265         avoid AC_CONFIG_LINKS.
26266         * modules/fnmatch (Makefile.am): Use explicit creation rule for
26267         fnmatch.h, to avoid AC_CONFIG_LINKS.
26268         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
26269
26270 2003-06-07  Bruno Haible  <bruno@clisp.org>
26271
26272         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
26273         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
26274         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
26275         directory.
26276         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
26277         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
26278         directory.
26279
26280 2003-06-06  Jim Meyering  <jim@meyering.net>
26281
26282         Merge from coreutils.
26283         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
26284         Consolidate declarations and initializations of *_base* locals.
26285
26286         Merge from coreutils.
26287         This avoids a core dump on systems without GNU putenv,
26288         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
26289         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
26290         (unsetenv): New static function, from GNU libc.
26291         (rpl_putenv): Use it.
26292
26293         * lib/modechange.c: Remove trailing blanks.
26294
26295         Merge from coreutils.
26296         * lib/fsusage.c: Remove declaration of statfs.
26297         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
26298
26299         * lib/posixtm.c: Include <stdbool.h> unconditionally.
26300
26301 2003-06-06  Jim Meyering  <jim@meyering.net>
26302
26303         * lib/stdbool_.h: Renamed from stdbool.h.in.
26304
26305 2003-06-06  Jim Meyering  <jim@meyering.net>
26306             Bruno Haible  <bruno@clisp.org>
26307
26308         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
26309         Adjust Makefile.am snippet not to redirect directly to target.
26310         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
26311
26312 2003-06-05  Paul Eggert  <eggert@twinsun.com>
26313
26314         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
26315         mismatch, look in future quarters as well as past.  This fixes a
26316         bug when processing fall-backwards gaps immediately after a long
26317         period of daylight-saving time.
26318
26319         * lib/mktime.c: Assume freestanding C89 or better.
26320         (HAVE_LIMITS_H): Remove.  Assume it's 1.
26321         (__P): Remove; not used.
26322         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
26323         (mktime, not_equal_tm, print_tm, check_result,
26324         main): Use prototypes.  Use const * where appropriate.
26325         (main): Fix typo in testing code that uncovered by above changes.
26326         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
26327
26328 2003-06-04  Paul Eggert  <eggert@twinsun.com>
26329
26330         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
26331         locale.h, localeconv.  This merges changes from coreutils.
26332
26333         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
26334         It can be removed after the next Autoconf is released.
26335         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
26336         needed.
26337
26338 2003-06-04  Paul Eggert  <eggert@twinsun.com>
26339
26340         * lib/mktime.c: Fix Debian bug 177940
26341         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
26342         (localtime_offset): Now long int, not time_t, because we want it
26343         to be guaranteed to be signed.  All uses changed.
26344         (__mktime_internal): If overflow would occur when adding offset,
26345         don't add it.
26346
26347         Merge 'human' changes from coreutils.  Rewrite to support
26348         locale-specific notations like thousands separators.
26349         * lib/human.c: Simplify authorship notice.
26350         Include human.h immediately after config.h.
26351         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
26352         <limits.h>: Do not include, since human.h does.
26353         (SIZE_MAX, UINTMAX_MAX): New macros.
26354         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
26355         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
26356         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
26357         (power_letter): Renamed from suffixes.
26358         (generate_suffix_backwards): Remove.
26359         (adjust_value): Now takes int style (because of human.h changes)
26360         and long double value (for greater precision on some platforms).
26361         (group_number): New function.
26362         (human_readable): Use it.  Use integer options, not enum.
26363         Put the options before the sizes in the arg list.
26364         Support all the new options.
26365         The old human_readable function has been removed;
26366         use inttostr.h instead.
26367         (human_readable, default_block_size, humblock):
26368         Use uintmax_t, not int, for block sizes.
26369         (human_readable_inexact, block_size_types): Remove.
26370         (block_size_opts): New constant.
26371         (human_options): Renamed from human_block_size, with new signature
26372         that allows block sizes up to UINTMAX_MAX.  All callers changed.
26373         * lib/human.h: Add copyright and authorship notice.
26374         Include <limits.h> and <stdbool.h> unconditionally.
26375         (PARAMS): Remove.  All uses removed.
26376         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
26377         (enum human_inexact_style): Remove tag; now a nameless enum.
26378         (human_floor, human_ceiling, human_round_to_even): Now have
26379         values 2, 0, 1 rather than -1, 1, 0.
26380         (human_group_digits, human_suppress_point_zero, human_autoscale,
26381         human_base_1024, human_SI, human_B): New constants.
26382         (human_readable_inexact, human_block_size): Remove.
26383         (human_readable): Size args are now uintmax_t, not int.
26384         (human_options): New decl.
26385
26386         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
26387         unnecessary now that we assume C89 or better.  This change
26388         imported from coreutils.
26389
26390         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
26391         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
26392         in the 2003-05-30 sync from glibc.
26393
26394         .h files should stand alone, but we shouldn't include <sys/types.h>
26395         if we can get away with just <stddef.h>.
26396
26397         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
26398         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
26399         rather than <sys/types.h>, as we merely need size_t.
26400         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
26401         to get size_t.
26402         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
26403         Include <stdio.h>, to get FILE.
26404         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
26405         memcasecmp.h has included <stddef.h> and all we need is size_t.
26406         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
26407         our interface, instead of including <sys/types.h>
26408
26409 2003-06-04  Paul Eggert  <eggert@twinsun.com>
26410
26411         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
26412         now, as glibc mktime is buggy on non-glibc systems.
26413
26414 2003-06-03  Karl Berry  <karl@gnu.org>
26415
26416         * config/config.sub: update from prep.
26417
26418 2003-06-02  Paul Eggert  <eggert@twinsun.com>
26419
26420         [from coreutils]
26421         Fix some minor time-related bugs with POSIX time arguments.
26422         Some valid time stamps were being rejected (notably -1, and
26423         time stamps before 1900 on 64-bit hosts).  And some invalid
26424         time stamps were being accepted, e.g. September 31.
26425
26426         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
26427         that we can return (time_t) -1 successfully.
26428         * lib/posixtm.c: Likewise.
26429         [HAVE_STDBOOL_H]: Include <stdbool.h>.
26430         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
26431         (t): Remove static var.
26432         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
26433         of static var.  All uses changed.
26434         (year): Do not reject years before 1900; they can occur with
26435         64-bit time_t.
26436         (posix_time_parse): Do not check for out-of-range components;
26437         that is now the caller's responsibility, since our checks were
26438         only approximations.
26439         (posixtime): Use mktime to check for out-of-range components,
26440         since it knows them exactly.
26441         If mktime returns (time_t) -1, check whether an error actually occurred
26442         by invoking localtime on -1.
26443         (main) [TEST_POSIXTIME]: Check for input data errors, and report
26444         posixtime failures better.
26445         Improve the test data (in comments only).
26446
26447 2003-06-02  Karl Berry  <karl@gnu.org>
26448
26449         * config/mkinstalldirs (version): new variable.
26450         (--version): new option.
26451         (usage): improve message.
26452
26453 2003-05-30  Karl Berry  <karl@gnu.org>
26454
26455         * lib/mktime.c: update from libc.
26456
26457 2003-05-30  Bruno Haible  <bruno@clisp.org>
26458
26459         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
26460         * config/config.rpath: Upgrade to gettext-0.12.1.
26461
26462 2003-05-30  Bruno Haible  <bruno@clisp.org>
26463
26464         * m4/gettext.m4: Upgrade to gettext-0.12.1.
26465         * m4/nls.m4: New file, from gettext-0.12.1.
26466         * m4/po.m4: New file, from gettext-0.12.1.
26467         * m4/progtest.m4: Upgrade to gettext-0.12.1.
26468
26469 2003-05-30  Bruno Haible  <bruno@clisp.org>
26470
26471         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
26472         * lib/localcharset.h: Likewise.
26473         * lib/localcharset.c: Likewise.
26474
26475 2003-05-29  Karl Berry  <karl@gnu.org>
26476
26477         * config/config.rpath: update from gettext.
26478
26479 2003-05-28  Paul Eggert  <eggert@twinsun.com>
26480
26481         Assume the headers required for C89 freestanding compilers.
26482         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
26483         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
26484         * m4/human.m4 (gl_HUMAN): Likewise.
26485         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
26486         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
26487         * m4/userspec.m4 (gl_USERSPEC): Likewise.
26488         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
26489         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
26490         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
26491
26492 2003-05-28  Paul Eggert  <eggert@twinsun.com>
26493
26494         Assume the headers required for C89 freestanding compilers.
26495         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
26496         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
26497         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
26498         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
26499         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
26500         define, since <limits.h> is guaranteed to do that.
26501         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
26502         * lib/exclude.c: Include <stdbool.h> unconditionally.
26503         * lib/tempname.c: Include <stddef.h> unconditionally.
26504         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
26505         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
26506         <stddef.h> does that.
26507         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
26508         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
26509         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
26510         needed.
26511         * lib/xstrtol.c: Likewise.
26512         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
26513         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
26514
26515         * lib/addext.c (addext): Use assignment rather than cast, to avoid
26516         warnings on some platforms.
26517
26518         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
26519         arbitrarily.
26520
26521 2003-05-26  Jim Meyering  <jim@meyering.net>
26522
26523         Merge in a change from coreutils:
26524         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
26525         that is guaranteed to be `no'.  Use `no_such_member' to indicate
26526         that condition, rather than `-1' which is slightly misleading.
26527         Change the name of the cache variable to have the gl_ prefix.
26528         Prompted by a patch from Richard Dawe for DJGPP.
26529
26530 2003-05-24  Karl Berry  <karl@gnu.org>
26531
26532         * config/config.guess: update from prep.
26533
26534 2003-05-22  Karl Berry  <karl@gnu.org>
26535
26536         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
26537
26538 2003-05-20  Karl Berry  <karl@gnu.org>
26539
26540         * config/config.guess: update from prep.
26541
26542 2003-05-18  Karl Berry  <karl@gnu.org>
26543
26544         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
26545         might actually be set by the user.
26546
26547         * config/depcomp, install-sh, mdate-sh: update from automake.
26548
26549 2003-05-17  Bruno Haible  <bruno@clisp.org>
26550
26551         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
26552         invalid expansion for AC_EGREP_CPP.
26553         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
26554         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
26555         Suggested by Akim Demaille <akim@epita.fr> in
26556         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
26557
26558 2003-05-12  Jim Meyering  <jim@meyering.net>
26559
26560         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
26561         the space-padded-by-default conversion specifiers, %e, %k, %l.
26562
26563 2003-05-12  Bruno Haible  <bruno@clisp.org>
26564
26565         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
26566         the string is longer than 4 KB.
26567
26568 2003-05-11  Karl Berry  <karl@gnu.org>
26569
26570         * config/config.{guess,sub}: update from prep.
26571
26572 2003-05-09  Bruno Haible  <bruno@clisp.org>
26573
26574         * modules/error: Add m4/strerror_r.m4 to file list.
26575
26576 2003-05-03  Bruno Haible  <bruno@clisp.org>
26577
26578         Upgrade to Unicode-4.0.
26579         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
26580         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
26581         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
26582         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
26583         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
26584         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
26585         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
26586         Change width of U+E0100..U+E01EF from 1 to 0.
26587
26588 2003-04-25  Jim Meyering  <jim@meyering.net>
26589
26590         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
26591         of type size_t, not int.
26592
26593 2003-04-25  Bruno Haible  <bruno@clisp.org>
26594
26595         * lib/copy-file.c: Include <stddef.h>, for size_t.
26596
26597 2003-04-21  Paul Eggert  <eggert@twinsun.com>
26598
26599         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
26600         code which expansion is under static control.  Patch imported from
26601         Akim Demaille's patch to Bison; see
26602         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
26603
26604 2003-04-14  Bruno Haible  <bruno@clisp.org>
26605
26606         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
26607
26608 2003-04-11  Jim Meyering  <jim@meyering.net>
26609
26610         Merge changes from Coreutils.
26611
26612         2003-03-22  Jim Meyering  <jim@meyering.net>
26613
26614         * lib/strftime.c (widen): Cast alloca return value to proper type.
26615
26616         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
26617
26618         From GNU libc.
26619         * lib/strftime.c (my_strftime): Handle very large width
26620         specifications for numeric values correctly.  Improve checks for
26621         overflow.
26622
26623         2003-01-19  Jim Meyering  <jim@meyering.net>
26624
26625         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
26626         definitions.
26627         (nl_get_alt_digit) [! defined my_strftime]: Define.
26628         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
26629         _nl_get_alt_digit and _nl_get_walt_digit.
26630
26631         * lib/strftime.c (my_strftime): Merge in locale-related changes from
26632         libc. These changes have no effect outside of _LIBC.
26633
26634 2003-04-10  Bruno Haible  <bruno@clisp.org>
26635
26636         * modules/findprog: New file.
26637         * MODULES.html.sh (func_all_modules): Add it.
26638
26639 2003-04-10  Bruno Haible  <bruno@clisp.org>
26640
26641         * m4/findprog.m4: New file.
26642         * m4/eaccess.m4: New file.
26643
26644 2003-04-10  Bruno Haible  <bruno@clisp.org>
26645
26646         * lib/findprog.h: New file, from GNU gettext.
26647         * lib/findprog.c: New file, from GNU gettext.
26648
26649 2003-04-05  Jim Meyering  <jim@meyering.net>
26650
26651         Merge changes from Coreutils.
26652
26653         * lib/exclude.h (PARAMS): Remove definition and uses.
26654         * lib/exclude.c: Remove uses of `PARAMS'.
26655
26656         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
26657         Add test-cases for DOS filenames. Declare program_name.
26658         (main): Set up program_name.  Patch by Rich Dawe.
26659
26660         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
26661         error from mntctl.
26662         Use mntctl's return value to drive the entry-processing loop, since
26663         we can't rely on the value of the vmt_length member in the last
26664         entry.  On some systems doing so could result in exhausting
26665         virtual memory.  Based in part on a patch from Mike Jetzer.
26666
26667 2003-04-04  Bruno Haible  <bruno@clisp.org>
26668
26669         * modules/linebreak: New file.
26670         * MODULES.html.sh (func_all_modules): Add it.
26671
26672 2003-04-04  Bruno Haible  <bruno@clisp.org>
26673
26674         * m4/linebreak.m4: New file.
26675
26676 2003-04-04  Bruno Haible  <bruno@clisp.org>
26677
26678         * lib/linebreak.h: New file, from GNU gettext.
26679         * lib/linebreak.c: New file, from GNU gettext with slight
26680         modifications.
26681         * lib/lbrkprop.h: New file, from GNU gettext.
26682
26683 2003-04-03  Bruno Haible  <bruno@clisp.org>
26684
26685         * modules/utf8-ucs4: New file.
26686         * modules/utf16-ucs4: New file.
26687         * modules/ucs4-utf8: New file.
26688         * modules/ucs4-utf16: New file.
26689         * MODULES.html.sh (func_all_modules): Add them.
26690
26691 2003-04-03  Bruno Haible  <bruno@clisp.org>
26692
26693         * m4/utf-ucs4.m4: New file.
26694         * m4/ucs4-utf.m4: New file.
26695
26696 2003-04-03  Bruno Haible  <bruno@clisp.org>
26697
26698         * lib/utf8-ucs4.h: New file, from GNU gettext.
26699         * lib/utf16-ucs4.h: New file, from GNU gettext.
26700         * lib/ucs4-utf8.h: New file, from GNU gettext.
26701         * lib/ucs4-utf16.h: New file, from GNU gettext.
26702
26703 2003-04-02  Bruno Haible  <bruno@clisp.org>
26704
26705         * modules/binary-io: New file.
26706         * MODULES.html.sh (func_all_modules): Add it.
26707
26708 2003-04-02  Bruno Haible  <bruno@clisp.org>
26709
26710         * lib/binary-io.h: New file, from GNU gettext.
26711
26712 2003-04-01  Bruno Haible  <bruno@clisp.org>
26713
26714         * modules/pathname: New file.
26715         * MODULES.html.sh (func_all_modules): Add it.
26716
26717 2003-04-01  Bruno Haible  <bruno@clisp.org>
26718
26719         * lib/pathname.h: New file, from GNU gettext.
26720         * lib/concatpath.c: New file, from GNU gettext.
26721
26722 2003-03-30  Bruno Haible  <bruno@clisp.org>
26723
26724         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
26725
26726 2003-03-30  Bruno Haible  <bruno@clisp.org>
26727
26728         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
26729         function chown() doesn't exist.
26730
26731 2003-03-28  Bruno Haible  <bruno@clisp.org>
26732
26733         * modules/copy-file: New file.
26734         * MODULES.html.sh (func_all_modules): Add it.
26735
26736 2003-03-28  Bruno Haible  <bruno@clisp.org>
26737
26738         * m4/copy-file.m4: New file.
26739
26740 2003-03-28  Bruno Haible  <bruno@clisp.org>
26741
26742         * lib/copy-file.h: New file, from GNU gettext.
26743         * lib/copy-file.c: New file, from GNU gettext.
26744
26745 2003-03-18  Jim Meyering  <jim@meyering.net>
26746
26747         * lib/quote.c (quote_n): Fix typo in comment.
26748
26749 2003-03-18  Bruno Haible  <bruno@clisp.org>
26750
26751         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
26752         checking.
26753         * m4/onceonly_2_57.m4: Likewise.
26754
26755 2003-03-17  Bruno Haible  <bruno@clisp.org>
26756
26757         * m4/onceonly.m4: Require autoconf 2.54 or newer.
26758         (m4_quote): Remove macro.
26759         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
26760
26761 2003-03-14  Jim Meyering  <jim@meyering.net>
26762
26763         Merge changes from Coreutils.
26764         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
26765         to be const, in order to avoid warnings.
26766         (obstack_room): Likewise.
26767         (obstack_empty_p): Likewise.
26768
26769 2003-03-14  Bruno Haible  <bruno@clisp.org>
26770
26771         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
26772         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
26773
26774 2003-03-13  Paul Eggert  <eggert@twinsun.com>
26775
26776         Merge changes from Bison.
26777         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
26778         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
26779         when compiling Bison 1.875's `bitset bset = obstack_alloc
26780         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
26781         * lib/hash.c: Include <stdbool.h> unconditionally.
26782
26783 2003-03-13  Paul Eggert  <eggert@twinsun.com>
26784
26785         * m4/onceonly.m4 (m4_quote): New macro.
26786         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
26787         Quote AC_FOREACH variable-expansions properly.
26788
26789 2003-03-13  Paul Eggert  <eggert@twinsun.com>
26790
26791         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
26792
26793 2003-03-09  Paul Eggert  <eggert@twinsun.com>
26794
26795         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
26796         Reported by Bruce Becker; see:
26797         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
26798
26799 2003-03-03  Paul Eggert  <eggert@twinsun.com>
26800             Bruno Haible  <bruno@clisp.org>
26801
26802         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
26803         Reported by John Hughes, see
26804         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
26805
26806 2003-02-20  Bruno Haible  <bruno@clisp.org>
26807
26808         * MODULES.html.sh (func_all_modules): Add poll.
26809
26810 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
26811
26812         * modules/poll: New file.
26813
26814 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
26815
26816         * lib/poll_.h: New file.
26817         * lib/poll.c: New file.
26818
26819 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
26820
26821         * m4/poll.m4: New file.
26822
26823 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
26824
26825         * modules/mathl: New file.
26826
26827 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
26828
26829         * lib/mathl.h: New file.
26830         * lib/acosl.c: New file.
26831         * lib/asinl.c: New file.
26832         * lib/atanl.c: New file.
26833         * lib/ceill.c: New file.
26834         * lib/cosl.c: New file.
26835         * lib/expl.c: New file.
26836         * lib/floorl.c: New file.
26837         * lib/frexpl.c: New file.
26838         * lib/ldexpl.c: New file.
26839         * lib/logl.c: New file.
26840         * lib/sincosl.c: New file.
26841         * lib/sinl.c: New file.
26842         * lib/sqrtl.c: New file.
26843         * lib/tanl.c: New file.
26844         * lib/trigl.c: New file.
26845         * lib/trigl.h: New file.
26846
26847 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
26848
26849         * m4/mathl.m4: New file.
26850
26851 2003-02-18  Bruno Haible  <bruno@clisp.org>
26852
26853         * MODULES.html.sh (func_all_modules): Add mathl.
26854
26855 2003-02-17  Bruno Haible  <bruno@clisp.org>
26856
26857         * modules/mkdtemp: New module.
26858         * MODULES.html.sh (func_all_modules): Add it.
26859
26860 2003-02-17  Bruno Haible  <bruno@clisp.org>
26861
26862         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
26863
26864 2003-02-17  Bruno Haible  <bruno@clisp.org>
26865
26866         * lib/mkdtemp.h: New file, from GNU gettext.
26867         * lib/mkdtemp.c: New file, from GNU gettext.
26868
26869 2003-02-02  Jim Meyering  <jim@meyering.net>
26870
26871         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
26872         e.g. glibc-2.2.93.
26873
26874 2003-01-31  Bruno Haible  <bruno@clisp.org>
26875
26876         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
26877         'rpl_rename'.
26878         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
26879         'rpl_strnlen'.
26880         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
26881         'rpl_strtod'.
26882         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
26883         'rpl_utime'.
26884
26885 2003-01-31  Bruno Haible  <bruno@clisp.org>
26886
26887         * lib/rename.c: #undef rename before defining rpl_rename.
26888         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
26889
26890 2003-01-30  Bruno Haible  <bruno@clisp.org>
26891
26892         * modules/vasnprintf, modules/vasprintf: New modules.
26893         * MODULES.html.sh (func_all_modules): Add them.
26894
26895 2003-01-30  Bruno Haible  <bruno@clisp.org>
26896
26897         * m4/signed.m4: New file, from GNU gettext.
26898         * m4/longdouble.m4: New file, from GNU gettext.
26899         * m4/wchar_t.m4: New file, from GNU gettext.
26900         * m4/wint_t.m4: New file, from GNU gettext.
26901         * m4/vasnprintf.m4: New file.
26902         * m4/vasprintf.m4: New file.
26903
26904 2003-01-30  Bruno Haible  <bruno@clisp.org>
26905
26906         * lib/printf-args.h: New file, from GNU gettext.
26907         * lib/printf-args.c: New file, from GNU gettext.
26908         * lib/printf-parse.h: New file, from GNU gettext.
26909         * lib/printf-parse.c: New file, from GNU gettext.
26910         * lib/vasnprintf.h: New file, from GNU gettext.
26911         * lib/vasnprintf.c: New file, from GNU gettext.
26912         * lib/asnprintf.c: New file, from GNU gettext.
26913         * lib/vasprintf.h: New file, from GNU gettext with modifications.
26914         * lib/vasprintf.c: New file, from GNU gettext.
26915         * lib/asprintf.c: New file, from GNU gettext.
26916
26917 2003-01-29  Bruno Haible  <bruno@clisp.org>
26918
26919         * modules/stpncpy: New module.
26920         * MODULES.html.sh (func_all_modules): Add it.
26921
26922 2003-01-29  Bruno Haible  <bruno@clisp.org>
26923
26924         * m4/stpncpy.m4: New file.
26925
26926 2003-01-29  Bruno Haible  <bruno@clisp.org>
26927
26928         * lib/stpncpy.h: New file, from GNU gettext with modifications.
26929         * lib/stpncpy.c: New file, from GNU gettext with modifications.
26930
26931 2003-01-28  Bruno Haible  <bruno@clisp.org>
26932
26933         * modules/c-ctype: New module.
26934         * MODULES.html.sh (func_all_modules): Add it.
26935
26936 2003-01-28  Bruno Haible  <bruno@clisp.org>
26937
26938         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
26939         Paul Eggert.
26940         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
26941         Paul Eggert.
26942
26943 2003-01-27  Bruno Haible  <bruno@clisp.org>
26944
26945         * modules/xsetenv: New module.
26946         * MODULES.html.sh (func_all_modules): Add it.
26947
26948 2003-01-27  Bruno Haible  <bruno@clisp.org>
26949
26950         * lib/xsetenv.h: New file, from GNU gettext.
26951         * lib/xsetenv.c: New file, from GNU gettext.
26952
26953 2003-01-23  Jim Meyering  <jim@meyering.net>
26954
26955         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
26956         from working on systems without dirfd (at least Irix and OSF1/Tru64).
26957
26958 2003-01-23  Bruno Haible  <bruno@clisp.org>
26959
26960         * modules/minmax: New module.
26961         * MODULES.html.sh (func_all_modules): Add it.
26962
26963 2003-01-23  Bruno Haible  <bruno@clisp.org>
26964
26965         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
26966         Eggert.
26967
26968 2003-01-22  Bruno Haible  <bruno@clisp.org>
26969
26970         * modules/exit: New module.
26971         * MODULES.html.sh (func_all_modules): Add it.
26972
26973 2003-01-22  Bruno Haible  <bruno@clisp.org>
26974
26975         * lib/exit.h: New file, from GNU gettext.
26976
26977 2003-01-19  Bruno Haible  <bruno@clisp.org>
26978
26979         * gnulib-tool: Recognize option --extract-maintainer.
26980         (func_get_maintainer): New function.
26981         * modules/*: Add Maintainer entry.
26982
26983 2003-01-16  Jim Meyering  <jim@meyering.net>
26984
26985         * m4/regex.m4: The `regex' struct is both input and output.
26986         Initialize it before each use.  Patch by Tim Waugh.
26987
26988 2003-01-16  Bruno Haible  <bruno@clisp.org>
26989
26990         * MODULES.html.sh: Add a table of contents. Add the module name as
26991         leftmost column. Add hyperlinks.
26992
26993 2003-01-15  Bruno Haible  <bruno@clisp.org>
26994
26995         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
26996
26997 2003-01-15  Bruno Haible  <bruno@clisp.org>
26998
26999         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
27000         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
27001         suffix.
27002
27003 2003-01-15  Bruno Haible  <bruno@clisp.org>
27004
27005         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
27006
27007 2003-01-15  Bruno Haible  <bruno@clisp.org>
27008
27009         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
27010         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
27011
27012 2003-01-14  Jim Meyering  <jim@meyering.net>
27013
27014         * lib/same.c (same_name): Tweak a comment.
27015
27016 2003-01-14  Bruno Haible  <bruno@clisp.org>
27017
27018         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
27019         when a string comparison is sufficient.
27020
27021 2003-01-14  Bruno Haible  <bruno@clisp.org>
27022
27023         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
27024         'unsigned int'.
27025
27026 2003-01-14  Bruno Haible  <bruno@clisp.org>
27027
27028         * lib/hash-pjw.c: Add comment about low quality of this function.
27029
27030 2003-01-13  Bruno Haible  <bruno@clisp.org>
27031
27032         * modules/stpcpy: Distribute lib/stpcpy.h.
27033         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
27034
27035 2003-01-13  Bruno Haible  <bruno@clisp.org>
27036
27037         * modules/*: Add a description.
27038         * modules/strpbrk: Fix Makefile.am snippet.
27039         * modules/strtoimax: Fix dependencies.
27040         * modules/strtoumax: Likewise.
27041
27042 2003-01-13  Bruno Haible  <bruno@clisp.org>
27043
27044         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
27045         * modules/alloca (Makefile.am): All object files depend on alloca.h.
27046         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
27047
27048 2003-01-13  Bruno Haible  <bruno@clisp.org>
27049
27050         * gnulib-tool (func_create_testdir): Store config/* files in the main
27051         directory.
27052         * config.rpath: Move to ...
27053         * config/config.rpath: ... here.
27054         * modules/gettext: Contains config/config.rpath, not config.rpath.
27055         * modules/iconv: Likewise.
27056
27057 2003-01-12  Paul Eggert  <eggert@twinsun.com>
27058
27059         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
27060         to avoid collisions with libcurses and libreadline.
27061
27062         * m4/getstr.m4: Remove.
27063         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
27064
27065 2003-01-12  Paul Eggert  <eggert@twinsun.com>
27066
27067         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
27068         to avoid collisions with libcurses and libreadline.
27069
27070         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
27071         * lib/getstr.h, getstr.c: Remove.
27072         * lib/getline.c: Include "getline.h", to check interface.
27073         Move body of old getstr.c here: this defines MIN_CHUNK and
27074         declares getdelim2, which is renamed from getstr.
27075         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
27076
27077         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
27078         All uses changed.
27079         * lib/linebuffer.h: Likewise.
27080         (readline): Remove backward-compatibility macro.
27081
27082 2003-01-12  Paul Eggert  <eggert@twinsun.com>
27083
27084         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
27085         to avoid collisions with libcurses and libreadline.
27086         * getstr: Remove.
27087         * MODULES.html.sh: Remove getstr.
27088         * modules/getline: Depend on unlocked-io, not getstr.
27089
27090 2003-01-12  Jim Meyering  <jim@meyering.net>
27091
27092         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
27093
27094 2003-01-10  Bruno Haible  <bruno@clisp.org>
27095
27096         * modules/alloca: Change Makefile.am requirements. Simplify Include
27097         requirements. Add lib/alloca_.h to file list.
27098
27099 2003-01-10  Bruno Haible  <bruno@clisp.org>
27100
27101         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
27102
27103 2003-01-10  Bruno Haible  <bruno@clisp.org>
27104
27105         * lib/alloca_.h: New file.
27106         * lib/getdate.y: Unconditionally include alloca.h.
27107         * lib/makepath.c: Likewise.
27108         * lib/setenv.c: Likewise.
27109         * lib/userspec.c: Likewise.
27110
27111 2003-01-09  Karl Berry  <karl@gnu.org>
27112
27113         * MODULES.html.sh: include `dirname $0` in PATH, to find
27114         gnulib-tool.
27115
27116 2003-01-09  Bruno Haible  <bruno@clisp.org>
27117
27118         * modules/stdbool: Change configure.ac, Makefile.am requirements.
27119         Simplify Include requirements. Add lib/stdbool.h.in to file list.
27120
27121 2003-01-09  Bruno Haible  <bruno@clisp.org>
27122
27123         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
27124
27125 2003-01-09  Bruno Haible  <bruno@clisp.org>
27126
27127         * lib/stdbool.h.in: New file.
27128
27129 2003-01-09  Bruno Haible  <bruno@clisp.org>
27130
27131         * gnulib-tool (func_all_modules): Ignore files ending in ~.
27132         * MODULES.html.sh: Likewise.
27133
27134 2003-01-08  Jim Meyering  <jim@meyering.net>
27135
27136         * lib/full-write.c: Undefine and define-away `const' after inclusion
27137         of errno.h, not before.  Suggestion from Bruno Haible.
27138
27139 2003-01-08  Bruno Haible  <bruno@clisp.org>
27140
27141         * modules/full-read: Depend on full-write.
27142
27143 2003-01-08  Bruno Haible  <bruno@clisp.org>
27144
27145         * lib/safe-read.c: Include specification header first, to ensure its
27146         selfcontainedness.
27147         * lib/full-write.c: Likewise.
27148
27149 2003-01-07  Jim Meyering  <jim@meyering.net>
27150
27151         * lib/full-write.c: Rework so that it may serve to define full_read,
27152         too.
27153         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
27154
27155 2003-01-07  Bruno Haible  <bruno@clisp.org>
27156
27157         * lib/strtoimax.c: Include <stdint.h> as an alternative to
27158         <inttypes.h>.
27159         * lib/xstrtol.h: Likewise.
27160         * lib/xstrtoimax.c: Likewise.
27161         * lib/xstrtoumax.c: Likewise.
27162         * lib/human.h: Likewise.
27163
27164         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
27165         on systems that have <inttypes.h> but not <stdint.h>.
27166
27167 2003-01-07  Bruno Haible  <bruno@clisp.org>
27168
27169         * MODULES.html.sh: Add copyright notice.
27170         (missed_files): Omit CVS directory entries.
27171         (func_module): Make it work with sed-3.02.
27172         * MODULES.txt: Remove file.
27173
27174 2003-01-06  Jim Meyering  <jim@meyering.net>
27175
27176         * lib/version-etc.c: Update year in translatable copyright string.
27177
27178 2003-01-03  Karl Berry  <karl@gnu.org>
27179
27180         * config/config.{guess,sub}: update from prep.
27181
27182 2003-01-02  Karl Berry  <karl@gnu.org>
27183
27184         * doc/COPYING.DOC: belatedly updated to 1.2.
27185
27186 2003-01-01  Karl Berry  <karl@gnu.org>
27187
27188         * gnulib-tool (func_verify_module): report module name $module in
27189         error message, not $1.
27190         * gnulib-tool (create-testdir): don't complain if destdir couldn't
27191         be created, only if it doesn't exist.
27192         * gnulib-tool (last_checkin_date): don't expand the $Date here.
27193
27194 2002-12-31  Paul Eggert  <eggert@twinsun.com>
27195
27196         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
27197
27198 2002-12-31  Paul Eggert  <eggert@twinsun.com>
27199
27200         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
27201         memcmp if strcoll doesn't work.
27202
27203 2002-12-31  Bruno Haible  <bruno@clisp.org>
27204
27205         * lib/utime.c (utime_null): No need to call ftruncate if the file was
27206         nonempty.
27207
27208 2002-12-31  Bruno Haible  <bruno@clisp.org>
27209
27210         * lib/memcoll.c (STRCOLL): New macro.
27211         (memcoll): Use it.
27212
27213 2002-12-31  Bruno Haible  <bruno@clisp.org>
27214
27215         * lib/localcharset.h: New file.
27216         * lib/localcharset.c: Include it.
27217         * lib/unicodeio.c: Likewise.
27218
27219 2002-12-31  Bruno Haible  <bruno@clisp.org>
27220
27221         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
27222         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
27223
27224 2002-12-31  Bruno Haible  <bruno@clisp.org>
27225
27226         * lib/getline.h: Include <stddef.h>, for size_t.
27227
27228         * lib/unicodeio.h: Include <stddef.h>, for size_t.
27229         * lib/unicodeio.c: Don't include <stddef.h>.
27230
27231 2002-12-31  Bruno Haible  <bruno@clisp.org>
27232
27233         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
27234         HAVE_TM_ZONE.
27235
27236 2002-12-24  Karl Berry  <karl@gnu.org>
27237
27238         * config/config.guess: update from prep.
27239
27240 2002-12-24  Bruno Haible  <bruno@clisp.org>
27241
27242         General infrasructure.
27243         * m4/README: Rewritten.
27244         * m4/onceonly.m4: New file.
27245         * m4/onceonly_2_57.m4: New file.
27246
27247         Module atexit.
27248         * m4/atexit.m4: New file.
27249
27250         Module strtod.
27251         * m4/strtod.m4: New file.
27252
27253         Module strtol.
27254         * m4/strtol.m4: New file.
27255
27256         Module strtoul.
27257         * m4/strtoul.m4: New file.
27258
27259         Module memchr.
27260         * m4/memchr.m4: New file.
27261
27262         Module memcmp.
27263         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
27264         (jm_FUNC_MEMCMP): Invoke it.
27265
27266         Module memcpy.
27267         * m4/memcpy.m4: New file.
27268
27269         Module memmove.
27270         * m4/memmove.m4: New file.
27271
27272         Module memset.
27273         * m4/memset.m4: New file.
27274
27275         Module strcspn.
27276         * m4/strcspn.m4: New file.
27277
27278         Module strpbrk.
27279         * m4/strpbrk.m4: New file.
27280
27281         Module strstr.
27282         * m4/strstr.m4: New file.
27283
27284         Module strerror.
27285         * m4/strerror.m4: New file.
27286
27287         Module mktime.
27288         * m4/mktime.m4: Renamed from jm-mktime.m4.
27289         (gl_PREREQ_MKTIME): New macro.
27290         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
27291
27292         Module malloc.
27293         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
27294         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
27295         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
27296
27297         Module realloc.
27298         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
27299         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
27300         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
27301
27302         Module strftime.
27303         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
27304         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
27305         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
27306         gl_TM_GMTOFF.
27307         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
27308
27309         Module xalloc.
27310         * m4/xalloc.m4: New file.
27311
27312         Module alloca.
27313         * m4/alloca.m4: New file.
27314
27315         Module putenv.
27316         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
27317         (jm_FUNC_PUTENV): Invoke it.
27318
27319         Module setenv.
27320         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
27321         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
27322         when invoked twice.
27323         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
27324         gt_FUNC_SETENV.
27325
27326         Module memrchr.
27327         * m4/memrchr.m4: New file.
27328
27329         Module stpcpy.
27330         * m4/stpcpy.m4: New file.
27331
27332         Module strcase.
27333         * m4/strcase.m4: New file.
27334
27335         Module strdup.
27336         * m4/strdup.m4: New file.
27337
27338         Module strnlen.
27339         * m4/strnlen.m4: New file.
27340
27341         Module strndup.
27342         * m4/strndup.m4: New file.
27343
27344         Module xstrtod.
27345         * m4/xstrtod.m4: New file.
27346
27347         Module xstrtol.
27348         * m4/xstrtol.m4: New file.
27349
27350         Module getdate.
27351         * m4/getdate.m4: New file.
27352
27353         Module unlocked-io.
27354         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
27355         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
27356         * m4/jm-glibc-io.m4n: Remove file.
27357
27358         Module long-options.
27359         * m4/long-options.m4: New file.
27360
27361         Module md5.
27362         * m4/md5.m4: New file.
27363
27364         Module sha.
27365         * m4/sha.m4: New file.
27366
27367         Module getstr.
27368         * m4/getstr.m4: New file.
27369
27370         Module getline.
27371         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
27372         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
27373         <sys/types.h>, for size_t. Use the function name gnu_getline, not
27374         simply getline. Infoke gl_PREREQ_GETLINE.
27375
27376         Module obstack.
27377         * m4/obstack.m4: New file.
27378
27379         Module hash.
27380         * m4/hash.m4: New file.
27381
27382         Module readtokens.
27383         * m4/readtokens.m4: New file.
27384
27385         Module strverscmp.
27386         * m4/strverscmp.m4: New file.
27387
27388         Module stdbool.
27389         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
27390         OSF/1.
27391
27392         Module strtoll.
27393         * m4/strtoll.m4: New file.
27394
27395         Module strtoull.
27396         * m4/strtoull.m4: New file.
27397
27398         Module strtoimax.
27399         * m4/strtoimax.m4: New file.
27400
27401         Module strtoumax.
27402         * m4/strtoumax.m4: New file.
27403
27404         Module xstrtoimax.
27405         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
27406         jm_AC_PREREQ_XSTRTOIMAX.
27407         Moved the strtol prerequisites to strtol.m4.
27408         Moved the strtoll prerequisites to strtoll.m4.
27409         Moved the strtoimax prerequisites to strtoimax.m4.
27410
27411         Module xstrtoumax.
27412         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
27413         jm_AC_PREREQ_XSTRTOUMAX.
27414         Moved the strtoul prerequisites to strtoul.m4.
27415         Moved the strtoull prerequisites to strtoull.m4.
27416         Moved the strtoumax prerequisites to strtoumax.m4.
27417
27418         Module chown.
27419         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
27420         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
27421
27422         Module dup2.
27423         * m4/dup2.m4: New file.
27424
27425         Module ftruncate.
27426         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
27427         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
27428
27429         Module getgroups.
27430         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
27431         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
27432
27433         Module gettimeofday.
27434         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
27435         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
27436         gl_PREREQ_GETTIMEOFDAY.
27437
27438         Module mkdir.
27439         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
27440         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
27441
27442         Module mkstemp.
27443         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
27444         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
27445         jm_AC_TYPE_UINTMAX_T.
27446         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
27447
27448         Module stat.
27449         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
27450         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
27451
27452         Module lstat.
27453         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
27454         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
27455
27456         Module timespec.
27457         * m4/timespec.m4 (gl_TIMESPEC): New macro.
27458         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
27459         * m4/st_mtim.m4: Indentation.
27460
27461         Module nanosleep.
27462         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
27463         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
27464         gl_PREREQ_NANOSLEEP.
27465
27466         Module regex.
27467         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
27468         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
27469         (gl_REGEX): New macro.
27470
27471         Module rename.
27472         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
27473         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
27474
27475         Module rmdir.
27476         * m4/rmdir.m4: New file.
27477
27478         Module utime.
27479         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
27480         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
27481         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
27482
27483         Module dirname.
27484         * m4/dirname.m4: New file.
27485
27486         Module getopt.
27487         * m4/getopt.m4: New file.
27488
27489         Module unistd-safer.
27490         * m4/unistd-safer.m4: New file.
27491
27492         Module fnmatch.
27493         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
27494         declaration.
27495         (gl_PREREQ_FNMATCH_EXTRA): New macro.
27496         (gl_FUNC_FNMATCH_POSIX): New macro.
27497         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
27498         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
27499         simply fnmatch.
27500
27501         Module exclude.
27502         * m4/exclude.m4: New file.
27503
27504         Module human.
27505         * m4/human.m4: New file.
27506
27507         Module acl.
27508         * m4/acl.m4: Nop.
27509
27510         Module backupfile.
27511         * m4/backupfile.m4: New file.
27512         * m4/d-ino.m4: Indentation.
27513
27514         Module fsusage.
27515         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
27516         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
27517         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
27518
27519         Module dirfd.
27520         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
27521         requirements.
27522
27523         Module euidaccess.
27524         * m4/euidaccess.m4: New file.
27525
27526         Module file-type.
27527         * m4/file-type.m4: New file.
27528
27529         Module fileblocks.
27530         * m4/fileblocks.m4: New file.
27531
27532         Module filemode.
27533         * m4/filemode.m4: New file.
27534
27535         Module isdir.
27536         * m4/isdir.m4: New file.
27537
27538         Module lchown.
27539         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
27540         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
27541
27542         Module makepath.
27543         * m4/makepath.m4: New file.
27544
27545         Module modechange.
27546         * m4/modechange.m4: New file.
27547
27548         Module mountlist.
27549         * m4/mountlist.m4: New file.
27550         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
27551         Indentation.
27552
27553         Module path-concat.
27554         * m4/path-concat.m4: New file.
27555
27556         Module pathmax.
27557         * m4/pathmax.m4: New file.
27558
27559         Module same.
27560         * m4/same.m4: New file.
27561
27562         Module save-cwd.
27563         * m4/save-cwd.m4: New file.
27564
27565         Module savedir.
27566         * m4/savedir.m4: New file.
27567
27568         Module xgetcwd.
27569         * m4/xgetcwd.m4: New file.
27570         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
27571
27572         Module xreadlink.
27573         * m4/xreadlink.m4: New file.
27574
27575         Module safe-read.
27576         * m4/safe-read.m4: New file.
27577
27578         Module safe-write.
27579         * m4/safe-write.m4: New file.
27580
27581         Module closeout.
27582         * m4/closeout.m4: New file.
27583
27584         Module stdio-safer.
27585         * m4/stdio-safer.m4: New file.
27586
27587         Module getpass.
27588         * m4/getpass.m4: New file.
27589
27590         Module getugroups.
27591         * m4/getugroups.m4: New file.
27592
27593         Module group-member.
27594         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
27595         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
27596
27597         Module idcache.
27598         * m4/idcache.m4: New file.
27599
27600         Module userspec.
27601         * m4/userspec.m4: New file.
27602
27603         Module gettime.
27604         * m4/clock_time.m4: New file.
27605         * m4/gettime.m4: New file.
27606
27607         Module settime.
27608         * m4/settime.m4: New file.
27609
27610         Module posixtm.
27611         * m4/posixtm.m4: New file.
27612
27613         Module gethostname.
27614         * m4/gethostname.m4: New file.
27615
27616         Module canon-host.
27617         * m4/canon-host.m4: New file.
27618
27619         Module gettext.
27620         * m4/codeset.m4: New file, from gettext-0.11.5.
27621         * m4/gettext.m4: New file, from gettext-0.11.5.
27622         * m4/glibc21.m4: New file, from gettext-0.11.5.
27623         * m4/iconv.m4: New file, from gettext-0.11.5.
27624         * m4/intdiv0.m4: New file, from gettext-0.11.5.
27625         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
27626         * m4/inttypes.m4: New file, from gettext-0.11.5.
27627         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
27628         * m4/isc-posix.m4: New file, from gettext-0.11.5.
27629         * m4/lcmessage.m4: New file, from gettext-0.11.5.
27630         * m4/lib-ld.m4: New file, from gettext-0.11.5.
27631         * m4/lib-link.m4: New file, from gettext-0.11.5.
27632         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
27633         * m4/progtest.m4: New file, from gettext-0.11.5.
27634         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
27635         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
27636         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
27637
27638         Module localcharset.
27639         * m4/localcharset.m4: New file.
27640
27641         Module hard-locale.
27642         * m4/hard-locale.m4: New file.
27643
27644         Module mbswidth.
27645         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
27646         onceonly macros.
27647         * m4/mbrtowc.m4: Add comment.
27648
27649         Module memcasecmp.
27650         * m4/memcasecmp.m4: New file.
27651
27652         Module memcoll.
27653         * m4/memcoll.m4: New file.
27654
27655         Module unicodeio.
27656         * m4/unicodeio.m4: New file.
27657
27658         Module rpmatch.
27659         * m4/rpmatch.m4: New file.
27660
27661         Module yesno.
27662         * m4/yesno.m4: New file.
27663
27664         Module exitfail.
27665         * m4/exitfail.m4: New file.
27666
27667         Module c-stack.
27668         * m4/c-stack.m4 (gl_C_STACK): New macro.
27669         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
27670
27671         Module error.
27672         * m4/error.m4 (gl_ERROR): New macro.
27673         (jm_PREREQ_ERROR): Use onceonly macros.
27674
27675         Module fatal.
27676         * m4/fatal.m4: New file.
27677
27678         Module getloadavg.
27679         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
27680         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
27681
27682         Module getpagesize.
27683         * m4/getpagesize.m4: New file.
27684
27685         Module getusershell.
27686         * m4/getusershell.m4: New file.
27687
27688         Module physmem.
27689         * m4/physmem.m4: New file.
27690
27691         Module posixver.
27692         * m4/posixver.m4: New file.
27693
27694         Module quotearg.
27695         * m4/quotearg.m4: New file.
27696
27697         Module quote.
27698         * m4/quote.m4: New file.
27699
27700         Module readutmp.
27701         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
27702
27703         Module sig2str.
27704         * m4/sig2str.m4: New file.
27705
27706         Other.
27707         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
27708         ulonglong.m4.
27709         * m4/intmax_t.m4: New file.
27710         * m4/d-type.m4: Indentation.
27711         * m4/jm-macros.m4: Update.
27712         * m4/prereq.m4 (jm_PREREQ): Update.
27713         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
27714         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
27715         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
27716         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
27717         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
27718         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
27719         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
27720         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
27721         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
27722         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
27723         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
27724         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
27725         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
27726         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
27727         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
27728         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
27729         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
27730         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
27731         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
27732
27733 2002-12-24  Bruno Haible  <bruno@clisp.org>
27734
27735         * MODULES.txt: Update according to m4/ changes.
27736
27737         Module gettext.
27738         * config.rpath: New file, from gettext-0.11.5.
27739
27740         * modules/*: New module descriptions.
27741         * gnulib-tool: New file.
27742         * MODULES.html.sh: New file.
27743
27744 2002-12-21  Karl Berry  <karl@gnu.org>
27745
27746         * doc/fdl.texi: update to version 1.2.
27747
27748 2002-12-19  Karl Berry  <karl@gnu.org>
27749
27750         * config/config.guess: update from prep.
27751
27752 2002-12-18  Bruno Haible  <bruno@clisp.org>
27753
27754         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
27755         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
27756
27757 2002-12-17  Bruno Haible  <bruno@clisp.org>
27758
27759         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
27760         stdlib.h, string.h.
27761
27762 2002-12-17  Bruno Haible  <bruno@clisp.org>
27763
27764         * lib/canon-host.c (strdup): Remove unused declaration.
27765
27766         * lib/fsusage.c: Include full_read.h.
27767         (get_fs_usage): Use full_read instead of safe_read.
27768
27769         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
27770
27771 2002-12-12  Karl Berry  <karl@gnu.org>
27772
27773         * config/config.guess: update from prep.
27774
27775 2002-12-11  Bruno Haible  <bruno@clisp.org>
27776
27777         * m4/setenv.m4: New file, from gettext-0.11.5.
27778
27779 2002-12-11  Bruno Haible  <bruno@clisp.org>
27780
27781         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
27782         not unsetenv().
27783         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
27784         modifications:
27785
27786         2002-12-11  Bruno Haible  <bruno@clisp.org>
27787
27788                 * setenv.c (alloca): Fall back to malloc.
27789                 (freea): New macro.
27790                 (setenv): Use freea() to free memory allocated with alloca().
27791
27792         2002-11-13  Bruno Haible  <bruno@clisp.org>
27793
27794                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
27795                 function declarations.
27796                 * unsetenv.c (unsetenv): Likewise.
27797
27798         2002-03-04  Bruno Haible  <bruno@clisp.org>
27799
27800                 Portability to AIX 4.3.3.
27801                 * unsetenv.c: New file, extracted from setenv.c.
27802                 * setenv.c: Move the unsetenv() function to unsetenv.c.
27803
27804         2001-12-20  Bruno Haible  <bruno@clisp.org>
27805
27806                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
27807                 use malloc instead. For SunOS 4.
27808
27809         2001-12-11  Bruno Haible  <bruno@clisp.org>
27810
27811                 * setenv.c: Declare alloca.
27812                 (compar_fn_t): New typedef.
27813                 (KNOWN_VALUE, STORE_VALUE): Use it.
27814
27815         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
27816         setenv.h.
27817
27818 2002-12-10  Paul Eggert  <eggert@twinsun.com>
27819
27820         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
27821         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
27822         Choose values that are less likely to collide with system fnmatch
27823         options.
27824         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
27825         defined (e.g., a pure POSIX system).
27826         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
27827         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
27828
27829 2002-12-06  Paul Eggert  <eggert@twinsun.com>
27830
27831         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
27832         a pain in practice to deal with generated m4 files.  This change
27833         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
27834
27835         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
27836         and jm-glibc-io.m4, as they are no longer a special case.
27837         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
27838         kludge and the auto-generation stuff.  Check only whether the
27839         functions are declared, not whether they exist, since older hosts
27840         that don't declare the functions can't use the optimization anyway.
27841
27842 2002-12-06  Jim Meyering  <jim@meyering.net>
27843
27844         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
27845
27846         Merge in changes from libc's misc/error.c, in preparation
27847         for the merge of gnulib's changes back into libc.
27848
27849         * lib/error.c (_): Define only if not already defined.
27850         Move definition to follow all #include directives.
27851         Include unlocked-io.h only if !_LIBC.
27852         [_LIBC]: Include <libio/libioP.h>.
27853         [USE_IN_LIBIO]: Include <libio/iolibio.h>
27854         (fflush): Tweak definition to use INTUSE.
27855         (putc): Define.
27856
27857 2002-12-05  Paul Eggert  <eggert@twinsun.com>
27858
27859         * lib/alloca.c [defined emacs]: Include "lisp.h".
27860         (xalloc_die) [defined emacs]: New macro.
27861         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
27862         [! defined emacs]: Include <xalloc.h>.
27863         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
27864         (pointer): Typedef to POINTER_TYPE *.
27865         (malloc): Remove decl; we now always use xmalloc.
27866         (alloca): Use old-style definition, since Emacs needs this.
27867         Check for arithmetic overflow when computing combined size.
27868
27869 2002-12-04  Paul Eggert  <eggert@twinsun.com>
27870
27871         Do not generate unlocked-io.h automatically, since it's easier to
27872         maintain it by hand.
27873
27874         * lib/unlocked-io.h: New file, from GNU diffutils,
27875         but with proper copyright notice and attribution.
27876         * lib/gen-uio: Remove.
27877         * lib/Makefile.am: Add copyright notice.
27878         (libfetish_a_SOURCES): Add unlocked-io.h.
27879         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
27880         (DISTCLEANFILES, io_functions): Remove macros.
27881         (EXTRA_DIST): Remove gen_uio.
27882         (unlocked-io.h): Remove rule.
27883
27884 2002-12-04  Jim Meyering  <jim@meyering.net>
27885
27886         Reflect the fact that stat.c and lstat.c are no longer generated.
27887         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
27888         (DISTCLEANFILES): Likewise.
27889         (EXTRA_DIST): Likewise.
27890         (all_local): Don't depend on stat.c or lstat.c.
27891         (stat.c, lstat.c): Remove rules.
27892         (EXTRA_DIST): Remove xstat.in.
27893
27894         * lib/xstat.in: Remove file.  Contents moved into stat.c.
27895         * lib/stat.c: New file.  Contents mostly from xstat.in.
27896         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
27897         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
27898
27899         * lib/safe-read.c: Rework so that it may serve to define safe_write,
27900         too.
27901         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
27902
27903 2002-12-03  Jim Meyering  <jim@meyering.net>
27904
27905         * lib/safe-read.c, safe-write.c: Change variable names and comments,
27906         but not semantics, to minimize the differences between these two files.
27907         (safe_read): Change comment to mention SAFE_READ_ERROR.
27908
27909         * lib/safe-read.c (IS_EINTR): Define.
27910         (safe_read): Use IS_EINTR in place of in-function cpp directives.
27911
27912 2002-12-02  Jim Meyering  <jim@meyering.net>
27913
27914         * lib/safe-read.c (EINTR): Define.
27915         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
27916         (INT_MAX): Provide fallback.
27917         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
27918
27919         * lib/safe-read.h (SAFE_READ_ERROR): Define.
27920
27921 2002-12-02  Bruno Haible  <bruno@clisp.org>
27922
27923         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
27924         Define, taken from safe-read.c.
27925         (INT_MAX): Provide fallback.
27926         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
27927         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
27928
27929         * lib/safe-read.c (EINTR): Remove definition.
27930         (safe_read): Don't use EINTR if it is absent.
27931
27932 2002-12-01  Jim Meyering  <jim@meyering.net>
27933
27934         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
27935         zero.
27936         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
27937
27938 2002-11-27  Paul Eggert  <eggert@twinsun.com>
27939
27940         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
27941         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
27942         with `if (! (value < limit)) abort ();', for readability.
27943
27944 2002-11-26  Karl Berry  <karl@gnu.org>
27945
27946         * lib/strdup.c: copy from libc again, with jim's ok.
27947         * lib/.cppi-disable: re-add strdup.c
27948
27949 2002-11-25  Karl Berry  <karl@gnu.org>
27950
27951         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
27952         instead of "strtol.c".
27953
27954 2002-11-25  Karl Berry  <karl@gnu.org>
27955
27956         * config/install-sh: update from automake for variable quoting, $0 in
27957         error msgs, etc.
27958
27959         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
27960         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
27961         entry.
27962
27963 2002-11-25  Jim Meyering  <jim@meyering.net>
27964
27965         * lib/mktime.c: Sync from libc, now that it has the latest fix.
27966
27967 2002-11-24  Karl Berry  <karl@gnu.org>
27968
27969         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
27970         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
27971
27972 2002-11-24  Jim Meyering  <jim@meyering.net>
27973
27974         Update from coreutils:
27975
27976         * lib/mktime.c: Merge in changes from libc.
27977
27978         Avoid a link-time failure on some Linux systems.
27979         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
27980         (otherwise).
27981         (__mon_yday): Declare with the STATIC attribute.
27982         (__mktime_internal): Likewise.
27983         Based on a report from Greg Schafer.
27984
27985 2002-11-23  Jim Meyering  <jim@meyering.net>
27986
27987         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
27988         Use `unsigned', not `int', as type of index.
27989
27990         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
27991
27992         * lib/fsusage.c: Remove unneeded parentheses around operands of
27993         `defined'.
27994
27995 2002-11-22  Paul Eggert  <eggert@twinsun.com>
27996
27997         * lib/quotearg.h: Allow multiple inclusion by surrounding with
27998         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
27999         so that we can be included first.
28000         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
28001         * lib/quotearg.c: Include quotearg.h immediately after config.h.
28002         No need to include stddef.h or sys/types.h any more.
28003         Surround local include files with "", not "<>".
28004         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
28005         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
28006         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
28007         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
28008         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
28009         (ISPRINT): Remove; no longer needed now that we assume C89.
28010
28011         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
28012         Preserve errno.
28013
28014         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
28015         quotearg_char): Use SIZE_MAX rather than
28016         (size_t) -1 when we are talking about "infinity".
28017
28018         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
28019
28020 2002-11-22  Paul Eggert  <eggert@twinsun.com>
28021
28022         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
28023         hint that one should use `if (! x) abort ();' rather than `assert
28024         (x);', and anyway it's one less thing to worry about configuring.
28025         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
28026         hash_rehash, hash_insert): Use abort rather than assert.
28027
28028 2002-11-22  Bruno Haible  <bruno@clisp.org>
28029
28030         * lib/safe-read.h: Assume C89. Add comments.
28031         (safe_read): Change return type to size_t.
28032         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
28033         byte counts > SSIZE_MAX correctly.
28034         * lib/safe-write.h: New file.
28035         * lib/safe-write.c: New file.
28036         * lib/full-read.h: New file.
28037         * lib/full-read.c: New file.
28038         * lib/full-write.h: Assume C89. Add comments.
28039         * lib/full-write.c: Include safe-write.h.
28040         (full_write): Rewritten to use safe_write.
28041         Suggested by Jim Meyering and Paul Eggert.
28042
28043 2002-11-21  Jim Meyering  <jim@meyering.net>
28044
28045         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
28046
28047         Merge in changes from the coreutils.
28048
28049         2002-09-25  Paul Eggert  <eggert@twinsun.com>
28050         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
28051         <stdint.h>.
28052         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
28053         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
28054         int.  Work more efficiently if X is the same width as uintmax_t.
28055         Do not compare X to -1, to avoid bogus compiler warning.
28056         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
28057         Don't assume that f_frsize and f_bsize are the same type.
28058
28059         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
28060         warning on FreeBSD.
28061
28062         * lib/makepath.c (make_path): Restore umask *before* creating the final
28063         component.
28064         (make_path): Minor reformatting.
28065
28066         * lib/xmalloc.c: Adjust to work with new autoconf macros,
28067         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
28068         HAVE_MALLOC/HAVE_REALLOC.
28069
28070         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
28071         dummy ones.  At least on GNU/Linux systems, `auto' means something
28072         else.
28073         From Michael Stone.
28074
28075 2002-11-21  Bruno Haible  <bruno@clisp.org>
28076
28077         Remove case insensitive option matching.
28078         * lib/argmatch.h (argcasematch): Remove declaration.
28079         (ARGCASEMATCH): Remove macro.
28080         (__xargmatch_internal): Remove case_sensitive argument.
28081         (XARGMATCH): Update.
28082         (XARGCASEMATCH): Remove macro.
28083         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
28084         case_sensitive argument.
28085         (argcasematch): Remove function.
28086         (__xargmatch_internal): Remove case_sensitive argument.
28087         (main): Use XARGMATCH instead of XARGCASEMATCH.
28088
28089         * lib/xmalloc.c: Change compile-time error message. Add comment about
28090         required autoconf version.
28091
28092 2002-11-20  Paul Eggert  <eggert@twinsun.com>
28093
28094         Merge argmatch cleanups from Bison.  Assume C89.
28095
28096         * lib/argmatch.c: Include config.h here, not in argmatch.h.
28097         Include stdlib.h, for EXIT_FAILURE.
28098         Always include <string.h>, since we assume C89.
28099         (EXIT_FAILURE): Remove pre-C89 bug workaround.
28100         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
28101         Include <stddef.h> instead, since it's all we need for size_t.
28102         (PARAMS): Remove.  All uses removed.
28103         (ARRAY_CARDINALITY): Do not bother to #undef.
28104         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
28105         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
28106         Remove unnecessary parentheses.
28107         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
28108         Insert necessary parentheses.
28109         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
28110         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
28111
28112 2002-11-19  Bruno Haible  <bruno@clisp.org>
28113
28114         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
28115         * lib/mbswidth.h: Include <stddef.h>, for size_t.
28116
28117         * lib/mbswidth.h (PARAMS): Remove macro.
28118         (mbswidth, mbsnwidth): Use ANSI C function declarations.
28119         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
28120
28121         * lib/gcd.h (PARAMS): Remove macro.
28122         (gcd): Use ANSI C function declarations.
28123         * lib/gcd.c (gcd): Likewise.
28124
28125 2002-11-15  Bruno Haible  <bruno@clisp.org>
28126
28127         * lib/strcspn.c: Include <stddef.h>.
28128         (strcspn): Use ANSI C function declaration. Change return type to
28129         size_t. Use NULL.
28130         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
28131         (strpbrk): Use NULL.
28132         * lib/strpbrk.h (PARAMS): Remove macro.
28133         (strpbrk): Use ANSI C function declaration.
28134         * lib/strstr.c: Don't include <sys/types.h>.
28135         * lib/strstr.h (PARAMS): Remove macro.
28136         (strstr): Use ANSI C function declarations.
28137
28138 2002-11-14  Karl Berry  <karl@gnu.org>
28139
28140         * config/mkinstalldirs: `do' on separate line, instead of
28141         `for var; do'.
28142
28143 2002-11-06  Bruno Haible  <bruno@clisp.org>
28144
28145         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
28146         * lib/gcd.c (gcd): Likewise.
28147
28148 2002-11-05  Bruno Haible  <bruno@clisp.org>
28149
28150         * lib/gcd.h: New file, from gettext-0.11.5.
28151         * lib/gcd.c: New file, from gettext-0.11.5.
28152
28153 2002-11-05  Bruno Haible  <bruno@clisp.org>
28154
28155         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
28156         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
28157         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
28158         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
28159
28160         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
28161         <libintl.h>.
28162         * lib/makepath.c: Include gettext.h instead of <locale.h> and
28163         <libintl.h>.
28164
28165         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
28166         * lib/human.c: Include gettext.h instead of <libintl.h>.
28167         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
28168         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
28169         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
28170         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
28171         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
28172         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
28173         (textdomain): Remove definition.
28174         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
28175
28176         * lib/long-options.c: Remove include of <libintl.h> and definition of
28177         _.
28178         * lib/same.c: Remove include of <libintl.h> and definition of _.
28179
28180 2002-11-04  Owen Taylor  <otaylor@redhat.com>
28181
28182         * lib/config.charset: A few additions for Solaris.
28183
28184 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
28185
28186         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
28187         * lib/localcharset.c (locale_charset): Declare as extern "C".
28188
28189 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
28190
28191         * lib/config.charset: msdos in uk_UA uses CP1125.
28192
28193 2002-11-04  Bruno Haible  <bruno@clisp.org>
28194
28195         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
28196         * lib/strcase.h: New file, from GNU gettext-0.11.5.
28197         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
28198         * lib/strstr.h: New file, from GNU gettext-0.11.5.
28199         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
28200
28201 2002-11-04  Bruno Haible  <bruno@clisp.org>
28202
28203         * lib/localcharset.c (locale_charset): Don't return an empty string.
28204
28205 2002-11-04  Bruno Haible  <bruno@clisp.org>
28206
28207         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
28208         aliases.
28209
28210 2002-11-04  Bruno Haible  <bruno@clisp.org>
28211
28212         * lib/config.charset: Update for newest glibc. Add canonical names
28213         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
28214
28215 2002-11-04  Bruno Haible  <bruno@clisp.org>
28216
28217         * lib/config.charset: Add support for NetBSD.
28218
28219 2002-11-04  Bruno Haible  <bruno@clisp.org>
28220
28221         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
28222
28223 2002-11-01  Bruno Haible  <bruno@clisp.org>
28224
28225         * configure.in: Add AC_CONFIG_AUX_DIR call.
28226         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
28227         test/Makefile.
28228         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
28229
28230 2002-09-28  Karl Berry  <karl@gnu.org>
28231
28232         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
28233         installed automake until the next release, since changes have been
28234         made.
28235
28236 2002-09-25  Karl Berry  <karl@gnu.org>
28237
28238         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
28239         * lib/getopt*: copy from libc/posix.
28240         * lib/gettext.h: copy from gettext.
28241         * lib/.cppi-disable: add strdup.c, gettext.h.
28242
28243 2002-09-25  Karl Berry  <karl@gnu.org>
28244
28245         * config/srclist.txt: enable gettext.h check.
28246         * config/config.{guess,sub}: update from prep.
28247         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
28248                 from automake 1.6.3.
28249         See srclist*.
28250
28251 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
28252
28253         * regex.c (PATFETCH): Remove the translating fetch.
28254         (PATFETCH_RAW): Rename to PATFETCH.
28255         (set_image_of_range): New fun.
28256         (SET_RANGE_TABLE_WORK_AREA): Use it.
28257         (regex_compile): Don't translate the pattern chars so eagerly.
28258         Only do it when inserting an `exactn' bytecode or when handling
28259         a char-range.
28260         (mutually_exclusive_p): Avoid empty statement.
28261
28262 2002-07-06  Jim Meyering  <meyering@lucent.com>
28263
28264         * m4/README: Don't mention Makefile.am.in.
28265         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
28266
28267 2002-07-01  Jim Meyering  <meyering@lucent.com>
28268
28269         * lib/c-stack.c: Include sys/time.h.
28270         From Volker Borchert.
28271
28272 2002-06-26  Paul Eggert  <eggert@twinsun.com>
28273
28274         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
28275
28276 2002-06-26  Paul Eggert  <eggert@twinsun.com>
28277
28278         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
28279         New macro.  Use it uniformly instead of
28280         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
28281         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
28282         reported by Vin Shelton.
28283
28284 2002-06-22  Paul Eggert  <eggert@twinsun.com>
28285
28286         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
28287         Do not assume SA_SIGINFO behavior.
28288         Bug reported by Jim Meyering on NetBSD 1.5.2.
28289
28290 2002-06-22  Jim Meyering  <meyering@lucent.com>
28291
28292         * m4/c-stack.m4: New file, from diffutils-2.8.2.
28293         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
28294
28295         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
28296         now that configure.ac uses AC_GNU_SOURCE.
28297         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
28298         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
28299
28300         Update to latest tools.  Suggestions from Paul Eggert.
28301         * m4/stdbool.m4: New file, from diffutils-2.8.2.
28302         * m4/gnu-source.m4: Update from diffutils-2.8.2.
28303         * m4/fnmatch.m4: Likewise.
28304         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
28305         to AC_HEADER_STDBOOL
28306
28307 2002-06-22  Jim Meyering  <meyering@lucent.com>
28308
28309         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
28310         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
28311
28312 2002-06-22  Jim Meyering  <meyering@lucent.com>
28313
28314         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
28315
28316         * lib/exitfail.c, exitfail.h: Likewise.
28317         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
28318
28319         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
28320         of fnmatch.h.
28321         (EXTRA_DIST): Add fnmatch_loop.c.
28322         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
28323
28324         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
28325         * lib/fnmatch.c: Update from diffutils-2.8.2.
28326         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
28327         * lib/fnmatch.h: Remove file.
28328
28329 2002-06-21  Jim Meyering  <meyering@lucent.com>
28330
28331         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
28332         * m4/mbrtowc.m4: Likewise.
28333
28334         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
28335         * m4/mbswidth.m4: Reflect name change:
28336         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
28337         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
28338
28339         * m4/lib-link.m4: Update from gettext-0.11.2.
28340         * m4/gettext.m4: Likewise.
28341
28342         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
28343         From Alfred M. Szmidt.
28344
28345 2002-06-18  Paul Eggert  <eggert@twinsun.com>
28346
28347         * lib/file-type.h: Report an error if neither S_ISREG nor
28348         S_IFREG is defined, instead of using a test specific to glibc
28349         2.2.  This should be safe, since POSIX requires S_ISREG and
28350         Unix Version 7 had S_IFREG.  We don't need to check for
28351         <sys/types.h> since we don't use any symbols that it defines.
28352
28353 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
28354
28355         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
28356         $@-t, so that each temporary file name is unique and valid in the first
28357         8 characters, for operation under DOS.
28358
28359 2002-06-15  Paul Eggert  <eggert@twinsun.com>
28360
28361         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
28362
28363 2002-06-15  Jim Meyering  <meyering@lucent.com>
28364
28365         Work even with DJGPP 2.03, which lacks support for symlinks.
28366         From Richard Dawe.
28367         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
28368         is defined.
28369         * lib/lchown.c (S_ISLNK): Likewise.
28370
28371 2002-06-15  Jim Meyering  <meyering@lucent.com>
28372
28373         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
28374         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
28375         have been included before this file.
28376
28377 2002-06-14  Jim Meyering  <meyering@lucent.com>
28378
28379         * lib/file-type.h: Use the version from diffutils-2.8.2.
28380         * lib/file-type.c: Likewise.
28381
28382 2002-06-07  Jim Meyering  <meyering@lucent.com>
28383
28384         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
28385         They're needed at least for NetBSD 1.5.2.
28386         ($statxfs_includes): Include those same headers.
28387         ($statxfs_includes): Include sys/vfs.h if available.
28388         ($statxfs_includes): Likewise for sys/statvfs.h.
28389         Check for the following members in both structs statfs and statvfs:
28390         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
28391
28392 2002-06-01  Jim Meyering  <meyering@lucent.com>
28393
28394         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
28395         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
28396
28397 2002-05-28  Jim Meyering  <meyering@lucent.com>
28398
28399         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
28400         Reported by Volker Borchert.
28401
28402 2002-05-27  Jim Meyering  <meyering@lucent.com>
28403
28404         Fix a problem seen only on nonconforming systems whereby ls.c's
28405         use of localtime, and then of gettimeofday would cause trouble:
28406         the localtime call used to initialize rpl_gettimeofday's save
28407         mechanism would clobber ls's current local time information so
28408         that in any long listing the first file would always be listed
28409         with date 1970-01-01.  Analysis by Volker Borchert.
28410
28411         * lib/gettimeofday.c (localtime): Undefine.
28412         (rpl_localtime): New function.
28413
28414 2002-05-27  Jim Meyering  <meyering@lucent.com>
28415
28416         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
28417         localtime.
28418
28419         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
28420         use the replacement function; it wouldn't resolve at link time.
28421         Reported by Volker Borchert.
28422
28423 2002-05-22  Jim Meyering  <meyering@lucent.com>
28424
28425         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
28426         file-type.h.
28427         * lib/file-type.h: New file.
28428         * lib/file-type.c (file_type): New file/function.  Extracted from
28429         diffutils.
28430
28431 2002-04-30  Jim Meyering  <meyering@lucent.com>
28432
28433         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
28434
28435 2002-04-29  Paul Eggert  <eggert@twinsun.com>
28436
28437         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
28438
28439 2002-04-29  Paul Eggert  <eggert@twinsun.com>
28440
28441         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
28442         Do not check for alloca.h (no longer used) or stdbool.h (was never
28443         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
28444
28445 2002-04-29  Paul Eggert  <eggert@twinsun.com>
28446
28447         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
28448
28449 2002-04-29  Jim Meyering  <meyering@lucent.com>
28450
28451         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
28452         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
28453         Use AC_FUNC_STRNLEN here instead.
28454
28455         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
28456         With autoconf-2.53a, it's part of AC_PROG_CC.
28457
28458 2002-04-28  Paul Eggert  <eggert@twinsun.com>
28459
28460         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
28461         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
28462
28463 2002-04-28  Paul Eggert  <eggert@twinsun.com>
28464
28465         * lib/sig2str.h, lib/sig2str.c: New files.
28466         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
28467
28468 2002-04-28  Paul Eggert  <eggert@twinsun.com>
28469
28470         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
28471         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
28472         of 127, since 64 is the largest conceivable number for ancient
28473         nonstandard hosts.
28474         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
28475
28476 2002-04-28  Jim Meyering  <meyering@lucent.com>
28477
28478         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
28479
28480 2002-04-24  Jim Meyering  <meyering@lucent.com>
28481
28482         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
28483         (jm_PREREQ): Use it.
28484
28485         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
28486         mach/mach.h fcntl.h.
28487         Check for this function: setlocale.
28488
28489 2002-04-24  Jim Meyering  <meyering@lucent.com>
28490
28491         * lib/gettext.h: New file, from Gettext.
28492         * lib/Makefile.am (INCLUDES): Remove -I../intl.
28493         (libfetish_a_SOURCES): Add gettext.h.
28494
28495 2002-04-16  Jim Meyering  <meyering@lucent.com>
28496
28497         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
28498         ut_pid, ut_id, ut_exit.
28499
28500 2002-04-16  Jim Meyering  <meyering@lucent.com>
28501
28502         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
28503         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
28504         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
28505
28506 2002-04-12  Jim Meyering  <meyering@lucent.com>
28507
28508         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
28509         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
28510         existence of the getmntinfo function.  Needed for Darwin 5.3.
28511
28512         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
28513         This is necessary at least on Darwin 5.3.
28514
28515         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
28516         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
28517         strnlen.o in the library, and that makes some versions of ranlib
28518         object.
28519
28520 2002-04-12  Jim Meyering  <meyering@lucent.com>
28521
28522         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
28523
28524 2002-04-09  Jim Meyering  <meyering@lucent.com>
28525
28526         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
28527         to be more precise.  Rather than saying we're checking whether the
28528         function `works', say what we're testing.
28529         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
28530         Reported by Bruno Haible.
28531
28532 2002-03-10  Jim Meyering  <meyering@lucent.com>
28533
28534         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
28535         Suggestion from Santiago Vila.
28536
28537 2002-03-08  Jim Meyering  <meyering@lucent.com>
28538
28539         * lib/rename.c: Mention that this wrapper is needed also on
28540         mips-dec-ultrix4.4 systems.
28541
28542 2002-03-02  Jim Meyering  <meyering@lucent.com>
28543
28544         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
28545         not HAVE_CLOCK_SETTIME.
28546
28547 2002-02-27  Paul Eggert  <eggert@twinsun.com>
28548
28549         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
28550         Check for clock_settime.
28551
28552 2002-02-27  Paul Eggert  <eggert@twinsun.com>
28553
28554         * lib/nanosleep.h: Rename to....
28555         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
28556
28557         * lib/gettime.c: New file.
28558         * lib/settime.c: New file.
28559         * lib/stime.c: Remove.
28560
28561         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
28562         timespec.h.  Remove nanosleep.h.
28563
28564 2002-02-25  Paul Eggert  <eggert@twinsun.com>
28565
28566         * m4/acl.m4: New file.
28567         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
28568         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
28569
28570 2002-02-25  Paul Eggert  <eggert@twinsun.com>
28571
28572         * lib/acl.c, lib/acl.h: New files.
28573         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
28574
28575 2002-02-24  Jim Meyering  <meyering@lucent.com>
28576
28577         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
28578         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
28579         cause trouble.  Reported by Nelson Beebe.
28580
28581 2002-02-23  Paul Eggert  <eggert@twinsun.com>
28582
28583         * lib/path-concat.c (xpath_concat): Reorder code to pacify
28584         compilers that don't know that xalloc_die never returns.
28585
28586 2002-02-20  Jim Meyering  <meyering@lucent.com>
28587
28588         * lib/getdate.c: Regenerate using bison-1.33.
28589
28590 2002-02-17  Jim Meyering  <meyering@lucent.com>
28591
28592         * config/config.guess (main): Don't use `head -1'; it's no longer
28593         portable. Use `sed 1q' instead.
28594
28595 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
28596
28597         * m4/codeset.m4: Upgrade to gettext-0.11.
28598         * m4/gettext.m4: Upgrade to gettext-0.11.
28599         * m4/glibc21.m4: Upgrade to gettext-0.11.
28600         * m4/iconv.m4: Upgrade to gettext-0.11.
28601         * m4/isc-posix.m4: Upgrade to gettext-0.11.
28602         * m4/lcmessage.m4: Upgrade to gettext-0.11.
28603         * m4/lib-ld.m4: New file, from gettext-0.11.
28604         * m4/lib-link.m4: New file, from gettext-0.11.
28605         * m4/lib-prefix.m4: New file, from gettext-0.11.
28606         * m4/progtest.m4: Upgrade to gettext-0.11.
28607
28608 2002-02-15  Paul Eggert  <eggert@twinsun.com>
28609
28610         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
28611         (jm_PREREQ): Use it.
28612
28613 2002-02-15  Paul Eggert  <eggert@twinsun.com>
28614
28615         * lib/posixver.c, lib/posixver.h: New files.
28616         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
28617
28618 2002-02-02  Paul Eggert  <eggert@twinsun.com>
28619             Bruno Haible  <bruno@clisp.org>
28620
28621         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
28622         (fwrite_success_callback): New declaration.
28623         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
28624         print_unicode_char. Call failure callback instead of error.
28625         (fwrite_success_callback): New function.
28626         (exit_failure_callback): New function.
28627         (fallback_failure_callback): New function.
28628         (print_unicode_char): Call unicode_to_mb.
28629
28630 2002-01-26  Jim Meyering  <meyering@lucent.com>
28631
28632         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
28633         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
28634
28635 2002-01-26  Jim Meyering  <meyering@lucent.com>
28636
28637         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
28638
28639 2002-01-22  Paul Eggert  <eggert@twinsun.com>
28640
28641         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
28642
28643 2002-01-22  Jim Meyering  <meyering@lucent.com>
28644
28645         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
28646         Otherwise, some versions of automake would omit the rule that makes
28647         Makefile from Makefile.in.
28648
28649 2002-01-21  Paul Eggert  <eggert@twinsun.com>
28650
28651         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
28652         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
28653         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
28654         (memcoll): Set errno to zero if there is no error.
28655
28656         * lib/quotearg.c (quotearg_buffer_restyled):
28657         Fix bug with quoting buffers containing NUL when backslashing escapes.
28658         This bug was exposed by the other changes in this patch.
28659         (quotearg_n_options): New arg ARGSIZE.
28660         All callers changed.
28661         (quoting_options_from_style): New function.
28662         (quotearg_n_style): Use it.
28663         (quotearg_n_style_mem): New function.
28664
28665         * lib/quotearg.h (quotearg_n_style_mem): New function.
28666
28667 2002-01-19  Jim Meyering  <meyering@lucent.com>
28668
28669         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
28670         Remove useless quotes: DF_PROG="df".
28671         * m4/strnlen.m4: New file.
28672
28673 2002-01-16  Paul Eggert  <eggert@twinsun.com>
28674
28675         * lib/backupfile.c (ISDIGIT): Comment fix.
28676         * lib/getdate.y (ISDIGIT): Likewise.
28677         * lib/posixtm.c (ISDIGIT, year): Likewise.
28678         * lib/strverscmp.c (ISDIGIT): Likewise.
28679         * lib/userspec.c (ISDIGIT): Likewise.
28680
28681 2002-01-16  Jim Meyering  <meyering@lucent.com>
28682
28683         * lib/getdate.y: Add three semicolons, each just before a closing
28684         brace. Bison (as of version 1.31) no longer papers over that mistake.
28685
28686 2002-01-05  Jim Meyering  <meyering@lucent.com>
28687
28688         * lib/version-etc.c (version_etc_copyright): Update copyright year.
28689
28690 2001-12-19  Paul Eggert  <eggert@twinsun.com>
28691
28692         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
28693         not silently exit merely because the output buffer happens to
28694         have nothing pending.
28695
28696 2001-12-18  Paul Eggert  <eggert@twinsun.com>
28697
28698         See the big note in ../ChangeLog.
28699         * lib/human.c (suffixes): Prefer K to k for 1024.
28700         (generate_suffix_backwards): New function.
28701         (human_readable_inexact): Use it.
28702         * lib/xstrtol.c (__xstrtol): If there is no number but there
28703         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
28704         Accept 'K' as well as 'k'.
28705
28706 2001-12-15  Jim Meyering  <meyering@lucent.com>
28707
28708         * lib/regex.h (__restrict_arr): Update from libc.
28709
28710         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
28711         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
28712         (STREQ): Define.
28713
28714 2001-12-14  Jim Meyering  <meyering@lucent.com>
28715
28716         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
28717         Suggestion from Bruno Haible.
28718
28719 2001-12-10  Jim Meyering  <meyering@lucent.com>
28720
28721         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
28722         xrealloc, Instead, include "xalloc.h".
28723         (initbuffer): Don't cast xmalloc return value to char*.
28724         (readline): Reword comment.
28725         Don't cast xrealloc return value to char*
28726         Return NULL, not 0.
28727
28728 2001-12-09  Jim Meyering  <meyering@lucent.com>
28729
28730         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
28731         about `signed and unsigned type in conditional expression'.
28732         * lib/posixtm.c (posix_time_parse): Likewise.
28733
28734         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
28735
28736         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
28737         to avoid a pedantic warning.
28738
28739         * lib/getstr.c: Don't include assert.h.
28740         (getstr): Remove warning-evoking assertions.
28741         Return -1 if offset parameter is out of bounds.
28742         Change the type of a local from int to size_t.
28743
28744         * lib/strftime.c (my_strftime_localtime_r): Include this function
28745         definition in the `#if ! HAVE_TM_GMTOFF' block.
28746
28747         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
28748         Include xalloc.h instead.
28749
28750 2001-12-02  Jim Meyering  <meyering@lucent.com>
28751
28752         * lib/tempname.c: Don't declare getenv, thus reverting the change of
28753         2001-11-18.  It's no longer necessary, now that stdlib.h is always
28754         included.
28755
28756         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
28757         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
28758
28759 2001-11-30  Akim Demaille  <akim@epita.fr>
28760
28761         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
28762         before being defined.
28763
28764 2001-11-27  Paul Eggert  <eggert@twinsun.com>
28765
28766         * lib/quotearg.h (quotearg_n, quotearg_n_style):
28767         First arg is int, not unsigned.
28768         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
28769         (SIZE_MAX, UINT_MAX): New macros.
28770         (quotearg_n_options): Abort if N is negative.
28771         Avoid overflow check on hosts where size_t is 64 bits and int
28772         is 32 bits, as overflow is impossible there.
28773         Fix off-by-one typo that caused unnecessary reallocation.
28774
28775 2001-11-27  Jim Meyering  <meyering@lucent.com>
28776
28777         * lib/tempname.c: Merge with version from libc.
28778         * lib/regex.c: Likewise.
28779
28780         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
28781         systems for which STDC_HEADERS is 0, it was not included, resulting in
28782         a warning about an integer-to-pointer conversion problem with getenv.
28783         Reported by Volker Borchert.
28784
28785 2001-11-26  Jim Meyering  <meyering@lucent.com>
28786
28787         * lib/gtod.h: Remove file.
28788         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
28789         * lib/gettimeofday.c: Don't include gtod.h.
28790         (GTOD_init): Remove function.
28791         (rpl_gettimeofday): Do its job here instead, rather than aborting.
28792         Suggestion from Volker Borchert.
28793
28794 2001-11-23  Jim Meyering  <meyering@lucent.com>
28795
28796         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
28797         it.
28798         * lib/hash.c (struct hash_table): Define it here instead.
28799
28800 2001-11-22  Jim Meyering  <meyering@lucent.com>
28801
28802         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
28803
28804 2001-11-20  Jim Meyering  <meyering@lucent.com>
28805
28806         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
28807         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
28808
28809 2001-11-19  Jim Meyering  <meyering@lucent.com>
28810
28811         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
28812         directory.  Use "conftestXXXXXX" as the template.
28813         Suggestion from Paul Eggert.
28814
28815         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
28816         immediately, so the test doesn't mistakenly hit the max-open-files
28817         limit.
28818
28819 2001-11-18  Paul Eggert  <eggert@twinsun.com>
28820
28821         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
28822         (TEMPORARIES): New macro.
28823         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
28824         removes an artificial limitation (e.g. HP-UX 10.20, where
28825         TMP_MAX is 17576).
28826
28827 2001-11-18  Jim Meyering  <meyering@lucent.com>
28828
28829         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
28830
28831 2001-11-18  Jim Meyering  <meyering@lucent.com>
28832
28833         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
28834         on SunOS 4.
28835
28836         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
28837         files will be created before anything else.
28838
28839 2001-11-17  Paul Eggert  <eggert@twinsun.com>
28840
28841         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
28842         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
28843
28844 2001-11-17  Jim Meyering  <meyering@lucent.com>
28845
28846         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
28847         Prompted by a report from Bob Proulx.
28848
28849         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
28850         Instead, require UTILS_FUNC_MKSTEMP.
28851
28852 2001-11-17  Jim Meyering  <meyering@lucent.com>
28853
28854         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
28855         Now, that's done as part of AC_FUNC_STRTOD.
28856
28857 2001-11-17  Jim Meyering  <meyering@lucent.com>
28858
28859         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
28860         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
28861         rather than group writable.  Patch by Juan F. Codagnone.
28862
28863         * lib/readtokens.c: Remove explicit declarations of xmalloc and
28864         xrealloc, Instead, include "xalloc.h".
28865
28866         * lib/mountlist.c: Include unlocked-io.h after all system headers.
28867         Remove explicit declarations of xmalloc, xrealloc,
28868         and xstrdup.  Instead, include "xalloc.h".
28869
28870         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
28871         unlocked-io.h.
28872         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
28873         Likewise.
28874         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
28875
28876         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
28877         Reported by Padraig Brady.
28878
28879         * lib/mkstemp.c: #undef mkstemp.
28880         Include config.h.
28881         (rpl_mkstemp): Rename from mkstemp.
28882         Protoize.
28883
28884 2001-11-16  Jim Meyering  <meyering@lucent.com>
28885
28886         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
28887         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
28888         determine the amount of total physical memory, use pstat_getstatic.
28889         HPUX-11 doesn't define _SC_PHYS_PAGES.
28890         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
28891         If sysconf couldn't be used to determine the amount of available
28892         physical memory, use both pstat_getstatic and pstat_getdynamic.
28893         Based on a patch from Bob Proulx.
28894
28895 2001-11-10  Jim Meyering  <meyering@lucent.com>
28896
28897         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
28898         (jm_PREREQ): Use it.
28899
28900 2001-11-09  Jim Meyering  <meyering@lucent.com>
28901
28902         * m4/jm-macros.m4: Require autoconf-2.52f.
28903         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
28904         Use these AC_-prefixed names, not the AM_-prefixed ones.
28905
28906         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
28907
28908 2001-11-05  Jim Meyering  <meyering@lucent.com>
28909
28910         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
28911
28912 2001-11-04  Jim Meyering  <meyering@lucent.com>
28913
28914         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
28915         $DEFS.
28916
28917 2001-11-03  Jim Meyering  <meyering@lucent.com>
28918
28919         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
28920         of AC_DEFUN.
28921
28922         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
28923         know the name of the variable in the macro definition.
28924
28925 2001-11-03  Jim Meyering  <meyering@lucent.com>
28926
28927         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
28928         in argmatch_to_argument call.
28929
28930         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
28931         argument.
28932
28933         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
28934         e.g., a fault due to an attempt to free a NULL pointer.
28935
28936 2001-11-01  Jim Meyering  <meyering@lucent.com>
28937
28938         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
28939         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
28940
28941 2001-11-01  Jim Meyering  <meyering@lucent.com>
28942
28943         * lib/dirfd.c, lib/dirfd.h: New files.
28944         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
28945
28946         * lib/hash.c (hash_print) [TESTING]: Clean up.
28947
28948 2001-10-22  Paul Eggert  <eggert@twinsun.com>
28949
28950         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
28951         to avoid a warning if -Wall.
28952
28953 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
28954
28955         * README: New file
28956         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
28957         (per RMS's instructions, this is now the canonical source)
28958         * lgpl/, gpl/: New directories.
28959
28960 2001-10-21  Paul Eggert  <eggert@twinsun.com>
28961
28962         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
28963
28964 2001-10-21  Jim Meyering  <meyering@lucent.com>
28965
28966         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
28967         this code would end up calling gettext even in packages built
28968         with --disable-nls.
28969         * lib/getopt.c (_): Likewise.
28970         * lib/regex.c (_): Likewise.
28971
28972 2001-10-20  Paul Eggert  <eggert@twinsun.com>
28973
28974         * m4/error.m4 (jm_PREREQ_ERROR):
28975         Do not invoke AC_CHECK_FUNCS with strerror_r, as
28976         AC_FUNC_STRERROR_R does that.
28977         Check for strerror declaration.
28978
28979         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
28980         are supposed to have them these days.
28981         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
28982         Merge changes from latest Autoconf CVS.
28983         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
28984         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
28985         POSIX decided to standardize on the int flavor of strerror_r.
28986
28987 2001-10-20  Paul Eggert  <eggert@twinsun.com>
28988
28989         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
28990         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
28991         Use strerror_r that is only a macro, even if it is not a function.
28992         (strerror): Check for HAVE_DECL_STRERROR before declaring.
28993         (private_strerror): Use prototypes, not old-style function definition.
28994         (print_errno_message): New function.
28995         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
28996         char*-flavored one.
28997         (error_tail, error, error_at_line): Use it.
28998
28999 2001-10-11  Jim Meyering  <meyering@lucent.com>
29000
29001         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
29002         and quote_n (1, ... to avoid clobbering a buffer.
29003
29004 2001-10-05  Jim Meyering  <meyering@lucent.com>
29005
29006         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
29007         hash-pjw.h.
29008         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
29009         * lib/hash-pjw.h: New file.
29010
29011 2001-09-30  Jim Meyering  <meyering@lucent.com>
29012
29013         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
29014         `struct fsstat' has the `f_fstypename' member.
29015         Use that to define FS_TYPE, which is now used to make
29016         the getfsstat link test tighter.
29017
29018 2001-09-30  Jim Meyering  <meyering@lucent.com>
29019
29020         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
29021         Include <sys/ucred.h>, for Apple Darwin.
29022         Include sys/mount.h and sys/fs_types.h only if available.
29023         (FS_TYPE): Define.
29024         (read_filesystem_list): Use FS_TYPE.
29025
29026 2001-09-29  Paul Eggert  <eggert@twinsun.com>
29027
29028         * lib/exclude.c (excluded_filename): 0 -> false, since it's
29029         a boolean context.
29030
29031 2001-09-29  Jim Meyering  <meyering@lucent.com>
29032
29033         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
29034         [one-argument getmntent function]): Include stdio.h before mntent.h.
29035         SunOS 4.1.x needs it for the declaration of `FILE'.
29036         Patch by Volker Borchert.
29037
29038         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
29039         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
29040         sys/fs_types.h, and make the link-test for getfsstat guard #include
29041         directives with appropriate #if HAVE_*_H tests so that we can
29042         detect getfsstat on Apple Darwin1.3.7 systems.
29043         Reported by Nelson Beebe.
29044         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
29045
29046 2001-09-28  Paul Eggert  <eggert@twinsun.com>
29047
29048         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
29049         #defines strtoimax.  Also treat the other strto* functions
29050         like strtoimax.
29051
29052         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
29053         Check for strtoul and strtoumax,
29054         as those declarations are made even in the signed case.
29055         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
29056         Likewise, for strtol and strtoimax.
29057
29058 2001-09-28  Paul Eggert  <eggert@twinsun.com>
29059
29060         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
29061         #defines strtoimax.  Also treat the other strto* functions
29062         like strtoimax.
29063
29064         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
29065         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
29066         (strtoimax, strtoumax): Do not declare if already defined as a macro.
29067
29068 2001-09-26  Jim Meyering  <meyering@lucent.com>
29069
29070         Most macros in unlocked-io.h had the wrong number of arguments.
29071         * lib/gen-uio: New script.
29072         (USE_UNLOCKED_IO): Define to 1 if not already defined.
29073         * lib/unlocked-io.hin: Remove file.
29074         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
29075         rather than trying to embed it here.
29076         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
29077         Reported by Padraig Brady.
29078
29079 2001-09-25  Volker Borchert  <bt@teknon.de>
29080
29081         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
29082         `result'.
29083
29084 2001-09-24  Jim Meyering  <meyering@lucent.com>
29085
29086         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
29087
29088 2001-09-23  Jim Meyering  <meyering@lucent.com>
29089
29090         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
29091         instead of the mere test for existence of mntent.h.  The latter
29092         would get a false-positive on AIX 3.4 systems.
29093         In the outer getmntent if-block, don't die if neither of the getmntent
29094         tests succeeds.  Instead, just fall through and continue with the
29095         remaining tests.
29096
29097 2001-09-23  Jim Meyering  <meyering@lucent.com>
29098
29099         * lib/mountlist.c: Remove useless parentheses in #if directives.
29100         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
29101         the deprecated MOUNTED symbol is no longer defined in mntent.h.
29102
29103 2001-09-22  Jim Meyering  <meyering@lucent.com>
29104
29105         * m4/gettext.m4: New file.  From gettext.
29106         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
29107         * m4/progtest.m4: Likewise
29108         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
29109         * m4/glibc21.m4: Likewise.
29110
29111         * m4/libintl.m4: Remove.  No longer used.
29112
29113 2001-09-22  Jim Meyering  <meyering@lucent.com>
29114
29115         * lib/localcharset.c: Update from latest gettext.
29116         * lib/config.charset: Likewise.
29117
29118 2001-09-20  Jim Meyering  <meyering@lucent.com>
29119
29120         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
29121         strtoimax.
29122         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
29123         strtoumax.
29124
29125 2001-09-20  Jim Meyering  <meyering@lucent.com>
29126
29127         * lib/xstrtol.c (strtoimax): Guard declaration with
29128         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
29129         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
29130         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
29131         (strtoumax): Likewise, for completeness (it wasn't necessary).
29132
29133 2001-09-17  Paul Eggert  <eggert@twinsun.com>
29134
29135         * lib/strtoimax.c (HAVE_LONG_LONG):
29136         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
29137         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
29138         to work around bug in IBM C compiler.
29139
29140 2001-09-17  Jim Meyering  <meyering@lucent.com>
29141
29142         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
29143         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
29144         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
29145         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
29146         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
29147         whenever the right hand side need not be expanded by the shell.
29148
29149 2001-09-16  Paul Eggert  <eggert@twinsun.com>
29150
29151         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
29152         library.  It's not correct, as some older glibcs are buggy.
29153         fnmatch wasn't fixed until glibc 2.2.
29154
29155         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
29156         special shell magic here.
29157
29158 2001-09-16  Jim Meyering  <meyering@lucent.com>
29159
29160         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
29161         * m4/jm-macros.m4: Require it.
29162
29163 2001-09-16  Jim Meyering  <meyering@lucent.com>
29164
29165         * lib/mkdir.c: New file.
29166
29167 2001-09-15  Jim Meyering  <meyering@lucent.com>
29168
29169         * m4/jm-macros.m4: Check for help2man.
29170
29171 2001-09-11  Jim Meyering  <meyering@lucent.com>
29172
29173         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
29174         The body, by Paul Eggert, was moved here from configure.in.
29175         * m4/jm-macros.m4: Require UTILS_HOST_OS.
29176
29177 2001-09-04  Paul Eggert  <eggert@twinsun.com>
29178
29179         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
29180         (jm_PREREQ): Use it.
29181
29182 2001-09-04  Paul Eggert  <eggert@twinsun.com>
29183
29184         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
29185         Use ssize_t, not int, to store result of readlink.
29186         Check for ssize_t overflow as well as size_t overflow,
29187         as POSIX says the result of readlink is implementation-defined
29188         when ssize_t overflows.
29189         Remove unnecessary cast to char*.
29190         Use free+malloc instead of realloc, as the storage doesn't need
29191         to be preserved and it's clearer and can be more efficient that way.
29192         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
29193         * lib/xreadlink.h (xreadlink): Update prototype.
29194
29195 2001-09-04  Paul Eggert  <eggert@twinsun.com>
29196
29197         * lib/xgetcwd.c: Revert some of the previous change; intead,
29198         fix the HAVE_GETCWD_NULL code to behave more like the
29199         !HAVE_GETCWD_NULL code used to.
29200
29201         Include "xalloc.h".
29202         (xgetcwd): Do not return NULL when memory is exhausted; instead,
29203         invoke xalloc_die.
29204
29205 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29206
29207         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
29208         sys/param.h, as pathmax.h includes them.
29209
29210 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29211
29212         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
29213         (jm_PREREQ_XGETCWD): New macro.
29214
29215         * m4/getcwd.m4: New file.
29216
29217 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29218
29219         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
29220         like the HAVE_GETCWD_NULL code.
29221         Include pathmax.h if not HAVE_GETCWD.
29222         Do not include xalloc.h.
29223         (INITIAL_BUFFER_SIZE): New symbol.
29224         Do not use xmalloc / xrealloc, since the caller is responsible for
29225         handling errors.  Preserve errno around `free' during failure.
29226         Do not overrun buffer when using getwd.
29227
29228 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29229
29230         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
29231         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
29232         getcwd (NULL, 0).
29233
29234 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29235
29236         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
29237         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
29238         spotted by Jim Meyering.
29239
29240 2001-09-03  Jim Meyering  <meyering@lucent.com>
29241
29242         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
29243         failure.
29244
29245 2001-09-02  Jim Meyering  <meyering@lucent.com>
29246
29247         * lib/error.c: Update from GNU libc.
29248
29249 2001-09-01  Jim Meyering  <meyering@lucent.com>
29250
29251         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
29252         Used by df.
29253
29254 2001-09-01  Jim Meyering  <meyering@lucent.com>
29255
29256         * lib/xreadlink.c: New file.
29257         * lib/xreadlink.h: New file.
29258         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
29259         xreadlink.h.
29260
29261         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
29262         doesn't conflict with sparc Solaris 7's definition in
29263         /usr/include/sys/int_types.h.
29264
29265         * lib/exclude.c: Use `""', not `<>' to #include non-system header
29266         files.
29267         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
29268         and strncasecmp as r-values.  Unixware didn't have declarations.
29269
29270 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29271
29272         * lib/xstrtol.h: Add copyright notice.
29273         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
29274         LONGINT_INVALID_SUFFIX_CHAR.
29275
29276 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29277
29278         * lib/xstrtol.c (strtoimax): New decl.
29279
29280 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29281
29282         * lib/xgetcwd.c: Don't include pathmax.h.
29283         Include stdlib.h and unistd.h if available.
29284         Include xalloc.h.
29285         (xmalloc, xstrdup, free): Remove decls.
29286         (xgetcwd): Don't assume sizes fit in unsigned.
29287         Check for overflow when computing sizes.
29288         Simplify reallocation code.
29289
29290 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29291
29292         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
29293         a directory's st_size can have an arbitrary value, so the old
29294         usage could waste an arbitrary amount of memory.  All uses
29295         changed.
29296         * lib/savedir.h: Update prototype.
29297
29298 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29299
29300         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
29301
29302         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
29303         old strtoimax.c.
29304
29305         Also, make the following further changes to make this file's
29306         configuration more similar to that of strtol.c:
29307         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
29308         (strtoumax, uintmax_t, strtoull, strtol): Remove.
29309         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
29310         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
29311         changed to signed values.
29312
29313         And make the following changes as well:
29314         Fix copyright notice, as 1999 was missing.
29315         (verify): New macro.
29316         (strtoimax): Check sizes at compile-time, not run-time.
29317         Prefer strtol to strtoll if both work.
29318         (main): Remove; it was not that useful and was a pain to maintain.
29319
29320         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
29321
29322 2001-08-31  Jim Meyering  <meyering@lucent.com>
29323
29324         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
29325         Use an initial, malloc'd, buffer of length 128 rather than
29326         a statically allocated one of length 1024.
29327
29328 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29329
29330         Simplify code, partly by assuming autoconf 2.52 semantics.
29331
29332         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
29333
29334         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
29335         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
29336         All uses removed.
29337         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
29338         Move AC_REQUIRE to next-to-top level, to avoid confusion.
29339         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
29340         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
29341         jm_AC_HEADER_INTTYPES_H.
29342         * m4/jm-macros.m4 (jm_MACROS): Likewise.
29343
29344         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
29345
29346         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
29347         Quote first arg of AC_DEFUN.
29348         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
29349         since they are needed to parse the include file even if we need
29350         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
29351         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
29352         but with opposite signedness.
29353
29354 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29355
29356         Merge 'exclude' changes from tar 1.13.22.
29357         This fixes one or two unlikely storage allocation overflow bugs,
29358         but doesn't change user-visible behavior otherwise.
29359
29360 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29361
29362         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
29363         (jm_PREREQ_EXCLUDE): New macro.
29364
29365 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29366
29367         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
29368         tm to be declared.
29369
29370 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29371
29372         * lib/hash.c: Remove '2001' from copyright notice.
29373
29374 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29375
29376         * lib/full-write.h: New file.
29377         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
29378         * lib/full-write.c: Correct credits, as cccp.c no longer
29379         exists and anyway it was so heavily changed from the old cccp
29380         code as to be unrecognizable.  Include full-write.h.
29381         (full_write) Return size_t, with short writes meaning failure.
29382         All callers changed.  This fixes a bug with large buffers
29383         on 64-bit hosts.
29384         * lib/utime.c: Include full-write.h.
29385
29386 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29387
29388         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
29389         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
29390         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
29391         Include if available.
29392         (<xalloc.h>): Include
29393         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
29394         (verify): New macro.  Use it to verify that EXCLUDE macros do not
29395         collide with FNM macros.
29396         (struct patopts): New struct.
29397         (struct exclude): Use it, as exclude patterns now come with options.
29398         (new_exclude): Support above changes.
29399         (new_exclude, add_exclude_file):
29400         Initial size must now be a power of two to simplify overflow checking.
29401         (free_exclude, fnmatch_no_wildcards): New function.
29402         (excluded_filename): No longer requires options arg, as the options
29403         are determined by add_exclude.  Now returns bool, not int.
29404         (excluded_filename, add_exclude):
29405         Add support for the fancy new exclusion options.
29406         (add_exclude, add_exclude_file): Now takes int options arg.
29407         Check for arithmetic overflow when computing sizes.
29408         (add_exclude_file): xrealloc might modify errno, so don't
29409         realloc until after errno might be used.
29410
29411         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
29412         New macros.
29413         (free_exclude): New decl.
29414         (add_exclude, add_exclude_file): Now takes int options arg.
29415         (excluded_filename): No longer requires options arg, as the options
29416         are determined by add_exclude.  Now returns bool, not int.
29417
29418 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29419
29420         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
29421
29422 2001-08-27  Jim Meyering  <meyering@lucent.com>
29423
29424         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
29425
29426         * lib/version-etc.c (N_): Remove definition.
29427         Revert most of last change.
29428         Instead, simply don't mark the `Copyright...' string for translation.
29429         Based on advice from Paul Eggert.
29430
29431         * lib/strtoxmax.c: Tweak comment.
29432
29433 2001-08-26  Jim Meyering  <meyering@lucent.com>
29434
29435         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
29436
29437         * m4/xstrtoimax.m4: New file.
29438         * m4/xstrtoumax.m4: Add comments explaining why we
29439         AC_REPLACE_FUNCS(strtol).
29440
29441 2001-08-26  Jim Meyering  <meyering@lucent.com>
29442
29443         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
29444         of copyright with `%s' so translators don't get an untranslated
29445         message in 2002.
29446         (COPYRIGHT_YEAR): Define.
29447         (version_etc): Use fprintf rather than fputs.
29448         Suggestion from Ulrich Drepper.
29449
29450         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
29451
29452         * lib/strtoll.c: New file, from GNU libc.
29453         * lib/xstrtoimax.c: New file.
29454
29455         * lib/xstrtol.h: Add xstrtoimax.
29456         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
29457         * lib/strtoimax.c: New file.  Likewise, but first define
29458         STRTOUXMAX_SIGNED.
29459
29460         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
29461         ...
29462         * lib/strtoxmax.c: ... then renamed to this.
29463
29464 2001-08-18  Paul Eggert  <eggert@twinsun.com>
29465
29466         * m4/inttypes.m4: Add AC_PREREQ(2.13).
29467         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
29468         (jm_AC_TYPE_INTMAX_T): New macro.
29469         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
29470
29471         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
29472
29473         * m4/longlong.m4: Renamed from ulonglong.m4.
29474         * m4/inttypes.m4: Renamed from inttypes_h.m4.
29475         * m4/uintmax_t.m4: Removed.
29476
29477 2001-08-13  Paul Eggert  <eggert@twinsun.com>
29478
29479         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
29480         Port to Solaris 8, where 'sed' requires a space after the 'r'
29481         command, and where sh dislikes "$/".  Clean up the spacing a bit.
29482         Redirect output to $tmp just once.
29483
29484 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
29485
29486         * lib/addext.c (<errno.h>): Include.
29487         (errno): Declare if not defined.
29488         (addext): Work correctly when pathconf returns -1 and leaves
29489         errno alone because there is no limit.  Also, work even if
29490         pathconf returns a value greater than SIZE_MAX.
29491
29492 2001-08-12  Jim Meyering  <meyering@lucent.com>
29493
29494         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
29495         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
29496         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
29497         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
29498         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
29499         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
29500         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
29501         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
29502         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
29503         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
29504         utime.m4, utimes.m4, xstrtoumax.m4:
29505         Quote the first argument in each use of AC_DEFUN.
29506
29507 2001-08-12  Jim Meyering  <meyering@lucent.com>
29508
29509         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
29510         Simply `return getcwd (NULL, 0);'.
29511         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
29512         Use 1300 as initial value for length, not PATH_MAX.
29513
29514         * lib/pathmax.h: Clean up cpp syntax.
29515
29516 2001-08-12  Jim Meyering  <meyering@lucent.com>
29517
29518         * lib/gettimeofday.c: New file.
29519         * lib/gtod.h: New file.
29520         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
29521
29522 2001-08-05  Jim Meyering  <meyering@lucent.com>
29523
29524         * m4/jm-macros.m4: Require autoconf-2.52.
29525
29526 2001-08-04  Jim Meyering  <meyering@lucent.com>
29527
29528         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
29529         stmt, to get in sync with glibc.
29530
29531 2001-08-03  Paul Eggert  <eggert@twinsun.com>
29532
29533         The following changes are from gettext 0.10.39 as maintained by
29534         Bruno Haible.
29535
29536         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
29537         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
29538         with inverted sense.  All uses changed.
29539
29540         * lib/mbswidth.c: Don't include <limits.h>.
29541         Include <stdlib.h> and <string.h> unconditionally.
29542         (iswcntrl, mbsinit, ISCNTRL): New macros.
29543         (mbsnwidth): Use K&R style function declarations.
29544         Don't bother checking for MB_LEN_MAX == 1, since the compiler
29545         can optimize it when MB_CUR_MAX == 1.
29546         The width of control characters is zero, not 1.
29547
29548 2001-08-03  Paul Eggert  <eggert@twinsun.com>
29549
29550         The following changes are from gettext 0.10.39 as maintained by
29551         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
29552
29553         * m4/codeset.m4: Upgrade to serial AM1.
29554         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
29555         all uses changed.  Quote first arg of AC_DEFUN.
29556         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
29557
29558         * m4/iconv.m4: Upgrade to serial AM2.
29559         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
29560         Add --with-libconv-prefix.
29561         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
29562         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
29563         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
29564         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
29565         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
29566
29567         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
29568         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
29569         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
29570         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
29571         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
29572         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
29573         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
29574         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
29575         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
29576
29577         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
29578         string.h any more.
29579
29580         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
29581         not the default value.
29582
29583         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
29584         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
29585         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
29586         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
29587         Also check for iswcntrl, used for wcwidth fallback.
29588         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
29589         to Autoconf 2.13.
29590
29591 2001-08-03  Jim Meyering  <meyering@lucent.com>
29592
29593         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
29594         as it was in the original.  Reported by Paul Eggert.
29595
29596 2001-07-16  Jim Meyering  <meyering@lucent.com>
29597
29598         * m4/gettimeofday.m4: New file.
29599         Prompted by a report from Bernhard Baehr.
29600
29601 2001-07-15  Jim Meyering  <meyering@lucent.com>
29602
29603         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
29604         stuff. Now it's in ../Makefile.cfg.
29605
29606 2001-07-15  Jim Meyering  <meyering@lucent.com>
29607
29608         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
29609         (BUILT_SOURCES): Add unlocked-io.h.
29610         (io_functions): Define.
29611         (unlocked-io.h): New rule.
29612         (DISTCLEANFILES): Add unlocked-io.h.
29613         (all-local): Depend on unlocked-io.h, to ensure it is created.
29614
29615         * lib/unlocked-io.hin: New file
29616
29617         * lib/regex.c: Update from glibc.
29618
29619 2001-07-05  Jim Meyering  <meyering@lucent.com>
29620
29621         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
29622         recommendation.
29623         (libfetish_a_SOURCES): Put all .h files here instead.
29624         Remove a thus-exposed (better checks in automake) duplicate and
29625         two unnecessary .h files.
29626
29627 2001-07-04  Jim Meyering  <meyering@lucent.com>
29628
29629         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
29630         that generates jm-glibc-io.m4 so that it doesn't trigger any make
29631         distcheck failure.
29632
29633 2001-07-02  Jim Meyering  <meyering@lucent.com>
29634
29635         The following changes were prompted by suggestions from Bruno Haible.
29636
29637         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
29638         is now generated.
29639         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
29640         definition of EXTRA_DIST.
29641         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
29642         ensure that the generated file is created/updated whenever the list
29643         of $(unlocked_functions) is changed.
29644         (jm-glibc-io.m4): New rule.
29645         (unlocked-io.h): New rule -- currently unused.
29646
29647 2001-06-24  Jim Meyering  <meyering@lucent.com>
29648
29649         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
29650         unmatched right bracket, rather than kludging it with an extra,
29651         falsely-matching quote in a comment.  Patch by Akim Demaille.
29652
29653 2001-06-11  Jim Meyering  <meyering@lucent.com>
29654
29655         * lib/regex.c: Update from GNU libc.
29656
29657 2001-05-27  Jim Meyering  <meyering@lucent.com>
29658
29659         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
29660         Check for ut_type in struct utmp.
29661
29662 2001-05-27  Jim Meyering  <meyering@lucent.com>
29663
29664         * lib/readutmp.h (UT_TYPE): Define.
29665
29666 2001-05-24  Jim Meyering  <meyering@lucent.com>
29667
29668         * lib/argmatch.c: Include "quote.h".
29669         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
29670         quote function.  Reported by Göran Uddeborg.
29671
29672 2001-05-22  Jim Meyering  <meyering@lucent.com>
29673
29674         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
29675         now that we use the package-supplied version unconditionally.
29676         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
29677
29678 2001-05-21  Jim Meyering  <meyering@lucent.com>
29679
29680         * m4/regex.m4: Change a couple backticks to single quotes to avoid
29681         shell syntax errors.
29682
29683 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
29684
29685         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
29686
29687 2001-05-20  Paul Eggert  <eggert@twinsun.com>
29688
29689         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
29690         Don't bother to check library strftime, since
29691         we'll be using our own my_strftime function anyway.
29692         Define my_strftime instead of strftime.
29693
29694 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
29695
29696         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
29697         which is not yet declared.
29698
29699 2001-05-15  Jim Meyering  <meyering@lucent.com>
29700
29701         * m4/regex.m4: Use proper quoting so brackets appear in the test
29702         program.
29703         Reported by, and with help from, Bruno Haible.
29704
29705 2001-05-13  Jim Meyering  <meyering@lucent.com>
29706
29707         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
29708         undefined.
29709
29710 2001-05-11  Paul Eggert  <eggert@twinsun.com>
29711
29712         dirname code cleanup.  base_name now behaves more compatibly
29713         with POSIX basename when given file names that have trailing
29714         slashes, and similarly for dir_name.  Add new primitives
29715         base_len and dir_len.  Put the directory-name-related decls
29716         into dirname.h.
29717
29718         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
29719         * lib/backupfile.c (base_name): Likewise.
29720         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
29721         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
29722         * lib/makepath.c (strip_trailing_slashes): Likewise.
29723         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
29724         ISSLASH): Likewise.
29725         * lib/rename.c (strip_trailing_slashes): Likewise.
29726         * lib/same.c (base_name): Likewise.
29727         * lib/stripslash.c (ISSLASH): Likewise.
29728
29729         * lib/addext.c: Include <dirname.h> after size_t is defined.
29730         * lib/backupfile.c: Likewise.
29731
29732         * lib/addext.c (addext): Use base_len to trim redundant
29733         trailing slashes instead of doing it ourselves.
29734         But do not trim the last slash if it is not redundant.
29735
29736         * lib/backupfile.c (find_backup_file_name,
29737         max_backup_version): Use base_len instead of rolling it ourselves.
29738         Handle the case of "" and (on DOS) "C:" correctly.
29739
29740         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
29741         needed. Include <string.h>, <dirname.h>.
29742         (base_name): Allow file names ending in slashes, other than names
29743         that are all slashes.  In this case, return the basename followed
29744         by the slashes.  This is more general, and can be used in places
29745         where the original base_name purposely had an assertion failure.
29746         (base_len): New function.
29747
29748         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
29749         Do not include <assert.h>; no longer needed.
29750         Include xalloc.h.
29751         (memrchr): Remove decl.
29752         (dir_name_r): Remove.
29753         (dir_len): Renamed from dirlen.  All callers changed.
29754         Rewrite in terms of base_name, for simplicity and consistency.
29755         (dir_name): Never return NULL.  All callers changed.
29756         Do not include <stdlib.h> in test program; no longer needed.
29757         return 0; is fine for test program.
29758
29759         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
29760         New macros.
29761         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
29762
29763         * lib/path-concat.c (path_concat): Use base_len to compute
29764         base length, not strlen; this means we cannot rely on memcpy
29765         to null-terminate.
29766
29767         * lib/same.c (STREQ): Remove.
29768         (same_name): Handle the case where the basename ends in trailing '/'.
29769
29770         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
29771         a slash was stripped.  Do not strip the last slash after a
29772         file system prefix.
29773
29774 2001-05-11  Paul Eggert  <eggert@twinsun.com>
29775
29776         * lib/Makefile.am (libfetish_a_SOURCES):
29777         Add strftime.c, since we now compile it on all hosts.
29778
29779         * lib/strftime.c (my_strftime):
29780         Define to nstrftime if emacs, but only if my_strftime is not defined.
29781         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
29782         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
29783         Add one more extra argument: a nanoseconds value.
29784         All uses changed.
29785         (ns): New macro.
29786         (my_strftime function): Add %N format.
29787         (emacs_strftimeu): Renamed from emacs_strftime,
29788         with extra ut argument.
29789
29790 2001-05-09  Paul Eggert  <eggert@twinsun.com>
29791
29792         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
29793
29794 2001-04-21  Jim Meyering  <meyering@lucent.com>
29795
29796         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
29797         doesn't interfere.
29798
29799 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
29800
29801         * m4/ftruncate.m4: Check for chsize.
29802         Link with ftruncate.o unconditionally if ftruncate is missing.
29803         This was required when cross-compiling to i586-mingw32msvc.
29804
29805 2001-04-08  Jim Meyering  <meyering@lucent.com>
29806
29807         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
29808         recomputed; that's necessary when the offset spans a DST transition.
29809         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
29810
29811 2001-04-02  Jim Meyering  <meyering@lucent.com>
29812
29813         * lib/regex.h, regex.c: Update from GNU libc.
29814
29815 2001-03-24  Jim Meyering  <meyering@lucent.com>
29816
29817         * m4/jm-macros.m4: Require autoconf-2.49d.
29818
29819 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
29820
29821         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
29822
29823 2001-03-19  Paul Eggert  <eggert@twinsun.com>
29824
29825         * lib/version-etc.c (version_etc_copyright): Update to 2001.
29826
29827 2001-03-17  Jim Meyering  <meyering@lucent.com>
29828
29829         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
29830         now that the version in autoconf is equivalent.
29831         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
29832
29833         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
29834         Suggestion from Akim Demaille.
29835
29836         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
29837         (jm_PREREQ_TEMPNAME): New function.
29838
29839 2001-03-16  Paul Eggert  <eggert@twinsun.com>
29840
29841         * lib/tempname.c (uint64_t): Define to uintmax_t if
29842         not defined, and if UINT64_MAX is not defined.
29843         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
29844         Reported by John David Anglin.
29845
29846 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
29847
29848         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
29849         resolve alias if codeset is empty.
29850         * lib/config.charset (BeOS): Use wildcard syntax.
29851
29852 2001-03-13  Jim Meyering  <meyering@lucent.com>
29853
29854         * lib/path-concat.c (path_concat)
29855         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
29856         concatenating e.g., `C:' and `foo'.
29857         From Bruno Haible.
29858
29859 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
29860
29861         * lib/localcharset.c (locale_charset): Don't use
29862         setlocale(LC_CTYPE,NULL). Don't return NULL.
29863         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
29864
29865 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
29866
29867         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
29868         support for DOS/DJGPP.
29869
29870 2001-03-01  Paul Eggert  <eggert@twinsun.com>
29871
29872         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
29873         lacks mkstemp.  Compile our own tempname.c if we compile our own
29874         mkstemp.c, as mkstemp relies on tempname.
29875
29876 2001-03-01  Jim Meyering  <meyering@lucent.com>
29877
29878         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
29879         AH_VERBATIM really does output its argument verbatim.
29880
29881 2001-02-28  Paul Eggert  <eggert@twinsun.com>
29882
29883         * lib/Makefile.am (libfetish_a_SOURCES):
29884         Add dup-safer.c, fopen-safer.c.
29885         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
29886
29887         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
29888         * lib/unistd-safer.h: New files.
29889
29890 2001-02-25  Paul Eggert  <eggert@twinsun.com>
29891
29892         The mkstemp replacement is taken from glibc 2.2.2, with some
29893         portability fixes for use outside glibc, as follows:
29894
29895         * lib/tempname.c (struct_stat64): New macro.
29896         (direxists, __gen_tempname): Use it.
29897         This avoids a portability problem with Solaris 8.
29898
29899         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
29900         (<stddef.h>, <stdint.h>, <string.h>):
29901         Include only if STDC_HEADERS || _LIBC.
29902         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
29903         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
29904         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
29905         (__set_errno): Define this macro if <errno.h> doesn't.
29906         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
29907         Define these macros if <stdio.h> doesn't.
29908         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
29909         Define these macros if <sys/stat.h>
29910         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
29911         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
29912         __xstat64): Define if not _LIBC.
29913         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
29914         (__gen_tempname): Invoke gettimeofday only if
29915         HAVE_GETTIMEOFDAY || _LIBC;
29916         otherwise, fall back on plain "time".
29917         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
29918
29919         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
29920
29921         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
29922
29923 2001-02-18  Paul Eggert  <eggert@twinsun.com>
29924
29925         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
29926
29927 2001-02-17  Paul Eggert  <eggert@twinsun.com>
29928
29929         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
29930         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
29931         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
29932         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
29933
29934 2001-02-17  Paul Eggert  <eggert@twinsun.com>
29935
29936         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
29937         Remove workaround macros for hosts that have mbrtowc but not
29938         mbstate_t, as we now insist on proper declarations for both
29939         before using mbrtowc.
29940
29941 2001-02-17  Jim Meyering  <meyering@lucent.com>
29942
29943         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
29944         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
29945         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
29946         UnixWare 7.1.1.
29947
29948         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
29949         rather than AC_CACHE_VAL.
29950
29951 2001-02-17  Jim Meyering  <meyering@lucent.com>
29952
29953         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
29954         around included file name.
29955
29956         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
29957
29958         * lib/strftime.c: Update from GNU libc (the only changes were to
29959         comments).
29960
29961 2001-02-17  Jim Meyering  <meyering@lucent.com>
29962
29963         * lib/regex.c: Update from libc.
29964
29965 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
29966
29967         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
29968         clash.
29969
29970 2001-02-16  Paul Eggert  <eggert@twinsun.com>
29971
29972         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
29973         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
29974         Reported by Mark Hounschell via Paul Eggert.
29975
29976 2001-02-07  Jim Meyering  <meyering@lucent.com>
29977
29978         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
29979
29980 2001-02-05  Jim Meyering  <meyering@lucent.com>
29981
29982         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
29983         it includes the patch required for `large file' support with at least
29984         HP-UX's 10.20 /bin/cc.
29985
29986 2001-02-03  Jim Meyering  <meyering@lucent.com>
29987
29988         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
29989         AS_IF, now that it works once again (mysteriously).
29990         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
29991
29992 2001-01-30  Jim Meyering  <meyering@lucent.com>
29993
29994         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
29995         * m4/chown.m4: Rename conftestchown to conftest.chown.
29996         * m4/rename.m4: s/conftestdir/conftest.d1/ and
29997         s/conftestdir2/conftest.d2/.
29998         * m4/utimes.m4: s/conftestdata/conftest.data/
29999         Inspired by Pavel Roskin's change in autoconf.
30000
30001 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
30002
30003         * lib/config.charset: Update for FreeBSD 4.2.
30004
30005 2001-01-27  Jim Meyering  <meyering@lucent.com>
30006
30007         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
30008         a use of AS_IF.
30009         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
30010
30011 2001-01-26  Jim Meyering  <meyering@lucent.com>
30012
30013         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
30014         quotearg.c includes it.
30015
30016 2001-01-26  Jim Meyering  <meyering@lucent.com>
30017
30018         * lib/quotearg.c: Include stddef.h.
30019         * lib/quote.c: Include stddef.h.
30020         Reported by Axel Kittenberger.
30021
30022         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
30023         line in double quotes so that it evokes a better diagnostic.
30024         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
30025         Reported by Axel Kittenberger.
30026
30027 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
30028
30029         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
30030         as if it was a `charset'.
30031
30032 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
30033
30034         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
30035         has const.
30036
30037 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
30038
30039         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
30040         to avoid a warning.  Add back 'const' to inptr.
30041
30042 2001-01-20  Jim Meyering  <meyering@lucent.com>
30043
30044         Be sure that headers are checked before used in code compiled
30045         for the type checks.
30046         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
30047         In place of that, invoke jm_CHECK_ALL_TYPES.
30048         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
30049         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
30050         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
30051         The check for ssize_t was mistakenly run before the test for unistd.h.
30052
30053         The configure-time check for stdbool.h was missing.
30054         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
30055         (jm_PREREQ_HASH): New function.
30056
30057 2001-01-17  Jim Meyering  <meyering@lucent.com>
30058
30059         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
30060         for autoconf-2.49c.
30061         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
30062
30063 2001-01-16  Jim Meyering  <meyering@lucent.com>
30064
30065         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
30066         From Bruno Haible.
30067
30068 2001-01-14  Jim Meyering  <meyering@lucent.com>
30069
30070         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
30071         foo and bar.  Create conftestdir/ in the script, not in the C code.
30072         Remove directories in the script, not in the C code.
30073         Remove conftestdir{,2} before trying to create the directory.
30074         Make the entire configure script fail if the mkdir fails.
30075
30076 2001-01-14  Jim Meyering  <meyering@lucent.com>
30077
30078         * lib/rename.c: New file.  From Volker Borchert.
30079         Include stdlib.h, string.h or strings.h, and xalloc.h.
30080         Use strip_trailing_slashes rather than open-coding it.
30081
30082 2001-01-03  Paul Eggert  <eggert@twinsun.com>
30083
30084         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
30085
30086 2001-01-03  Jim Meyering  <meyering@lucent.com>
30087
30088         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
30089         of local `inptr' to avoid warning with some system declarations of
30090         iconv.
30091
30092 2001-01-02  Volker Borchert  <bt@teknon.de>
30093
30094         * m4/rename.m4: New file.
30095         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
30096
30097 2001-01-01  Jim Meyering  <meyering@lucent.com>
30098
30099         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
30100         even on systems with utmpx.h.  It's necessary for the declaration of
30101         utmp's ut_user member.  Reported by Andreas Jaeger.
30102
30103         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
30104         available. They are required for the declarations of getgrgid and
30105         getpwuid resp.
30106         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
30107         Reported by Andreas Jaeger.
30108
30109 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
30110
30111         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
30112         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
30113         so `make install' also works in VPATH builds.
30114
30115 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
30116
30117         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
30118         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
30119         can be used in subdirectories.
30120
30121 2000-12-29  Paul Eggert  <eggert@twinsun.com>
30122
30123         * lib/modechange.c: Do not assume that mode_t uses the
30124         traditional octal encoding.  E.g. "chmod 1 FOO" should set
30125         the other-execute bit of FOO even if S_IXOTH != 1.
30126
30127         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
30128         WOTH, XOTH, ALLM): New macros.
30129         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
30130          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
30131         Use them.
30132         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
30133         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
30134         (mode_compile):
30135         No need to use uintmax_t; unsigned long is long enough.
30136         Don't bother to get suffix since we don't use it.
30137
30138 2000-12-26  Jim Meyering  <meyering@lucent.com>
30139
30140         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
30141         better with autoheader.
30142
30143 2000-12-24  Jim Meyering  <meyering@lucent.com>
30144
30145         * lib/hash.c (is_prime): Return explicit boolean values.
30146         (hash_get_first): Return NULL to appease Irix5.6's 89.
30147         Reported by Nelson Beebe.
30148
30149 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
30150
30151         * lib/localcharset.c (locale_charset): Add support for Win32.
30152
30153 2000-12-18  Paul Eggert  <eggert@twinsun.com>
30154
30155         * lib/physmem.h, lib/physmem.c: New files.
30156
30157         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
30158         (noinst_HEADERS): Add physmem.h.
30159
30160         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
30161         't' for compatibility with Solaris 8 sort.
30162
30163 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
30164
30165         * lib/config.charset: Add support for BeOS.
30166
30167 2000-12-17  Jim Meyering  <meyering@lucent.com>
30168
30169         * m4/dos.m4 (jm_AC_DOS): New file and macro.
30170         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
30171
30172 2000-12-16  Jim Meyering  <meyering@lucent.com>
30173
30174         This bug had a serious impact on chown: `chown N:M FILE' (for integer
30175         N and M) would have treated it like `chown N:N FILE'.
30176
30177         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
30178
30179 2000-12-16  Jim Meyering  <meyering@lucent.com>
30180
30181         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
30182         SHELLS_FILE to a file name that's useful on djgpp systems.
30183         Include stdlib.h.
30184         (ADDITIONAL_DEFAULT_SHELLS): Define.
30185         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
30186         Based mostly on a patch from Prashant TR.
30187
30188 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
30189
30190         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
30191         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
30192         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
30193
30194 2000-12-08  Andreas Schwab  <schwab@suse.de>
30195
30196         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
30197         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
30198
30199 2000-12-07  Jim Meyering  <meyering@lucent.com>
30200
30201         * lib/stripslash.c (ISSLASH): Define.
30202         (strip_trailing_slashes): Use ISSLASH rather than comparing against
30203         `/'.
30204         From Prashant TR.
30205
30206         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
30207         (dir_name_r): Declare this function as static.
30208         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
30209         manifest itself on a name containing a mix of slashes and
30210         backslashes.
30211         Make this function work with names starting with a DOS-style
30212         drive letter and colon prefix.
30213         (dir_name): Append `.' if necessary.
30214         Based mostly on patches from Prashant TR and Eli Zaretskii.
30215
30216         * lib/dirname.h (dir_name_r): Remove prototype.
30217
30218 2000-12-06  Paul Eggert  <eggert@twinsun.com>
30219
30220         * m4/off_t-format.m4: Remove this file.
30221         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
30222
30223 2000-12-06  Jim Meyering  <meyering@lucent.com>
30224
30225         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
30226         replacement strtoull, we may well need the replacement strtoul, too.
30227         Check for declarations of strtoul and strtoull.
30228         Check for strtol.  Mainly as a cue to cause automake to include
30229         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
30230         Check for limits.h -- strtol.c needs it.
30231
30232 2000-12-05  Jim Meyering  <meyering@lucent.com>
30233
30234         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
30235
30236 2000-12-04  Jim Meyering  <meyering@lucent.com>
30237
30238         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
30239         Also include memory.h, stdlib.h, unistd.h if appropriate.
30240         Reported by Andreas Jaeger (conflicting declaration of malloc).
30241
30242 2000-12-02  Jim Meyering  <meyering@lucent.com>
30243
30244         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
30245         * m4/jm-macros.m4 (jm_MACROS): require it.
30246
30247 2000-12-02  Jim Meyering  <meyering@lucent.com>
30248
30249         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
30250
30251 2000-12-01  Paul Eggert  <eggert@twinsun.com>
30252
30253         * lib/memrchr.c: Include <config.h> before any system include file.
30254
30255 2000-11-30  Jim Meyering  <meyering@lucent.com>
30256
30257         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
30258
30259 2000-11-30  Jim Meyering  <meyering@lucent.com>
30260
30261         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
30262
30263 2000-11-29  Paul Eggert  <eggert@twinsun.com>
30264
30265         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
30266
30267 2000-11-26  Jim Meyering  <meyering@lucent.com>
30268
30269         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
30270
30271 2000-11-22  Paul Eggert  <eggert@twinsun.com>
30272
30273         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
30274         size of (size_t) -1; it's not portable.
30275
30276 2000-11-17  Jim Meyering  <meyering@lucent.com>
30277
30278         * lib/strstr.c: Update from GNU libc.
30279
30280 2000-11-17  Akim Demaille  <akim@epita.fr>
30281
30282         * lib/obstack.h: Formatting changes.
30283         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
30284         prevent type checking.
30285         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
30286         cast the value to (void *): assigning a `foo *' to a `void *'
30287         variable is valid.
30288         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
30289
30290 2000-11-16  Jim Meyering  <meyering@lucent.com>
30291
30292         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
30293
30294 2000-11-11  Jim Meyering  <meyering@lucent.com>
30295
30296         * lib/error.c: Add a couple #includes, merging from GNU libc version.
30297
30298 2000-11-10  Jim Meyering  <meyering@lucent.com>
30299
30300         * lib/obstack.h: Update from GNU libc.
30301         * lib/obstack.c: Likewise.
30302
30303 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
30304
30305         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
30306
30307 2000-11-06  Paul Eggert  <eggert@twinsun.com>
30308
30309         * lib/getusershell.c (setusershell): Use rewind rather than
30310         fseek/fseeko, to avoid configuration hassles with fseeko.
30311         Don't bother opening SHELLS_FILE if shellstream is NULL;
30312         it's not necessary.
30313
30314 2000-11-05  Jim Meyering  <meyering@lucent.com>
30315
30316         * lib/makepath.h (make_dir): Declare.
30317         * lib/makepath.c (make_dir): Remove `static' attribute.
30318         Tweak a comment.
30319
30320 2000-11-04  Jim Meyering  <meyering@lucent.com>
30321
30322         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
30323
30324 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
30325
30326         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
30327         last one in a bucket, advance to the next bucket.
30328
30329 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
30330
30331         * lib/fnmatch.c: Do not comment out all the code if we are using
30332         the GNU C library, because in some cases we are replacing buggy
30333         code in the GNU C library itself.
30334
30335 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
30336
30337         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
30338         (regex_compile): Catch bogus \(\1\).
30339
30340 2000-10-30  Paul Eggert  <eggert@twinsun.com>
30341
30342         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
30343         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
30344         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
30345
30346 2000-10-30  Paul Eggert  <eggert@twinsun.com>
30347
30348         * lib/error.h, getline.h, modechange.h:
30349         Remove "2000" from Copyright line, as the file hasn't been
30350         changed this year other than in the copyright notice.
30351
30352         * lib/xalloc.h: Add "2000" to Copyright line, as this file
30353         was changed this year.
30354
30355 2000-10-29  Jim Meyering  <meyering@lucent.com>
30356
30357         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
30358         renaming.
30359         * m4/ls-mntd-fs.m4: Likewise
30360
30361 2000-10-29  Jim Meyering  <meyering@lucent.com>
30362
30363         * lib/xstat.in: Fix grammar in comment.
30364
30365 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
30366
30367         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
30368         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
30369         doesn't define __restrict_arr.
30370
30371 2000-10-28  Jim Meyering  <meyering@lucent.com>
30372
30373         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
30374         (jm_PREREQ_MEMCHR): New function.
30375
30376 2000-10-28  Jim Meyering  <meyering@lucent.com>
30377
30378         * lib/memchr.c: Update from libc.
30379         Adjust for portability:
30380         [HAVE_STDLIB_H]: Include stdlib.h.
30381         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
30382         Undef __memchr, too.
30383         [!weak_alias]: Define __memchr to memchr.
30384
30385         * lib/regex.c: Update from libc.
30386         * lib/regex.h: Likewise.
30387         * lib/getopt1.c: Likewise.
30388         * lib/memcmp.c: Likewise.
30389
30390         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
30391         Avoid using fseek, when possible -- it's broken by design.
30392         Patch by Ulrich Drepper.
30393
30394 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
30395
30396         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
30397         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
30398         Giving in to popular pressure to shut up the compiler with casts.
30399
30400 2000-10-26  Jim Meyering  <meyering@lucent.com>
30401
30402         * lib/strftime.c: Update from libc.
30403
30404 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
30405
30406         * regex.c: More `unsigned char' -> `re_char' changes.
30407         Also change several `int' into `re_wchar_t'.
30408         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
30409         (PUSH_FAILURE_POINTER): Don't cast any more.
30410         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
30411         We want GCC to complain, since this piece of code makes
30412         re_match non-reentrant, which *should* be fixed.
30413         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
30414         (EXTEND_BUFFER): Use RETALLOC.
30415         (SET_LIST_BIT): Don't cast.
30416         (re_wchar_t): New type.
30417         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
30418         that those two functions will always properly return.
30419         (IMMEDIATE_QUIT_CHECK): Cast to void.
30420         (analyse_first): Use recursion rather than an explicit stack.
30421         (re_compile_fastmap): Can't fail anymore.
30422         (re_search_2): Don't check re_compile_fastmap for failure.
30423         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
30424         Now also sets the new value (passed in a new argument).
30425         (re_match_2_internal): Use it.
30426         Also, use a new var `reg' of type size_t when looping through regs
30427         rather than reuse the inappropriate `mcnt'.
30428
30429 2000-10-25  Jim Meyering  <meyering@lucent.com>
30430
30431         * lib/obstack.c: Update from libc.
30432
30433 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
30434
30435         * regex.c (regex_compile): Change the way of handling a range from
30436         a char less than 256 to a char not less than 256.
30437
30438 2000-10-24  Andrew Innes  <andrewi@gnu.org>
30439
30440         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
30441         NT-Emacs only.
30442         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
30443         so that re_search functions only quit when callers expect them to.
30444
30445 2000-10-23  Jim Meyering  <meyering@lucent.com>
30446
30447         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
30448         wrong.  That set_locale call must not have any side effects.
30449         From Paul Eggert.
30450
30451 2000-10-22  Jim Meyering  <meyering@lucent.com>
30452
30453         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
30454         [CYCLIC]: Remove now-unused definition.
30455
30456         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
30457         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
30458         Suggestion from Ulrich Drepper.
30459
30460 2000-10-21  Jim Meyering  <meyering@lucent.com>
30461
30462         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
30463         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
30464         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
30465
30466 2000-10-21  Jim Meyering  <meyering@lucent.com>
30467
30468         * lib/dirname.c (memrchr): Declare if necessary.
30469         (dir_name): Remove the restriction that there be no
30470         trailing slashes.  Now, this code skips past them, effectively
30471         ignoring them.
30472         [TEST_DIRNAME] (main): New unit tests.
30473
30474         * lib/memrchr.c: New file from GNU libc.
30475         Undef __memrchr, too.
30476         [!weak_alias]: Define __memrchr to memrchr.
30477         Guard weak_alias use with `#ifdef weak_alias'.
30478
30479 2000-10-21  Jim Meyering  <meyering@lucent.com>
30480
30481         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
30482         (dir_name): Use dir_name_r.
30483         * lib/dirname.h (dir_name_r): Declare it.
30484
30485 2000-10-17  Jim Meyering  <meyering@lucent.com>
30486
30487         * lib/quote.h (PARAMS): Define and use.
30488         Reported by Akim Demaille.
30489
30490         * lib/getopt.c: Update from libc.
30491
30492 2000-10-16  Jim Meyering  <meyering@lucent.com>
30493
30494         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
30495         setlocale.
30496         From Jan Fedak.
30497
30498 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
30499
30500         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
30501
30502 2000-09-25  Jim Meyering  <meyering@lucent.com>
30503
30504         * lib/md5.h (rol): Define (from GnuPG).
30505
30506         * lib/sha.c: Give credit (GnuPG) where due.
30507         (M): Use rol rather than open-coding it.
30508         Add a FIXME comment.
30509
30510 2000-09-21  Jim Meyering  <meyering@lucent.com>
30511
30512         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
30513         Reported by Michael Stone.
30514
30515 2000-09-20  Jim Meyering  <meyering@lucent.com>
30516
30517         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
30518         (noinst_HEADERS): Add sha.h.
30519         Based on code from Scott G. Miller and from GnuPG.
30520
30521 2000-09-18  Jim Meyering  <meyering@lucent.com>
30522
30523         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
30524         LIBS. Otherwise, everyone ends up linking with -lelf for some
30525         configurations.
30526         Reported by Mike Stone.
30527
30528 2000-09-15  Jim Meyering  <meyering@lucent.com>
30529
30530         * lib/regex.c: Update from libc.
30531
30532 2000-09-10  Jim Meyering  <meyering@lucent.com>
30533
30534         * lib/getopt.c (_getopt_internal): Update from glibc.
30535
30536 2000-09-09  Jim Meyering  <meyering@lucent.com>
30537
30538         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
30539         think it should be used as a general replacement for isascii.
30540         * lib/fnmatch.c: Likewise.
30541         * lib/mbswidth.c: Likewise
30542         * lib/regex.c: Likewise.
30543
30544         Don't use atoi.
30545         * lib/userspec.c: Include sys/param.h and limits.h.
30546         Include xstrtol.h.
30547         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
30548         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
30549         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
30550         UID, GID.  Check range.
30551
30552 2000-09-06  Jim Meyering  <meyering@lucent.com>
30553
30554         * lib/getopt.c (_getopt_internal): Update from glibc.
30555
30556 2000-08-30  Jim Meyering  <meyering@lucent.com>
30557
30558         * lib/strftime.c: Merge in changes from GNU libc.
30559
30560 2000-08-26  Jim Meyering  <meyering@lucent.com>
30561
30562         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
30563         * m4/fpending.m4: New file.
30564
30565 2000-08-26  Jim Meyering  <meyering@lucent.com>
30566
30567         * lib/closeout.c: Include "__fpending.h".
30568         (close_stdout_status): Return right away if there's nothing to flush.
30569
30570         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
30571         * lib/__fpending.c: New file.
30572         * lib/__fpending.h: New file.
30573
30574 2000-08-20  Jim Meyering  <meyering@lucent.com>
30575
30576         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
30577         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
30578         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
30579
30580 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
30581
30582         Improve fileutils installation on systems where running
30583         programs (like install) can't be unlinked.
30584         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
30585         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
30586
30587 2000-08-07  Paul Eggert  <eggert@twinsun.com>
30588
30589         Standardize on "memory exhausted" instead of "Memory exhausted"
30590         or "virtual memory exhausted".
30591         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
30592         "virtual memory exhausted".
30593         * lib/same.c (same_name): Invoke xalloc_die instead of printing
30594         our own message.
30595         * lib/userspec.c (parse_user_spec): Likewise.
30596         * lib/bumpalloc.h: comment fix
30597         * lib/same.c, userspec.c: Include xalloc.h.
30598
30599         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
30600         not char *const and pointing to a constant array.
30601         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
30602         (xrealloc): Comment fix.
30603
30604         * lib/userspec.c (parse_user_spec):
30605         Don't translate a message until just before returning,
30606         to avoid unnecessary translation.
30607
30608 2000-08-07  Jim Meyering  <meyering@lucent.com>
30609
30610         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
30611         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
30612         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
30613         getgroups.c, gethostname.c, getopt.h, group-member.c,
30614         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
30615         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
30616         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
30617         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
30618         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
30619         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
30620         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
30621         yesno.c: Back out Copyright date changes for each file with no change
30622         this year.  This eases coordination with other programs using the same
30623         source code modules.  From Paul Eggert.
30624
30625 2000-08-06  Paul Eggert  <eggert@twinsun.com>
30626
30627         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
30628         not char, for compatibility with glibc 2.1.3 strftime.c.
30629
30630 2000-08-03  Greg McGary  <greg@mcgary.org>
30631
30632         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
30633         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
30634         (EXTEND_BUFFER): Use them.
30635
30636 2000-08-01  Jim Meyering  <meyering@lucent.com>
30637
30638         * lib/dirname.c (ISSLASH): Define.
30639         (BACKSLASH_IS_PATH_SEPARATOR): Define.
30640         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
30641         both `\' and `/' may be use as path separators.
30642         Based on a patch from Prashant TR.
30643
30644 2000-07-31  Paul Eggert  <eggert@twinsun.com>
30645
30646         * lib/quotearg.c (quotearg_n_options): Don't make the initial
30647         slot vector a constant, since it might get modified.
30648
30649 2000-07-31  Jim Meyering  <meyering@lucent.com>
30650
30651         * lib/xmalloc.c: Use `virtual memory exhausted', not
30652         `Memory exhausted'.
30653         * lib/obstack.c (print_and_abort): Likewise.
30654
30655 2000-07-30  Paul Eggert  <eggert@twinsun.com>
30656
30657         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
30658         buffer, so that the caller can always quote one small
30659         component of a "memory exhausted" message in slot 0.
30660         From a suggestion by Jim Meyering.
30661
30662 2000-07-30  Jim Meyering  <meyering@lucent.com>
30663
30664         * lib/makepath.c (make_path): Quote the other instance, too.
30665
30666         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
30667         (STATIC_BUF_SIZE): Define.
30668         (quotearg_n_options): Use only statically allocated storage when
30669         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
30670         than STATIC_BUF_SIZE.
30671
30672 2000-07-29  Jim Meyering  <meyering@lucent.com>
30673
30674         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
30675         * lib/dirname.c (dir_name): Likewise.
30676
30677         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
30678         `/'.
30679
30680         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
30681         (dir_name): Assert that there are no trailing slashes.
30682
30683 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
30684
30685         * lib/mbswidth.h (mbswidth): Add a flags argument.
30686         (mbswidth): New declaration.
30687         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
30688         * lib/mbswidth.c (mbswidth): Add a flags argument.
30689         (mbsnwidth): New function.
30690
30691 2000-07-24  Jim Meyering  <meyering@lucent.com>
30692
30693         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
30694
30695 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30696
30697         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
30698
30699 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30700
30701         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
30702         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
30703         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
30704         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
30705         invoke multibyte primitives.
30706
30707 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30708
30709         * lib/quotearg.c:
30710         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
30711         so that mbstate_t is always defined.
30712
30713         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
30714         be 1 in at least one GCC installation, and this configuration
30715         error is likely to be common.  Ignoring MB_LEN_MAX hurts
30716         performance on hosts that have mbrtowc but have only unibyte
30717         locales, but I assume these hosts are rare.
30718
30719 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30720
30721         * lib/mbswidth.c (_XOPEN_SOURCE):
30722         Don't define; this causes problems on Solaris 7.
30723         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
30724
30725 2000-07-23  Jim Meyering  <meyering@lucent.com>
30726
30727         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
30728         too: getgrgid, getpwuid, getuid.
30729
30730 2000-07-23  Jim Meyering  <meyering@lucent.com>
30731
30732         * lib/basename.c (base_name): Add an assertion.
30733
30734 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
30735
30736         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
30737         shadow its mbsinit function.
30738
30739 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
30740
30741         * lib/mbswidth.h: New file.
30742         * lib/mbswidth.c: New file.
30743         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
30744         (noinst_HEADERS): Add mbswidth.h.
30745
30746 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
30747
30748         * lib/config.charset: Add support for FreeBSD. Improve support for
30749         HP-UX and IRIX 6.
30750
30751 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
30752
30753         * m4/mbswidth.m4: New file.
30754         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
30755
30756 2000-07-15  Jim Meyering  <meyering@lucent.com>
30757
30758         * lib/makepath.c: Include quote.h.
30759         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
30760         corresponding argument in a `quote (...)' call.
30761         Give better diagnostics.
30762
30763         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
30764         (noinst_HEADERS): Add quote.h.
30765
30766         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
30767         from tar's src/misc.c.
30768         * lib/quote.h: New file.  Prototypes for same.
30769
30770 2000-07-14  Paul Eggert  <eggert@twinsun.com>
30771
30772         From a suggestion by Bruno Haible.
30773         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
30774         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
30775         to decide whether to define the BeOS workaround macro;
30776         this adjusts to the change to AC_MBSTATE_T.
30777
30778 2000-07-14  Jim Meyering  <meyering@lucent.com>
30779
30780         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
30781         jm_AC_TYPE_UINTMAX_T.
30782
30783 2000-07-13  Paul Eggert  <eggert@twinsun.com>
30784
30785         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
30786
30787         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
30788         quotearg_buffer_restyled): Add support for
30789         clocale_quoting_style.  Undo previous change to
30790         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
30791         and "{RIGHT QUOTATION MARK}" msgids.
30792
30793 2000-07-10  Paul Eggert  <eggert@twinsun.com>
30794
30795         From a suggestion by Bruno Haible.
30796         * m4/mbstate_t.m4 (AC_MBSTATE_T):
30797         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
30798         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
30799         and mbstate_t, to a single-part test that simply defines mbstate_t.
30800         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
30801         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
30802
30803 2000-07-10  Jim Meyering  <meyering@lucent.com>
30804
30805         * m4/strerror_r.m4: Mirror the correction made in autoconf.
30806
30807         * m4/gnu-source.m4: Output to confdefs.h directly.
30808         Suggestion from Akim Demaille.
30809
30810 2000-07-09  Paul Eggert  <eggert@twinsun.com>
30811
30812         The old behavior of quoting `like this' doesn't look good with
30813         newer, ISO-style fonts.  See:
30814         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
30815
30816         Instead, quote "like this" by default.  Let the translator
30817         tailor the locale-specific quoting behavior by providing
30818         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
30819
30820         * lib/quotearg.c (N_): New macro.
30821         (gettext_default): New function.
30822         (quotearg_buffer_restyled): Use
30823         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
30824         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
30825
30826 2000-07-09  Jim Meyering  <meyering@lucent.com>
30827
30828         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
30829         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
30830
30831         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
30832         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
30833
30834 2000-07-09  Jim Meyering  <meyering@lucent.com>
30835
30836         * lib/Most files: Update copyright dates to include 2000.
30837
30838 2000-07-08  Jim Meyering  <meyering@lucent.com>
30839
30840         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
30841         if not defined.
30842         (xgethostname): Remove now-unnecessary #ifdef.
30843         Move declaration of `err' into loop where it's used.
30844
30845 2000-07-05  Paul Eggert  <eggert@twinsun.com>
30846         and Bruno Haible  <haible@clisp.cons.org>
30847
30848         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
30849         only if the test for an object-type mbstate_t fails.  This
30850         prevents us from mistakenly reporting that mbstate_t is a
30851         system object type after we "#define mbstate_t int" to work
30852         around its lack.
30853
30854 2000-07-05  Paul Eggert  <eggert@twinsun.com>
30855         and Bruno Haible  <haible@clisp.cons.org>
30856
30857         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
30858
30859 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
30860
30861         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
30862         to strerror_r.
30863         Include <ctype.h> for use of isalpha.
30864
30865 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
30866
30867         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
30868         by allocating a larger buffer. Test the gethostname return value for
30869         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
30870         returns an error and ENAMETOOLONG isn't defined.
30871
30872 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
30873
30874         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
30875         dimension.
30876
30877 2000-07-04  Jim Meyering  <meyering@lucent.com>
30878
30879         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
30880         of the deprecated AC_CHECKING.
30881
30882 2000-07-04  Jim Meyering  <meyering@lucent.com>
30883
30884         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
30885         Reported by Bruno Haible.
30886
30887 2000-07-04  Jim Meyering  <meyering@lucent.com>
30888
30889         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
30890         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
30891         lacks mbrtowc.
30892
30893 2000-07-03  Paul Eggert  <eggert@twinsun.com>
30894
30895         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
30896         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
30897
30898 2000-07-03  Paul Eggert  <eggert@twinsun.com>
30899         and Bruno Haible  <haible@clisp.cons.org>
30900
30901         * lib/quotearg.c (mbrtowc):
30902         Assign to *pwc, and return 1 only if result is nonzero.
30903         (iswprint): Use ISPRINT when substituting our own mbrtowc.
30904
30905 2000-07-03  Jim Meyering  <meyering@lucent.com>
30906
30907         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
30908
30909 2000-07-03  Jim Meyering  <meyering@lucent.com>
30910
30911         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
30912         This is necessary to get a definition of e.g., UTMP_FILE on
30913         HP-UX 10.20.
30914         From Bob Proulx.
30915
30916 2000-07-02  Jim Meyering  <meyering@lucent.com>
30917
30918         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
30919
30920         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
30921         AC_LIBOBJ(function_name).
30922         * m4/chown.m4: Likewise.
30923         * m4/fnmatch.m4: Likewise.
30924         * m4/ftruncate.m4: Likewise.
30925         * m4/getgroups.m4: Likewise.
30926         * m4/getline.m4: Likewise.
30927         * m4/group-member.m4: Likewise.
30928         * m4/jm-macros.m4: Likewise.
30929         * m4/lstat.m4: Likewise.
30930         * m4/malloc.m4: Likewise.
30931         * m4/memcmp.m4: Likewise.
30932         * m4/nanosleep.m4: Likewise.
30933         * m4/putenv.m4: Likewise.
30934         * m4/realloc.m4: Likewise.
30935         * m4/regex.m4: Likewise.
30936         * m4/stat.m4: Likewise.
30937         * m4/strftime.m4: Likewise.
30938
30939 2000-07-02  Jim Meyering  <meyering@lucent.com>
30940
30941         * lib/quotearg.c (mbstate_t): Don't define here.
30942
30943 2000-07-02  Jim Meyering  <meyering@lucent.com>
30944
30945         * lib/nanosleep.c (SIGCONT): Define if not already defined.
30946
30947 2000-07-01  Jim Meyering  <meyering@lucent.com>
30948
30949         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
30950
30951 2000-07-01  Jim Meyering  <meyering@lucent.com>
30952
30953         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
30954         problem.
30955
30956 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
30957
30958         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
30959         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
30960
30961 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
30962
30963         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
30964         per change in ../m4/ls-mntd-fs.m4.
30965         (read_filesystem_list): Ignore symbolic links.
30966
30967 2000-06-29  Jim Meyering  <meyering@lucent.com>
30968
30969         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
30970         for declaration of strcmp.
30971
30972         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
30973
30974         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
30975         Avoid warning by casting result to `char *' to remove `const'.
30976
30977 2000-06-28  Jim Meyering  <meyering@lucent.com>
30978
30979         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
30980         included by quotearg.c, for which we perform this test.  From
30981         Bruno Haible.
30982
30983 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
30984
30985         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
30986         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
30987         <utmpx.h> exists, put readutmp.o into LIBOBJS.
30988
30989 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
30990
30991         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
30992
30993 2000-06-26  Paul Eggert  <eggert@twinsun.com>
30994
30995         savedir now sets errno on failure and invokes xmalloc to get memory.
30996         Fix a couple of other minor bugs while we're at it.
30997
30998         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
30999         (NAMLEN): Remove macro.
31000         (malloc, realloc): Remove decls.
31001         (stpcpy): Likewise.
31002         ("xalloc.h"): Include.
31003         (NAME_SIZE_DEFAULT): New macro.
31004         (savedir): Use xmalloc / xrealloc to allocate memory.
31005         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
31006         Skip "" directory entries.
31007         Use strlen to calculate directory entry length, since the old method
31008         is rarely used these days and isn't worth supporting.
31009         Don't use a pointer after freeing it.
31010         Check for integer overflow when calculating allocation size.
31011         Use memcpy to copy entries, instead of stpcpy.
31012         Set errno properly when returning NULL.
31013         Check for readdir error.
31014
31015 2000-06-26  Jim Meyering  <meyering@lucent.com>
31016
31017         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
31018
31019 2000-06-25  Jim Meyering  <meyering@lucent.com>
31020
31021         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
31022         Linux header bug when _XOPEN_SOURCE is defined to 500.
31023
31024 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
31025
31026         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
31027         deficiency.
31028
31029 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
31030
31031         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
31032         Include xalloc.h.
31033         Don't include <stdlib.h>.  Don't declare malloc, realloc.
31034
31035 2000-06-24  Jim Meyering  <meyering@lucent.com>
31036
31037         * m4/strerror_r.m4: Revive this file -- to try out an experimental
31038         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
31039         for which strerror does return char*, but which lacks a conveniently
31040         accessible declaration of the function.  If the compile-test says
31041         strerror_r doesn't work, then resort to a `run'-test that works on
31042         BeOS and segfaults on DEC Unix.
31043
31044 2000-06-24  Jim Meyering  <meyering@lucent.com>
31045
31046         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
31047
31048 2000-06-23  Paul Eggert  <eggert@twinsun.com>
31049
31050         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
31051         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
31052
31053 2000-06-23  Paul Eggert  <eggert@twinsun.com>
31054
31055         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
31056         (mbrtowc, mbstate_t): Define substitutes if
31057         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
31058         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
31059         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
31060
31061 2000-06-23  Jim Meyering  <meyering@lucent.com>
31062
31063         * m4/afs.m4: Add missing AC_MSG_RESULT.
31064         Reported by Bruno Haible.
31065
31066         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
31067         Suggestion from Bruno Haible.
31068
31069 2000-06-23  Jim Meyering  <meyering@lucent.com>
31070
31071         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
31072
31073 2000-06-21  Jim Meyering  <meyering@lucent.com>
31074
31075         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
31076
31077 2000-06-21  Jim Meyering  <meyering@lucent.com>
31078
31079         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
31080         (noinst_HEADERS): Add getstr.h.
31081
31082         * lib/getline.c (getstr): Move into a separate file.
31083         * lib/getstr.c (getstr): New file, extracted from getline.c, with
31084         the following changes: new parameter, delim2; both delim[12]
31085         parameters have type `int', not `char'.  The latter would lose
31086         with 8-bit delimiters.
31087         * lib/getstr.h: New file.
31088
31089 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
31090
31091         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
31092         than 1024, return a memory chunk of least possible size, instead
31093         of size PATH_MAX + 2. In the loop, increment the size proportionally.
31094         Use free/xmalloc instead of xrealloc to avoid copying for very long
31095         paths.
31096
31097 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
31098
31099         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
31100         the empty string.
31101
31102 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
31103
31104         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
31105         address, not strdup.  Include <stdlib.h> and don't declare free().
31106
31107 2000-06-19  Jim Meyering  <meyering@lucent.com>
31108
31109         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
31110
31111 2000-06-18  Jim Meyering  <meyering@lucent.com>
31112
31113         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
31114
31115         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
31116         `checking whether...' message to be consistent with that of the
31117         lstat test.
31118
31119 2000-06-18  Jim Meyering  <meyering@lucent.com>
31120
31121         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
31122         Besides, these days every porting target provides a mkdir function.
31123
31124         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
31125         needed. (this snippet comes from src/system.h).
31126
31127 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
31128
31129         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
31130
31131 2000-06-15  Paul Eggert  <eggert@twinsun.com>
31132
31133         * lib/human.c (adjust_value): New function.
31134         (human_readable_inexact): Apply rounding style even when
31135         printing approximate values.
31136
31137 2000-06-14  Paul Eggert  <eggert@twinsun.com>
31138
31139         * lib/human.c (human_readable_inexact): Allow an input block
31140         size that is not a multiple of the output block size, and vice versa.
31141         Reported by Piergiorgio Sartor.
31142
31143 2000-06-14  Paul Eggert  <eggert@twinsun.com>
31144
31145         * lib/getdate.y (get_date): Apply relative times after time
31146         zone indicator, not before.  Reported by Todd A. Jacobs.
31147
31148 2000-06-13  Jim Meyering  <meyering@lucent.com>
31149
31150         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
31151
31152         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
31153
31154 2000-06-12  Paul Eggert  <eggert@twinsun.com>
31155
31156         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
31157
31158 2000-06-12  Jim Meyering  <meyering@lucent.com>
31159
31160         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
31161         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
31162         optional argument.
31163         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
31164         the optional argument, `lib'.
31165
31166 2000-06-08  Jim Meyering  <meyering@lucent.com>
31167
31168         * m4/largefile.m4: Remove file (now that it's part of autoconf).
31169
31170 2000-06-04  Paul Eggert  <eggert@twinsun.com>
31171
31172         Rewrite largefile configuration so that we don't need to run
31173         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
31174         AC_CANONICAL_HOST in configure.in -- jmm]
31175
31176         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
31177         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
31178         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
31179         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
31180         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
31181         All uses changed.
31182         Instead of inspecting the output of getconf, try to compile the
31183         test program without and with the macro definition.
31184         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
31185         for getconf.  Instead, check for the needed flags by compiling
31186         test programs.
31187
31188 2000-06-04  Paul Eggert  <eggert@twinsun.com>
31189
31190         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
31191
31192 2000-06-04  Jim Meyering  <meyering@lucent.com>
31193
31194         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
31195         SunOS 4.1.4 for which gid_t is an unsigned type.
31196
31197 2000-06-03  Jim Meyering  <meyering@lucent.com>
31198
31199         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
31200         now that autoconf requires that.
31201
31202         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
31203         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
31204         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
31205
31206 2000-06-03  Jim Meyering  <meyering@lucent.com>
31207
31208         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
31209
31210 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
31211
31212         * m4/glibc21.m4: New file.
31213         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
31214
31215 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
31216
31217         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
31218         newer, don't install charset.alias.
31219         * lib/config.charset: Change the Linux/glibc rules so they become empty
31220         on glibc-2.1 or newer.
31221
31222 2000-06-02  Jim Meyering  <meyering@lucent.com>
31223
31224         * lib/mountlist.c: Back out last change.  Instead, do this...
31225         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
31226         me_dummy member using the same `ignore'-testing code.
31227         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
31228         fs_type strings.
31229         From Mark D. Roth.
31230
31231 2000-05-29  Jim Meyering  <meyering@lucent.com>
31232
31233         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
31234         mounts with the `ignore' attribute.  Based on a patch from
31235         Mark D. Roth.
31236
31237 2000-05-28  Jim Meyering  <meyering@lucent.com>
31238
31239         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
31240         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
31241         * m4/stat.m4: Likewise.
31242         * m4/lstat.m4: Likewise.
31243         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
31244
31245         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
31246         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
31247
31248 2000-05-26  Jim Meyering  <meyering@lucent.com>
31249
31250         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
31251
31252 2000-05-24  Jim Meyering  <meyering@lucent.com>
31253
31254         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
31255         autoconf requires that.
31256         * m4/lib-check.m4: Likewise.
31257         * m4/jm-macros.m4: Likewise.
31258         * m4/strftime.m4: Likewise.
31259
31260         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
31261         AC_CHECK_DECLS, now that autoconf requires that.
31262
31263 2000-05-22  Jim Meyering  <meyering@lucent.com>
31264
31265         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
31266         * m4/lstat.m4: Likewise.
31267
31268 2000-05-22  Jim Meyering  <meyering@lucent.com>
31269
31270         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
31271
31272 2000-05-20  Jim Meyering  <meyering@lucent.com>
31273
31274         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
31275         (jm_PREREQ): Use it.
31276
31277 2000-05-18  Jim Meyering  <meyering@lucent.com>
31278
31279         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
31280         back, too, since it may have been modified by allocate_entry.
31281         (hash_delete): Rewrite to use neither the assignment operator
31282         nor the comma operator in an if-expression.
31283
31284 2000-05-15  Paul Eggert  <eggert@twinsun.com>
31285
31286         * lib/closeout.c:
31287         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
31288         Remove; no longer needed.
31289         "quotearg.h": Add include.
31290         (file_name): Do not bother to explicitly initialize to NULL; it's less
31291         efficient on some hosts.
31292         (close_stdout_status): Remove test as to whether stdout was already
31293         closed; it breaks for the case "echo x | sort >&-".
31294         Quote file name colons.
31295         Do not assume that _("write error") lacks format strings.
31296
31297 2000-05-15  Jim Meyering  <meyering@lucent.com>
31298
31299         * lib/version-etc.c (version_etc_copyright): Update the copyright
31300         string used in all --version output.
31301
31302 2000-05-14  Jim Meyering  <meyering@lucent.com>
31303
31304         * lib/closeout.c (close_stdout_set_file_name): New function.
31305         (close_stdout_status): Use new file-scoped global.
31306         Return right away if fstat says the stdout file descriptor is invalid.
31307         * lib/closeout.h (close_stdout_set_file_name): Declare.
31308
31309 2000-05-10  Jim Meyering  <meyering@lucent.com>
31310
31311         * lib/closeout.c [default_exit_status]: New file-scoped variable.
31312         (close_stdout_set_status): New function.
31313         * lib/closeout.h (close_stdout_set_status): Declare.
31314
31315 2000-05-09  Jim Meyering  <meyering@lucent.com>
31316
31317         * m4/gettext.m4: Rename this...
31318         * m4/libintl.m4: ...to this.
31319
31320 2000-05-08  Jim Meyering  <meyering@lucent.com>
31321
31322         * lib/long-options.c: Don't include closeout.h.
31323         (parse_long_options): Don't call close_stdout for --version.
31324
31325 2000-05-06  Paul Eggert  <eggert@twinsun.com>
31326
31327         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
31328         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
31329         2.1.3 bug.  This avoids a clash when files like regex.c define
31330         _GNU_SOURCE.
31331
31332 2000-05-06  Jim Meyering  <meyering@lucent.com>
31333
31334         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
31335         (AC_REPLACE_FUNCS): Add strnlen.
31336
31337         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
31338         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
31339
31340         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
31341         AC_SEARCH_LIBS call for nanosleep.
31342         (LIB_NANOSLEEP): Set and AC_SUBST.
31343
31344 2000-05-06  Jim Meyering  <meyering@lucent.com>
31345
31346         * lib/strnlen.c: Undefine __strnlen and strnlen.
31347         [!weak_alias]: Define __strnlen to strnlen.
31348
31349         * lib/atexit.c: New file, from libiberty.
31350
31351 2000-05-06  Jim Meyering  <meyering@lucent.com>
31352
31353         * lib/closeout.c (close_stdout_status): Also check for errors on the
31354         stderr stream.
31355
31356 2000-05-05  Jim Meyering  <meyering@lucent.com>
31357
31358         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
31359         AC_SEARCH_LIBS call for clock_gettime.
31360         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
31361
31362         * m4/search-libs.m4: Update from autoconf.
31363
31364         su doesn't work on Solaris 2.6.
31365         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
31366         <shadow.h>.  Reported by Dragos Harabor.
31367
31368 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
31369
31370         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
31371         memcpy instead of xmalloc, xrealloc, path_concat.
31372         (locale_charset): Treat empty environment variables as absent.
31373         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
31374
31375 2000-05-04  Jim Meyering  <meyering@lucent.com>
31376
31377         * lib/getopt.c: Update from glibc.
31378         * lib/obstack.c: Likewise.
31379         * lib/obstack.h: Likewise.
31380         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
31381         file
31382
31383         * lib/regex.h: Likewise.
31384         * lib/strndup.c: Likewise.
31385         * lib/strnlen.c: New file, from glibc.
31386
31387 2000-05-03  Jim Meyering  <meyering@lucent.com>
31388
31389         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
31390
31391 2000-05-02  Paul Eggert  <eggert@twinsun.com>
31392
31393         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
31394         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
31395         compile-time test, rather than inspecting host and OS, to
31396         decide whether to define _LARGEFILE_SOURCE.
31397
31398 2000-05-01  Jim Meyering  <meyering@lucent.com>
31399
31400         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
31401
31402         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
31403         Based on a patch from Bruno Haible.
31404
31405 2000-05-01  Jim Meyering  <meyering@lucent.com>
31406
31407         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
31408
31409 2000-04-29  Jim Meyering  <meyering@lucent.com>
31410
31411         * lib/path-concat.c: Declare strdup only if it's not defined.
31412         * lib/canon-host.c: Likewise.
31413
31414 2000-04-28  Jim Meyering  <meyering@lucent.com>
31415
31416         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
31417         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
31418         is included first, then limits.h is included by locale.h by libintl.h.
31419         From John David Anglin.
31420
31421 2000-04-25  Jim Meyering  <meyering@lucent.com>
31422
31423         * lib/makepath.c (S_IRWXUGO): Define.
31424         (make_path): Always perform explicit chmod if MODE specifies any
31425         of the `special' permission bits.  Prompted by a bug report against
31426         install from Mate Wierdl and Joost van Baal.
31427
31428 2000-04-18  Jim Meyering  <meyering@lucent.com>
31429
31430         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
31431         (jm_PREREQ): Use it.
31432
31433 2000-04-18  Jim Meyering  <meyering@lucent.com>
31434
31435         * lib/README: New file.
31436
31437         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
31438         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
31439
31440 2000-04-17  Jim Meyering  <meyering@lucent.com>
31441
31442         Get it right :-)
31443         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
31444         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
31445         Suggestion from Akim Demaille.
31446
31447 2000-04-17  Jim Meyering  <meyering@lucent.com>
31448
31449         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
31450         the definition of it to rpl_strftime also defined-away the system's
31451         declaration.
31452
31453 2000-04-15  Jim Meyering  <meyering@lucent.com>
31454
31455         Use `C' to denote so-called `contiguous' files, the same way
31456         that tar does.
31457         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
31458         (ftypelet): Use S_ISCTG.
31459         From Michael Deutschmann.
31460
31461 2000-04-14  Jim Meyering  <meyering@lucent.com>
31462
31463         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
31464         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
31465         clobbered.
31466
31467 2000-04-14  Jim Meyering  <meyering@lucent.com>
31468
31469         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
31470
31471 2000-04-13  Jim Meyering  <meyering@lucent.com>
31472
31473         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
31474         AH_VERBATIM to insert required #ifndef into config.h.in.
31475         Suggestion from Akim Demaille.
31476
31477 2000-04-12  Jim Meyering  <meyering@lucent.com>
31478
31479         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
31480         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
31481         Christian Krackowizer.
31482
31483         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
31484         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
31485         (AC_SYS_LARGEFILE): Require.
31486         (AM_C_PROTOTYPES): Require.
31487
31488 2000-04-08  Jim Meyering  <meyering@lucent.com>
31489
31490         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
31491         names don't conflict.  Reported by Eli Zaretskii.
31492
31493 2000-04-07  Jim Meyering  <meyering@lucent.com>
31494
31495         * lib/putenv.c: Move inclusion of errno.h so it follows that of
31496         sys/types.h, to work around system header problems on AIX 3.2.5.
31497         From Bruno Haible.
31498
31499 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
31500
31501         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
31502         bug.  Deal with the different error behavior of Irix iconv.
31503
31504 2000-04-05  Paul Eggert  <eggert@twinsun.com>
31505
31506         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
31507         IRIX if the installer said otherwise.
31508
31509 2000-04-05  Jim Meyering  <meyering@lucent.com>
31510
31511         Portability tweaks required for ultrix4.3.
31512         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
31513         (jm_CHECK_DECLS): Add getutent to the list of functions.
31514         (_jm_DECL_HEADERS): Add utmpx.h.
31515         From John David Anglin.
31516
31517         * m4/strftime.m4: Back out the 2000-04-02 change.
31518         Instead of that change, simply undefine putenv in the test program.
31519
31520 2000-04-05  Jim Meyering  <meyering@lucent.com>
31521
31522         Portability tweaks required for ultrix4.3.
31523         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
31524         getutent.
31525         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
31526         * lib/canon-host.c: Declare strdup.
31527         * lib/path-concat.c: Likewise.
31528         From John David Anglin.
31529
31530 2000-04-04  Jim Meyering  <meyering@lucent.com>
31531
31532         Be more DOS 8.3-friendly.
31533         * lib/ref-add.sin: Renamed from ref-add.sed.in.
31534         * lib/ref-del.sin: Renamed from ref-del.sed.in.
31535         * lib/Makefile.am: Reflect renaming.
31536         Reported by Eli Zaretskii.
31537
31538         Use a temporary file name that won't clash with `charset.alias'
31539         in the DOS 8.3 name space.
31540         * lib/Makefile.am (charset_tmp): Define.
31541         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
31542         (uninstall-local): Likewise.
31543         Reported by Eli Zaretskii.
31544
31545 2000-04-03  Jim Meyering  <meyering@lucent.com>
31546
31547         * m4/gettext.m4: Fix typo in comment.
31548
31549         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
31550         textutils/configure.in).  Suggestion from Paul Eggert.
31551         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
31552
31553 2000-04-02  Paul Eggert  <eggert@twinsun.com>
31554
31555         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
31556         variable in the shell rather than using putenv, which isn't
31557         portable.  This avoids the configure-time inter-test dependency
31558         on the potentially-renamed putenv function.
31559
31560 2000-03-30  Paul Eggert  <eggert@twinsun.com>
31561
31562         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
31563         before checking struct stat.st_blksize, so that
31564         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
31565
31566 2000-03-29  Paul Eggert  <eggert@twinsun.com>
31567
31568         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
31569         since strftime.c uses HAVE_STRFTIME to decide whether to use
31570         the underlying strftime.
31571
31572 2000-03-29  Paul Eggert  <eggert@twinsun.com>
31573
31574         * lib/time/strftime.c (my_strftime): Make sure we call the system
31575         strftime, not ourselves, when invoking the underlying strftime.
31576
31577 2000-03-24  Jim Meyering  <meyering@lucent.com>
31578
31579         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
31580         (charset_alias): Define.
31581         (install-exec-local): Factor out common code.
31582         (uninstall-local): Split lines longer than 80.
31583         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
31584         (SUFFIXES): Define.
31585         (.sed.in.sed): New rule.  Don't redirect directly to $@.
31586         (CLEANFILES): Add ref-add.sed and ref-del.sed.
31587
31588 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
31589
31590         * lib/config.charset: Output a line containing "Packages using this
31591         file".
31592         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
31593         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
31594         ref-del.sed): New rules.
31595
31596 2000-03-17  Jim Meyering  <meyering@lucent.com>
31597
31598         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
31599         Otherwise, include <strings.h>
31600
31601 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
31602
31603         * lib/unicodeio.c (utf8_wctomb): New function.
31604         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
31605         format instead of in UCS-4 with platform dependent endianness.
31606
31607 2000-03-10  Jim Meyering  <meyering@lucent.com>
31608
31609         * m4/lib-check.m4: Look for getspnam in -lgen, too.
31610         From Marco Franzen.
31611
31612 2000-03-07  Paul Eggert  <eggert@twinsun.com>
31613
31614         * lib/savedir.c (savedir): Work even if directory size is
31615         negative; this can happen with some screwy NFS configurations.
31616
31617 2000-03-06  Jim Meyering  <meyering@lucent.com>
31618
31619         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
31620         if it's NULL (because we ran out of memory).  From Bruno Haible.
31621
31622 2000-03-05  Jim Meyering  <meyering@lucent.com>
31623
31624         * lib/localcharset.c ("path-concat.h"): Include.
31625         (get_charset_aliases): Use path_concat instead of ANSI string
31626         concatenation.
31627
31628         * lib/unicodeio.h (PARAMS): Define.
31629         Use it to guard prototype.
31630
31631 2000-03-04  Jim Meyering  <meyering@lucent.com>
31632
31633         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
31634         for lib/localcharset.c.
31635
31636 2000-03-04  Jim Meyering  <meyering@lucent.com>
31637
31638         * lib/Makefile.am (install-exec-local): Create $(libdir) before
31639         installing into it.
31640         (uninstall-local): Uncomment this rule so `make distcheck' works
31641         once again.
31642
31643         * lib/unicodeio.c (<errno.h>): Include it.
31644         (errno): Declare if not defined.
31645
31646         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
31647
31648         * lib/config.charset: New version, incorporating remarks from a linux
31649         i18n mailing list.  From Bruno Haible.
31650
31651 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
31652
31653         * m4/codeset.m4: New file.
31654         * m4/iconv.m4: New file.
31655         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
31656
31657 2000-03-03  Jim Meyering  <meyering@lucent.com>
31658
31659         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
31660
31661 2000-03-02  Jim Meyering  <meyering@lucent.com>
31662
31663         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
31664         the messages come out on separate lines.
31665
31666         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
31667         rather than jm_CHECK_DECLARATIONS.
31668         * m4/decl.m4: Remove now-unused file.
31669
31670         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
31671         geteuid.
31672
31673 2000-03-02  Jim Meyering  <meyering@lucent.com>
31674
31675         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
31676
31677 2000-03-01  Jim Meyering  <meyering@lucent.com>
31678
31679         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
31680         * lib/unicodeio.c: Likewise.
31681
31682 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
31683
31684         * lib/config.charset: New file.
31685         * lib/localcharset.c: New file.
31686         * lib/unicodeio.h, lib/unicodeio.c: New files.
31687         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
31688         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
31689         (noinst_HEADERS): Add unicodeio.h.
31690         (all-local, install-exec-local, charset.alias): New targets.
31691
31692 2000-02-28  Paul Eggert  <eggert@twinsun.com>
31693
31694         * lib/quotearg.c (ALERT_CHAR): New macro.
31695         (quotearg_buffer_restyled): Use it.
31696
31697 2000-02-27  Jim Meyering  <meyering@lucent.com>
31698
31699         * m4/check-decl.m4: Add getenv to the list.
31700
31701 2000-02-27  Jim Meyering  <meyering@lucent.com>
31702
31703         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
31704         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
31705
31706         * lib/backupfile.c: Guard inclusion of stdlib.h with
31707         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
31708         Declare malloc if needed.
31709
31710         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
31711         `#ifndef HAVE_DECL..'
31712         now that autoconf always defines the HAVE_DECL_ symbols.
31713         * lib/human.c: Likewise.
31714         * lib/same.c: Likewise.
31715         * lib/strtoumax.c: Likewise.
31716
31717         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
31718         declaration check was not run.
31719         * lib/hash.c: Likewise.
31720         * lib/human.c: Likewise.
31721         * lib/same.c: Likewise.
31722         * lib/strtoumax.c: Likewise.
31723
31724         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
31725         `.', then first look up the entire `.'-containing string as a login
31726         name.
31727
31728 2000-02-23  Jim Meyering  <meyering@lucent.com>
31729
31730         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
31731         in place of my hack.
31732
31733 2000-02-18  Paul Eggert  <eggert@twinsun.com>
31734
31735         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
31736         (textint): New typedef.
31737         (parser_control): Member year changed from int to textint.
31738         All uses changed.
31739         (YYSTYPE): Removed; replaced by %union with int and textint members.
31740         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
31741         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
31742         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
31743         (tSNUMBER, tUNUMBER): Now of type <textintval>.
31744         (date, number, to_year): Use width of number in digits, not its value,
31745         to determine whether it's a 2-digit year, or a 2-digit time.
31746         (yylex): Store number of digits of numeric tokens.
31747         Reported by John Kendall.
31748
31749         (parser_control): Changed from struct parser_control to typedef (for
31750         consistency).  All uses changed.
31751
31752         (tID): Removed; not used.
31753         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
31754
31755 2000-02-14  Paul Eggert  <eggert@twinsun.com>
31756
31757         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
31758         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
31759
31760 2000-02-12  Jim Meyering  <meyering@lucent.com>
31761
31762         * lib/userspec.c (ISDIGIT): Define it.
31763         (isdigit): Remove definition.
31764         (is_number): Use ISDIGIT, not isdigit.
31765         <libintl.h>: Include.
31766         (_ and N_): Define.
31767         (parse_user_spec): Mark translatable strings.
31768
31769 2000-02-10  Jim Meyering  <meyering@lucent.com>
31770
31771         With these changes, nanosleep.[ch] are finally enough like the other
31772         lib/* replacement files to compile on a few more losing systems.
31773
31774         * lib/nanosleep.h: Don't include config.h.
31775         Remove prototype from declaration of nanosleep.
31776         (PARAMS): Remove now-unneeded definition.
31777         * lib/nanosleep.c: #undef nanosleep.
31778         (rpl_nanosleep): Rename from nanosleep.
31779
31780 2000-02-10  Jim Meyering  <meyering@lucent.com>
31781
31782         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
31783         gnu_nanosleep to rpl_nanosleep.
31784
31785 2000-02-09  Jim Meyering  <meyering@lucent.com>
31786
31787         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
31788         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
31789
31790 2000-02-08  Akim Demaille  <akim@epita.fr>
31791
31792         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
31793         `[' and `]' and remove uses of `changequote'.
31794         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
31795         (AC_SYS_LARGEFILE): Likewise.
31796         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
31797         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
31798         of changequote.
31799         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
31800         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
31801         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
31802         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
31803
31804 2000-02-05  Jim Meyering  <meyering@lucent.com>
31805
31806         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
31807         Remove explicit use of AC_HEADER_TIME.  It is required by
31808         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
31809         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
31810         in autoconf whereby the expansion of the latter ended up preceding
31811         the expansion of its prerequisite, AC_HEADER_TIME.
31812         Reported by Volker Borchert.
31813
31814 2000-02-03  Jim Meyering  <meyering@lucent.com>
31815
31816         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
31817
31818 2000-02-03  Jim Meyering  <meyering@lucent.com>
31819
31820         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
31821         rather than with `#if HAVE_UTMPNAME'.
31822
31823 2000-02-02  Jim Meyering  <meyering@lucent.com>
31824
31825         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
31826         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
31827         Reported by Eli Zaretskii.
31828
31829 2000-02-01  Jim Meyering  <meyering@lucent.com>
31830
31831         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
31832
31833 2000-01-31  Jim Meyering  <meyering@lucent.com>
31834
31835         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
31836         functions.  Add the time.h and sys/time.h headers along with the
31837         AC_REQUIRE'ment of AC_HEADER_TIME.
31838
31839 2000-01-31  Jim Meyering  <meyering@lucent.com>
31840
31841         * lib/nanosleep.h (nanosleep): Guard declaration with
31842         `#if ! HAVE_DECL_NANOSLEEP'.
31843         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
31844         the declaration in that vendor's sys/timers.h.
31845         Reported by Christian Krackowizer.
31846
31847         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
31848         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
31849         (ISPRINT): Likewise.
31850         Reported by Tom Tromey.
31851
31852 2000-01-30  Jim Meyering  <meyering@lucent.com>
31853
31854         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
31855
31856         * m4/prereq.m4 (utmp_includes): Define.
31857         Check for ut_user and ut_name members in both struct utmpx
31858         and struct utmp.
31859
31860 2000-01-30  Jim Meyering  <meyering@lucent.com>
31861
31862         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
31863         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
31864         header files where only utmpx.ut_user is declared.
31865
31866         * lib/readutmp.h (UT_USER): Define.
31867
31868 2000-01-29  Jim Meyering  <meyering@lucent.com>
31869
31870         * m4/lib-check.m4: New file containing library-related checks from
31871         fileutils and sh-utils (textutils had none).
31872
31873 2000-01-28  Jim Meyering  <meyering@lucent.com>
31874
31875         * m4/perl.m4: Change format of warning message to look more like that
31876         from the missing script.  Suggestion from François Pinard.
31877
31878 2000-01-25  Jim Meyering  <meyering@lucent.com>
31879
31880         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
31881         well as time.h in the compile check.
31882         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
31883         Fix typo in cross-compiling case: s/yes/no/.
31884
31885 2000-01-23  Jim Meyering  <meyering@lucent.com>
31886
31887         * m4/jm-macros.m4: Move df-related tests here from
31888         fileutils/configure.in
31889
31890         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
31891         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
31892
31893         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
31894         s/space/ac_fsusage_space/.
31895         (jm_FILE_SYSTEM_USAGE): Take two parameters.
31896
31897         * m4/ftruncate.m4: New file (derived from part of
31898         fileutils/configure.in).
31899         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
31900         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
31901
31902         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
31903         AC_SUBST these here, rather than just in sh-util/configure.in, so
31904         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
31905         all the same.
31906         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
31907         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
31908         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
31909         (AC_SUBST(POW_LIBM)): Likewise.
31910         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
31911
31912 2000-01-23  Jim Meyering  <meyering@lucent.com>
31913
31914         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
31915         obstack.c.
31916
31917 2000-01-22  Jim Meyering  <meyering@lucent.com>
31918
31919         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
31920
31921         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
31922
31923         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
31924         configure.in
31925         (AC_CHECK_HEADERS): Likewise for sh-utils.
31926         (AC_CHECK_HEADERS): Likewise for textutils.
31927         Merge the three lists of headers.
31928
31929         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
31930         from fileutils' configure.in.
31931
31932         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
31933         code. Moved tests into their own function (_jm_DECL_HEADERS) in
31934         check-decl.m4.
31935
31936         * m4/check-decl.m4: Use #if rather than #ifdef.
31937         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
31938         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
31939         (_jm_DECL_HEADERS): Define new function.
31940         (jm_CHECK_DECLARATIONS): Require it.
31941
31942 2000-01-22  Jim Meyering  <meyering@lucent.com>
31943
31944         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
31945         [! HAVE_DECL_STRTOULL]: Declare strtoull.
31946         Required for some AIX systems.  Reported by Christian Krackowizer.
31947         [TESTING] (main): New function.
31948
31949         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
31950         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
31951         letters.
31952
31953         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
31954         iswprint.
31955
31956         * lib/strverscmp.c (ISDIGIT): Define.
31957         (strverscmp): Use ISDIGIT, not isdigit.
31958
31959 2000-01-19  Jim Meyering  <meyering@lucent.com>
31960
31961         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
31962         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
31963         defines `struct timespec' in <sys/time.h>
31964
31965         * m4/c-bs-a.m4: Remove uses of changequote altogether.
31966         Thanks to Akim for explaining.
31967
31968 2000-01-17  Paul Eggert  <eggert@twinsun.com>
31969
31970         * lib/nanosleep.c (nanosleep):
31971         Don't use SA_INTERRUPT to decide whether to call sigaction, as
31972         POSIX.1 doesn't require SA_INTERRUPT and some systems
31973         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
31974         it's been part of POSIX.1 since day 1 (in 1988).
31975
31976 2000-01-17  Jim Meyering  <meyering@lucent.com>
31977
31978         * lib/interlock: Remove unused file.  Reported by François Pinard.
31979
31980 2000-01-16  Paul Eggert  <eggert@twinsun.com>
31981
31982         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
31983         alert, backslash, formfeed, and vertical tab unnecessarily in
31984         shell quoting style.
31985
31986 2000-01-16  Jim Meyering  <meyering@lucent.com>
31987
31988         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
31989         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
31990         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
31991         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
31992
31993 2000-01-16  Jim Meyering  <meyering@lucent.com>
31994
31995         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
31996         because the latter didn't work.
31997
31998 2000-01-15  Jim Meyering  <meyering@lucent.com>
31999
32000         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
32001         (AC_REPLACE_FUNCS): Add memcpy and memset.
32002         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
32003         Add strpbrk.
32004         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
32005
32006 2000-01-12  Jim Meyering  <meyering@lucent.com>
32007
32008         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
32009         (jm_PREREQ): Use it.
32010         (jm_PREREQ_READUTMP): New macro.
32011         (jm_PREREQ): Use it.
32012
32013 2000-01-11  Paul Eggert  <eggert@twinsun.com>
32014
32015         Quote multibyte characters correctly.
32016         * m4/c-bs-a.m4: New file.
32017         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
32018         (jm_PREREQ): Use it.
32019
32020 2000-01-11  Paul Eggert  <eggert@twinsun.com>
32021
32022         * m4/uintmax_t.m4: Port to autoconf 2.13.
32023
32024 2000-01-08  Jim Meyering  <meyering@ascend.com>
32025
32026         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
32027         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
32028
32029 2000-01-04  Jim Meyering  <meyering@ascend.com>
32030
32031         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
32032         jm_STRUCT_DIRENT_D_TYPE.
32033         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
32034         jm_STRUCT_DIRENT_D_INO.
32035         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
32036         jm_STRUCT_UTIMBUF.
32037         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
32038         renamings.
32039         * m4/utime.m4: Likewise.
32040
32041         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
32042         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
32043
32044 2000-01-03  Paul Eggert  <eggert@twinsun.com>
32045
32046         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
32047         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
32048
32049 2000-01-02  Jim Meyering  <meyering@ascend.com>
32050
32051         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
32052         remember if this is necessary.
32053
32054 1999-12-26  Jim Meyering  <meyering@ascend.com>
32055
32056         * m4/jm-macros.m4: Use it here.
32057         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
32058
32059 1999-12-23  Jim Meyering  <meyering@ascend.com>
32060
32061         * m4/jm-macros.m4: Check for clock_gettime (moved from
32062         fileutils/configure.in)
32063         Check for gettimeofday.
32064
32065 1999-12-20  Jim Meyering  <meyering@ascend.com>
32066
32067         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
32068         autoconf-2.14a-1999-12-20.
32069
32070 1999-12-19  Jim Meyering  <meyering@ascend.com>
32071
32072         * m4/lstat-slash.m4: New file.
32073         * m4/jm-macros.m4: Use the new macro:
32074         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
32075
32076 1999-12-07  Jim Meyering  <meyering@ascend.com>
32077
32078         * m4/perl.m4: Require that File::Compare be available, too.
32079         Too many systems seem to lack it.
32080
32081         * m4/strftime.m4: Add checks for most of the cpp macros tested in
32082         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
32083
32084 1999-11-18  Paul Eggert  <eggert@twinsun.com>
32085
32086         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
32087         problem with the QNX 4.25 shell, which doesn't propagate exit
32088         status of failed commands inside shell assignments.
32089
32090 1999-11-17  Jim Meyering  <meyering@ascend.com>
32091
32092         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
32093
32094 1999-11-07  Jim Meyering  <meyering@ascend.com>
32095
32096         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
32097
32098 1999-11-06  Jim Meyering  <meyering@ascend.com>
32099
32100         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
32101         * m4/jm-macros.m4 (jm_MACROS): Use it here.
32102
32103 1999-11-05  Jim Meyering  <meyering@ascend.com>
32104
32105         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
32106         configure.in of textutils, fileutils, and sh-utils into this one
32107         (shared between those packages) file.
32108         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
32109         AC_STRUCT_ST_BLKSIZE.
32110
32111 1999-11-03  Jim Meyering  <meyering@ascend.com>
32112
32113         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
32114         of AC_CHECK_TYPE checks includes unistd.h.
32115         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
32116         Suggestion from Akim Demaille.
32117
32118 1999-10-30  Jim Meyering  <meyering@ascend.com>
32119
32120         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
32121         m4-quoted string.
32122         * m4/ls-mntd-fs.m4: Likewise.
32123         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
32124         * m4/jm-winsz1.m4: Likewise.
32125
32126         * m4/const.m4: Remove file, since the fix made it into the experimental
32127         version of autoconf.
32128         * m4/mktime.m4: Likewise.
32129
32130         * m4/check-type.m4: Remove file, now that the latest version of
32131         AC_CHECK_TYPE takes a third arg to specify additional #includes.
32132
32133         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
32134         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
32135         AC_CHECK_TYPE.
32136
32137 1999-10-04  Jim Meyering  <meyering@ascend.com>
32138
32139         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
32140
32141 1999-09-22  Paul Eggert  <eggert@twinsun.com>
32142
32143         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
32144         2.95.1 bug with HP-UX 10.20.
32145
32146 1999-09-17  Jim Meyering  <meyering@ascend.com>
32147
32148         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
32149         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
32150         due to missing strdup (against sh-utils-2.0).
32151
32152 1999-08-29  Jim Meyering  <meyering@ascend.com>
32153
32154         * m4/jm-macros.m4: Require jm_BISON.
32155         * m4/bison.m4: New file.
32156
32157 1999-08-17  Paul Eggert  <eggert@twinsun.com>
32158
32159         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
32160         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
32161
32162 1999-08-05  Jim Meyering  <meyering@ascend.com>
32163
32164         * m4/getline.m4: Rename test file from conftestdata to conftest.data
32165         to avoid conflicts with `conftest' on 8+3 filesystems.
32166         Suggestion from Eli Zaretskii.
32167
32168 1999-08-04  Jim Meyering  <meyering@ascend.com>
32169
32170         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
32171         fileutils and sh-utils (textutils's getline test was inadequate).
32172         (AM_FUNC_GETLINE): Run this test.
32173         (AC_CHECK_FUNCS): Check for getdelim.
32174         Reported by Bob Proulx.
32175
32176 1999-08-02  Jim Meyering  <meyering@ascend.com>
32177
32178         * m4/jm-macros.m4: Add a comment.
32179
32180 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32181
32182         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
32183         <inttypes.h> defines strtoumax as a macro (and not as a
32184         function).
32185
32186 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32187
32188         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
32189         that we can shift, multiply and divide unsigned long long
32190         values; Ultrix cc can't do it.
32191
32192 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32193
32194         * m4/mktime.m4: New file, which is a preview of what should appear
32195         in the next public autoconf release.
32196
32197 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32198
32199         * m4/lfs.m4: Remove this file.
32200         * m4/largefile.m4: New file.  It contains the old contents of
32201         lfs.m4, except that all names with prefix AC_LFS have been
32202         changed to use the prefix AC_SYS_LARGEFILE instead, to be
32203         compatible with future autoconf versions.  Also, some minor m4
32204         quoting problems have been fixed.
32205
32206 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32207
32208         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
32209         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
32210         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
32211         and simplify the shell code.
32212
32213 1999-08-01  Jim Meyering  <meyering@ascend.com>
32214
32215         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
32216         m4.
32217
32218 1999-07-20  Jim Meyering  <meyering@ascend.com>
32219
32220         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
32221
32222 1999-07-15  Jim Meyering  <meyering@ascend.com>
32223
32224         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
32225
32226 1999-05-22  Jim Meyering  <meyering@ascend.com>
32227
32228         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
32229
32230 1999-05-20  Jim Meyering  <meyering@ascend.com>
32231
32232         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
32233         Add a colon after each `then' in case $4 is empty.
32234
32235 1999-05-16  Jim Meyering  <meyering@ascend.com>
32236
32237         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
32238
32239 1999-05-10  Jim Meyering  <meyering@ascend.com>
32240
32241         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
32242
32243         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
32244         AC_FUNC_MKTIME.
32245
32246 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
32247
32248         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
32249
32250 1999-05-04  Paul Eggert  <eggert@twinsun.com>
32251
32252         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
32253         not CPPFLAGS, so that linking works correctly in IRIX.
32254
32255 1999-04-30  Paul Eggert  <eggert@twinsun.com>
32256
32257         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
32258
32259 1999-04-20  Paul Eggert  <eggert@twinsun.com>
32260
32261         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
32262         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
32263         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
32264         jm_AC_TYPE_UNSIGNED_LONG_LONG.
32265         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
32266
32267         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
32268
32269 1999-04-20  Jim Meyering  <meyering@ascend.com>
32270
32271         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
32272         AC_REPLACE xstroull if necessary.  From Paul Eggert.
32273         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
32274
32275 1999-04-18  Jim Meyering  <meyering@ascend.com>
32276
32277         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
32278         * m4/jm-macros.m4: Use it.
32279
32280 1999-04-06  Jim Meyering  <meyering@ascend.com>
32281
32282         * m4/strftime.m4: Remove test for %f.
32283
32284 1999-03-29  Jim Meyering  <meyering@ascend.com>
32285
32286         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
32287         superset of the AC_TYPE_* checks in the textutils, fileutils,
32288         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
32289         AC_TYPE_PID_T.
32290
32291 1999-03-28  Jim Meyering  <meyering@ascend.com>
32292
32293         * m4/jm-macros.m4: Define GNU_PACKAGE here.
32294         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
32295         replaced e.g., in the *.sh files of the sh-utils.
32296
32297 1999-03-20  Jim Meyering  <meyering@ascend.com>
32298
32299         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
32300         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
32301         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
32302
32303 1999-03-19  Jim Meyering  <meyering@ascend.com>
32304
32305         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
32306
32307 1999-03-12  Jim Meyering  <meyering@ascend.com>
32308
32309         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
32310
32311 1999-03-07  Jim Meyering  <meyering@ascend.com>
32312
32313         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
32314         declared.
32315
32316 1999-02-17  Jim Meyering  <meyering@ascend.com>
32317
32318         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
32319         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
32320
32321 1999-02-07  Jim Meyering  <meyering@ascend.com>
32322
32323         * m4/group-member.m4: New file -- extracted from sh-utils'
32324         configure.in.
32325
32326         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
32327         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
32328
32329 1999-02-06  Jim Meyering  <meyering@ascend.com>
32330
32331         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
32332         * m4/fnmatch.m4: Likewise.
32333         * m4/getgroups.m4: Likewise.
32334         * m4/lstat.m4: Likewise.
32335         * m4/malloc.m4: Likewise.
32336         * m4/putenv.m4: Likewise.
32337         * m4/realloc.m4: Likewise.
32338         * m4/regex.m4: Likewise.
32339         * m4/stat.m4: Likewise.
32340         * m4/strftime.m4: Likewise.
32341         Suggestion from Alain Magloire.
32342
32343         * m4/chown.m4: Use `.$ac_objext', not `.o'.
32344         * m4/fnmatch.m4: Likewise.
32345         * m4/getgroups.m4: Likewise.
32346         * m4/getline.m4: Likewise.
32347         * m4/lstat.m4: Likewise.
32348         * m4/malloc.m4: Likewise.
32349         * m4/memcmp.m4: Likewise.
32350         * m4/putenv.m4: Likewise.
32351         * m4/realloc.m4: Likewise.
32352         * m4/regex.m4: Likewise.
32353         * m4/stat.m4: Likewise.
32354         * m4/strftime.m4: Likewise.
32355         Suggestion from Alain Magloire.
32356
32357         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
32358         an argument.
32359
32360         * m4/regex.m4: Add a run-time Test for proper operation of
32361         re_compile_pattern.
32362
32363 1999-01-31  Jim Meyering  <meyering@ascend.com>
32364
32365         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
32366
32367 1999-01-30  Jim Meyering  <meyering@ascend.com>
32368
32369         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
32370
32371         * m4/jm-mktime.m4: Make this a wrapper around the official
32372         AM_FUNC_MKTIME rather than my private copy, now that the official one
32373         is up to date.
32374         * m4/mktime.m4: Remove file.
32375
32376         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
32377         * m4/uptime.m4: Likewise.
32378         * m4/uintmax_t.m4: Likewise.
32379
32380 1999-01-28  Jim Meyering  <meyering@ascend.com>
32381
32382         * m4/jm-macros.m4: Use jm_AFS.
32383         * m4/afs.m4: New file (from fileutils' configure.in).
32384
32385         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
32386         * m4/chown.m4: Likewise.
32387         * m4/d-ino.m4: Likewise.
32388         * m4/d-type.m4: Likewise.
32389         * m4/fnmatch.m4: Likewise.
32390         * m4/getgroups.m4: Likewise.
32391         * m4/gettext.m4: Likewise.
32392         * m4/jm-mktime.m4: Likewise.
32393         * m4/jm-winsz2.m4: Likewise.
32394         * m4/lcmessage.m4: Likewise.
32395         * m4/ls-mntd-fs.m4: Likewise.
32396         * m4/malloc.m4: Likewise.
32397         * m4/memcmp.m4: Likewise.
32398         * m4/putenv.m4: Likewise.
32399         * m4/realloc.m4: Likewise.
32400         * m4/st_mtim.m4: Likewise.
32401         * m4/strftime.m4: Likewise.
32402
32403 1999-01-16  Jim Meyering  <meyering@ascend.com>
32404
32405         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
32406         (ARGMATCH_DIE_DECL): Define.
32407
32408 1999-01-12  Jim Meyering  <meyering@ascend.com>
32409
32410         * m4/Makefile.am.in: Rewrite to avoid using fmt.
32411         Reported by Lars Hecking.
32412
32413 1999-01-10  Jim Meyering  <meyering@ascend.com>
32414
32415         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
32416         gross kludge.
32417         * m4/inttypes_h.m4: Likewise.
32418         * m4/lstat.m4: Likewise.
32419         * m4/malloc.m4: Likewise.
32420         * m4/readdir.m4: Likewise.
32421         * m4/realloc.m4: Likewise.
32422         * m4/st_dm_mode.m4: Likewise.
32423         * m4/stat.m4: Likewise.
32424         * m4/utimbuf.m4: Likewise.
32425         * m4/utimes.m4: Likewise.
32426
32427         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
32428         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
32429         comments in config.h.in are meaningful.
32430
32431         * m4/jm-macros.m4: Require autoconf-2.13 here.
32432
32433         * m4/regex.m4: By default, don't use the included regex.c on systems
32434         with glibc 2.  Suggestion from Uli Drepper.
32435
32436 1999-01-02  Jim Meyering  <meyering@ascend.com>
32437
32438         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
32439
32440 1998-12-18  Jim Meyering  <meyering@ascend.com>
32441
32442         * m4/Makefile.am.in (Makefile.am): Simplify rule.
32443         Based on a suggestion from Lars Hecking.
32444
32445 1998-11-16  Paul Eggert  <eggert@twinsun.com>
32446
32447         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
32448
32449 1998-11-16  Jim Meyering  <meyering@ascend.com>
32450
32451         * m4/lfs.m4: Double-quote the `uname...` expression.
32452
32453 1998-11-14  Jim Meyering  <meyering@ascend.com>
32454
32455         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
32456         * m4/stat.m4: Likewise.
32457
32458 1998-11-03  Jim Meyering  <meyering@ascend.com>
32459
32460         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
32461         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
32462
32463 1998-10-18  Jim Meyering  <meyering@ascend.com>
32464
32465         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
32466
32467 1998-10-17  Jim Meyering  <meyering@ascend.com>
32468
32469         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
32470         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
32471         calls for those previously hard-coded headers.  Instead, take a new
32472         parameter.
32473         (jm_CHECK_DECLARATIONS): Reflect interface change.
32474         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
32475         (jm_CHECK_DECL_LOCALTIME_R): New macro.
32476
32477         * m4/mktime.m4: Test for spring-forward gap before long-running test.
32478
32479 1998-10-14  Jim Meyering  <meyering@ascend.com>
32480
32481         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
32482         instead of "TZ=America/Vancouver".  From Paul Eggert.
32483
32484 1998-10-11  Jim Meyering  <meyering@ascend.com>
32485
32486         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
32487         This adds a test for a recently added compatibility fix for mktime.c.
32488         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
32489
32490 1998-09-27  Jim Meyering  <meyering@ascend.com>
32491
32492         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
32493
32494         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
32495         ../configure.in, including a change from Gordon Matzigkeit to allow
32496         cross-compiling for the Hurd.
32497
32498         * m4/glibc.m4: New file/macro to test for the GNU C Library
32499         versions 1 and 2.  From Gordon Matzigkeit.
32500         Indent.
32501
32502 1998-09-21  Jim Meyering  <meyering@ascend.com>
32503
32504         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
32505
32506 1998-08-18  Paul Eggert  <eggert@twinsun.com>
32507
32508         Port nanosecond-resolution times to UnixWare 2.1.2 and
32509         pedantic Solaris 2.6.
32510
32511         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
32512         AC_STRUCT_ST_MTIM.
32513         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
32514         Generate name of ns member, instead of just 1 or undef.
32515         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
32516
32517 1998-08-15  Jim Meyering  <meyering@ascend.com>
32518
32519         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
32520         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
32521         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
32522         instead of jm_TYPE_SSIZE_T.
32523
32524 1998-08-12  Jim Meyering  <meyering@ascend.com>
32525
32526         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
32527
32528 1998-08-02  Jim Meyering  <meyering@ascend.com>
32529
32530         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
32531         in acconfig.h manually.
32532
32533 1998-07-31  Paul Eggert  <eggert@twinsun.com>
32534
32535         * m4/st_mtim.m4: New file.
32536
32537 1998-07-28  Jim Meyering  <meyering@ascend.com>
32538
32539         * m4/utimes.m4: Undef stat.
32540
32541 1998-07-25  Jim Meyering  <meyering@ascend.com>
32542
32543         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
32544         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
32545
32546 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
32547
32548         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
32549         uid and gid actually remain unchanged.
32550
32551 1998-07-07  Jim Meyering  <meyering@ascend.com>
32552
32553         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
32554
32555 1998-07-04  Jim Meyering  <meyering@ascend.com>
32556
32557         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
32558         to prove that this macro can be used in packages without regex.c.
32559
32560 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
32561
32562         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
32563         is to be used.
32564
32565 1998-07-03  Jim Meyering  <meyering@ascend.com>
32566
32567         * m4/gettext.m4: Add -lintl if it's found to be necessary.
32568
32569         * m4/gettext.m4: New file -- from gettext-0.10.35.
32570         * m4/lcmessage.m4: Likewise.
32571         * m4/progtest.m4: Likewise.
32572
32573         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
32574         * m4/jm-macros.m4: Require the new macro.
32575
32576 1998-06-29  Jim Meyering  <meyering@ascend.com>
32577
32578         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
32579         for the definition of NGROUPS (used in a system header included
32580         by sys/mount.h).
32581
32582 1998-06-28  Jim Meyering  <meyering@ascend.com>
32583
32584         * m4/ls-mntd-fs.m4: New file.
32585         * m4/fstypename.m4: New file.
32586
32587         * m4/jm-macros.m4: Require the new macro.
32588         * m4/jm-glibc-io.m4: New file.
32589
32590 1998-05-19  Jim Meyering  <meyering@ascend.com>
32591
32592         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
32593         * m4/lchown.m4: New file.
32594
32595         * m4/Makefile.am.in: New file.
32596         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
32597
32598 1998-05-14  Jim Meyering  <meyering@ascend.com>
32599
32600         * m4/Makefile.am (EXTRA_DIST): Add them.
32601         * m4/jm-macros.m4: New file.
32602         * m4/utimbuf.m4: New file.
32603
32604 1998-05-12  Jim Meyering  <meyering@ascend.com>
32605
32606         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
32607
32608 1998-05-11  Jim Meyering  <meyering@ascend.com>
32609
32610         * m4/isc-posix.m4: New file.
32611
32612 1998-05-10  Jim Meyering  <meyering@ascend.com>