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