Include <unistd.h> unconditionally.
[pspp] / ChangeLog
1 2006-04-23  Bruno Haible  <bruno@clisp.org>
2
3         * modules/copy-file: Depend on unistd.
4         * modules/execute: Likewise.
5         * modules/fatal-signal: Likewise.
6         * modules/findprog: Likewise.
7         * modules/mkdtemp : Likewise.
8         * modules/pipe: Likewise.
9         * modules/wait-process: Likewise.
10
11 2006-04-23  Claudio Fontana  <claudio@gnu.org>
12             Bruno Haible  <bruno@clisp.org>
13
14         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
15         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
16         for AM_CPPFLAGS.
17
18 2006-04-23  Bruno Haible  <bruno@clisp.org>
19
20         * gnulib-tool (func_usage): Fix --import description. Document --update.
21         (func_import): Create temporary file in a temporary directory, if
22         --dry-run is specified. Silence errors from 'grep' when there are no
23         m4 files in $m4dir.
24         (func_create_testdir): Silence errors from 'grep' when there are no
25         m4 files in $m4dir.
26         Reported by Karl Berry <karl@freefriends.org>.
27
28 2006-04-18  Derek Price  <derek@ximbiot.com>
29             Paul Eggert  <eggert@cs.ucla.edu>
30
31         * modules/inttypes: New file.
32         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
33
34 2006-04-12  Eric Blake  <ebb9@byu.net>
35
36         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
37         is now done automatically by the corresponding Autoconf macro.
38
39 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
40
41         * modules/regex (Depends-on): Add ssize_t.
42
43 2006-03-08  Simon Josefsson  <jas@extundo.com>
44
45         * build-aux/maint.mk: Fix refresh-po, to handle no translated
46         languages.
47
48 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
49
50         * MODULES.html.sh (Support for systems lacking POSIX:2001):
51         Add unistd.
52         * modules/c-stack (Depends-on): Add unistd.
53         * modules/getlogin_r: Likewise.
54         * modules/glob: Likewise.
55         * modules/pagealign_alloc: Likewise.
56         * modules/unistd (Files): Remove lib/unistd_.h.
57         (EXTRA_DIST): Remove.
58         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
59         need unistd_.h.
60         (MOSTLYCLEANFILES): Remove unistd.h-t.
61
62 2006-03-07  Simon Josefsson  <jas@extundo.com>
63
64         * modules/getopt (Depends-on): Add unistd.
65
66         * modules/unistd: New file.
67
68 2006-03-07  Simon Josefsson  <jas@extundo.com>
69
70         * modules/gc-random: New file.
71
72 2006-03-03  Simon Josefsson  <jas@extundo.com>
73
74         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
75         libidn and bison.
76
77 2006-03-03  Simon Josefsson  <jas@extundo.com>
78
79         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
80
81 2006-03-03  Simon Josefsson  <jas@extundo.com>
82
83         * build-aux/maint.mk: Add indent target.
84
85 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
86
87         * modules/gettime (Depends-on): Add extensions module.
88         * modules/nanosleep (Depends-on): Likewise.
89         * modules/settime (Depends-on): Likewise.
90
91 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
92
93         * modules/intprops: New file.
94         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
95         Add intprops.
96         * modules/getloadavg (Files): Remove lib/intprops.h.
97         (Depends-on): Add intprops.
98         * modules/human: Likewise.
99         * modules/inttostr: Likewise.
100         * modules/openat: Likewise.
101         * modules/sig2str: Likewise.
102         * modules/userspec: Likewise.
103         * modules/utimecmp: Likewise.
104         * modules/xnanosleep: Likewise.
105         * modules/xstrtol: Likewise.
106
107 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
108
109         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
110         * modules/lock-tests (TESTS): Use $(EXEEXT).
111         * modules/tls-tests: Likewise.
112         * modules/argp-tests: Likewise.
113         (check_PROGRAMS): New var, replacing...
114         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
115
116 2006-02-16  Simon Josefsson  <jas@extundo.com>
117
118         * modules/getaddrinfo (Depends-on): Add sys_socket.
119
120 2006-02-15  Simon Josefsson  <jas@extundo.com>
121
122         * build-aux/maint.mk: Add dsyntax-check rule.
123
124 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
125
126         Sync from coreutils.
127         * modules/lstat (Depends-on): Don't depend on xalloc.
128         (License): Change from GPL to LGPL, since this is now simply a
129         replacement for a libc function.
130
131 2006-02-14  Simon Josefsson  <jas@extundo.com>
132
133         * modules/maintainer-makefile (Files): Rename.
134
135         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
136         and (the local) Makefile.cfg to maint-cfg.mk.
137
138         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
139         to the latter.
140
141         * modules/maintainer-makefile: New module.
142
143         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
144         severaly stripped to make it possible to build it up from scratch
145         with reliable tests.
146
147         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
148         fixes to permit overriding the default actions when configure and
149         makefile are not available.
150
151 2006-02-13  Simon Josefsson  <jas@extundo.com>
152
153         * gnulib-tool (Usage): Fix --import, from
154         karl@freefriends.org (Karl Berry).
155
156 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
157
158         * modules/closeout (Depends-on): Remove atexit.
159
160 2006-01-26  Bruno Haible  <bruno@clisp.org>
161
162         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
163         Reported by Paul Eggert.
164
165 2006-01-25  Bruno Haible  <bruno@clisp.org>
166
167         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
168         rid of a trap command. For Solaris sh.
169         Reported by Mark D. Baushke <mdb@gnu.org>.
170
171 2006-01-24  Bruno Haible  <bruno@clisp.org>
172
173         * modules/strnlen (Maintainer): Change from glibc to all.
174
175 2006-01-24  Bruno Haible  <bruno@clisp.org>
176
177         * gnulib-tool (func_import): Avoid constructing complicated sed
178         expressions inside backquote.
179         Report and solution by Mark D. Baushke <mdb@gnu.org>.
180
181 2006-01-24  Jim Meyering  <jim@meyering.net>
182
183         * modules/openat (Files): Add lib/intprops.h.
184         From Mark D. Baushke.
185
186 2006-01-19  Simon Josefsson  <jas@extundo.com>
187
188         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
189         Remove the test_*_SOURCES variable: automake infers it by default.
190         * modules/tls-tests: Likewise.
191
192 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
193
194          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
195          Reported by Bruce Korb <bkorb@gnu.org>.
196
197 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
198
199         * modules/argp-tests: New module
200         * tests/test-argp.c: New file
201         * tests/test-argp-2.sh: New file
202
203 2006-01-20  Simon Josefsson  <jas@extundo.com>
204
205         * modules/inet_ntop (Depends-on): Depend on sys_socket.
206
207 2006-01-19  Simon Josefsson  <jas@extundo.com>
208
209         * gnulib-tool: Set check_PROGRAMS.
210
211         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
212         modules/des-tests, modules/gc-arcfour-tests,
213         modules/gc-arctwo-tests, modules/gc-des-tests,
214         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
215         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
216         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
217         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
218         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
219         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
220         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
221         test_*_SOURCES.
222
223 2006-01-18  Simon Josefsson  <jas@extundo.com>
224
225         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
226         modules/des-tests, modules/gc-arcfour-tests,
227         modules/gc-arctwo-tests, modules/gc-des-tests,
228         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
229         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
230         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
231         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
232         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
233         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
234         $(EXEEXT) to automake TESTS variable, for mingw32.
235
236 2006-01-18  Simon Josefsson  <jas@extundo.com>
237
238         * modules/socklen (Depends-on): Depend on sys_socket.
239
240 2006-01-17  Bruno Haible  <bruno@clisp.org>
241
242         * modules/ssize_t (Include): Add <sys/types.h>.
243
244 2006-01-17  Simon Josefsson  <jas@extundo.com>
245
246         * modules/socklen (Include): Need sys/socket.h.
247
248 2006-01-12  Bruno Haible  <bruno@clisp.org>
249
250         * gnulib-tool (func_import, func_create_testdir): Don't go into an
251         endless loop while replacing $auxdir with build-aux.
252
253 2006-01-12  Bruno Haible  <bruno@clisp.org>
254
255         * modules/ldd: New file.
256         * build-aux/ldd.sh.in: New file.
257         * MODULES.html.sh (Support for building libraries and executables): Add
258         ldd.
259
260 2006-01-11  Bruno Haible  <bruno@clisp.org>
261
262         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
263         overridable by the user.
264         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
265
266 2006-01-08  Bruno Haible  <bruno@clisp.org>
267
268         Avoid "ar: no archive members specified" error on MacOS X.
269         * gnulib-tool (func_modules_add_dummy): New function.
270         (func_import, func_create_testdir): Invoke it.
271
272 2006-01-08  Bruno Haible  <bruno@clisp.org>
273
274         Ensure automatic ordering between gl_LOCK and gl_ARGP.
275         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
276         the "early" section as well.
277
278 2006-01-08  Bruno Haible  <bruno@clisp.org>
279
280         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
281         Initialize also noinst_HEADERS to empty.
282
283 2006-01-08  Bruno Haible  <bruno@clisp.org>
284
285         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
286         variables.
287         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
288         autoreconf.
289
290 2006-01-11  Bruno Haible  <bruno@clisp.org>
291
292         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
293         with $auxdir in AC_CONFIG_FILES statements.
294
295 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
296
297         * modules/readutmp (Maintainer): Add myself.
298
299 2006-01-10  Bruno Haible  <bruno@clisp.org>
300
301         * modules/readutmp: Depend on module free.
302         * modules/strtok_r: Depend on module restrict.
303
304 2006-01-10  Simon Josefsson  <jas@extundo.com>
305
306         * modules/sys_socket: New file.
307
308 2006-01-07  Bruno Haible  <bruno@clisp.org>
309
310         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
311         variable.
312         Needed to avoid an automake error regarding the 'gettext' module.
313
314 2006-01-07  Bruno Haible  <bruno@clisp.org>
315
316         * modules/gettext (configure.ac): Add an invocation of
317         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
318
319 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
320
321         Sync from coreutils:
322
323         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
324         * modules/lib-ignore: New file.
325         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
326         chdir-safer.m4, lchmod.m4.
327         * modules/openat: Add mkdirat.c, openat-priv.h.
328
329 2006-01-09  Bruno Haible  <bruno@clisp.org>
330
331         * modules/strnlen (Include): Use strnlen.h.
332
333 2006-01-09  Simon Josefsson  <jas@extundo.com>
334
335         * modules/inet_ntop (Depends-on): Add restrict.
336
337 2006-01-09  Simon Josefsson  <jas@extundo.com>
338
339         * modules/gc-rijndael-tests (License): Put under LGPL.
340
341         * modules/gc-des-tests (License): Likewise.
342
343         * modules/gc-arcfour-tests (License): Likewise.
344
345         * modules/gc-arctwo-tests (License): Likewise.
346
347         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
348
349         * modules/gc-hmac-sha1-tests (Files): Likewise.
350
351         * modules/gc-hmac-md5-tests (License): Likewise.
352
353         * modules/gc-sha1-tests (License): Likewise.
354
355         * modules/gc-md5-tests (License): Likewise.
356
357         * modules/gc-md4-tests (License): Likewise.
358
359         * modules/gc-md2-tests (License): Likewise.
360
361         * modules/gc-tests (License): Likewise.
362
363         * modules/des-tests (License): Likewise.
364
365         * modules/md4-tests (License): Likewise.
366
367         * modules/md2-tests (License): Likewise.
368
369 2006-01-09  Bruno Haible  <bruno@clisp.org>
370
371         * build-aux/javacomp.sh.in: New file, moved from lib/.
372         * modules/javacomp-script (Files): Update.
373         (configure.ac): Add AC_CONFIG_FILES invocation.
374         (EXTRA_DIST): Remove variable.
375
376         * build-aux/javaexec.sh.in: New file, moved from lib/.
377         * modules/javaexec (Files): Update.
378         (configure.ac): Add AC_CONFIG_FILES invocation.
379         (EXTRA_DIST): Remove javaexec.sh.in.
380
381         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
382         * modules/csharpcomp-script (Files): Update.
383         (configure.ac): Add AC_CONFIG_FILES invocation.
384         (EXTRA_DIST): Remove variable.
385
386         * build-aux/csharpexec.sh.in: New file, moved from lib/.
387         * modules/csharpexec (Files): Update.
388         (configure.ac): Add AC_CONFIG_FILES invocation.
389         (EXTRA_DIST): Remove csharpexec.sh.in.
390
391 2006-01-07  Bruno Haible  <bruno@clisp.org>
392
393         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
394         gl_EARLY.
395
396 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
397
398         * README: Gnulib normally doesn't generate a tarball.
399
400 2005-12-28  Bruno Haible  <bruno@clisp.org>
401
402         * build-aux/config.rpath: Update from GNU gettext.
403
404 2005-12-16  Jim Meyering  <jim@meyering.net>
405
406         * modules/fprintftime: New module.
407         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
408
409 2005-12-15  Simon Josefsson  <jas@extundo.com>
410
411         * modules/socklen (configure.ac): Fix M4 macro name, to align with
412         new m4/socklen.m4.
413
414 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
415
416         * modules/argp (Files): Add argp-pin.c
417         (Depends-on): dirname
418         (lib_SOURCES): Add argp-pin.c
419
420 2005-12-02  Bruno Haible  <bruno@clisp.org>
421
422         * gnulib-tool (func_import): Accept GPLed build tool modules when
423         --lgpl is given.
424         * modules/csharpcomp-script: New file.
425         * modules/csharpcomp: Depend on it.
426         * modules/javacomp-script: New file.
427         * modules/javacomp: Depend on it.
428         Suggested by Simon Josefsson.
429
430 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
431
432         * modules/savedir (Depends-on): Add openat.
433
434 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
435
436         * modules/obstack (Files): Add m4/ulonglong.m4.
437         Problem reported by Davide Angelocola.
438
439 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
440
441         * modules/gethrxtime (Depends-on): Add gettime.
442
443 2005-11-04  Bruno Haible  <bruno@clisp.org>
444
445         * gnulib-tool: Implement --update mode.
446
447 2005-10-28  Simon Josefsson  <jas@extundo.com>
448
449         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
450         Test more.
451
452         * tests/test-gc-md2.c, tests/test-md2.c: New files.
453
454         * modules/md2, modules/md2-tests: New files.
455
456 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
457
458         * modules/verify (License): Change from GPL to LGPL.  This is a
459         tiny module and there are apparently near-equivalents that are
460         under the BSD license.
461
462 2005-10-24  Simon Josefsson  <jas@extundo.com>
463
464         * modules/sha1: Relicense to LGPL.
465
466 2005-10-23  Simon Josefsson  <jas@extundo.com>
467
468         * gnulib-tool (func_import): Fix --tests-base.
469
470 2005-10-22  Simon Josefsson  <jas@extundo.com>
471
472         * modules/arcfour (Depends-on): Need stdint.
473
474 2005-10-21  Bruno Haible  <bruno@clisp.org>
475
476         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
477         patch.
478
479 2005-10-21  Simon Josefsson  <jas@extundo.com>
480
481         * gnulib-tool (func_import, func_create_testdir): Define automake
482         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
483         Makefile.am snippet),
484         suggested by Bruno Haible <bruno@clisp.org>.
485
486         * modules/gc (Makefile.am): Use it.
487
488 2005-10-21  Simon Josefsson  <jas@extundo.com>
489
490         * modules/des, modules/des-tests: New files.
491
492         * modules/gc-des, modules/gc-des-tests: New files.
493
494         * tests/test-des.c, tests/test-gc-des.c: New file.
495
496 2005-10-21  Simon Josefsson  <jas@extundo.com>
497
498         * modules/arctwo, modules/arctwo-tests: New files.
499
500         * tests/test-arctwo.c: New file.
501
502         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
503
504         * tests/test-gc-arctwo.c: New file.
505
506 2005-10-19  Simon Josefsson  <jas@extundo.com>
507
508         * tests/test-gc-arcfour.c: New file.
509
510         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
511
512 2005-10-19  Simon Josefsson  <jas@extundo.com>
513
514         * tests/test-gc-rijndael.c: New file.
515
516         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
517
518 2005-10-19  Simon Josefsson  <jas@extundo.com>
519
520         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
521         interface too.
522
523 2005-10-19  Simon Josefsson  <jas@extundo.com>
524
525         * modules/gc-md4, modules/gc-md4-tests: New file.
526
527         * tests/test-gc-md4.c: New file.
528
529 2005-10-18  Simon Josefsson  <jas@extundo.com>
530
531         * tests/test-md4.c: New file.
532
533         * modules/md4, modules/md4-tests: New files.
534
535 2005-10-18  Simon Josefsson  <jas@extundo.com>
536
537         * tests/test-md5.c: New file.
538
539         * modules/md5-tests: New file.
540
541 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
542
543         * gnulib-tool (func_create_testdir): Omit the second check whether
544         BUILT_SOURCES in nonempty.
545
546 2005-10-17  Simon Josefsson  <jas@extundo.com>
547
548         * modules/gc-sha1-tests: New file.
549
550         * tests/test-gc-sha1.c: New file.
551
552 2005-10-17  Simon Josefsson  <jas@extundo.com>
553
554         * tests/test-rijndael.c: New file.
555
556 2005-10-17  Simon Josefsson  <jas@extundo.com>
557
558         * modules/sha1: Depend on stdint instead of md5.
559
560         * modules/md5: Depend on stdint, remove uint32_t.
561
562 2005-10-16  Bruno Haible  <bruno@clisp.org>
563
564         * gnulib-tool (func_emit_tests_Makefile_am): Also define
565         TESTS_ENVIRONMENT, so that individual tests can augment it.
566
567         * gnulib-tool (func_create_testdir): Use an intermediate target for
568         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
569         macros, like $(ALLOCA_H), which cannot be passed through the command
570         line.
571
572 2005-10-15  Simon Josefsson  <jas@extundo.com>
573
574         * modules/rijndael-tests: New file.
575
576         * modules/rijndael: New file.
577
578 2005-10-14  Simon Josefsson  <jas@extundo.com>
579
580         * tests/test-arcfour.c: New file.
581
582         * modules/arcfour, modules/arcfour-tests: New files.
583
584 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
585
586         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
587
588 2005-10-13  Simon Josefsson  <jas@extundo.com>
589
590         * modules/gc-hmac-md5-tests: New file.
591
592         * tests/test-gc-hmac-sha1.c: New file.
593
594         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
595
596         * modules/gc-hmac-md5-tests: New file.
597
598         * tests/test-gc-md5.c: New file.
599
600         * modules/gc-md5-tests: New file.
601
602 2005-10-12  Simon Josefsson  <jas@extundo.com>
603
604         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
605
606         * tests/test-gc-pbkdf2-sha1.c: New file.
607
608 2005-10-12  Simon Josefsson  <jas@extundo.com>
609
610         * modules/gc-sha1: New file.
611
612 2005-10-12  Simon Josefsson  <jas@extundo.com>
613
614         * tests/test-hmac-sha1.c: New file.
615
616         * modules/hmac-sha1-tests: New file.
617
618         * modules/hmac-sha1: New file.
619
620 2005-10-12  Simon Josefsson  <jas@extundo.com>
621
622         * modules/gc-md5, modules/gc-hmac-md5: New files.
623
624         * modules/gc (Files): Remove md5, memxor and hmac files.
625
626 2005-10-11  Bruno Haible  <bruno@clisp.org>
627
628         * modules/c-strcasestr: New file.
629         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
630
631 2005-10-11  Bruno Haible  <bruno@clisp.org>
632
633         * modules/c-strcase: New file.
634         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
635
636 2005-10-11  Simon Josefsson  <jas@extundo.com>
637
638         * tests/test-crc.c: New file.
639
640         * modules/crc, modules/crc-tests: New files.
641
642 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
643
644         * modules/mempcpy (License): GPL -> LGPL.
645         * modules/strchrnul (License): Likewise.
646         * modules/sysexits (License): Likewise.
647
648 2005-10-06  Simon Josefsson  <jas@extundo.com>
649
650         * tests/test-hmac-md5.c: New file.
651
652         * modules/hmac-md5-tests: New file.
653
654         * modules/hmac-md5: New file.
655
656 2005-10-05  Bruno Haible  <bruno@clisp.org>
657
658         * modules/stdint (License): Change to LGPL.
659
660 2005-10-05  Simon Josefsson  <jas@extundo.com>
661
662         * modules/memxor: New file.
663
664         * modules/iconv (Files): Move config.rpath to havelib, it is used
665         there.
666
667         * modules/havelib (Files): Add config.rpath.
668
669 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
670
671         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
672         From Ben Pfaff.
673
674         * modules/exclude (Depends-on): Depend on verify.
675         * modules/strtoimax (Depends-on): Likewise.
676         * modules/utimecmp (Depends-on): Likewise.
677
678 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
679
680         * modules/regex (Depends-on): Add strcase.
681
682         * modules/gethostname (Licence): Change from GPL to LGPL, since
683         gethostname.c is a trivial implementation of a standard library
684         function.
685         * modules/poll (License): Change from GPL to LGPL, since it's
686         derived from LGPL code.
687
688 2005-09-26  Bruno Haible  <bruno@clisp.org>
689
690         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
691         is necessary.
692         (lib_SOURCES): Remove mbchar.c.
693         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
694         (Files): Add m4/mbrtowc.m4.
695         * modules/mbiter: Likewise.
696         * modules/mbuiter: Likewise.
697
698 2005-09-25  Jim Meyering  <jim@meyering.net>
699
700         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
701         also uses socklen_t.
702
703 2005-09-23  Jim Meyering  <jim@meyering.net>
704
705         * modules/getaddrinfo (Depends-on): Add socklen.
706
707 2005-09-23  Bruno Haible  <bruno@clisp.org>
708
709         * tests/test-verify.c: New file.
710
711 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
712
713         Sync from coreutils.
714
715         * modules/argmatch (Depends-on): Add verify.
716         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
717         unistd-safer.
718         * modules/save-cwd (Depends-on): Likewise.
719
720         * modules/openat (Files): Add lib/openat-die.c.
721         (Depends-on): Remove error, exitfail.
722         Add dirname.
723
724         * modules/verify: New file.
725         * MODULES.html.sh (Diagnostics <assert.h>): New section,
726         with "verify" module.
727
728 2005-09-20  Bruno Haible  <bruno@clisp.org>
729
730         * gnulib-tool: Remove trailing slashes from the values specified for
731         --source-base, --m4-base, --tests-base, --aux-dir.
732         Suggested by Simon Josefsson <jas@extundo.com>.
733
734 2005-09-20  Bruno Haible  <bruno@clisp.org>
735
736         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
737         func_modules_to_filelist, func_import, func_create_testdir): Make all
738         sorting results locale-independent, so that gnulib-cache.m4 doesn't
739         change when gnulib-tool is invoked in a different locale.
740
741 2005-09-19  Bruno Haible  <bruno@clisp.org>
742
743         * gnulib-tool (import): Provide default for --tests-base.
744
745 2005-09-19  Jim Meyering  <jim@meyering.net>
746
747         * modules/pathmax (License): Change to LGPL.
748
749 2005-09-18  Bruno Haible  <bruno@clisp.org>
750
751         * gnulib-tool: Support --with-tests also with --import.
752         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
753         (func_import): Use variables $testsbase and $inctests. Emit a
754         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
755         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
756         SUBDIRS += $testsdir.
757         (func_create_testdir): Update.
758
759 2005-09-18  Bruno Haible  <bruno@clisp.org>
760
761         * gnulib-tool (func_import): Comment out code that spits out the
762         new files with --dry-run.
763
764 2005-09-18  Bruno Haible  <bruno@clisp.org>
765
766         Portability fix.
767         * gnulib-tool (func_readlink): New function.
768         (func_ln_if_changed): Use it.
769
770 2005-09-18  Bruno Haible  <bruno@clisp.org>
771
772         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
773         instead of $dry_run.
774         (func_cp_if_changed, func_mv_if_changed): Remove functions.
775         (func_ln_if_changed): Don't handle dry-run here.
776         (func_import): In dry-run mode, detect more precisely which actions
777         would be performed, and don't use "...ing" verbs.
778
779 2005-09-18  Bruno Haible  <bruno@clisp.org>
780
781         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
782         (func_import): Use join on two temporary files instead of three nested
783         loops, in order to determine which files are new or old.
784
785 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
786
787         * MODULES.html.sh (File system functions): Add stat-time.
788         * modules/stat-time: New file.
789         * modules/timespec (Files): Remove m4/st_mtim.m4; this
790         is now done in a different way, by the stat-time module.
791         * modules/utimecmp (Depends-on): Add stat-time.
792
793 2005-09-12  Derek Price  <derek@ximbiot.com>
794
795         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
796         LGPL.
797         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
798
799 2005-09-12  Derek Price  <derek@ximbiot.com>
800             Paul Eggert  <eggert@cs.ucla.edu>
801
802         * modules/glob (Files): Add glob-libc.h.
803
804 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
805
806         * modules/utimens (Files): Add m4/utimbuf.m4, since
807         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
808         Reported by Sergey Poznyakoff.
809
810 2005-09-08  Simon Josefsson  <jas@extundo.com>
811
812         * modules/socklen: New file.
813
814 2005-09-05  Bruno Haible  <bruno@clisp.org>
815
816         * gnulib-tool (func_import): Fix comparison in handling of symbolic
817         links.
818
819 2005-09-04  Martin Lambers <marlam@marlam.de>  (tiny change)
820
821         * modules/size_max (Makefile.am): Add size_max.h
822
823 2005-09-04  Derek Price  <derek@ximbiot.com>
824
825         * gnulib-tool (func_import): Fix reversed $symbolic logic.
826
827 2005-09-03  Simon Josefsson  <jas@extundo.com>
828
829         * gnulib-tool: Fix typo.
830
831 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
832
833         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
834         m4/ulonglong.m4.  Problem reported by Martin Lambers.
835
836 2005-09-02  Bruno Haible  <bruno@clisp.org>
837
838         * gnulib-tool (import): In the other first-use case, provide defaults
839         as well.
840
841 2005-09-02  Simon Josefsson  <jas@extundo.com>
842
843         * modules/havelib: New module.
844
845         * modules/gettext, modules/iconv, modules/lock, modules/readline:
846         Use havelib.
847
848 2005-08-31  Simon Josefsson  <jas@extundo.com>
849
850         * modules/socklen: New file.
851
852 2005-09-01  Bruno Haible  <bruno@clisp.org>
853
854         * gnulib-tool (func_import): Fix handling of symbolic links.
855
856 2005-09-01  Bruno Haible  <bruno@clisp.org>
857
858         * gnulib-tool (import): In the first-use case, provide defaults.
859
860 2005-09-01  Bruno Haible  <bruno@clisp.org>
861
862         * gnulib-tool (func_import): Remove the .tmp files.
863
864 2005-08-30  Bruno Haible  <bruno@clisp.org>
865
866         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
867         Create directories that shall be filled.
868         (import): Don't look for gl_* macros in configure.ac. Recurse across
869         all directories containing a gnulib-cache.m4 files, if meaningful.
870
871 2005-08-30  Bruno Haible  <bruno@clisp.org>
872
873         Avoid unnecessary diffs in the generated lib/Makefile.am.
874         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
875         the generated files.
876         (func_import): Don't set cmd.
877
878 2005-08-30  Bruno Haible  <bruno@clisp.org>
879
880         * gnulib-tool (func_import): Read the previous cached settings
881         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
882         earlier added by gnulib but are now dropped. Warn when a gnulib file
883         overwrites a non-gnulib file.
884
885 2005-08-28  Bruno Haible  <bruno@clisp.org>
886
887         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
888         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
889         projects that don't keep autogenerated files in CVS. Put into
890         actioncmd only the specified modules, not the transitive closure.
891
892 2005-08-28  Bruno Haible  <bruno@clisp.org>
893
894         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
895         always instantiating them.
896
897 2005-08-28  Bruno Haible  <bruno@clisp.org>
898
899         * gnulib-tool (import): Rename most ac_* variables to cached_*.
900         Also use new variables cached_lgpl, cached_libtool.
901
902 2005-08-28  Bruno Haible  <bruno@clisp.org>
903
904         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
905         declaration macro definitions from generated gnulib.m4.
906
907 2005-08-28  Bruno Haible  <bruno@clisp.org>
908
909         * gnulib-tool: New option --macro-prefix.
910         (func_import): Use macro_prefix.
911         (import): Handle option --macro-prefix.
912
913 2005-08-28  Bruno Haible  <bruno@clisp.org>
914
915         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
916         (import): Set seen_libtool when we see gl_LIBTOOL.
917
918 2005-08-31  Jim Meyering  <jim@meyering.net>
919
920         * check-module: Add a FIXME comment.
921
922 2005-08-31  Eric Blake  <ebb9@byu.net>
923
924         * modules/unistd-safer (Files): Add unistd--.h.
925         * modules/stdio-safer (Files): Add stdio--.h.
926
927 2005-08-28  Bruno Haible  <bruno@clisp.org>
928
929         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
930
931 2005-08-28  Bruno Haible  <bruno@clisp.org>
932
933         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
934         Emit more advice.
935
936 2005-08-28  Bruno Haible  <bruno@clisp.org>
937
938         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
939         that it works when the directory contains spaces.
940
941 2005-07-11  Bruno Haible  <bruno@clisp.org>
942         and Stepan Kasal  <kasal@ucw.cz>
943
944         * check-module: If more parameters are given, check each of them
945         separately; add more exceptions, as noted by Jim Meyering.
946         (check_module): New procedure.
947         (%exempt_header): Now contains all exceptions.
948
949 2005-07-30  Ben Pfaff  <blp@cs.stanford.edu>
950
951         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
952
953 2005-08-27  Jim Meyering  <jim@meyering.net>
954
955         * modules/unistd-safer (Files): Add pipe-safer.c.
956         * modules/fcntl-safer (Files): Add creat-safer.c.
957
958 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
959
960         * modules/regex (Depends-on): Add malloc, since the code
961         assumes that !malloc(0) means failure.
962
963 2005-08-24  Bruno Haible  <bruno@clisp.org>
964
965         * modules/tls-tests: New file.
966         * tests/test-tls.c: New file, from GNU gettext.
967
968 2005-08-24  Bruno Haible  <bruno@clisp.org>
969
970         * modules/lock-tests: New file.
971         * tests/test-lock.c: New file, from GNU gettext.
972
973 2005-08-24  Bruno Haible  <bruno@clisp.org>
974
975         Support for unit test modules.
976         * modules/README: Mention tests modules.
977         * modules/TEMPLATE-TESTS: New file.
978         * gnulib-tool: New options --extract-tests-module, --with-tests and
979         --tests-base (unused for the moment).
980         (testsbase, inctests): New variables.
981         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
982         (func_verify_module): Exclude TEMPLATE-TESTS.
983         (func_verify_nontests_module, func_verify_tests_module): New functions.
984         (func_get_dependencies): Add implicit dependency for tests modules.
985         (func_get_tests_module): New function.
986         (func_modules_transitive_closure): When --with-tests was specified,
987         include the unit tests as well, unless explicitly avoided.
988         (func_emit_lib_Makefile_am): Ignore the tests modules here.
989         (func_emit_tests_Makefile_am): New function.
990         (func_create_testdir): When --with-tests was specified, emit a
991         tests/ directory.
992         * MODULES.html.sh (Future developments): Update.
993
994 2005-08-24  Bruno Haible  <bruno@clisp.org>
995
996         * gnulib-tool (func_version): Update.
997
998 2005-08-24  Bruno Haible  <bruno@clisp.org>
999
1000         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
1001         option --force, because --force causes the aclocal.m4 of each
1002         subdirectory to be newer than the corresponding config.h.in.
1003
1004 2005-08-24  Bruno Haible  <bruno@clisp.org>
1005
1006         * gnulib-tool: Add support for the --aux-dir option to
1007         --create-testdir, --create-megatestdir, --test, --megatest.
1008         (func_create_testdir, func_create_megatestdir): Optionally emit a
1009         AC_CONFIG_AUX_DIR directive.
1010         (create-testdir, create-megatestdir, test, megatest): Provide a
1011         default value for $auxdir.
1012
1013 2005-08-24  Bruno Haible  <bruno@clisp.org>
1014
1015         * gnulib-tool (import): Use compound statement instead of subshell
1016         where possible.
1017
1018 2005-08-24  Bruno Haible  <bruno@clisp.org>
1019
1020         * gnulib-tool (import): Change --aux-dir default to "build-aux".
1021
1022 2005-08-24  Bruno Haible  <bruno@clisp.org>
1023
1024         * gnulib-tool (func_import, func_create_testdir,
1025         func_create_megatestdir): Quote all autoconf macro arguments.
1026
1027 2005-08-24  Jim Meyering  <jim@meyering.net>
1028
1029         * modules/fcntl-safer: New module.
1030         * modules/fts (Depends-on): Add fcntl-safer.
1031         * MODULES.html.sh (File descriptor based Input/Output):
1032         Add fcntl-safer.
1033
1034 2005-08-24  Simon Josefsson  <jas@extundo.com>
1035
1036         * tests/test-getpass.c: New file.
1037
1038 2005-08-24  Jim Meyering  <jim@meyering.net>
1039
1040         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
1041         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
1042
1043 2005-08-17  Bruno Haible  <bruno@clisp.org>
1044
1045         * modules/strcasestr: New file.
1046         * MODULES.html.sh (String handling, based on ANSI C 89): Add
1047         strcasestr.
1048
1049 2005-08-17  Bruno Haible  <bruno@clisp.org>
1050
1051         * modules/strstr (Files): Add m4/mbrtowc.m4.
1052         (Depends-on): Add mbuiter.
1053
1054 2005-08-17  Bruno Haible  <bruno@clisp.org>
1055
1056         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
1057
1058 2005-08-17  Bruno Haible  <bruno@clisp.org>
1059
1060         * modules/mbuiter: New file.
1061         * MODULES.html.sh (Extended multibyte and wide character utilities):
1062         Add mbuiter.
1063
1064 2005-08-16  Bruno Haible  <bruno@clisp.org>
1065
1066         * modules/strcase (Files): Add m4/mbrtowc.m4.
1067         (Depends-on): Add strnlen1, mbchar.
1068
1069 2005-08-16  Bruno Haible  <bruno@clisp.org>
1070
1071         * modules/strnlen1: New file.
1072         * MODULES.html.sh (String handling): Add strnlen1.
1073
1074 2005-08-16  Bruno Haible  <bruno@clisp.org>
1075
1076         * modules/mbfile: New file.
1077         * MODULES.html.sh (Extended multibyte and wide character utilities):
1078         Add mbfile.
1079
1080 2005-08-16  Bruno Haible  <bruno@clisp.org>
1081
1082         * modules/mbiter: New file.
1083         * MODULES.html.sh (Extended multibyte and wide character utilities):
1084         Add mbiter.
1085
1086 2005-08-16  Bruno Haible  <bruno@clisp.org>
1087
1088         * modules/mbchar: New file.
1089         * MODULES.html.sh (Extended multibyte and wide character utilities):
1090         New section.
1091
1092 2005-08-16  Bruno Haible  <bruno@clisp.org>
1093
1094         * modules/tls: New file.
1095         * MODULES.html.sh (Multithreading): Add tls.
1096
1097 2005-08-15  Simon Josefsson  <jas@extundo.com>
1098
1099         * modules/ssize_t (License): Change to 'unlimited'.
1100
1101         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
1102
1103 2005-08-12  Simon Josefsson  <jas@extundo.com>
1104
1105         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
1106         ssize_t.
1107
1108 2005-08-12  Simon Josefsson  <jas@extundo.com>
1109
1110         * modules/getndelim2: Use ssize_t module.
1111         * modules/getnline: Likewise.
1112         * modules/safe-read: Likewise.
1113         * modules/xreadlink: Likewise.
1114
1115         * modules/ssize_t: New file.
1116
1117 2005-08-12  Simon Josefsson  <jas@extundo.com>
1118
1119         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
1120         readline, getdelim and check_version.
1121         (Support for systems lacking ISO C 99: Sizes of integer types):
1122         Add size_max.
1123
1124 2005-08-11  Simon Josefsson  <jas@extundo.com>
1125
1126         * modules/readline: New file.
1127
1128         * modules/strnlen (Files): Add strnlen.h.
1129
1130 2005-08-10  Simon Josefsson  <jas@extundo.com>
1131
1132         * tests/test-iconvme.c: New file.
1133
1134 2005-08-08  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>  (tiny change)
1135
1136         * README: Typos.
1137
1138 2005-08-02  Simon Josefsson  <jas@extundo.com>
1139
1140         * modules/getdelim: New file.
1141
1142         * modules/getline: Rewrite, don't use getndelim2.
1143
1144 2005-07-16  Simon Josefsson  <jas@extundo.com>
1145
1146         * modules/readline: New file.
1147
1148 2005-07-24  Bruno Haible  <bruno@clisp.org>
1149
1150         * modules/visibility: New file.
1151         * MODULES.html.sh (Misc): Add visibility.
1152
1153 2005-07-22  Bruno Haible  <bruno@clisp.org>
1154
1155         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
1156         $(ALLOCA_H), redundant through BUILT_SOURCES.
1157         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
1158         redundant through BUILT_SOURCES.
1159         * modules/byteswap (Makefile.am): Remove explicit dependency on
1160         $(BYTESWAP_H), redundant through BUILT_SOURCES.
1161         * modules/fnmatch (Makefile.am): Remove explicit dependency on
1162         $(FNMATCH_H), redundant through BUILT_SOURCES.
1163         * modules/getopt (Makefile.am): Remove explicit dependency on
1164         $(GETOPT_H), redundant through BUILT_SOURCES.
1165         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
1166         redundant through BUILT_SOURCES.
1167         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
1168         redundant through BUILT_SOURCES.
1169         * modules/stdbool (Makefile.am): Remove explicit dependency on
1170         $(STDBOOL_H), redundant through BUILT_SOURCES.
1171         * modules/stdint (Makefile.am): Remove explicit dependency on
1172         $(STDINT_H), redundant through BUILT_SOURCES.
1173         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
1174         Remove explicit dependency on $(SYSEXITS_H).
1175         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
1176
1177 2005-07-18  Bruno Haible  <bruno@clisp.org>
1178
1179         * modules/lock: New file.
1180         * MODULES.html.sh (Multithreading): New section.
1181
1182 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
1183
1184         * modules/xalloc (Depends-on): Add xalloc-die.
1185         * modules/xvasprintf (Depends-on): Add xalloc-die.
1186
1187 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
1188
1189         * modules/argp (Depends-on): Remove unlocked-io.
1190
1191 2005-07-11  Simon Josefsson  <jas@extundo.com>
1192
1193         * modules/size_max: New file.
1194
1195         * modules/xsize: Depend on size_max module for size_max.m4.
1196
1197 2005-07-09  Bruno Haible  <bruno@clisp.org>
1198
1199         * gnulib-tool (func_usage): Document option --avoid.
1200         (Command line options): Handle --avoid.
1201         (func_acceptable): New function.
1202         (func_modules_transitive_closure): Use it.
1203
1204 2005-07-11  Bruno Haible  <bruno@clisp.org>
1205
1206         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
1207         Reported by Jim Meyering.
1208
1209 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
1210
1211         * modules/argp (Depends-on): Add unlocked-io
1212
1213 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
1214
1215         * modules/regex (Files): Add lib/regex_internal.c,
1216         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
1217         (Depends-on): Add extensions.
1218         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
1219
1220 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
1221
1222         Support programs like Emacs that use gnulib but not gettext.
1223         * MODULES.html.sh (Internationalization functions): Add gettext-h.
1224         * modules/gettext-h: New file.
1225         * modules/gettext (Files): Remove lib/gettext.h.
1226         (Depends-on): Add gettext-h.
1227         (Makefile.am): Remove lib_SOURCES.
1228         * modules/argmatch, modules/c-stack, modules/closeout:
1229         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
1230         * modules/execute, modules/file-type, modules/getaddrinfo:
1231         * modules/getopt, modules/human, modules/javacomp:
1232         * modules/javaexec, modules/mkdir-p, modules/obstack:
1233         * modules/openat, modules/pagealign_alloc, modules/pipe:
1234         * modules/quotearg, modules/regex, modules/rpmatch:
1235         * modules/unicodeio, modules/userspec, modules/version-etc:
1236         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
1237         * modules/xsetenv:
1238         Depend on gettext-h, not gettext.
1239
1240 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
1241
1242         * gnulib-tool (func_import): Add support for 'public domain' license.
1243         * modules/alloca, modules/atexit, modules/memmove:
1244         Now public domain, not GPL.
1245         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
1246         * modules/realloc, modules/strerror, modules/strtod:
1247         Now LGPL, not GPL.
1248
1249 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
1250
1251         Remove the dependency of the strftime module on the tzset module.
1252         * modules/strftime (Depends-on): Remove dependency on tzset.
1253
1254 2005-06-28  Jim Meyering  <jim@meyering.net>
1255
1256         * check-module (find_included_lib_files): Hard-code another
1257         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
1258         but modules/fts-lgpl (correctly) does not list those files.
1259
1260         * modules/canonicalize (Files): Add lib/pathmax.h.
1261
1262 2005-06-28  Simon Josefsson  <jas@extundo.com>
1263
1264         * modules/check-version (Files): Add check-version.m4.
1265
1266 2005-06-25  Simon Josefsson  <jas@extundo.com>
1267
1268         * modules/check-version: New file.
1269
1270 2005-06-24  Derek Price  <derek@ximbiot.com>
1271         and Bruno Haible  <bruno@clisp.org>
1272
1273         Remove stat module & update lstat.
1274         * MODULES.html.sh (stat): Remove.
1275         * MODULES.html: Regenerated.
1276         * modules/lstat (Description): Correct function name.
1277         (Files): Add "lstat.h".
1278         (Depends-on): Remove stat, add xalloc, stat-macros.
1279         * modules/stat: Remove this file.
1280         (Include): Add "lstat.h", remove <sys/stat.h>.
1281
1282 2005-06-08  Bruno Haible  <bruno@clisp.org>
1283
1284         * modules/csharpcomp: New file.
1285         * MODULES.html.sh (C#): Add csharpcomp.
1286
1287 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
1288
1289         Sync from coreutils.
1290         Use "file name" when talking about file names, instead of "filename"
1291         or "path", as per the GNU coding standards.
1292         * MODULES.html.sh: mkdir-p renamed from makepath.
1293         filenamecat renamed from path-concat.
1294         * modules/filenamecat: Renamed from modules/path-concat.
1295         (Files): filenamecat.h and filenamecat.c renamed from
1296         path-concat.h and path-concat.c.
1297         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
1298         (Include): filenamecat.h, not path-concat.h.
1299         * modules/mkdir-p: Renamed from modules/makepath.
1300         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and makepath.c.
1301         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
1302         (Include): mkdir-p.h, not makepath.h.
1303
1304 2005-06-01  Bruno Haible  <bruno@clisp.org>
1305
1306         * modules/csharpexec: New file.
1307         * MODULES.html.sh (C#): New section.
1308
1309 2005-05-29  Derek Price  <derek@ximbiot.com>
1310
1311         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
1312         * modules/glob: New file.
1313         * modules/getlogin_r: Add link to POSIX spec in description.
1314
1315 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
1316
1317         * modules/fts (Files): Remove m4/inttypes-pri.m4.
1318         * modules/fts-lgpl (Depends-on): Remove gettext.
1319
1320 2005-05-25  Derek Price  <derek@ximbiot.com>
1321
1322         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
1323
1324 2005-05-25  Derek Price  <derek@ximbiot.com>
1325             Paul Eggert  <eggert@cs.ucla.edu>
1326
1327         * modules/getlogin_r: New files.
1328
1329 2005-05-21  Jim Meyering  <jim@meyering.net>
1330
1331         * modules/fts (Files): Add m4/inttypes-pri.m4.
1332         (Depends-on): Add lstat and remove gettext.  Alphabetize.
1333
1334 2005-05-18  Derek Price  <derek@ximbiot.com>
1335
1336         * modules/minmax (Files): Add m4/minmax.m4.
1337         (configure.ac): Add gl_MINMAX.
1338
1339 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
1340
1341         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
1342
1343 2005-05-18  Jim Meyering  <jim@meyering.net>
1344
1345         * modules/dirfd (License): Change to LGPL.  Most of the code
1346         is already in the public domain.
1347
1348 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
1349
1350         * config/srclist-update: Spell out "Street" in FSF postal
1351         mail address; this is the style the FSF seems to prefer.
1352
1353         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
1354         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
1355         this updates FSF postal mail address.
1356
1357         Sync from coreutils.
1358         * modules/unlinkdir: New file.
1359         * modules/yesno (Depends-on): Add getline.
1360         * MODULES.html.sh (File system functions): Add unlinkdir.
1361
1362 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
1363
1364         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
1365         tests/test-memmem.c, tests/test-stpncpy.c:
1366         Update FSF postal mail address.
1367
1368 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
1369
1370         * gnulib-tool (func_import): Sort and uniquify recommended includes.
1371
1372 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
1373
1374         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
1375
1376 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
1377
1378         * modules/time_r (License): Change to LGPL.
1379         * modules/extensions (License): Change to LGPL.  Actually,
1380         the license is more permissive than that, but currently gnulib-tool
1381         doesn't know how to handle more-permissive licenses.
1382
1383         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
1384         Problem reported by Dave Love.
1385
1386 2005-05-09  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
1387             Bruno Haible  <bruno@clisp.org>
1388
1389         * modules/inet_ntop: New file.
1390         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
1391         inet_ntop.
1392
1393 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
1394
1395         * modules/argmatch (Depends-on): Add stdbool.
1396         * modules/backupfile (Depends-on): Likewise.
1397         * modules/chdir-long (Depends-on): Likewise.
1398         * modules/closeout (Depends-on): Likewise.
1399         * modules/cycle-check (Depends-on): Likewise.
1400         * modules/dirname (Depends-on): Likewise.
1401         * modules/fnmatch (Depends-on): Likewise.
1402         * modules/fsusage (Depends-on): Likewise.
1403         * modules/fwriteerror (Depends-on): Likewise.
1404         * modules/getcwd (Depends-on): Likewise.
1405         * modules/getloadavg (Depends-on): Likewise.
1406         * modules/hard-locale (Depends-on): Likewise.
1407         * modules/makepath (Depends-on): Likewise.
1408         * modules/mountlist (Depends-on): Likewise.
1409         * modules/nanosleep (Depends-on): Likewise.
1410         * modules/posixtm (Depends-on): Likewise.
1411         * modules/quotearg (Depends-on): Likewise.
1412         * modules/readtokens (Depends-on): Likewise.
1413         * modules/readtokens0 (Depends-on): Likewise.
1414         * modules/readutmp (Depends-on): Likewise.
1415         * modules/save-cwd (Depends-on): Likewise.
1416         * modules/strftime (Depends-on): Likewise.
1417         * modules/userspec (Depends-on): Likewise.
1418         * modules/utimecmp (Depends-on): Likewise.
1419         * modules/xgetcwd (Depends-on): Likewise.
1420         * modules/xnanosleep (Depends-on): Likewise.
1421         * modules/xstrtod (Depends-on): Likewise.
1422         * modules/yesno (Depends-on): Likewise.
1423
1424 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
1425
1426         * modules/getloadavg (Depends-on): Add unistd-safer.
1427         * modules/getusershell (Depends-on): Add stdio-safer.
1428         * modules/lstat (Depends-on): Remove xalloc.
1429         * modules/mkstemp (Depends-on): Add stat-macros.
1430         * modules/modechange (Depends-on): Remove xstrtol.
1431         Add stat-macros, xalloc.
1432         * modules/save-cwd (Depends-on): Add unistd-safer.
1433         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
1434         * modules/unistd-safer (Files): Add lib/fd-safer.c
1435         (Makefile.am): Remove lib_SOURCES.
1436
1437         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
1438         Remove fcntl-safer; unistd-safer supersedes it.
1439
1440 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
1441
1442         * modules/getcwd (Depends-on): Add extensions.
1443         * modules/openat (Depends-on): Likewise.
1444
1445 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
1446
1447         * MODULES.html.sh (Misc): Add byteswap.
1448
1449 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
1450
1451         * modules/byteswap: New file.
1452
1453 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
1454
1455         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
1456         (func_ln_if_changed) Remove forcibly for no error message
1457         in case file does not exist.
1458
1459 2005-04-19  Simon Josefsson  <jas@extundo.com>
1460
1461         * gnulib-tool (Options): Make --symlink mean --symbolic.
1462
1463 2005-03-14  Simon Josefsson  <jas@extundo.com>
1464
1465         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
1466
1467 2005-04-15  Simon Josefsson  <jas@extundo.com>
1468
1469         * gnulib-tool: Rename --symlink to --symbolic.
1470
1471 2005-04-15  Oskar Liljeblad <oskar@osk.mine.nu>
1472
1473         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
1474         symbolic links to files instead of copying/moving.  Add --aux-dir,
1475         specifying directory relative --dir where auxiliary build tools
1476         are placed.
1477
1478 2005-04-14  Bruno Haible  <bruno@clisp.org>
1479
1480         * modules/allocsa (License): Change to LGPL.
1481         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
1482
1483 2005-03-26  Jim Meyering  <jim@meyering.net>
1484
1485         * modules/check-include-files: Move to ../ and rename to...
1486         * check-module: ...this.
1487
1488 2005-03-25  Jim Meyering  <jim@meyering.net>
1489
1490         * modules/xvasprintf (Files): Add xalloc.h.
1491
1492 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
1493
1494         * modules/gettext (Files): config/config.rpath -> build-aux/config.rpath
1495         * modules/iconv (Files): Likewise.
1496         Problem reported by Oskar Liljeblad.
1497
1498 2005-03-23  Jim Meyering  <jim@meyering.net>
1499
1500         * modules/check-include-files: New script to check for
1501         missing dependencies, multiple includes, etc.
1502
1503         * modules/c-strtold (Depends-on): Add xalloc.
1504         * modules/c-strtod (Depends-on): Add xalloc.
1505         * modules/hash (Depends-on): Add xalloc.
1506         (Files): Remove lib/xalloc.h.
1507
1508         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
1509         * modules/userspec (Files): Add lib/inttostr.h.
1510
1511 2005-03-22  Jim Meyering  <jim@meyering.net>
1512
1513         * modules/stat-macros: New module.
1514         * modules/canonicalize, modules/euidaccess, modules/file-type,
1515         * modules/filemode, modules/lchown, modules/makepath,
1516         * modules/rmdir, modules/stat: Depend on new stat-macros module
1517         rather than listing lib/stat-macros.h manually.
1518         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
1519
1520 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
1521
1522         * modules/chdir-long (Depends-on): Add mempcpy.
1523
1524         * modules/acl, modules/backupfile, modules/c-strtod,
1525         modules/c-strtold, modules/canon-host, modules/canonicalize,
1526         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
1527         modules/exclude, modules/exitfail, modules/file-type,
1528         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
1529         modules/getdate, modules/getline, modules/getpagesize,
1530         modules/getpass, modules/getugroups, modules/group-member,
1531         modules/hard-locale, modules/hash, modules/human, modules/idcache,
1532         modules/inttostr, modules/long-options, modules/makepath,
1533         modules/md5, modules/memcasecmp, modules/memcoll,
1534         modules/modechange, modules/mountlist, modules/path-concat,
1535         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
1536         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
1537         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
1538         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
1539         modules/strftime, modules/strndup, modules/strverscmp,
1540         modules/timespec, modules/unlocked-io, modules/userspec,
1541         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
1542         modules/yesno:
1543         Remove lib_SOURCES line from Makefile.am section, as this is now
1544         done automatically by the corresponding Autoconf macro.
1545
1546 2005-03-16  Bruno Haible  <bruno@clisp.org>
1547
1548         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
1549         HAVE_LONGLONG_64BIT.
1550
1551 2005-03-04  Derek R. Price  <derek@ximbiot.com>
1552
1553         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
1554         (func_import): Only replace files via --import when they have actually
1555         changed.
1556
1557 2005-03-03  Derek R. Price  <derek@ximbiot.com>
1558             Bruno Haible  <bruno@clisp.org>
1559
1560         * modules/pagealign_alloc: New file.
1561         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
1562
1563 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
1564
1565         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
1566         Reported by Derek Price.
1567         (Include): Add "timespec.h".
1568
1569         * modules/xnanosleep (Depends-on): Remove gethrxtime.
1570
1571 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
1572
1573         * modules/gethrxtime: New file.
1574         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
1575         (Depends-on): Add gethrxtime.
1576         (configure.ac): Add gl_XNANOSLEEP.
1577         (Makefile.am): Remove lib_SOURCES line.
1578
1579 2005-02-24  Bruno Haible  <bruno@clisp.org>
1580
1581         * modules/gettext (Files): Add m4/glibc2.m4.
1582
1583 2005-02-22  Simon Josefsson  <jas@extundo.com>
1584
1585         * modules/iconvme: New file.
1586
1587         * MODULES.html.sh: Add iconvme.
1588
1589 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
1590
1591         * modules/chdir-long (Depends-on): Add memrchr.
1592         * modules/memrchr (Files): Add lib/memrchr.h.
1593         (Include): "memrchr.h".
1594
1595 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
1596
1597         Sync from coreutils.
1598         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
1599         (Depends-on): Add c-strtod.
1600         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
1601
1602 2005-01-28  Bruno Haible  <bruno@clisp.org>
1603
1604         * modules/javacomp: New file.
1605         * MODULES.html.sh (Java): Add javacomp.
1606
1607 2005-01-26  Bruno Haible  <bruno@clisp.org>
1608
1609         * modules/javaexec: New file.
1610         * MODULES.html.sh (Java): Add javaexec.
1611
1612 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
1613
1614         * modules/lchown (Depends-on): Remove lchown.h
1615
1616 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
1617
1618         * modules/chdir-long (Depends-on): Remove mempcpy.
1619
1620 2005-01-21  Bruno Haible  <bruno@clisp.org>
1621
1622         * modules/classpath: New file.
1623         * MODULES.html.sh (Java): Add classpath.
1624
1625 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
1626
1627         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
1628
1629 2005-01-20  Simon Josefsson  <jas@extundo.com>
1630
1631         * modules/version-etc-fsf: New file.
1632
1633 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
1634
1635         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
1636         AC_LIBSOURCES now does this.
1637         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
1638         with new ullong_max module.
1639
1640 2005-01-19  Bruno Haible  <bruno@clisp.org>
1641
1642         * modules/sh-quote: New file.
1643         * MODULES.html.sh (Executing programs): Add sh-quote.
1644
1645 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
1646
1647         * modules/ullong_max: New file.
1648
1649         * modules/chdir-long, modules/openat: New files.
1650         * modules/save-cwd (Depends-on): Depend on chdir-long.
1651         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
1652
1653 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
1654
1655         * modules/argp: Depend on vsnprintf
1656
1657 2005-01-10  Jim Meyering  <jim@meyering.net>
1658
1659         * modules/closeout (Depends-on): Add atexit.
1660
1661 2005-01-01  Simon Josefsson  <jas@extundo.com>
1662
1663         * gnulib-tool: Print #include directives when --import'ing.
1664
1665 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
1666
1667         * modules/error (Depends-on): Remove gettext.
1668
1669 2004-12-28  Simon Josefsson  <jas@extundo.com>
1670
1671         * tests/test-base64.c: Include required header files.  Remove
1672         unused variables.
1673
1674 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
1675
1676         * modules/getdate (Depends-on): Remove alloca-opt.
1677
1678 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
1679
1680         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
1681         (2004-10-24) change.  Apparently this was a false alarm.
1682
1683         * modules/getdate: Depend on alloca-opt, not alloca.
1684
1685 2004-12-18  Simon Josefsson  <jas@extundo.com>
1686
1687         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
1688
1689 2004-12-16  Simon Josefsson  <jas@extundo.com>
1690
1691         * tests/test-base64.c: Add license.
1692
1693 2004-12-15  Stepan Kasal  <address@hidden>
1694
1695         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
1696
1697 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
1698
1699         * modules/getcwd (Files): Add m4/d-ino.m4.
1700         Suggested by Mark D. Baushke.
1701
1702 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
1703
1704         * modules/hard-locale (Depends-on): Add strdup.
1705
1706 2004-12-04  Simon Josefsson  <jas@extundo.com>
1707
1708         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
1709         Vandoorselaere <yoann@prelude-ids.org>.
1710
1711 2004-11-30  Simon Josefsson  <jas@extundo.com>
1712
1713         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
1714         base64.
1715
1716         * tests/test-base64.c: New file.
1717
1718         * modules/base64: New file.
1719
1720 2004-11-30  Simon Josefsson  <jas@extundo.com>
1721
1722         * modules/restrict (License): Change to LGPL.
1723
1724 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
1725
1726         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
1727         (Depends-on): Remove pathmax, same.  Add mempcpy.
1728         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
1729         (Makefile.am): Append getcwd.h to lib_SOURCES.
1730         (Include): Add getcwd.h.
1731         (Maintainer): Change from Jim Meyering to "all, glibc",
1732         since getdate now uses intended-for-glibc code.
1733         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
1734         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
1735
1736 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
1737
1738         * modules/canonicalize (Depends-on): Add xreadlink.
1739         Problem reported by James Youngman.
1740
1741 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
1742
1743         * modules/canon-host (Depends-on): Add strdup.
1744
1745 2004-11-16  Jim Meyering  <jim@meyering.net>
1746
1747         * modules/closeout (Depends-on): Add fpending.
1748
1749 2004-11-11  Simon Josefsson  <jas@extundo.com>
1750
1751         * modules/strtok_r: New file.
1752
1753         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
1754         strtok_r.
1755
1756 2004-11-08  Simon Josefsson  <jas@extundo.com>
1757
1758         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
1759         getaddrinfo.
1760
1761         * modules/getaddrinfo: New file.
1762
1763 2004-11-10  Jim Meyering  <jim@meyering.net>
1764
1765         * modules/closeout (Depends-on): Remove fpending.
1766
1767 2004-11-04  Bruno Haible  <bruno@clisp.org>
1768
1769         * modules/allocsa (Files): Add lib/allocsa.valgrind.
1770         (Makefile.am): Distribute it.
1771
1772 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
1773
1774         * modules/getdate (Files): Add doc/getdate.texi.
1775         (Depends-on): Add setenv, xalloc.
1776
1777 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
1778
1779         * modules/regex (lib_SOURCES): Add regex.c.
1780         Reported by James Youngman in
1781         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
1782
1783 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
1784
1785         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
1786         missing.  Problem reported by James Youngman.
1787
1788 2004-10-16  Simon Josefsson  <jas@extundo.com>
1789
1790         * gnulib-tool: Fix comments.  Fix parse problem.
1791         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
1792
1793 2004-10-15  Bruno Haible  <bruno@clisp.org>
1794
1795         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
1796
1797 2004-10-15  Bruno Haible  <bruno@clisp.org>
1798
1799         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
1800         the portions belonging to each module.
1801         Suggested by Derek Robert Price <derek@ximbiot.com>.
1802
1803 2004-10-15  Bruno Haible  <bruno@clisp.org>
1804
1805         * gnulib-tool: Untabify. Initialize supplied_libname.
1806         (func_usage): More homogenous output.
1807         (func_modules_transitive_closure, func_modules_to_filelist,
1808         func_emit_lib_Makefile_am): New functions.
1809         (func_import): New function, extracted from big case statement. Use
1810         func_get_license, func_modules_transitive_closure,
1811         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
1812         opt_lgpl. Don't use test -a, as it's not portable.
1813         (func_create_testdir): Use func_modules_transitive_closure,
1814         func_modules_to_filelist, func_emit_lib_Makefile_am.
1815
1816 2004-10-11  Bruno Haible  <bruno@clisp.org>
1817
1818         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
1819         vsnprintf.
1820
1821 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
1822
1823         * modules/vsnprintf: New file.
1824
1825 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
1826
1827         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
1828
1829         * modules/argmatch, modules/argp, modules/closeout, modules/error,
1830         modules/exclude, modules/getdate, modules/getline,
1831         modules/getndelim2, modules/getpass, modules/getpass-gnu,
1832         modules/getusershell, modules/linebuffer, modules/md5,
1833         modules/mountlist, modules/posixtm, modules/readtokens,
1834         modules/readutmp, modules/regex, modules/sha1,
1835         modules/version-etc, modules/yesno:
1836         Remove dependency on unlocked-io.
1837
1838 2004-10-04  Bruno Haible  <bruno@clisp.org>
1839
1840         * modules/README: New file.
1841         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
1842         not a module.
1843
1844 2004-10-04  Simon Josefsson  <jas@extundo.com>
1845
1846         * modules/memmem: New file.
1847         * tests/test-memmem.c: New file.
1848         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
1849
1850 2004-10-01  Bruno Haible  <bruno@clisp.org>
1851
1852         * MODULES.html.sh: Add strsep.
1853
1854 2004-10-01  Yoann Vandoorselaere <yoann@prelude-ids.org>
1855
1856         * modules/strsep: New file.
1857
1858 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
1859
1860         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
1861
1862 2004-09-30  Simon Josefsson  <jas@extundo.com>
1863
1864         * modules/snprintf: New file.
1865
1866 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
1867
1868         * modules/argp (Maintainer): Replace Simon Josefsson
1869         by Sergey Poznyakoff.
1870
1871 2004-10-01  Simon Josefsson  <jas@extundo.com>
1872
1873         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
1874         memmem.
1875
1876         * tests/test-memmem.c: New file.
1877
1878         * modules/memmem: New file.
1879
1880 2004-09-29  Bruno Haible  <bruno@clisp.org>
1881
1882         * modules/alloca-opt: New file, derived from modules/alloca.
1883         * modules/allocsa: Depend on alloca-opt instead of alloca.
1884         * modules/setenv: Likewise.
1885         * modules/vasnprintf: Likewise.
1886         * MODULES.html.sh: Add alloca-opt.
1887
1888 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
1889
1890         * modules/dummy: Change license to LGPL.
1891
1892 2004-09-29  Simon Josefsson  <jas@extundo.com>
1893
1894         * gnulib-tool: New parameter --lgpl, to asseert that modules are
1895         LGPL, and to replace license template from GPL to LGPL.
1896
1897 2004-09-24  Simon Josefsson  <jas@extundo.com>
1898
1899         * modules/minmax (License): Change from GPL to LGPL.
1900
1901 2004-09-23  Simon Josefsson  <jas@extundo.com>
1902
1903         * gnulib-tool (--import): Typo.
1904
1905 2004-09-21  Simon Josefsson  <jas@extundo.com>
1906
1907         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
1908         snprintf.
1909
1910         * modules/snprintf: New file.
1911
1912 2004-09-05  Simon Josefsson  <jas@extundo.com>
1913
1914         * modules/getaddrinfo: Add.
1915
1916 2004-09-23  Simon Josefsson  <jas@extundo.com>
1917
1918         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
1919
1920 2004-09-22  Bruno Haible  <bruno@clisp.org>
1921
1922         * modules/*: Add 'License' field.
1923         * gnulib-tool: Accept --extract-license option.
1924         (func_get_license): New function.
1925
1926 2004-09-21  Bruno Haible  <bruno@clisp.org>
1927
1928         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
1929         Reported by Simon Josefsson.
1930
1931 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
1932
1933         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
1934         gl_AC_TYPE_LONG_LONG.
1935
1936 2004-09-18  Simon Josefsson  <jas@extundo.com>
1937         and  Paul Eggert  <eggert@cs.ucla.edu>
1938
1939         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
1940         calls with autoreconf.  Define GL_LIB.
1941
1942 2004-09-09  Karl Berry  <karl@gnu.org>
1943
1944         * regex.[ch]: delete from the root.  These were supposed to be
1945                 synced with emacs cvs, but this has not happened for about
1946                 a year, and anyway nothing else uses emacs regex.[ch].
1947                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
1948                 lib/regex[.ch] is untouched.
1949
1950 2004-09-09  Bruno Haible  <bruno@clisp.org>
1951
1952         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
1953
1954 2004-09-08  Bruno Haible  <bruno@clisp.org>
1955             Oskar Liljeblad  <oskar@osk.mine.nu>
1956
1957         * modules/stdint: New file.
1958         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
1959
1960 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
1961
1962         * modules/xvasprintf: New file.
1963         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
1964
1965 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
1966
1967         * modules/userspec: Don't depend on alloca.
1968
1969 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
1970
1971         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
1972         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
1973         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
1974
1975 2004-08-16  Simon Josefsson  <jas@extundo.com>
1976
1977         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
1978         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
1979         Add --dry-run for --import.
1980         Let user provided command line parameters override configure.ac
1981         settings.
1982
1983 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
1984
1985         * modules/argp (Files): Add m4/unlocked-io.m4.
1986         (Depends-on): Add extensions.
1987
1988 2004-08-12  Simon Josefsson  <jas@extundo.com>
1989
1990         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
1991         Change default library name from libfoo to libgnu.
1992         Now, if you have a configure.ac that says:
1993                 gl_SOURCE_BASE(gl)
1994                 gl_M4_BASE(gl/m4)
1995                 gl_MODULES(error getopt etcetera)
1996                 gl_INIT
1997         you can import all you need by running:
1998                 ../gnulib/gnulib-tool --import
1999
2000         * modules/getopt (Files): Rename getopt.h to getopt_.h.
2001         (Makefile.am): Rewrite, use logic from argz.
2002         (Include): Use <getopt.h> instead of "getopt.h".
2003
2004 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
2005
2006         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
2007         m4/uintmax_t.m4.
2008
2009 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
2010
2011         * modules/xalloc-die: New file.
2012         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
2013
2014         * modules/md5 (Files): Add m4/uint32_t.m4.
2015         * modules/sha1: Renamed from modules/sha.
2016         (Files):
2017         Rename lib/sha.h to lib/sha1.h.
2018         Rename lib/sha.c to lib/sha1.c.
2019         Rename m4/sha.m4 to m4/sha1.m4.
2020         (lib_SOURCES): Likewise.
2021         (configure.ac): Rename gl_SHA to gl_SHA1.
2022         (Include): sha.h -> sha1.h.
2023
2024 2004-08-08  Simon Josefsson  <jas@extundo.com>
2025
2026         * modules/xgethostname (Depends-on): Remove exit and error (not
2027         used).
2028
2029         * modules/getpass-gnu: Add getpass.h.
2030         (Depends-on): Add stdbool.
2031         * modules/getpass: Add getpass.h.
2032
2033 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
2034
2035         More merge from coreutils.
2036         * modules/raise, modules/readtokens0, modules/utimens,
2037         modules/utimecmp, module/xnanosleep: New files.
2038         * modules/strftime: Add lib/strftime.h.
2039         Change include from <time.h> to "strftime.h".
2040         * modules/yesno: Add lib/yesno.h.
2041         * modules/backupfile: Remove lib/addext.c.
2042         * modules/euidaccess: Add stat-macros.h.
2043         * modules/canonicalize, modules/euidaccess,
2044         modules/filemode, modules/lchown, modules/makepath,
2045         modules/rmdir, modules/stat: Likewise.
2046
2047 2004-08-03  Simon Josefsson  <jas@extundo.com>
2048
2049         * modules/progname (Depends-on): Don't depend on stdbool.
2050
2051 2004-08-02  Simon Josefsson  <jas@extundo.com>
2052
2053         * modules/getsubopt: New file.
2054         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
2055         getsubopt.
2056
2057 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
2058
2059         Merge from coreutils.
2060         * modules/c-strtod, modules/c-strtold, modules/canonicalize,
2061         modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
2062         * modules/path-concat: Don't depend on strdup.
2063
2064 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
2065
2066         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
2067         * MODULES.html.sh (func_all_modules): Remove fatal.
2068
2069 2004-07-19  Bruno Haible  <bruno@clisp.org>
2070
2071         * MODULES.html.sh (func_all_modules): Add dummy.
2072
2073 2004-07-16  Simon Josefsson  <jas@extundo.com>
2074
2075         * modules/dummy: New file.
2076
2077 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
2078
2079         * modules/chown (Files): Add lib/fchown-stub.c, since
2080         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
2081
2082 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
2083
2084         * modules/argz: Omit "#include".
2085
2086         * MODULES.html.sh (func_all_modules): Add calloc, to match
2087         2004-06-01 addition of calloc module.
2088
2089 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
2090
2091         * modules/argz: New file.
2092         * MODULES.html.sh (func_all_modules): Add argz.
2093
2094 2004-06-12  Jim Meyering  <jim@meyering.net>
2095         and  Paul Eggert  <eggert@cs.ucla.edu>
2096
2097         * modules/hash (Files): Add lib/xalloc.h.
2098         * modules/pipe (Depends-on): Add wait-process.
2099         * modules/stat (Depends-on): Add xalloc.
2100         * modules/userspec (Files): Add lib/userspec.h.
2101         * modules/xstrto
2102
2103         Upgrade from gettext-0.13.
2104         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
2105         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
2106         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
2107
2108 2003-11-25  Bruno Haible  <bruno@clisp.org>
2109
2110         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
2111
2112 2003-11-24  Paul Eggert  <eggert@twinsun.com>
2113
2114         * modules/alloca: Remove dependency on xalloc.
2115
2116 2003-11-17  Paul Eggert  <eggert@twinsun.com>
2117
2118         * README: Mention that S+T cannot overflow if S is the size of
2119         an existing object and T is sufficiently small.
2120
2121 2003-11-17  Bruno Haible  <bruno@clisp.org>
2122
2123         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
2124         (Depends-on): Add xsize.
2125
2126 2003-11-12  Paul Eggert  <eggert@twinsun.com>
2127
2128         * modules/xalloc (Files): Undo latest change, since xalloc.h
2129         no longer needs SIZE_MAX or PTRDIFF_MAX.
2130
2131 2003-11-11  Bruno Haible  <bruno@clisp.org>
2132
2133         * modules/xsize (Files): Add m4/size_max.m4.
2134         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
2135
2136 2003-11-04  Bruno Haible  <bruno@clisp.org>
2137
2138         * modules/xsize: New file.
2139         * modules/linebreak: Depend on xsize.
2140         * MODULES.html.sh (func_all_modules): Add xsize.
2141
2142 2003-11-04  Jim Meyering  <jim@meyering.net>
2143
2144         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
2145         variable names, rather than @VAR@.
2146         * modules/poll: Likewise.
2147
2148 2003-11-03  Jim Meyering  <jim@meyering.net>
2149
2150         * modules/userspec (lib_SOURCES): Add userspec.h.
2151         (Include): Add "userspec.h".
2152         Improve description.
2153
2154 2003-10-29  Paul Eggert  <eggert@twinsun.com>
2155
2156         * modules/group-member: Depend on stdbool.
2157
2158 2003-10-20  Bruno Haible  <bruno@clisp.org>
2159
2160         * modules/wait-process: New file.
2161         * MODULES.html.sh (func_all_modules): Add wait-process.
2162
2163 2003-10-16  Paul Eggert  <eggert@twinsun.com>
2164
2165         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
2166
2167 2003-10-14  Bruno Haible  <bruno@clisp.org>
2168
2169         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
2170
2171 2003-10-12  Paul Eggert  <eggert@twinsun.com>
2172
2173         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
2174         Change maintainer from Bruno Haible to 'all'.
2175
2176 2003-10-10  Simon Josefsson  <jas@extundo.com>
2177
2178         * modules/argp (Depends-on): Add restrict and strcase.
2179
2180 2003-10-08  Paul Eggert  <eggert@twinsun.com>
2181
2182         * modules/getpass: Depend on stdbool.
2183
2184 2003-10-06  Bruno Haible  <bruno@clisp.org>
2185
2186         * modules/version-etc-2: Remove file.
2187         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
2188
2189 2003-10-06  Bruno Haible  <bruno@clisp.org>
2190
2191         * modules/fatal-signal: New file.
2192         * MODULES.html.sh (func_all_modules): Add fatal-signal.
2193
2194 2003-10-05  Paul Eggert  <eggert@twinsun.com>
2195
2196         * README: Rework advice for preventing empty .o files.
2197         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
2198         not <sys/types.h>.
2199
2200 2003-10-02  Bruno Haible  <bruno@clisp.org>
2201
2202         * modules/lchown (Include): Add lchown.h.
2203         * modules/time_r (Include): Use "..." syntax.
2204         * modules/xgetdomainname (Include): Add xgetdomainname.h.
2205
2206 2003-10-01  Simon Josefsson  <jas@extundo.com>
2207
2208         * MODULES.html.sh (func_all_modules): Move gethostname from section
2209         'based on' to section 'lacking' POSIX:2001.
2210
2211 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
2212
2213         Trivial fixes to Makefile.am parts of module listings.
2214         * modules/strstr: Append strstr.h to lib_SOURCES.
2215         * modules/strcase: Likewise, for strcase.h.
2216
2217 2003-09-27  Paul Eggert  <eggert@twinsun.com>
2218
2219         * modules/free: New file.
2220
2221 2003-09-25  Bruno Haible  <bruno@clisp.org>
2222
2223         * modules/version-etc-2: New file, from modules/version-etc with
2224         modifications.
2225         * MODULES.html.sh (func_all_modules): Add version-etc-2.
2226
2227 2003-09-25  Simon Josefsson  <jas@extundo.com>
2228             Bruno Haible  <bruno@clisp.org>
2229
2230         * modules/getdomainname: New file.
2231         * modules/xgetdomainname: New file.
2232         * MODULES.html.sh (func_all_modules): Add getdomainname, xgetdomainname.
2233
2234 2003-09-24  Paul Eggert  <eggert@twinsun.com>
2235
2236         * README: Document assumptions that 'int' is at least 32 bits
2237         wide, that integer arithmetic is 2's complement without overflow,
2238         that there are no holes in integer values, that adding sizes of
2239         two nonoverlapping objects can't overflow, and that all-bits-zero
2240         yields scalar zero.  Fix spelling and capitalization typos.
2241
2242 2003-09-24  Simon Josefsson  <jas@extundo.com>
2243
2244         * modules/xgethostname: Add xgethostname.h.
2245
2246 2003-09-17  Paul Eggert  <eggert@twinsun.com>
2247
2248         * gnulib-tool: Use "test -h", not "test -L", for portability
2249         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
2250         (tags_regexp): Remove, since \| doesn't conform to POSIX.
2251         (sed_extract_prog): Issue s commands one-by-one, rather than
2252         using \| in one s command.
2253
2254 2003-09-16  Bruno Haible  <bruno@clisp.org>
2255
2256         * gnulib-tool (func_create_testdir): Warn about duplicated
2257         dependencies.
2258
2259 2003-09-15  Paul Eggert  <eggert@twinsun.com>
2260
2261         * modules/argmatch, modules/fatal, modules/obstack,
2262         modules/xalloc, modules/xgethostname: Sort dependencies by
2263         importance, not alphabetically.
2264
2265 2003-09-14  Bruno Haible  <bruno@clisp.org>
2266
2267         * modules/fwriteerror: New file.
2268         * MODULES.html.sh (func_all_modules): Add fwriteerror.
2269
2270 2003-09-12  Paul Eggert  <eggert@twinsun.com>
2271
2272         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
2273         modules/xgethostname, modules/xalloc: Depend on exit.
2274
2275 2003-09-09  Paul Eggert  <eggert@twinsun.com>
2276
2277         * README: New section: portability guidelines.
2278
2279 2003-09-07  Paul Eggert  <eggert@twinsun.com>
2280
2281         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
2282         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
2283
2284 2003-09-06  Paul Eggert  <eggert@twinsun.com>
2285
2286         * MODULES.html.sh (func_all_modules): Add time_r.
2287         * modules/time_r: New file.
2288         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
2289         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
2290
2291 2003-08-31  Simon Josefsson  <jas@extundo.com>
2292
2293         * modules/timegm: New file.
2294         * MODULES.html.sh (func_all_modules): Add timegm.
2295
2296 2003-08-22  Simon Josefsson  <jas@extundo.com>
2297
2298         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
2299
2300 2003-08-20  Bruno Haible  <bruno@clisp.org>
2301
2302         * modules/progname: New file.
2303         * MODULES.html.sh (func_all_modules): Add progname.
2304
2305 2003-08-18  Paul Eggert  <eggert@twinsun.com>
2306
2307         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
2308         in makefile rules.
2309
2310 2003-08-17  Simon Josefsson  <jas@extundo.com>
2311
2312         * modules/argp: Fix autoconf macro name. Add more dependencies.
2313
2314 2003-08-17  Simon Josefsson  <jas@extundo.com>
2315
2316         * modules/xstrndup: New file.
2317         * MODULES.html.sh (func_all_modules): Add xstrndup.
2318
2319 2003-08-17  Bruno Haible  <bruno@clisp.org>
2320
2321         * modules/strndup (Files, Include): Add lib/strndup.h.
2322
2323 2003-08-17  Bruno Haible  <bruno@clisp.org>
2324
2325         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
2326         like AC_GNU_SOURCE.
2327         * modules/extensions (configure.ac): Comment out the invocation of
2328         gl_USE_SYSTEM_EXTENSIONS.
2329
2330 2003-08-17  Bruno Haible  <bruno@clisp.org>
2331
2332         * modules/euidaccess (Files): Add lib/euidaccess.h.
2333
2334 2003-08-16  Paul Eggert  <eggert@twinsun.com>
2335
2336         Document merge from coreutils.
2337         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
2338         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
2339         * modules/utime: Add m4/utimes-null.m4.
2340
2341 2003-08-15  Paul Eggert  <eggert@twinsun.com>
2342
2343         Document merge from coreutils.
2344         * modules/userspec: Depend on posixver.
2345         * modules/strftime: Depend on tzset.
2346
2347 2003-08-14  Jim Meyering  <jim@meyering.net>
2348
2349         Merges from coreutils.
2350         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
2351         variable names, rather than @FNMATCH_H@.
2352         * modules/alloca: Likewise for $(ALLOCA_H).
2353
2354         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
2355         the three copies of the literal target, `fnmatch.h'.
2356         * modules/alloca (alloca.h): Likewise.
2357
2358 2003-08-14  Paul Eggert  <eggert@twinsun.com>
2359
2360         * modules/tzset: New file.
2361
2362 2003-08-12  Paul Eggert  <eggert@twinsun.com>
2363
2364         Merge from coreutils.
2365         * modules/euidaccess: Add lib_SOURCES, include for new
2366         file euidaccess.h
2367
2368 2003-08-11  Paul Eggert  <eggert@twinsun.com>
2369
2370         * modules/gnu-source, m4/gnu-source.m4:
2371         Remove; we're assuming Autoconf 2.54 or later now.
2372         Suggested by Bruno Haible.
2373         * MODULES.html.sh (func_all_modules): Remove gnu-source.
2374
2375 2003-08-08  Paul Eggert  <eggert@twinsun.com>
2376
2377         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
2378         * modules/extensions, modules/gnu-source: New files.
2379         * modules/timespec, modules/unlocked-io: Depend on extensions.
2380
2381 2003-08-07 Paul Eggert  <eggert@twinsun.com>
2382
2383         * modules/restrict: New file.
2384         * MODULES.html.sh (func_all_modules): Add restrict.
2385         * modules/regex: Depend on restrict.
2386
2387 2003-08-07  Bruno Haible  <bruno@clisp.org>
2388
2389         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
2390         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
2391
2392 2003-08-05  Paul Eggert  <eggert@twinsun.com>
2393
2394         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
2395         * modules/bumpalloc: Remove.
2396
2397 2003-07-31  Bruno Haible  <bruno@clisp.org>
2398
2399         * modules/getpass-gnu: New file.
2400         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
2401
2402 2003-07-22  Paul Eggert  <eggert@twinsun.com>
2403
2404         * modules/xalloc (Depends-on): Add exitfail.
2405         * modules/xmemcoll: Likewise.
2406
2407 2003-07-20  Jim Meyering  <jim@meyering.net>
2408
2409         * modules/closeout (Depends-on): Add exitfail.
2410         Suggestion from Bruno Haible.
2411
2412 2003-07-18  Bruno Haible  <bruno@clisp.org>
2413
2414         * modules/getndelim2: New file.
2415         * modules/getline: Share files with module getndelim2.
2416         * modules/getnline: Depend on getndelim2 instead of sharing files with
2417         it. Add getnline.c to lib_SOURCES.
2418         * MODULES.html.sh (func_all_modules): Add getndelim2.
2419
2420 2003-07-17  Bruno Haible  <bruno@clisp.org>
2421
2422         * modules/getnline: New file.
2423         * modules/getline: Add lib/getndelim2.c to source file list.
2424         * MODULES.html.sh (func_all_modules): Add getnline.
2425
2426 2003-07-17  Bruno Haible  <bruno@clisp.org>
2427
2428         * configure.in: Remove file.
2429         * Makefile.in: Remove file.
2430
2431 2003-07-17  Bruno Haible  <bruno@clisp.org>
2432
2433         * MODULES.html.sh: Put the </BODY> right before </HTML>.
2434
2435 2003-07-16  Jim Meyering  <jim@meyering.net>
2436
2437         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
2438
2439 2003-07-15  Jim Meyering  <jim@meyering.net>
2440
2441         * modules/save-cwd: Don't depend on error.  From Derek Price.
2442
2443 2003-07-14  Simon Josefsson  <jas@extundo.com>
2444
2445         * modules/mempcpy: New file.
2446         * MODULES.html.sh (func_all_modules): Add mempcpy.
2447
2448 2003-07-14  Paul Eggert  <eggert@twinsun.com>
2449
2450         * modules/getdate, modules/posixtm: Depend on mktime.
2451
2452 2003-07-10  Simon Josefsson  <jas@extundo.com>
2453
2454         * modules/strchrnul (Makefile.am): Add strchrnul.h.
2455
2456 2003-06-26  Bruno Haible  <bruno@clisp.org>
2457
2458         * modules/human: Depend on module stdbool.
2459
2460 2003-06-25  Bruno Haible  <bruno@clisp.org>
2461
2462         * modules/readlink: New file.
2463         * modules/xreadlink: Depend on it.
2464         * MODULES.html.sh (func_all_modules): Add readlink.
2465
2466 2003-06-22  Bruno Haible  <bruno@clisp.org>
2467
2468         * modules/safe-read: Add m4/ssize_t.m4.
2469         * modules/xreadlink: Add m4/ssize_t.m4.
2470
2471 2003-06-11  Simon Josefsson  <jas@extundo.com>
2472
2473         * modules/sysexits: New file.
2474         * MODULES.html.sh (func_all_modules): Add sysexits.
2475
2476 2003-06-10  Bruno Haible  <bruno@clisp.org>
2477
2478         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
2479
2480 2003-06-10  Simon Josefsson  <jas@extundo.com>
2481
2482         * modules/strchrnul: New file.
2483
2484 2003-06-10  Simon Josefsson  <jas@extundo.com>
2485
2486         * modules/argp: New file.
2487
2488 2003-06-07  Bruno Haible  <bruno@clisp.org>
2489
2490         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
2491         avoid AC_CONFIG_LINKS.
2492         * modules/fnmatch (Makefile.am): Use explicit creation rule for
2493         fnmatch.h, to avoid AC_CONFIG_LINKS.
2494         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
2495
2496 2003-06-07  Jim Meyering  <jim@meyering.net>
2497
2498         * modules/strtod: Use $(...) notation, not @...@ for
2499         AC_REPLACE'd variables.
2500         * modules/localcharset: Likewise.
2501
2502 2003-06-06  Jim Meyering  <jim@meyering.net>
2503             Bruno Haible  <bruno@clisp.org>
2504
2505         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
2506         Adjust Makefile.am snippet not to redirect directly to target.
2507         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
2508
2509 2003-05-30  Bruno Haible  <bruno@clisp.org>
2510
2511         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
2512         * config/config.rpath: Upgrade to gettext-0.12.1.
2513
2514 2003-05-22  Karl Berry  <karl@gnu.org>
2515
2516         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
2517
2518 2003-05-09  Bruno Haible  <bruno@clisp.org>
2519
2520         * modules/error: Add m4/strerror_r.m4 to file list.
2521
2522 2003-04-10  Bruno Haible  <bruno@clisp.org>
2523
2524         * modules/findprog: New file.
2525         * MODULES.html.sh (func_all_modules): Add it.
2526
2527 2003-04-04  Bruno Haible  <bruno@clisp.org>
2528
2529         * modules/linebreak: New file.
2530         * MODULES.html.sh (func_all_modules): Add it.
2531
2532 2003-04-03  Bruno Haible  <bruno@clisp.org>
2533
2534         * modules/utf8-ucs4: New file.
2535         * modules/utf16-ucs4: New file.
2536         * modules/ucs4-utf8: New file.
2537         * modules/ucs4-utf16: New file.
2538         * MODULES.html.sh (func_all_modules): Add them.
2539
2540 2003-04-02  Bruno Haible  <bruno@clisp.org>
2541
2542         * modules/binary-io: New file.
2543         * MODULES.html.sh (func_all_modules): Add it.
2544
2545 2003-04-01  Bruno Haible  <bruno@clisp.org>
2546
2547         * modules/pathname: New file.
2548         * MODULES.html.sh (func_all_modules): Add it.
2549
2550 2003-03-28  Bruno Haible  <bruno@clisp.org>
2551
2552         * modules/copy-file: New file.
2553         * MODULES.html.sh (func_all_modules): Add it.
2554
2555 2003-02-20  Bruno Haible  <bruno@clisp.org>
2556
2557         * MODULES.html.sh (func_all_modules): Add poll.
2558
2559 2003-02-19  Paolo Bonzino  <bonzini@gnu.org>
2560
2561         * modules/poll: New file.
2562
2563 2003-02-18  Bruno Haible  <bruno@clisp.org>
2564
2565         * MODULES.html.sh (func_all_modules): Add mathl.
2566
2567 2003-02-18  Paolo Bonzino  <bonzini@gnu.org>
2568
2569         * modules/mathl: New file.
2570
2571 2003-02-17  Bruno Haible  <bruno@clisp.org>
2572
2573         * modules/mkdtemp: New module.
2574         * MODULES.html.sh (func_all_modules): Add it.
2575
2576 2003-01-30  Bruno Haible  <bruno@clisp.org>
2577
2578         * modules/vasnprintf, modules/vasprintf: New modules.
2579         * MODULES.html.sh (func_all_modules): Add them.
2580
2581 2003-01-29  Bruno Haible  <bruno@clisp.org>
2582
2583         * modules/stpncpy: New module.
2584         * MODULES.html.sh (func_all_modules): Add it.
2585
2586 2003-01-28  Bruno Haible  <bruno@clisp.org>
2587
2588         * modules/c-ctype: New module.
2589         * MODULES.html.sh (func_all_modules): Add it.
2590
2591 2003-01-27  Bruno Haible  <bruno@clisp.org>
2592
2593         * modules/xsetenv: New module.
2594         * MODULES.html.sh (func_all_modules): Add it.
2595
2596 2003-01-23  Bruno Haible  <bruno@clisp.org>
2597
2598         * modules/minmax: New module.
2599         * MODULES.html.sh (func_all_modules): Add it.
2600
2601 2003-01-22  Bruno Haible  <bruno@clisp.org>
2602
2603         * modules/exit: New module.
2604         * MODULES.html.sh (func_all_modules): Add it.
2605
2606 2003-01-19  Bruno Haible  <bruno@clisp.org>
2607
2608         * gnulib-tool: Recognize option --extract-maintainer.
2609         (func_get_maintainer): New function.
2610         * modules/*: Add Maintainer entry.
2611
2612 2003-01-16  Bruno Haible  <bruno@clisp.org>
2613
2614         * MODULES.html.sh: Add a table of contents. Add the module name as
2615         leftmost column. Add hyperlinks.
2616
2617 2003-01-11  Bruno Haible  <bruno@clisp.org>
2618
2619         * modules/stpcpy: Distribute lib/stpcpy.h.
2620         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
2621
2622 2003-01-11  Bruno Haible  <bruno@clisp.org>
2623
2624         * gnulib-tool (func_create_testdir): Store config/* files in the main
2625         directory.
2626         * config.rpath: Move to ...
2627         * config/config.rpath: ... here.
2628         * modules/gettext: Contains config/config.rpath, not config.rpath.
2629         * modules/iconv: Likewise.
2630
2631 2003-01-11  Bruno Haible  <bruno@clisp.org>
2632
2633         * modules/*: Add a description.
2634         * modules/strpbrk: Fix Makefile.am snippet.
2635         * modules/strtoimax: Fix dependencies.
2636         * modules/strtoumax: Likewise.
2637
2638 2003-01-11  Bruno Haible  <bruno@clisp.org>
2639
2640         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
2641         * modules/alloca (Makefile.am): All object files depend on alloca.h.
2642         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
2643
2644 2003-01-12  Paul Eggert  <eggert@twinsun.com>
2645
2646         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
2647         to avoid collisions with libcurses and libreadline.
2648         * getstr: Remove.
2649         * MODULES.html.sh: Remove getstr.
2650         * modules/getline: Depend on unlocked-io, not getstr.
2651
2652 2003-01-10  Bruno Haible  <bruno@clisp.org>
2653
2654         * modules/alloca: Change Makefile.am requirements. Simplify Include
2655         requirements. Add lib/alloca_.h to file list.
2656
2657 2003-01-09  Bruno Haible  <bruno@clisp.org>
2658
2659         * modules/stdbool: Change configure.ac, Makefile.am requirements.
2660         Simplify Include requirements. Add lib/stdbool.h.in to file list.
2661
2662 2003-01-09  Bruno Haible  <bruno@clisp.org>
2663
2664         * gnulib-tool (func_all_modules): Ignore files ending in ~.
2665         * MODULES.html.sh: Likewise.
2666
2667 2003-01-09  Karl Berry  <karl@gnu.org>
2668
2669         * MODULES.html.sh: include `dirname $0` in PATH, to find
2670         gnulib-tool.
2671
2672 2003-01-08  Bruno Haible  <bruno@clisp.org>
2673
2674         * modules/full-read: Depend on full-write.
2675
2676 2003-01-07  Bruno Haible  <bruno@clisp.org>
2677
2678         * MODULES.html.sh: Add copyright notice.
2679         (missed_files): Omit CVS directory entries.
2680         (func_module): Make it work with sed-3.02.
2681         * MODULES.txt: Remove file.
2682
2683 2003-01-01  Karl Berry  <karl@gnu.org>
2684
2685         * gnulib-tool (func_verify_module): report module name $module in
2686         error message, not $1.
2687         * gnulib-tool (create-testdir): don't complain if destdir couldn't
2688         be created, only if it doesn't exist.
2689         * gnulib-tool (last_checkin_date): don't expand the $Date here.
2690
2691 2002-12-24  Bruno Haible  <bruno@clisp.org>
2692
2693         * MODULES.txt: Update according to m4/ changes.
2694
2695         Module gettext.
2696         * config.rpath: New file, from gettext-0.11.5.
2697
2698         * modules/*: New module descriptions.
2699         * gnulib-tool: New file.
2700         * MODULES.html.sh: New file.
2701
2702 2002-11-01  Bruno Haible  <bruno@clisp.org>
2703
2704         * configure.in: Add AC_CONFIG_AUX_DIR call.
2705         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
2706         test/Makefile.
2707         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
2708
2709 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
2710
2711         * regex.c (PATFETCH): Remove the translating fetch.
2712         (PATFETCH_RAW): Rename to PATFETCH.
2713         (set_image_of_range): New fun.
2714         (SET_RANGE_TABLE_WORK_AREA): Use it.
2715         (regex_compile): Don't translate the pattern chars so eagerly.
2716         Only do it when inserting an `exactn' bytecode or when handling
2717         a char-range.
2718         (mutually_exclusive_p): Avoid empty statement.
2719
2720 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
2721
2722         * README: New file
2723         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
2724         (per RMS's instructions, this is now the canonical source)
2725         * lgpl/, gpl/: New directories.
2726
2727 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
2728
2729         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
2730         as if it was a `charset'.
2731
2732 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
2733
2734         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
2735         (regex_compile): Catch bogus \(\1\).
2736
2737 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
2738
2739         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
2740         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
2741         Giving in to popular pressure to shut up the compiler with casts.
2742
2743 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
2744
2745         * regex.c: More `unsigned char' -> `re_char' changes.
2746         Also change several `int' into `re_wchar_t'.
2747         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
2748         (PUSH_FAILURE_POINTER): Don't cast any more.
2749         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
2750         We want GCC to complain, since this piece of code makes
2751         re_match non-reentrant, which *should* be fixed.
2752         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
2753         (EXTEND_BUFFER): Use RETALLOC.
2754         (SET_LIST_BIT): Don't cast.
2755         (re_wchar_t): New type.
2756         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
2757         that those two functions will always properly return.
2758         (IMMEDIATE_QUIT_CHECK): Cast to void.
2759         (analyse_first): Use recursion rather than an explicit stack.
2760         (re_compile_fastmap): Can't fail anymore.
2761         (re_search_2): Don't check re_compile_fastmap for failure.
2762         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
2763         Now also sets the new value (passed in a new argument).
2764         (re_match_2_internal): Use it.
2765         Also, use a new var `reg' of type size_t when looping through regs
2766         rather than reuse the inappropriate `mcnt'.
2767
2768 2000-10-24  Andrew Innes  <andrewi@gnu.org>
2769
2770         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
2771         NT-Emacs only.
2772         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
2773         so that re_search functions only quit when callers expect them to.
2774
2775 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
2776
2777         * regex.c (regex_compile): Change the way of handling a range from
2778         a char less than 256 to a char not less than 256.
2779
2780 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
2781
2782         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
2783
2784
2785 Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006
2786 Free Software Foundation, Inc.
2787 Copying and distribution of this file, with or without modification,
2788 are permitted provided the copyright notice and this notice are preserved.