Mercurial > hg > octave-kai > gnulib-hg
annotate m4/ChangeLog @ 6562:c89ddea009ce
* lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
it's not portable and it doesn't work with cross-compiles. Fix missing-$
typo in 'test "gl_cv_ignore_unused_libraries" ...' that prevented -zignore
from being used with Sun's C compiler.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Tue, 17 Jan 2006 07:23:20 +0000 |
parents | ed2b5c29e4cb |
children | df6195e003c4 |
rev | line source |
---|---|
6562
c89ddea009ce
* lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
Paul Eggert <eggert@cs.ucla.edu>
parents:
6555
diff
changeset
|
1 2006-01-16 Paul Eggert <eggert@cs.ucla.edu> |
c89ddea009ce
* lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
Paul Eggert <eggert@cs.ucla.edu>
parents:
6555
diff
changeset
|
2 |
c89ddea009ce
* lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
Paul Eggert <eggert@cs.ucla.edu>
parents:
6555
diff
changeset
|
3 * lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as |
c89ddea009ce
* lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
Paul Eggert <eggert@cs.ucla.edu>
parents:
6555
diff
changeset
|
4 it's not portable and it doesn't work with cross-compiles. |
c89ddea009ce
* lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
Paul Eggert <eggert@cs.ucla.edu>
parents:
6555
diff
changeset
|
5 Problem reported by Bruno Haible. Fix missing-$ typo in |
c89ddea009ce
* lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
Paul Eggert <eggert@cs.ucla.edu>
parents:
6555
diff
changeset
|
6 'test "gl_cv_ignore_unused_libraries" ...' that prevented |
c89ddea009ce
* lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
Paul Eggert <eggert@cs.ucla.edu>
parents:
6555
diff
changeset
|
7 -zignore from being used with Sun's C compiler. |
c89ddea009ce
* lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
Paul Eggert <eggert@cs.ucla.edu>
parents:
6555
diff
changeset
|
8 |
6555 | 9 2006-01-12 Bruno Haible <bruno@clisp.org> |
10 | |
11 * ldd.m4: New file. | |
12 | |
6549
2f04f595e14e
Ensure automatic ordering between gl_LOCK and gl_ARGP.
Bruno Haible <bruno@clisp.org>
parents:
6544
diff
changeset
|
13 2006-01-08 Bruno Haible <bruno@clisp.org> |
2f04f595e14e
Ensure automatic ordering between gl_LOCK and gl_ARGP.
Bruno Haible <bruno@clisp.org>
parents:
6544
diff
changeset
|
14 |
2f04f595e14e
Ensure automatic ordering between gl_LOCK and gl_ARGP.
Bruno Haible <bruno@clisp.org>
parents:
6544
diff
changeset
|
15 Ensure automatic ordering between gl_LOCK and gl_ARGP. |
2f04f595e14e
Ensure automatic ordering between gl_LOCK and gl_ARGP.
Bruno Haible <bruno@clisp.org>
parents:
6544
diff
changeset
|
16 * lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK. |
2f04f595e14e
Ensure automatic ordering between gl_LOCK and gl_ARGP.
Bruno Haible <bruno@clisp.org>
parents:
6544
diff
changeset
|
17 (gl_LOCK): New macro, requiring gl_LOCK_BODY. |
2f04f595e14e
Ensure automatic ordering between gl_LOCK and gl_ARGP.
Bruno Haible <bruno@clisp.org>
parents:
6544
diff
changeset
|
18 |
6540 | 19 2006-01-10 Jim Meyering <jim@meyering.net> |
20 | |
21 * fpending.m4: Also include <stdio.h>, for Dragonfly. | |
22 Patch by Joerg Sonnenberger. | |
23 | |
24 2006-01-10 Paul Eggert <eggert@cs.ucla.edu> | |
25 | |
26 * memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing | |
27 the 2002-12-31 change. Problem and fix reported by Bruno Haible. | |
28 People who are still concerned with buggy memcmp implementations | |
29 can invoke gl_FUNC_MEMCMP themselves. | |
30 | |
6536
169ab032c734
Add sys_socket module.
Simon Josefsson <simon@josefsson.org>
parents:
6535
diff
changeset
|
31 2006-01-10 Simon Josefsson <jas@extundo.com> |
169ab032c734
Add sys_socket module.
Simon Josefsson <simon@josefsson.org>
parents:
6535
diff
changeset
|
32 |
169ab032c734
Add sys_socket module.
Simon Josefsson <simon@josefsson.org>
parents:
6535
diff
changeset
|
33 * sys_socket_h.m4: New file. |
169ab032c734
Add sys_socket module.
Simon Josefsson <simon@josefsson.org>
parents:
6535
diff
changeset
|
34 |
6535
f0b048cba3a9
Optimize file reading where possible.
Bruno Haible <bruno@clisp.org>
parents:
6527
diff
changeset
|
35 2006-01-10 Bruno Haible <bruno@clisp.org> |
f0b048cba3a9
Optimize file reading where possible.
Bruno Haible <bruno@clisp.org>
parents:
6527
diff
changeset
|
36 |
f0b048cba3a9
Optimize file reading where possible.
Bruno Haible <bruno@clisp.org>
parents:
6527
diff
changeset
|
37 * localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked. |
f0b048cba3a9
Optimize file reading where possible.
Bruno Haible <bruno@clisp.org>
parents:
6527
diff
changeset
|
38 Reported by Werner Lemberg <wl@gnu.org>. |
f0b048cba3a9
Optimize file reading where possible.
Bruno Haible <bruno@clisp.org>
parents:
6527
diff
changeset
|
39 |
6527 | 40 2006-01-09 Paul Eggert <eggert@cs.ucla.edu> |
41 | |
42 Sync from coreutils. | |
43 * lib-ignore.m4: New file. | |
44 * lchmod.m4: New file. | |
45 | |
46 2006-01-09 Jim Meyering <jim@meyering.net> | |
47 | |
48 Sync from coreutils. | |
49 * chdir-safer.m4: New file. | |
50 * openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c. | |
51 Require openat-priv.h. | |
52 | |
53 2006-01-09 Andreas Gruenbacher <agruen@suse.de> | |
54 | |
55 Sync from coreutils. | |
56 * acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests. | |
57 | |
6510
0e8512b50591
Support for Linux libc4 and libc5.
Bruno Haible <bruno@clisp.org>
parents:
6493
diff
changeset
|
58 2005-10-16 Bruno Haible <bruno@clisp.org> |
0e8512b50591
Support for Linux libc4 and libc5.
Bruno Haible <bruno@clisp.org>
parents:
6493
diff
changeset
|
59 |
0e8512b50591
Support for Linux libc4 and libc5.
Bruno Haible <bruno@clisp.org>
parents:
6493
diff
changeset
|
60 * stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>. |
0e8512b50591
Support for Linux libc4 and libc5.
Bruno Haible <bruno@clisp.org>
parents:
6493
diff
changeset
|
61 |
6493 | 62 2005-12-16 Jim Meyering <jim@meyering.net> |
63 | |
64 * fprintftime.m4: New file. | |
65 | |
6486 | 66 2005-12-10 Sergey Poznyakoff <gray@gnu.org.ua> |
67 | |
68 * argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and | |
69 HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME | |
70 | |
6479 | 71 2005-12-09 Sergey Poznyakoff <gray@gnu.org.ua> |
72 | |
73 * argp.m4: Check if program_invocation_name and | |
74 program_invocation_short_name are declared and define appropriate | |
75 macros if they are not. | |
76 | |
6471
54a70822331f
* m4/stat-time.m4 (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
Paul Eggert <eggert@cs.ucla.edu>
parents:
6468
diff
changeset
|
77 2005-12-07 Paul Eggert <eggert@cs.ucla.edu> |
54a70822331f
* m4/stat-time.m4 (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
Paul Eggert <eggert@cs.ucla.edu>
parents:
6468
diff
changeset
|
78 |
54a70822331f
* m4/stat-time.m4 (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
Paul Eggert <eggert@cs.ucla.edu>
parents:
6468
diff
changeset
|
79 * stat-time.m4 (gl_STAT_TIME): Add check for |
54a70822331f
* m4/stat-time.m4 (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
Paul Eggert <eggert@cs.ucla.edu>
parents:
6468
diff
changeset
|
80 TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3 |
54a70822331f
* m4/stat-time.m4 (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
Paul Eggert <eggert@cs.ucla.edu>
parents:
6468
diff
changeset
|
81 porting problem reported by Georg Schwarz in |
54a70822331f
* m4/stat-time.m4 (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
Paul Eggert <eggert@cs.ucla.edu>
parents:
6468
diff
changeset
|
82 <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>. |
54a70822331f
* m4/stat-time.m4 (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
Paul Eggert <eggert@cs.ucla.edu>
parents:
6468
diff
changeset
|
83 |
6468
c2f9aa6169d0
* socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6461
diff
changeset
|
84 2005-12-02 Paul Eggert <eggert@cs.ucla.edu> |
c2f9aa6169d0
* socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6461
diff
changeset
|
85 |
c2f9aa6169d0
* socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6461
diff
changeset
|
86 * socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T. |
c2f9aa6169d0
* socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6461
diff
changeset
|
87 Use implementation from Albert Chin, with some |
c2f9aa6169d0
* socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6461
diff
changeset
|
88 comments/corrections by Stepan Kasal and myself. |
c2f9aa6169d0
* socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6461
diff
changeset
|
89 |
6461
3c1ffaf1172d
* regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
Paul Eggert <eggert@cs.ucla.edu>
parents:
6449
diff
changeset
|
90 2005-12-01 Paul Eggert <eggert@cs.ucla.edu> |
3c1ffaf1172d
* regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
Paul Eggert <eggert@cs.ucla.edu>
parents:
6449
diff
changeset
|
91 |
3c1ffaf1172d
* regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
Paul Eggert <eggert@cs.ucla.edu>
parents:
6449
diff
changeset
|
92 * regex.m4 (gl_REGEX): Check whether off_t can be used in a switch |
3c1ffaf1172d
* regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
Paul Eggert <eggert@cs.ucla.edu>
parents:
6449
diff
changeset
|
93 statement, to work around an HP-UX 10.20 compiler bug reported by |
3c1ffaf1172d
* regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
Paul Eggert <eggert@cs.ucla.edu>
parents:
6449
diff
changeset
|
94 Peter O'Gorman. |
3c1ffaf1172d
* regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
Paul Eggert <eggert@cs.ucla.edu>
parents:
6449
diff
changeset
|
95 |
6449
232d8dc8525f
* modules/gethrxtime (Depends-on): Add gettime.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6442
diff
changeset
|
96 2005-11-10 Paul Eggert <eggert@cs.ucla.edu> |
232d8dc8525f
* modules/gethrxtime (Depends-on): Add gettime.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6442
diff
changeset
|
97 |
232d8dc8525f
* modules/gethrxtime (Depends-on): Add gettime.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6442
diff
changeset
|
98 * gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME |
232d8dc8525f
* modules/gethrxtime (Depends-on): Add gettime.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6442
diff
changeset
|
99 or gettimeofday; no longer needed. |
232d8dc8525f
* modules/gethrxtime (Depends-on): Add gettime.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6442
diff
changeset
|
100 |
6442
74f7f6a4a0f9
* m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
Paul Eggert <eggert@cs.ucla.edu>
parents:
6435
diff
changeset
|
101 2005-10-30 Paul Eggert <eggert@cs.ucla.edu> |
74f7f6a4a0f9
* m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
Paul Eggert <eggert@cs.ucla.edu>
parents:
6435
diff
changeset
|
102 |
74f7f6a4a0f9
* m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
Paul Eggert <eggert@cs.ucla.edu>
parents:
6435
diff
changeset
|
103 * chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local |
74f7f6a4a0f9
* m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
Paul Eggert <eggert@cs.ucla.edu>
parents:
6435
diff
changeset
|
104 variables to suggest the intended function of the PATH_MAX check. |
74f7f6a4a0f9
* m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
Paul Eggert <eggert@cs.ucla.edu>
parents:
6435
diff
changeset
|
105 |
74f7f6a4a0f9
* m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
Paul Eggert <eggert@cs.ucla.edu>
parents:
6435
diff
changeset
|
106 2005-10-30 Kean Johnston <jkj@sco.com> |
74f7f6a4a0f9
* m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
Paul Eggert <eggert@cs.ucla.edu>
parents:
6435
diff
changeset
|
107 |
74f7f6a4a0f9
* m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
Paul Eggert <eggert@cs.ucla.edu>
parents:
6435
diff
changeset
|
108 Trivial changes to support SCO systems. |
74f7f6a4a0f9
* m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
Paul Eggert <eggert@cs.ucla.edu>
parents:
6435
diff
changeset
|
109 * chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well |
74f7f6a4a0f9
* m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
Paul Eggert <eggert@cs.ucla.edu>
parents:
6435
diff
changeset
|
110 as PATH_MAX. |
74f7f6a4a0f9
* m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
Paul Eggert <eggert@cs.ucla.edu>
parents:
6435
diff
changeset
|
111 * fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems, |
74f7f6a4a0f9
* m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
Paul Eggert <eggert@cs.ucla.edu>
parents:
6435
diff
changeset
|
112 where __ptr is null when no I/O is pending. |
74f7f6a4a0f9
* m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
Paul Eggert <eggert@cs.ucla.edu>
parents:
6435
diff
changeset
|
113 |
6431
076accb971ef
Add MD2 and hash fixes.
Simon Josefsson <simon@josefsson.org>
parents:
6420
diff
changeset
|
114 2005-10-28 Simon Josefsson <jas@extundo.com> |
076accb971ef
Add MD2 and hash fixes.
Simon Josefsson <simon@josefsson.org>
parents:
6420
diff
changeset
|
115 |
6435
be00741570b7
Fix inet_ntop on mingw32.
Simon Josefsson <simon@josefsson.org>
parents:
6431
diff
changeset
|
116 * inet_ntop.m4: More tests. |
be00741570b7
Fix inet_ntop on mingw32.
Simon Josefsson <simon@josefsson.org>
parents:
6431
diff
changeset
|
117 |
6431
076accb971ef
Add MD2 and hash fixes.
Simon Josefsson <simon@josefsson.org>
parents:
6420
diff
changeset
|
118 * gc-md2.m4, md2.m4: New file. |
076accb971ef
Add MD2 and hash fixes.
Simon Josefsson <simon@josefsson.org>
parents:
6420
diff
changeset
|
119 |
6420
3b630ecba683
* gc.m4: Don't be fooled by --disable-*random-device parameters,
Simon Josefsson <simon@josefsson.org>
parents:
6412
diff
changeset
|
120 2005-10-22 Simon Josefsson <jas@extundo.com> |
3b630ecba683
* gc.m4: Don't be fooled by --disable-*random-device parameters,
Simon Josefsson <simon@josefsson.org>
parents:
6412
diff
changeset
|
121 |
3b630ecba683
* gc.m4: Don't be fooled by --disable-*random-device parameters,
Simon Josefsson <simon@josefsson.org>
parents:
6412
diff
changeset
|
122 * gc.m4: Don't be fooled by --disable-*random-device parameters, |
3b630ecba683
* gc.m4: Don't be fooled by --disable-*random-device parameters,
Simon Josefsson <simon@josefsson.org>
parents:
6412
diff
changeset
|
123 suggested by Bruno Haible <bruno@clisp.org>. Fix error messages. |
3b630ecba683
* gc.m4: Don't be fooled by --disable-*random-device parameters,
Simon Josefsson <simon@josefsson.org>
parents:
6412
diff
changeset
|
124 |
6405
04f67808964b
Add, forgotten in last commit.
Simon Josefsson <simon@josefsson.org>
parents:
6402
diff
changeset
|
125 2005-10-21 Simon Josefsson <jas@extundo.com> |
04f67808964b
Add, forgotten in last commit.
Simon Josefsson <simon@josefsson.org>
parents:
6402
diff
changeset
|
126 |
6412
72505ca6a079
* gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
Simon Josefsson <simon@josefsson.org>
parents:
6405
diff
changeset
|
127 * gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by |
72505ca6a079
* gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
Simon Josefsson <simon@josefsson.org>
parents:
6405
diff
changeset
|
128 Bruno Haible <bruno@clisp.org>. |
72505ca6a079
* gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
Simon Josefsson <simon@josefsson.org>
parents:
6405
diff
changeset
|
129 |
6405
04f67808964b
Add, forgotten in last commit.
Simon Josefsson <simon@josefsson.org>
parents:
6402
diff
changeset
|
130 * gc-des.m4: New file. |
04f67808964b
Add, forgotten in last commit.
Simon Josefsson <simon@josefsson.org>
parents:
6402
diff
changeset
|
131 |
6402
31fd570c5ac0
Add arctwo, arctwo-tests, gc-arctwo, gc-arctwo-tests modules.
Simon Josefsson <simon@josefsson.org>
parents:
6400
diff
changeset
|
132 2005-10-21 Simon Josefsson <jas@extundo.com> |
31fd570c5ac0
Add arctwo, arctwo-tests, gc-arctwo, gc-arctwo-tests modules.
Simon Josefsson <simon@josefsson.org>
parents:
6400
diff
changeset
|
133 |
31fd570c5ac0
Add arctwo, arctwo-tests, gc-arctwo, gc-arctwo-tests modules.
Simon Josefsson <simon@josefsson.org>
parents:
6400
diff
changeset
|
134 * arctwo.m4: New file. |
31fd570c5ac0
Add arctwo, arctwo-tests, gc-arctwo, gc-arctwo-tests modules.
Simon Josefsson <simon@josefsson.org>
parents:
6400
diff
changeset
|
135 |
31fd570c5ac0
Add arctwo, arctwo-tests, gc-arctwo, gc-arctwo-tests modules.
Simon Josefsson <simon@josefsson.org>
parents:
6400
diff
changeset
|
136 * gc-arctwo.m4: New file. |
31fd570c5ac0
Add arctwo, arctwo-tests, gc-arctwo, gc-arctwo-tests modules.
Simon Josefsson <simon@josefsson.org>
parents:
6400
diff
changeset
|
137 |
6399
ca60471103cc
Add gc-rijndael and gc-rijndael-tests modules.
Simon Josefsson <simon@josefsson.org>
parents:
6398
diff
changeset
|
138 2005-10-19 Simon Josefsson <jas@extundo.com> |
ca60471103cc
Add gc-rijndael and gc-rijndael-tests modules.
Simon Josefsson <simon@josefsson.org>
parents:
6398
diff
changeset
|
139 |
6400
ee289f3e3269
Add gc-arcfour and gc-arcfour-tests modules.
Simon Josefsson <simon@josefsson.org>
parents:
6399
diff
changeset
|
140 * gc-arcfour.m4: New file. |
ee289f3e3269
Add gc-arcfour and gc-arcfour-tests modules.
Simon Josefsson <simon@josefsson.org>
parents:
6399
diff
changeset
|
141 |
6399
ca60471103cc
Add gc-rijndael and gc-rijndael-tests modules.
Simon Josefsson <simon@josefsson.org>
parents:
6398
diff
changeset
|
142 * gc-rijndael.m4: New file. |
ca60471103cc
Add gc-rijndael and gc-rijndael-tests modules.
Simon Josefsson <simon@josefsson.org>
parents:
6398
diff
changeset
|
143 |
6398
3a6f48afc45f
* m4/gc-hmac-md5.m4, m4/gc-hmac-sha1.m4, m4/gc-md4.m4,
Simon Josefsson <simon@josefsson.org>
parents:
6394
diff
changeset
|
144 2005-10-19 Simon Josefsson <jas@extundo.com> |
3a6f48afc45f
* m4/gc-hmac-md5.m4, m4/gc-hmac-sha1.m4, m4/gc-md4.m4,
Simon Josefsson <simon@josefsson.org>
parents:
6394
diff
changeset
|
145 |
3a6f48afc45f
* m4/gc-hmac-md5.m4, m4/gc-hmac-sha1.m4, m4/gc-md4.m4,
Simon Josefsson <simon@josefsson.org>
parents:
6394
diff
changeset
|
146 * m4/gc-hmac-md5.m4, m4/gc-hmac-sha1.m4, m4/gc-md4.m4, |
3a6f48afc45f
* m4/gc-hmac-md5.m4, m4/gc-hmac-sha1.m4, m4/gc-md4.m4,
Simon Josefsson <simon@josefsson.org>
parents:
6394
diff
changeset
|
147 m4/gc-md5.m4, m4/gc-sha1.m4: Fix typo, suggested by Stepan Kasal |
3a6f48afc45f
* m4/gc-hmac-md5.m4, m4/gc-hmac-sha1.m4, m4/gc-md4.m4,
Simon Josefsson <simon@josefsson.org>
parents:
6394
diff
changeset
|
148 <kasal@ucw.cz>. |
3a6f48afc45f
* m4/gc-hmac-md5.m4, m4/gc-hmac-sha1.m4, m4/gc-md4.m4,
Simon Josefsson <simon@josefsson.org>
parents:
6394
diff
changeset
|
149 |
6394
1ddc29532d18
Add gc-md4 and gc-md4-tests modules.
Simon Josefsson <simon@josefsson.org>
parents:
6393
diff
changeset
|
150 2005-10-19 Simon Josefsson <jas@extundo.com> |
1ddc29532d18
Add gc-md4 and gc-md4-tests modules.
Simon Josefsson <simon@josefsson.org>
parents:
6393
diff
changeset
|
151 |
1ddc29532d18
Add gc-md4 and gc-md4-tests modules.
Simon Josefsson <simon@josefsson.org>
parents:
6393
diff
changeset
|
152 * gc-md4.m4: New file. |
1ddc29532d18
Add gc-md4 and gc-md4-tests modules.
Simon Josefsson <simon@josefsson.org>
parents:
6393
diff
changeset
|
153 |
6393 | 154 2005-10-18 Simon Josefsson <jas@extundo.com> |
155 | |
156 * md4.m4: New file. | |
157 | |
6390
8e5f43169a9f
Tweak the code to make it more reusable.
Bruno Haible <bruno@clisp.org>
parents:
6381
diff
changeset
|
158 2005-10-17 Bruno Haible <bruno@clisp.org> |
8e5f43169a9f
Tweak the code to make it more reusable.
Bruno Haible <bruno@clisp.org>
parents:
6381
diff
changeset
|
159 |
8e5f43169a9f
Tweak the code to make it more reusable.
Bruno Haible <bruno@clisp.org>
parents:
6381
diff
changeset
|
160 * stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so that |
8e5f43169a9f
Tweak the code to make it more reusable.
Bruno Haible <bruno@clisp.org>
parents:
6381
diff
changeset
|
161 it can also be used in a test. |
8e5f43169a9f
Tweak the code to make it more reusable.
Bruno Haible <bruno@clisp.org>
parents:
6381
diff
changeset
|
162 |
6381
865e2ea2dde4
Separate sha1 from md5. Use stdint.h in both modules.
Simon Josefsson <simon@josefsson.org>
parents:
6378
diff
changeset
|
163 2005-10-11 Simon Josefsson <jas@extundo.com> |
865e2ea2dde4
Separate sha1 from md5. Use stdint.h in both modules.
Simon Josefsson <simon@josefsson.org>
parents:
6378
diff
changeset
|
164 |
865e2ea2dde4
Separate sha1 from md5. Use stdint.h in both modules.
Simon Josefsson <simon@josefsson.org>
parents:
6378
diff
changeset
|
165 * md5.m4: Remove call to uint32_t.m4. |
865e2ea2dde4
Separate sha1 from md5. Use stdint.h in both modules.
Simon Josefsson <simon@josefsson.org>
parents:
6378
diff
changeset
|
166 |
6378
835ee57992f1
Add rijndael module.
Simon Josefsson <simon@josefsson.org>
parents:
6377
diff
changeset
|
167 2005-10-15 Simon Josefsson <jas@extundo.com> |
835ee57992f1
Add rijndael module.
Simon Josefsson <simon@josefsson.org>
parents:
6377
diff
changeset
|
168 |
835ee57992f1
Add rijndael module.
Simon Josefsson <simon@josefsson.org>
parents:
6377
diff
changeset
|
169 * rijndael.m4: New file. |
835ee57992f1
Add rijndael module.
Simon Josefsson <simon@josefsson.org>
parents:
6377
diff
changeset
|
170 |
6377 | 171 2005-10-14 Simon Josefsson <jas@extundo.com> |
172 | |
173 * arcfour.m4: New file. | |
174 | |
6374
7398c10d65f5
Prepare for using gl_STDBOOL_H.
Bruno Haible <bruno@clisp.org>
parents:
6369
diff
changeset
|
175 2005-10-12 Bruno Haible <bruno@clisp.org> |
7398c10d65f5
Prepare for using gl_STDBOOL_H.
Bruno Haible <bruno@clisp.org>
parents:
6369
diff
changeset
|
176 |
7398c10d65f5
Prepare for using gl_STDBOOL_H.
Bruno Haible <bruno@clisp.org>
parents:
6369
diff
changeset
|
177 * stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H. |
7398c10d65f5
Prepare for using gl_STDBOOL_H.
Bruno Haible <bruno@clisp.org>
parents:
6369
diff
changeset
|
178 Reported by Stepan Kasal <kasal@ucw.cz>. |
7398c10d65f5
Prepare for using gl_STDBOOL_H.
Bruno Haible <bruno@clisp.org>
parents:
6369
diff
changeset
|
179 |
6364
fb852f022f3f
Add hmac-sha1 module.
Simon Josefsson <simon@josefsson.org>
parents:
6363
diff
changeset
|
180 2005-10-12 Simon Josefsson <jas@extundo.com> |
fb852f022f3f
Add hmac-sha1 module.
Simon Josefsson <simon@josefsson.org>
parents:
6363
diff
changeset
|
181 |
6369
3283361ce6b7
Add gc-pbkdf2-sha1 module.
Simon Josefsson <simon@josefsson.org>
parents:
6366
diff
changeset
|
182 * gc-pbkdf2-sha1.m4: New file. |
3283361ce6b7
Add gc-pbkdf2-sha1 module.
Simon Josefsson <simon@josefsson.org>
parents:
6366
diff
changeset
|
183 |
6366 | 184 * gc-hmac-sha1.m4: New file. |
185 | |
6365 | 186 * gc-sha1: New file. |
187 | |
6364
fb852f022f3f
Add hmac-sha1 module.
Simon Josefsson <simon@josefsson.org>
parents:
6363
diff
changeset
|
188 * hmac-sha1.m4: New file. |
fb852f022f3f
Add hmac-sha1 module.
Simon Josefsson <simon@josefsson.org>
parents:
6363
diff
changeset
|
189 |
6363
bae11f33bf3c
Split parts of the gc module into gc-md5 and gc-hmac-md5 modules.
Simon Josefsson <simon@josefsson.org>
parents:
6357
diff
changeset
|
190 2005-10-12 Simon Josefsson <jas@extundo.com> |
bae11f33bf3c
Split parts of the gc module into gc-md5 and gc-hmac-md5 modules.
Simon Josefsson <simon@josefsson.org>
parents:
6357
diff
changeset
|
191 |
bae11f33bf3c
Split parts of the gc module into gc-md5 and gc-hmac-md5 modules.
Simon Josefsson <simon@josefsson.org>
parents:
6357
diff
changeset
|
192 * gc-md5.m4, gc-hmac-md5: New files. |
bae11f33bf3c
Split parts of the gc module into gc-md5 and gc-hmac-md5 modules.
Simon Josefsson <simon@josefsson.org>
parents:
6357
diff
changeset
|
193 |
bae11f33bf3c
Split parts of the gc module into gc-md5 and gc-hmac-md5 modules.
Simon Josefsson <simon@josefsson.org>
parents:
6357
diff
changeset
|
194 * gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5. |
bae11f33bf3c
Split parts of the gc module into gc-md5 and gc-hmac-md5 modules.
Simon Josefsson <simon@josefsson.org>
parents:
6357
diff
changeset
|
195 |
6357 | 196 2005-10-11 Simon Josefsson <jas@extundo.com> |
197 | |
198 * crc.m4: New file. | |
199 | |
6347
37dcafa40bf9
* memxor.m4: Remove gl_C_RESTRICT call.
Simon Josefsson <simon@josefsson.org>
parents:
6345
diff
changeset
|
200 2005-10-07 Simon Josefsson <jas@extundo.com> |
37dcafa40bf9
* memxor.m4: Remove gl_C_RESTRICT call.
Simon Josefsson <simon@josefsson.org>
parents:
6345
diff
changeset
|
201 |
37dcafa40bf9
* memxor.m4: Remove gl_C_RESTRICT call.
Simon Josefsson <simon@josefsson.org>
parents:
6345
diff
changeset
|
202 * memxor.m4: Remove gl_C_RESTRICT call. |
37dcafa40bf9
* memxor.m4: Remove gl_C_RESTRICT call.
Simon Josefsson <simon@josefsson.org>
parents:
6345
diff
changeset
|
203 |
6345
5abccb682fc6
* stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
Paul Eggert <eggert@cs.ucla.edu>
parents:
6344
diff
changeset
|
204 2005-10-06 Paul Eggert <eggert@cs.ucla.edu> |
5abccb682fc6
* stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
Paul Eggert <eggert@cs.ucla.edu>
parents:
6344
diff
changeset
|
205 |
5abccb682fc6
* stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
Paul Eggert <eggert@cs.ucla.edu>
parents:
6344
diff
changeset
|
206 * stdbool.m4 (AC_HEADER_STDBOOL): Check that bool |
5abccb682fc6
* stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
Paul Eggert <eggert@cs.ucla.edu>
parents:
6344
diff
changeset
|
207 promotes to int, not unsigned int, to catch the AIX 5.3 |
5abccb682fc6
* stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
Paul Eggert <eggert@cs.ucla.edu>
parents:
6344
diff
changeset
|
208 compiler bug. |
5abccb682fc6
* stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
Paul Eggert <eggert@cs.ucla.edu>
parents:
6344
diff
changeset
|
209 |
6342
e64e8278ed53
* memxor.m4: Require gl_C_RESTRICT.
Simon Josefsson <simon@josefsson.org>
parents:
6339
diff
changeset
|
210 2005-10-06 Simon Josefsson <jas@extundo.com> |
e64e8278ed53
* memxor.m4: Require gl_C_RESTRICT.
Simon Josefsson <simon@josefsson.org>
parents:
6339
diff
changeset
|
211 |
6344
88273adcbaf6
Add hmac-md5 module.
Simon Josefsson <simon@josefsson.org>
parents:
6342
diff
changeset
|
212 * hmac-md5.m4: New file. |
88273adcbaf6
Add hmac-md5 module.
Simon Josefsson <simon@josefsson.org>
parents:
6342
diff
changeset
|
213 |
6342
e64e8278ed53
* memxor.m4: Require gl_C_RESTRICT.
Simon Josefsson <simon@josefsson.org>
parents:
6339
diff
changeset
|
214 * memxor.m4: Require gl_C_RESTRICT. |
e64e8278ed53
* memxor.m4: Require gl_C_RESTRICT.
Simon Josefsson <simon@josefsson.org>
parents:
6339
diff
changeset
|
215 |
6339
1e3aad6841a0
* getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
Paul Eggert <eggert@cs.ucla.edu>
parents:
6334
diff
changeset
|
216 2005-10-05 Paul Eggert <eggert@cs.ucla.edu> |
1e3aad6841a0
* getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
Paul Eggert <eggert@cs.ucla.edu>
parents:
6334
diff
changeset
|
217 |
1e3aad6841a0
* getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
Paul Eggert <eggert@cs.ucla.edu>
parents:
6334
diff
changeset
|
218 * getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for |
1e3aad6841a0
* getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
Paul Eggert <eggert@cs.ucla.edu>
parents:
6334
diff
changeset
|
219 sys/socket.h, netdb.h, sys/types.h; the checks areno longer |
1e3aad6841a0
* getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
Paul Eggert <eggert@cs.ucla.edu>
parents:
6334
diff
changeset
|
220 needed, since the source code now assumes these .h files. |
1e3aad6841a0
* getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
Paul Eggert <eggert@cs.ucla.edu>
parents:
6334
diff
changeset
|
221 |
6334 | 222 2005-10-05 Simon Josefsson <jas@extundo.com> |
223 | |
224 * memxor.m4: New file. | |
225 | |
6323
af09cfa36fd5
* modules/exclude (Depends-on): Depend on verify.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6321
diff
changeset
|
226 2005-10-02 Paul Eggert <eggert@cs.ucla.edu> |
af09cfa36fd5
* modules/exclude (Depends-on): Depend on verify.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6321
diff
changeset
|
227 |
af09cfa36fd5
* modules/exclude (Depends-on): Depend on verify.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6321
diff
changeset
|
228 Sync from coreutils. |
af09cfa36fd5
* modules/exclude (Depends-on): Depend on verify.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6321
diff
changeset
|
229 * openat.m4 (gl_FUNC_OPENAT): Check for fdopendir. |
af09cfa36fd5
* modules/exclude (Depends-on): Depend on verify.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6321
diff
changeset
|
230 * ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely |
af09cfa36fd5
* modules/exclude (Depends-on): Depend on verify.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6321
diff
changeset
|
231 defines ULONG_MAX_LT_ULLONG_MAX. Thomas M.Ott reports that |
af09cfa36fd5
* modules/exclude (Depends-on): Depend on verify.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6321
diff
changeset
|
232 ULLONG_MAX doesn't work with 2.7.2.1. |
af09cfa36fd5
* modules/exclude (Depends-on): Depend on verify.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6321
diff
changeset
|
233 |
af09cfa36fd5
* modules/exclude (Depends-on): Depend on verify.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6321
diff
changeset
|
234 2005-10-02 Jim Meyering <jim@meyering.net> |
af09cfa36fd5
* modules/exclude (Depends-on): Depend on verify.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6321
diff
changeset
|
235 |
af09cfa36fd5
* modules/exclude (Depends-on): Depend on verify.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6321
diff
changeset
|
236 Sync from coreutils. |
af09cfa36fd5
* modules/exclude (Depends-on): Depend on verify.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6321
diff
changeset
|
237 * utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes |
af09cfa36fd5
* modules/exclude (Depends-on): Depend on verify.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6321
diff
changeset
|
238 from glibc-2.2.5 that fails for read-only files. |
af09cfa36fd5
* modules/exclude (Depends-on): Depend on verify.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6321
diff
changeset
|
239 |
af09cfa36fd5
* modules/exclude (Depends-on): Depend on verify.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6321
diff
changeset
|
240 2005-10-02 Alfred M. Szmidt <ams@gnu.org> |
af09cfa36fd5
* modules/exclude (Depends-on): Depend on verify.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6321
diff
changeset
|
241 |
af09cfa36fd5
* modules/exclude (Depends-on): Depend on verify.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6321
diff
changeset
|
242 Sync from coreutils. |
af09cfa36fd5
* modules/exclude (Depends-on): Depend on verify.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6321
diff
changeset
|
243 * chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path... |
af09cfa36fd5
* modules/exclude (Depends-on): Depend on verify.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6321
diff
changeset
|
244 against `yes', rather than just testing for nonempty. |
af09cfa36fd5
* modules/exclude (Depends-on): Depend on verify.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6321
diff
changeset
|
245 |
6319
81f384f9b845
2005-10-01 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6317
diff
changeset
|
246 2005-10-01 Simon Josefsson <jas@extundo.com> |
81f384f9b845
2005-10-01 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6317
diff
changeset
|
247 |
6321
2b9ecd9439d4
2005-10-01 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6319
diff
changeset
|
248 * getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD |
2b9ecd9439d4
2005-10-01 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6319
diff
changeset
|
249 and Darwin. |
2b9ecd9439d4
2005-10-01 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6319
diff
changeset
|
250 |
6319
81f384f9b845
2005-10-01 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6317
diff
changeset
|
251 * getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo |
81f384f9b845
2005-10-01 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6317
diff
changeset
|
252 as an (POSIX) extension. Check for sys/types.h, sys/socket.h, and |
81f384f9b845
2005-10-01 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6317
diff
changeset
|
253 netdb.h too, needed by getaddrinfo.h. Check if getaddrinfo, |
81f384f9b845
2005-10-01 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6317
diff
changeset
|
254 freeaddrinfo and gai_strerror are declared by the POSIX headers. |
81f384f9b845
2005-10-01 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6317
diff
changeset
|
255 Check if struct addrinfo is declared. |
81f384f9b845
2005-10-01 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6317
diff
changeset
|
256 |
6317 | 257 2005-10-01 Jim Meyering <jim@meyering.net> |
258 | |
259 Sync from coreutils. | |
260 | |
261 * getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these | |
262 libraries [inet nsl socket xnet]. Nelson Beebe reported that with | |
263 native cc on Solaris 7, getaddrinfo.c requires -lsocket. | |
264 * getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname | |
265 in the inet and nsl libraries. Required on Solaris 5.7. | |
266 | |
6307 | 267 2005-09-24 Jim Meyering <jim@meyering.net> |
268 | |
269 Sync from coreutils. | |
270 * getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname | |
271 in the inet and nsl libraries. Required on Solaris 5.7. | |
272 | |
6301
015760832874
Deal with the fact that mbchar.h, mbfile.h, mbiter.h, mbuiter.h can
Bruno Haible <bruno@clisp.org>
parents:
6293
diff
changeset
|
273 2005-09-26 Bruno Haible <bruno@clisp.org> |
015760832874
Deal with the fact that mbchar.h, mbfile.h, mbiter.h, mbuiter.h can
Bruno Haible <bruno@clisp.org>
parents:
6293
diff
changeset
|
274 |
015760832874
Deal with the fact that mbchar.h, mbfile.h, mbiter.h, mbuiter.h can
Bruno Haible <bruno@clisp.org>
parents:
6293
diff
changeset
|
275 * mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't compile |
015760832874
Deal with the fact that mbchar.h, mbfile.h, mbiter.h, mbuiter.h can
Bruno Haible <bruno@clisp.org>
parents:
6293
diff
changeset
|
276 mbchar.c if they are not both present. |
015760832874
Deal with the fact that mbchar.h, mbfile.h, mbiter.h, mbuiter.h can
Bruno Haible <bruno@clisp.org>
parents:
6293
diff
changeset
|
277 * mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC. |
015760832874
Deal with the fact that mbchar.h, mbfile.h, mbiter.h, mbuiter.h can
Bruno Haible <bruno@clisp.org>
parents:
6293
diff
changeset
|
278 * mbiter.m4 (gl_MBITER): Likewise. |
015760832874
Deal with the fact that mbchar.h, mbfile.h, mbiter.h, mbuiter.h can
Bruno Haible <bruno@clisp.org>
parents:
6293
diff
changeset
|
279 * strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE. |
015760832874
Deal with the fact that mbchar.h, mbfile.h, mbiter.h, mbuiter.h can
Bruno Haible <bruno@clisp.org>
parents:
6293
diff
changeset
|
280 * strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise. |
015760832874
Deal with the fact that mbchar.h, mbfile.h, mbiter.h, mbuiter.h can
Bruno Haible <bruno@clisp.org>
parents:
6293
diff
changeset
|
281 * strcase.m4 (gl_PREREQ_STRCASECMP): Likewise. |
015760832874
Deal with the fact that mbchar.h, mbfile.h, mbiter.h, mbuiter.h can
Bruno Haible <bruno@clisp.org>
parents:
6293
diff
changeset
|
282 |
6293 | 283 2005-09-23 Paul Eggert <eggert@cs.ucla.edu> |
284 | |
285 * regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp, | |
286 and similarly for the other external symbols. Problem reported | |
287 by James Gallager. | |
288 | |
289 * fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux | |
290 bug reported by Jim Meyering. | |
291 | |
292 * utimens.m4 (gl_UTIMENS): Check for futimesat. | |
293 * getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change; | |
294 not needed, since socklen is a prerequisite module. | |
295 | |
6279 | 296 2005-09-23 Jim Meyering <jim@meyering.net> |
297 | |
298 Sync from coreutils. | |
299 Correct build failure (socklen_t not defined) on at least | |
300 mips-sgi-irix6.5 and alphaev67-dec-osf5.1. | |
301 * getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T. | |
302 | |
303 2005-09-22 Paul Eggert <eggert@cs.ucla.edu> | |
304 | |
305 Sync from coreutils. | |
306 * getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h. | |
307 | |
6274
6636f61f50fe
Log first part of merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6258
diff
changeset
|
308 2005-09-22 Paul Eggert <eggert@cs.ucla.edu> |
6636f61f50fe
Log first part of merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6258
diff
changeset
|
309 |
6636f61f50fe
Log first part of merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6258
diff
changeset
|
310 Sync from coreutils. |
6636f61f50fe
Log first part of merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6258
diff
changeset
|
311 |
6275 | 312 * backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4: |
313 * fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4: | |
314 * getugroups.m4, group-member.m4, idcache.m4, link-follow.m4: | |
315 * mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4: | |
316 * physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4: | |
317 * save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4: | |
318 * userspec.m4, xgetcwd.m4, xreadlink.m4: | |
319 Don't bother checking for string.h, stdlib.h, unistd.h. | |
320 * fts.m4 (gl_FUNC_FTS_CORE): Don't require | |
321 AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat | |
322 module's job. | |
323 * jm-macros.m4 (gl_MACROS): Likewise. | |
324 * prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT. | |
325 | |
6274
6636f61f50fe
Log first part of merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6258
diff
changeset
|
326 * getdate.m4 (gl_C_COMPOUND_LITERALS): New macro. |
6636f61f50fe
Log first part of merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6258
diff
changeset
|
327 (gl_GETDATE): Use it. |
6636f61f50fe
Log first part of merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6258
diff
changeset
|
328 |
6636f61f50fe
Log first part of merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6258
diff
changeset
|
329 * mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h. |
6636f61f50fe
Log first part of merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6258
diff
changeset
|
330 |
6636f61f50fe
Log first part of merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6258
diff
changeset
|
331 2005-09-22 Jim Meyering <jim@meyering.net> |
6636f61f50fe
Log first part of merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6258
diff
changeset
|
332 |
6636f61f50fe
Log first part of merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6258
diff
changeset
|
333 Sync from coreutils. |
6636f61f50fe
Log first part of merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6258
diff
changeset
|
334 |
6275 | 335 * lstat.m4 (gl_FUNC_LSTAT): |
336 Use AC_LIBSOURCES to require lstat.c and lstat.h. | |
337 Remove obsolete comment. | |
338 * xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ. | |
339 * xstrtod.m4: Likewise. | |
340 | |
6274
6636f61f50fe
Log first part of merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6258
diff
changeset
|
341 * openat.m4 (gl_FUNC_OPENAT): Add openat-die.c. |
6636f61f50fe
Log first part of merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6258
diff
changeset
|
342 |
6258
c3b448a06c62
* socklen.m4: Fix typo.
Simon Josefsson <simon@josefsson.org>
parents:
6237
diff
changeset
|
343 2005-09-19 Simon Josefsson <jas@extundo.com> |
c3b448a06c62
* socklen.m4: Fix typo.
Simon Josefsson <simon@josefsson.org>
parents:
6237
diff
changeset
|
344 |
c3b448a06c62
* socklen.m4: Fix typo.
Simon Josefsson <simon@josefsson.org>
parents:
6237
diff
changeset
|
345 * socklen.m4: Fix typo. |
c3b448a06c62
* socklen.m4: Fix typo.
Simon Josefsson <simon@josefsson.org>
parents:
6237
diff
changeset
|
346 |
6237
d81a8251a9b0
* MODULES.html.sh (File system functions): Add stat-time.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6234
diff
changeset
|
347 2005-09-15 Paul Eggert <eggert@cs.ucla.edu> |
d81a8251a9b0
* MODULES.html.sh (File system functions): Add stat-time.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6234
diff
changeset
|
348 |
d81a8251a9b0
* MODULES.html.sh (File system functions): Add stat-time.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6234
diff
changeset
|
349 * st_mtim.m4: Remove. Superseded by... |
d81a8251a9b0
* MODULES.html.sh (File system functions): Add stat-time.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6234
diff
changeset
|
350 * stat-time.m4: New file. |
d81a8251a9b0
* MODULES.html.sh (File system functions): Add stat-time.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6234
diff
changeset
|
351 * timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE. |
d81a8251a9b0
* MODULES.html.sh (File system functions): Add stat-time.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6234
diff
changeset
|
352 Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed. |
d81a8251a9b0
* MODULES.html.sh (File system functions): Add stat-time.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6234
diff
changeset
|
353 |
6234
8938a14f38c1
Fix redefinition problem: strstr may be defined as a macro in string.h.
Bruno Haible <bruno@clisp.org>
parents:
6224
diff
changeset
|
354 2005-09-15 Derek Price <derek@ximbiot.com> |
8938a14f38c1
Fix redefinition problem: strstr may be defined as a macro in string.h.
Bruno Haible <bruno@clisp.org>
parents:
6224
diff
changeset
|
355 |
8938a14f38c1
Fix redefinition problem: strstr may be defined as a macro in string.h.
Bruno Haible <bruno@clisp.org>
parents:
6224
diff
changeset
|
356 * strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here. |
8938a14f38c1
Fix redefinition problem: strstr may be defined as a macro in string.h.
Bruno Haible <bruno@clisp.org>
parents:
6224
diff
changeset
|
357 |
6224
85d0a6143cc4
* modules/canon-host: Add canon-host.h. Depend on getaddrinfo. Make
Derek R. Price <derek@ximbiot.com>
parents:
6223
diff
changeset
|
358 2005-09-12 Derek Price <derek@ximbiot.com> |
85d0a6143cc4
* modules/canon-host: Add canon-host.h. Depend on getaddrinfo. Make
Derek R. Price <derek@ximbiot.com>
parents:
6223
diff
changeset
|
359 |
85d0a6143cc4
* modules/canon-host: Add canon-host.h. Depend on getaddrinfo. Make
Derek R. Price <derek@ximbiot.com>
parents:
6223
diff
changeset
|
360 Make canon-host require getaddrinfo. |
85d0a6143cc4
* modules/canon-host: Add canon-host.h. Depend on getaddrinfo. Make
Derek R. Price <derek@ximbiot.com>
parents:
6223
diff
changeset
|
361 * canon-host.m4 (gl_CANON_HOST): Remove most dependencies. |
85d0a6143cc4
* modules/canon-host: Add canon-host.h. Depend on getaddrinfo. Make
Derek R. Price <derek@ximbiot.com>
parents:
6223
diff
changeset
|
362 AC_LIBSOURCE canon-host.h. Call... |
85d0a6143cc4
* modules/canon-host: Add canon-host.h. Depend on getaddrinfo. Make
Derek R. Price <derek@ximbiot.com>
parents:
6223
diff
changeset
|
363 (gl_PREREQ_CANON_HOST): ...this new function, which requires |
85d0a6143cc4
* modules/canon-host: Add canon-host.h. Depend on getaddrinfo. Make
Derek R. Price <derek@ximbiot.com>
parents:
6223
diff
changeset
|
364 gl_GETADDRINFO. |
85d0a6143cc4
* modules/canon-host: Add canon-host.h. Depend on getaddrinfo. Make
Derek R. Price <derek@ximbiot.com>
parents:
6223
diff
changeset
|
365 * getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed. |
85d0a6143cc4
* modules/canon-host: Add canon-host.h. Depend on getaddrinfo. Make
Derek R. Price <derek@ximbiot.com>
parents:
6223
diff
changeset
|
366 |
6223
1c8ef7732db0
* modules/glob (Files): Add glob-libc.h.
Derek R. Price <derek@ximbiot.com>
parents:
6217
diff
changeset
|
367 2005-09-12 Derek Price <derek@ximbiot.com> |
1c8ef7732db0
* modules/glob (Files): Add glob-libc.h.
Derek R. Price <derek@ximbiot.com>
parents:
6217
diff
changeset
|
368 Paul Eggert <eggert@cs.ucla.edu> |
1c8ef7732db0
* modules/glob (Files): Add glob-libc.h.
Derek R. Price <derek@ximbiot.com>
parents:
6217
diff
changeset
|
369 |
1c8ef7732db0
* modules/glob (Files): Add glob-libc.h.
Derek R. Price <derek@ximbiot.com>
parents:
6217
diff
changeset
|
370 * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c, |
1c8ef7732db0
* modules/glob (Files): Add glob-libc.h.
Derek R. Price <derek@ximbiot.com>
parents:
6217
diff
changeset
|
371 glob_.h, glob-libc.h. |
1c8ef7732db0
* modules/glob (Files): Add glob-libc.h.
Derek R. Price <derek@ximbiot.com>
parents:
6217
diff
changeset
|
372 (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed. |
1c8ef7732db0
* modules/glob (Files): Add glob-libc.h.
Derek R. Price <derek@ximbiot.com>
parents:
6217
diff
changeset
|
373 |
6217
f73f33cda590
2005-09-08 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6210
diff
changeset
|
374 2005-08-31 Simon Josefsson <jas@extundo.com> |
f73f33cda590
2005-09-08 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6210
diff
changeset
|
375 |
f73f33cda590
2005-09-08 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6210
diff
changeset
|
376 * socklen.m4: New file. |
f73f33cda590
2005-09-08 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6210
diff
changeset
|
377 |
6210
4e6ef6bd2966
* getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
Derek R. Price <derek@ximbiot.com>
parents:
6200
diff
changeset
|
378 2005-09-03 Derek Price <derek@ximbiot.com> |
4e6ef6bd2966
* getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
Derek R. Price <derek@ximbiot.com>
parents:
6200
diff
changeset
|
379 |
4e6ef6bd2966
* getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
Derek R. Price <derek@ximbiot.com>
parents:
6200
diff
changeset
|
380 * getlogin_r (gl_GETLOGIN_R): Fix cut & paste error. |
4e6ef6bd2966
* getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
Derek R. Price <derek@ximbiot.com>
parents:
6200
diff
changeset
|
381 From Larry Jones <lawrence.jones@ugs.com>. |
4e6ef6bd2966
* getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
Derek R. Price <derek@ximbiot.com>
parents:
6200
diff
changeset
|
382 |
6200
dae7c9179bef
Support for lib vs. lib64 distinction on biarch platforms.
Bruno Haible <bruno@clisp.org>
parents:
6194
diff
changeset
|
383 2005-08-27 Bruno Haible <bruno@clisp.org> |
dae7c9179bef
Support for lib vs. lib64 distinction on biarch platforms.
Bruno Haible <bruno@clisp.org>
parents:
6194
diff
changeset
|
384 |
dae7c9179bef
Support for lib vs. lib64 distinction on biarch platforms.
Bruno Haible <bruno@clisp.org>
parents:
6194
diff
changeset
|
385 Support for lib vs. lib64 distinction on biarch platforms. |
dae7c9179bef
Support for lib vs. lib64 distinction on biarch platforms.
Bruno Haible <bruno@clisp.org>
parents:
6194
diff
changeset
|
386 * lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro. |
dae7c9179bef
Support for lib vs. lib64 distinction on biarch platforms.
Bruno Haible <bruno@clisp.org>
parents:
6194
diff
changeset
|
387 (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'. |
dae7c9179bef
Support for lib vs. lib64 distinction on biarch platforms.
Bruno Haible <bruno@clisp.org>
parents:
6194
diff
changeset
|
388 * lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise. |
dae7c9179bef
Support for lib vs. lib64 distinction on biarch platforms.
Bruno Haible <bruno@clisp.org>
parents:
6194
diff
changeset
|
389 |
6191 | 390 2005-09-01 Jim Meyering <jim@meyering.net> |
391 | |
392 * lchown.m4: Require gl_FUNC_CHOWN, for the definition of | |
393 CHOWN_MODIFIES_SYMLINK, which is used by lchown.c. | |
6194 | 394 Require gl_STAT_MACROS, too. |
6191 | 395 |
6184
f1728546eca4
On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
Paul Eggert <eggert@cs.ucla.edu>
parents:
6177
diff
changeset
|
396 2005-08-31 Paul Eggert <eggert@cs.ucla.edu> |
f1728546eca4
On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
Paul Eggert <eggert@cs.ucla.edu>
parents:
6177
diff
changeset
|
397 |
f1728546eca4
On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
Paul Eggert <eggert@cs.ucla.edu>
parents:
6177
diff
changeset
|
398 * regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define |
f1728546eca4
On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
Paul Eggert <eggert@cs.ucla.edu>
parents:
6177
diff
changeset
|
399 _REGEX_LARGE_OFFSETS). Test for regoff_t/off_t bug in 64-bit |
f1728546eca4
On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
Paul Eggert <eggert@cs.ucla.edu>
parents:
6177
diff
changeset
|
400 and large-file glibc and in 32-bit large-file Solaris. |
f1728546eca4
On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
Paul Eggert <eggert@cs.ucla.edu>
parents:
6177
diff
changeset
|
401 |
6177
526c97a9fd70
Put all dummy definitions of gnulib-tool's specification macros into
Bruno Haible <bruno@clisp.org>
parents:
6155
diff
changeset
|
402 2005-08-28 Bruno Haible <bruno@clisp.org> |
526c97a9fd70
Put all dummy definitions of gnulib-tool's specification macros into
Bruno Haible <bruno@clisp.org>
parents:
6155
diff
changeset
|
403 |
526c97a9fd70
Put all dummy definitions of gnulib-tool's specification macros into
Bruno Haible <bruno@clisp.org>
parents:
6155
diff
changeset
|
404 * gnulib-tool.m4: New file. |
526c97a9fd70
Put all dummy definitions of gnulib-tool's specification macros into
Bruno Haible <bruno@clisp.org>
parents:
6155
diff
changeset
|
405 |
6139 | 406 2005-08-27 Jim Meyering <jim@meyering.net> |
407 | |
6148 | 408 * stdlib-safer.m4: New file. From coreutils. |
409 * stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h. | |
6139 | 410 * fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the |
411 AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ. | |
412 * unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c. | |
6144 | 413 Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list. |
6139 | 414 |
6124
2e48e4301246
* getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
Simon Josefsson <simon@josefsson.org>
parents:
6122
diff
changeset
|
415 2005-08-24 Simon Josefsson <jas@extundo.com> |
2e48e4301246
* getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
Simon Josefsson <simon@josefsson.org>
parents:
6122
diff
changeset
|
416 |
2e48e4301246
* getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
Simon Josefsson <simon@josefsson.org>
parents:
6122
diff
changeset
|
417 * getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and |
2e48e4301246
* getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
Simon Josefsson <simon@josefsson.org>
parents:
6122
diff
changeset
|
418 __fsetlocking. |
2e48e4301246
* getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
Simon Josefsson <simon@josefsson.org>
parents:
6122
diff
changeset
|
419 |
6121
61e0b7c597d5
* m4/regex.m4: Add AC_PREREQ(2.50).
Paul Eggert <eggert@cs.ucla.edu>
parents:
6120
diff
changeset
|
420 2005-08-25 Stepan Kasal <kasal@ucw.cz> |
61e0b7c597d5
* m4/regex.m4: Add AC_PREREQ(2.50).
Paul Eggert <eggert@cs.ucla.edu>
parents:
6120
diff
changeset
|
421 |
61e0b7c597d5
* m4/regex.m4: Add AC_PREREQ(2.50).
Paul Eggert <eggert@cs.ucla.edu>
parents:
6120
diff
changeset
|
422 * regex.m4: Add AC_PREREQ(2.50). |
61e0b7c597d5
* m4/regex.m4: Add AC_PREREQ(2.50).
Paul Eggert <eggert@cs.ucla.edu>
parents:
6120
diff
changeset
|
423 (gl_REGEX): If --with-included-regex was given, skip the autodetection. |
61e0b7c597d5
* m4/regex.m4: Add AC_PREREQ(2.50).
Paul Eggert <eggert@cs.ucla.edu>
parents:
6120
diff
changeset
|
424 |
6120 | 425 2005-08-25 Bruno Haible <bruno@clisp.org> |
426 | |
6122
eb03242e56c7
Use m4_pushdef/m4_popdef and AS_TR_SH, AS_TR_CPP.
Bruno Haible <bruno@clisp.org>
parents:
6121
diff
changeset
|
427 * minmax.m4: Require autoconf 2.52. |
eb03242e56c7
Use m4_pushdef/m4_popdef and AS_TR_SH, AS_TR_CPP.
Bruno Haible <bruno@clisp.org>
parents:
6121
diff
changeset
|
428 (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead |
eb03242e56c7
Use m4_pushdef/m4_popdef and AS_TR_SH, AS_TR_CPP.
Bruno Haible <bruno@clisp.org>
parents:
6121
diff
changeset
|
429 of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust |
eb03242e56c7
Use m4_pushdef/m4_popdef and AS_TR_SH, AS_TR_CPP.
Bruno Haible <bruno@clisp.org>
parents:
6121
diff
changeset
|
430 alternatives of translit over the alphabet. |
eb03242e56c7
Use m4_pushdef/m4_popdef and AS_TR_SH, AS_TR_CPP.
Bruno Haible <bruno@clisp.org>
parents:
6121
diff
changeset
|
431 Based on a patch from Stepan Kasal <kasal@ucw.cz>. |
6120 | 432 |
6102
781f0829b119
* srclist.txt: Comment out lib/regex.c. Add glibc bug 1238.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6096
diff
changeset
|
433 2005-08-24 Paul Eggert <eggert@cs.ucla.edu> |
781f0829b119
* srclist.txt: Comment out lib/regex.c. Add glibc bug 1238.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6096
diff
changeset
|
434 |
781f0829b119
* srclist.txt: Comment out lib/regex.c. Add glibc bug 1238.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6096
diff
changeset
|
435 * regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing |
781f0829b119
* srclist.txt: Comment out lib/regex.c. Add glibc bug 1238.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6096
diff
changeset
|
436 for GNU regex features. |
781f0829b119
* srclist.txt: Comment out lib/regex.c. Add glibc bug 1238.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6096
diff
changeset
|
437 |
6089 | 438 2005-08-24 Jim Meyering <jim@meyering.net> |
439 | |
6096 | 440 Sync from coreutils. |
441 * fcntl-safer.m4: New file. | |
442 | |
6089 | 443 * xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source |
444 and object files for this module. | |
445 | |
6083
7f315cf586d6
* regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6080
diff
changeset
|
446 2005-08-23 Paul Eggert <eggert@cs.ucla.edu> |
7f315cf586d6
* regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6080
diff
changeset
|
447 |
7f315cf586d6
* regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6080
diff
changeset
|
448 * regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used. |
7f315cf586d6
* regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6080
diff
changeset
|
449 All contents moved to gl_REGEX. |
7f315cf586d6
* regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6080
diff
changeset
|
450 (gl_REGEX): Don't bother checking whether lib/regex.c exists; |
7f315cf586d6
* regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6080
diff
changeset
|
451 assume that it does. |
7f315cf586d6
* regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6080
diff
changeset
|
452 |
6080
371903e6dfee
* m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6058
diff
changeset
|
453 2005-08-20 Bruno Haible <bruno@clisp.org> |
371903e6dfee
* m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6058
diff
changeset
|
454 |
371903e6dfee
* m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6058
diff
changeset
|
455 * regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE. |
371903e6dfee
* m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6058
diff
changeset
|
456 |
6058 | 457 2005-08-17 Bruno Haible <bruno@clisp.org> |
458 | |
459 * strcasestr.m4: New file. | |
460 | |
6057
a878a8d58823
Make strstr() work in multibyte locales.
Bruno Haible <bruno@clisp.org>
parents:
6052
diff
changeset
|
461 2005-08-17 Bruno Haible <bruno@clisp.org> |
a878a8d58823
Make strstr() work in multibyte locales.
Bruno Haible <bruno@clisp.org>
parents:
6052
diff
changeset
|
462 |
a878a8d58823
Make strstr() work in multibyte locales.
Bruno Haible <bruno@clisp.org>
parents:
6052
diff
changeset
|
463 * strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always. |
a878a8d58823
Make strstr() work in multibyte locales.
Bruno Haible <bruno@clisp.org>
parents:
6052
diff
changeset
|
464 (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC. |
a878a8d58823
Make strstr() work in multibyte locales.
Bruno Haible <bruno@clisp.org>
parents:
6052
diff
changeset
|
465 |
6052
29087842aa86
* m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
Paul Eggert <eggert@cs.ucla.edu>
parents:
6048
diff
changeset
|
466 2005-08-16 Paul Eggert <eggert@cs.ucla.edu> |
29087842aa86
* m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
Paul Eggert <eggert@cs.ucla.edu>
parents:
6048
diff
changeset
|
467 |
29087842aa86
* m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
Paul Eggert <eggert@cs.ucla.edu>
parents:
6048
diff
changeset
|
468 * getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results |
29087842aa86
* m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
Paul Eggert <eggert@cs.ucla.edu>
parents:
6048
diff
changeset
|
469 of gl_GETOPT_SUBSTITUTE. That way, if both gl_GETOPT_SUBSTITUTE |
29087842aa86
* m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
Paul Eggert <eggert@cs.ucla.edu>
parents:
6048
diff
changeset
|
470 and gl_GETOPT are both invoked via different paths (as happens |
29087842aa86
* m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
Paul Eggert <eggert@cs.ucla.edu>
parents:
6048
diff
changeset
|
471 with GNU tar CVS because it uses both argp and getopt), the former |
29087842aa86
* m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
Paul Eggert <eggert@cs.ucla.edu>
parents:
6048
diff
changeset
|
472 wins. |
29087842aa86
* m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
Paul Eggert <eggert@cs.ucla.edu>
parents:
6048
diff
changeset
|
473 |
6048
5943d7de8c5d
Make strcasecmp() work right in multibyte locales.
Bruno Haible <bruno@clisp.org>
parents:
6046
diff
changeset
|
474 2005-08-16 Bruno Haible <bruno@clisp.org> |
5943d7de8c5d
Make strcasecmp() work right in multibyte locales.
Bruno Haible <bruno@clisp.org>
parents:
6046
diff
changeset
|
475 |
5943d7de8c5d
Make strcasecmp() work right in multibyte locales.
Bruno Haible <bruno@clisp.org>
parents:
6046
diff
changeset
|
476 * strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function always. |
5943d7de8c5d
Make strcasecmp() work right in multibyte locales.
Bruno Haible <bruno@clisp.org>
parents:
6046
diff
changeset
|
477 (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC. |
5943d7de8c5d
Make strcasecmp() work right in multibyte locales.
Bruno Haible <bruno@clisp.org>
parents:
6046
diff
changeset
|
478 |
6046 | 479 2005-08-16 Bruno Haible <bruno@clisp.org> |
480 | |
481 * mbfile.m4: New file. | |
482 | |
6045 | 483 2005-08-16 Bruno Haible <bruno@clisp.org> |
484 | |
485 * mbiter.m4: New file. | |
486 | |
6044 | 487 2005-08-16 Bruno Haible <bruno@clisp.org> |
488 | |
489 * mbchar.m4: New file. | |
490 | |
6042 | 491 2005-08-16 Bruno Haible <bruno@clisp.org> |
492 | |
493 * tls.m4: New file, from GNU gettext. | |
494 | |
495 2005-08-12 Bruno Haible <bruno@clisp.org> | |
496 | |
497 * readline.m4 (gl_FUNC_READLINE): Look for ncurses first. | |
498 | |
6025
5c7eb3550ce5
* readline.m4: Look for termcap, curses or ncurses if required.
Simon Josefsson <simon@josefsson.org>
parents:
6023
diff
changeset
|
499 2005-08-12 Simon Josefsson <jas@extundo.com> |
5c7eb3550ce5
* readline.m4: Look for termcap, curses or ncurses if required.
Simon Josefsson <simon@josefsson.org>
parents:
6023
diff
changeset
|
500 |
5c7eb3550ce5
* readline.m4: Look for termcap, curses or ncurses if required.
Simon Josefsson <simon@josefsson.org>
parents:
6023
diff
changeset
|
501 * readline.m4: Look for termcap, curses or ncurses if required. |
5c7eb3550ce5
* readline.m4: Look for termcap, curses or ncurses if required.
Simon Josefsson <simon@josefsson.org>
parents:
6023
diff
changeset
|
502 |
6023 | 503 2005-08-11 Simon Josefsson <jas@extundo.com> |
504 | |
505 * readline.m4: New file. | |
506 | |
6020
b9cb7a737790
2005-08-10 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6018
diff
changeset
|
507 2005-08-10 Simon Josefsson <jas@extundo.com> |
b9cb7a737790
2005-08-10 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6018
diff
changeset
|
508 |
b9cb7a737790
2005-08-10 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6018
diff
changeset
|
509 * strnlen.m4: New file. |
b9cb7a737790
2005-08-10 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6018
diff
changeset
|
510 |
b9cb7a737790
2005-08-10 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6018
diff
changeset
|
511 * strndup.m4: Don't check for strnlen declaration, done in |
b9cb7a737790
2005-08-10 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6018
diff
changeset
|
512 strnlen.m4. |
b9cb7a737790
2005-08-10 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6018
diff
changeset
|
513 |
6018
954deae9185d
Really require autoconf-2.57.
Bruno Haible <bruno@clisp.org>
parents:
6011
diff
changeset
|
514 2005-08-10 Stepan Kasal <kasal@ucw.cz> |
954deae9185d
Really require autoconf-2.57.
Bruno Haible <bruno@clisp.org>
parents:
6011
diff
changeset
|
515 |
954deae9185d
Really require autoconf-2.57.
Bruno Haible <bruno@clisp.org>
parents:
6011
diff
changeset
|
516 * onceonly_2_57.m4: Really require Autoconf 2.57. |
954deae9185d
Really require autoconf-2.57.
Bruno Haible <bruno@clisp.org>
parents:
6011
diff
changeset
|
517 |
6011
cf3d0bf4fc6f
2005-08-02 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6007
diff
changeset
|
518 2005-08-02 Simon Josefsson <jas@extundo.com> |
cf3d0bf4fc6f
2005-08-02 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6007
diff
changeset
|
519 |
cf3d0bf4fc6f
2005-08-02 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6007
diff
changeset
|
520 * getline.m4: Separate out getdelim stuff into separate module. |
cf3d0bf4fc6f
2005-08-02 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6007
diff
changeset
|
521 |
cf3d0bf4fc6f
2005-08-02 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6007
diff
changeset
|
522 * getdelim.m4: New file. |
cf3d0bf4fc6f
2005-08-02 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
6007
diff
changeset
|
523 |
6007
5b580599ba01
Add support to getopt for Emacs, which doesn't use LIBOBJS in the
Paul Eggert <eggert@cs.ucla.edu>
parents:
6005
diff
changeset
|
524 2005-07-26 Paul Eggert <eggert@cs.ucla.edu> |
5b580599ba01
Add support to getopt for Emacs, which doesn't use LIBOBJS in the
Paul Eggert <eggert@cs.ucla.edu>
parents:
6005
diff
changeset
|
525 |
5b580599ba01
Add support to getopt for Emacs, which doesn't use LIBOBJS in the
Paul Eggert <eggert@cs.ucla.edu>
parents:
6005
diff
changeset
|
526 Add support to getopt for Emacs, which doesn't use LIBOBJS in the |
5b580599ba01
Add support to getopt for Emacs, which doesn't use LIBOBJS in the
Paul Eggert <eggert@cs.ucla.edu>
parents:
6005
diff
changeset
|
527 normal way. |
5b580599ba01
Add support to getopt for Emacs, which doesn't use LIBOBJS in the
Paul Eggert <eggert@cs.ucla.edu>
parents:
6005
diff
changeset
|
528 * getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro. |
5b580599ba01
Add support to getopt for Emacs, which doesn't use LIBOBJS in the
Paul Eggert <eggert@cs.ucla.edu>
parents:
6005
diff
changeset
|
529 (gl_GETOPT_SUBSTITUTE): Use it. Invoke gl_PREREQ_GETOPT. |
5b580599ba01
Add support to getopt for Emacs, which doesn't use LIBOBJS in the
Paul Eggert <eggert@cs.ucla.edu>
parents:
6005
diff
changeset
|
530 (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros. |
5b580599ba01
Add support to getopt for Emacs, which doesn't use LIBOBJS in the
Paul Eggert <eggert@cs.ucla.edu>
parents:
6005
diff
changeset
|
531 (gl_GETOPT): Use the new macros. Most of the implementation |
5b580599ba01
Add support to getopt for Emacs, which doesn't use LIBOBJS in the
Paul Eggert <eggert@cs.ucla.edu>
parents:
6005
diff
changeset
|
532 is moved to the new macros. This is for programs like Emacs |
5b580599ba01
Add support to getopt for Emacs, which doesn't use LIBOBJS in the
Paul Eggert <eggert@cs.ucla.edu>
parents:
6005
diff
changeset
|
533 that don't want all the functionality of gl_GETOPT. |
5b580599ba01
Add support to getopt for Emacs, which doesn't use LIBOBJS in the
Paul Eggert <eggert@cs.ucla.edu>
parents:
6005
diff
changeset
|
534 |
6005
2dd8d7b4185f
Portability fixes for IRIX, Solaris, HP-UX, AIX, OSF/1.
Bruno Haible <bruno@clisp.org>
parents:
6003
diff
changeset
|
535 2005-07-26 Bruno Haible <bruno@clisp.org> |
2dd8d7b4185f
Portability fixes for IRIX, Solaris, HP-UX, AIX, OSF/1.
Bruno Haible <bruno@clisp.org>
parents:
6003
diff
changeset
|
536 |
2dd8d7b4185f
Portability fixes for IRIX, Solaris, HP-UX, AIX, OSF/1.
Bruno Haible <bruno@clisp.org>
parents:
6003
diff
changeset
|
537 * lock.m4: Update from GNU gettext. |
2dd8d7b4185f
Portability fixes for IRIX, Solaris, HP-UX, AIX, OSF/1.
Bruno Haible <bruno@clisp.org>
parents:
6003
diff
changeset
|
538 |
6003
d2b8c6783b35
* regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_ELSE instead of the
Paul Eggert <eggert@cs.ucla.edu>
parents:
6002
diff
changeset
|
539 2005-07-25 Paul Eggert <eggert@cs.ucla.edu> |
d2b8c6783b35
* regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_ELSE instead of the
Paul Eggert <eggert@cs.ucla.edu>
parents:
6002
diff
changeset
|
540 |
6155
63c7f1332e8a
Fix, spotted by Stepan Kasal.
Bruno Haible <bruno@clisp.org>
parents:
6148
diff
changeset
|
541 * regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the |
6003
d2b8c6783b35
* regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_ELSE instead of the
Paul Eggert <eggert@cs.ucla.edu>
parents:
6002
diff
changeset
|
542 obsolescent AC_TRY_RUN. Include the default includes files, for 'exit'. |
d2b8c6783b35
* regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_ELSE instead of the
Paul Eggert <eggert@cs.ucla.edu>
parents:
6002
diff
changeset
|
543 |
6002
29720e2b877f
New gnulib module 'visibility'.
Bruno Haible <bruno@clisp.org>
parents:
5994
diff
changeset
|
544 2005-07-24 Bruno Haible <bruno@clisp.org> |
29720e2b877f
New gnulib module 'visibility'.
Bruno Haible <bruno@clisp.org>
parents:
5994
diff
changeset
|
545 |
29720e2b877f
New gnulib module 'visibility'.
Bruno Haible <bruno@clisp.org>
parents:
5994
diff
changeset
|
546 * visibility.m4: New file. |
29720e2b877f
New gnulib module 'visibility'.
Bruno Haible <bruno@clisp.org>
parents:
5994
diff
changeset
|
547 |
5994 | 548 2005-07-18 Bruno Haible <bruno@clisp.org> |
549 | |
550 * lock.m4: New file, from GNU gettext. | |
551 | |
5989
c0415917431f
Don't use poll() on MacOS X 10.4.
Bruno Haible <bruno@clisp.org>
parents:
5988
diff
changeset
|
552 2005-06-01 Bruno Haible <bruno@clisp.org> |
c0415917431f
Don't use poll() on MacOS X 10.4.
Bruno Haible <bruno@clisp.org>
parents:
5988
diff
changeset
|
553 |
c0415917431f
Don't use poll() on MacOS X 10.4.
Bruno Haible <bruno@clisp.org>
parents:
5988
diff
changeset
|
554 * poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug. |
c0415917431f
Don't use poll() on MacOS X 10.4.
Bruno Haible <bruno@clisp.org>
parents:
5988
diff
changeset
|
555 When using lib/poll.c, define poll as rpl_poll. |
c0415917431f
Don't use poll() on MacOS X 10.4.
Bruno Haible <bruno@clisp.org>
parents:
5988
diff
changeset
|
556 |
5988
60262f4b3d5f
* modules/argp (Depends-on): Remove unlocked-io.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5986
diff
changeset
|
557 2005-07-14 Bruno Haible <bruno@clisp.org> |
60262f4b3d5f
* modules/argp (Depends-on): Remove unlocked-io.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5986
diff
changeset
|
558 |
60262f4b3d5f
* modules/argp (Depends-on): Remove unlocked-io.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5986
diff
changeset
|
559 * argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO. |
60262f4b3d5f
* modules/argp (Depends-on): Remove unlocked-io.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5986
diff
changeset
|
560 Instead, test for *_unlocked function declarations directly. |
60262f4b3d5f
* modules/argp (Depends-on): Remove unlocked-io.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5986
diff
changeset
|
561 |
5986
f84b6f02ec36
* m4/glob.m4 (gl_GLOB): Cache glob interface check result. Add check for
Derek R. Price <derek@ximbiot.com>
parents:
5980
diff
changeset
|
562 2005-07-14 Derek Price <derek@ximbiot.com> |
f84b6f02ec36
* m4/glob.m4 (gl_GLOB): Cache glob interface check result. Add check for
Derek R. Price <derek@ximbiot.com>
parents:
5980
diff
changeset
|
563 |
f84b6f02ec36
* m4/glob.m4 (gl_GLOB): Cache glob interface check result. Add check for
Derek R. Price <derek@ximbiot.com>
parents:
5980
diff
changeset
|
564 * glob.m4 (gl_GLOB): Cache glob interface check result. Add check for |
f84b6f02ec36
* m4/glob.m4 (gl_GLOB): Cache glob interface check result. Add check for
Derek R. Price <derek@ximbiot.com>
parents:
5980
diff
changeset
|
565 glob symlink bug. |
f84b6f02ec36
* m4/glob.m4 (gl_GLOB): Cache glob interface check result. Add check for
Derek R. Price <derek@ximbiot.com>
parents:
5980
diff
changeset
|
566 |
5980
5375b994ef54
Make it work also if size_t is smaller than unsigned int.
Bruno Haible <bruno@clisp.org>
parents:
5969
diff
changeset
|
567 2005-07-10 Bruno Haible <bruno@clisp.org> |
5375b994ef54
Make it work also if size_t is smaller than unsigned int.
Bruno Haible <bruno@clisp.org>
parents:
5969
diff
changeset
|
568 |
5375b994ef54
Make it work also if size_t is smaller than unsigned int.
Bruno Haible <bruno@clisp.org>
parents:
5969
diff
changeset
|
569 * size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t. |
5375b994ef54
Make it work also if size_t is smaller than unsigned int.
Bruno Haible <bruno@clisp.org>
parents:
5969
diff
changeset
|
570 Needed when size_t is smaller than 'unsigned int'. |
5375b994ef54
Make it work also if size_t is smaller than unsigned int.
Bruno Haible <bruno@clisp.org>
parents:
5969
diff
changeset
|
571 Reported by Paul Eggert. |
5375b994ef54
Make it work also if size_t is smaller than unsigned int.
Bruno Haible <bruno@clisp.org>
parents:
5969
diff
changeset
|
572 |
5968
541fed6ae301
* modules/regex (Files): Add lib/regex_internal.c,
Paul Eggert <eggert@cs.ucla.edu>
parents:
5964
diff
changeset
|
573 2005-07-07 Paul Eggert <eggert@cs.ucla.edu> |
541fed6ae301
* modules/regex (Files): Add lib/regex_internal.c,
Paul Eggert <eggert@cs.ucla.edu>
parents:
5964
diff
changeset
|
574 |
5969
f675fdd9e8a7
* m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on pathconf.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5968
diff
changeset
|
575 * backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on pathconf. |
f675fdd9e8a7
* m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on pathconf.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5968
diff
changeset
|
576 * same.m4 (gl_SAME): Likewise. |
f675fdd9e8a7
* m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on pathconf.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5968
diff
changeset
|
577 Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase. |
f675fdd9e8a7
* m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on pathconf.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5968
diff
changeset
|
578 |
5968
541fed6ae301
* modules/regex (Files): Add lib/regex_internal.c,
Paul Eggert <eggert@cs.ucla.edu>
parents:
5964
diff
changeset
|
579 * regex.m4: Adjust to new libc regex implementation. |
541fed6ae301
* modules/regex (Files): Add lib/regex_internal.c,
Paul Eggert <eggert@cs.ucla.edu>
parents:
5964
diff
changeset
|
580 (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for |
541fed6ae301
* modules/regex (Files): Add lib/regex_internal.c,
Paul Eggert <eggert@cs.ucla.edu>
parents:
5964
diff
changeset
|
581 all the .c and .h parts of (the new) regex. |
541fed6ae301
* modules/regex (Files): Add lib/regex_internal.c,
Paul Eggert <eggert@cs.ucla.edu>
parents:
5964
diff
changeset
|
582 Quote the m4 stuff better. |
541fed6ae301
* modules/regex (Files): Add lib/regex_internal.c,
Paul Eggert <eggert@cs.ucla.edu>
parents:
5964
diff
changeset
|
583 Check for RE_ICASE bug of old gnulib. |
541fed6ae301
* modules/regex (Files): Add lib/regex_internal.c,
Paul Eggert <eggert@cs.ucla.edu>
parents:
5964
diff
changeset
|
584 Check for REG_STARTEND of recent libc. |
541fed6ae301
* modules/regex (Files): Add lib/regex_internal.c,
Paul Eggert <eggert@cs.ucla.edu>
parents:
5964
diff
changeset
|
585 Rename local variables from jm_* to gl_*. |
541fed6ae301
* modules/regex (Files): Add lib/regex_internal.c,
Paul Eggert <eggert@cs.ucla.edu>
parents:
5964
diff
changeset
|
586 Quote operand of "test -f". |
541fed6ae301
* modules/regex (Files): Add lib/regex_internal.c,
Paul Eggert <eggert@cs.ucla.edu>
parents:
5964
diff
changeset
|
587 Say "recent enough" version of libc, not "version 2". |
541fed6ae301
* modules/regex (Files): Add lib/regex_internal.c,
Paul Eggert <eggert@cs.ucla.edu>
parents:
5964
diff
changeset
|
588 (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a |
541fed6ae301
* modules/regex (Files): Add lib/regex_internal.c,
Paul Eggert <eggert@cs.ucla.edu>
parents:
5964
diff
changeset
|
589 prerequisite module. Remove AC_HEADER_STDC; no longer needed. |
541fed6ae301
* modules/regex (Files): Add lib/regex_internal.c,
Paul Eggert <eggert@cs.ucla.edu>
parents:
5964
diff
changeset
|
590 Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll. |
541fed6ae301
* modules/regex (Files): Add lib/regex_internal.c,
Paul Eggert <eggert@cs.ucla.edu>
parents:
5964
diff
changeset
|
591 Remove check for btowc, isascii. |
541fed6ae301
* modules/regex (Files): Add lib/regex_internal.c,
Paul Eggert <eggert@cs.ucla.edu>
parents:
5964
diff
changeset
|
592 Require AM_LANGINFO_CODESET. |
541fed6ae301
* modules/regex (Files): Add lib/regex_internal.c,
Paul Eggert <eggert@cs.ucla.edu>
parents:
5964
diff
changeset
|
593 |
5964
111f78a51516
Avoid false positive on mingw.
Bruno Haible <bruno@clisp.org>
parents:
5960
diff
changeset
|
594 2005-07-05 Bruno Haible <bruno@clisp.org> |
111f78a51516
Avoid false positive on mingw.
Bruno Haible <bruno@clisp.org>
parents:
5960
diff
changeset
|
595 |
111f78a51516
Avoid false positive on mingw.
Bruno Haible <bruno@clisp.org>
parents:
5960
diff
changeset
|
596 * mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current |
111f78a51516
Avoid false positive on mingw.
Bruno Haible <bruno@clisp.org>
parents:
5960
diff
changeset
|
597 autoconf CVS. Needed for mingw. |
111f78a51516
Avoid false positive on mingw.
Bruno Haible <bruno@clisp.org>
parents:
5960
diff
changeset
|
598 |
5960
2a0d593683dc
Remove the dependency of the strftime module on the tzset module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5956
diff
changeset
|
599 2005-07-03 Paul Eggert <eggert@cs.ucla.edu> |
2a0d593683dc
Remove the dependency of the strftime module on the tzset module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5956
diff
changeset
|
600 |
2a0d593683dc
Remove the dependency of the strftime module on the tzset module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5956
diff
changeset
|
601 Remove the dependency of the strftime module on the tzset module. |
2a0d593683dc
Remove the dependency of the strftime module on the tzset module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5956
diff
changeset
|
602 * strftime.m4 (gl_FUNC_STRFTIME): Don't require gl_FUNC_TZSET_CLOBBER. |
2a0d593683dc
Remove the dependency of the strftime module on the tzset module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5956
diff
changeset
|
603 |
5956
ccf4c39a6263
Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
Jim Meyering <jim@meyering.net>
parents:
5939
diff
changeset
|
604 2005-07-02 Jim Meyering <jim@meyering.net> |
ccf4c39a6263
Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
Jim Meyering <jim@meyering.net>
parents:
5939
diff
changeset
|
605 |
ccf4c39a6263
Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
Jim Meyering <jim@meyering.net>
parents:
5939
diff
changeset
|
606 * chown.m4, cloexec.m4, dup2.m4, fsusage.m4: |
ccf4c39a6263
Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
Jim Meyering <jim@meyering.net>
parents:
5939
diff
changeset
|
607 * getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4: |
ccf4c39a6263
Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
Jim Meyering <jim@meyering.net>
parents:
5939
diff
changeset
|
608 * pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4: |
ccf4c39a6263
Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
Jim Meyering <jim@meyering.net>
parents:
5939
diff
changeset
|
609 Don't check for fcntl.h, and don't test for HAVE_FCNTL_H. |
ccf4c39a6263
Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
Jim Meyering <jim@meyering.net>
parents:
5939
diff
changeset
|
610 |
5939
7e7ddabe954a
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5933
diff
changeset
|
611 2005-06-28 Simon Josefsson <jas@extundo.com> |
7e7ddabe954a
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5933
diff
changeset
|
612 |
7e7ddabe954a
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5933
diff
changeset
|
613 * check-version.m4: New file, suggested by Jim Meyering |
7e7ddabe954a
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5933
diff
changeset
|
614 <jim@meyering.net>. |
7e7ddabe954a
2005-06-28 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5933
diff
changeset
|
615 |
5933
35504bd557fa
Remove stat module & update lstat.
Derek R. Price <derek@ximbiot.com>
parents:
5929
diff
changeset
|
616 2005-06-24 Derek Price <derek@ximbiot.com> |
35504bd557fa
Remove stat module & update lstat.
Derek R. Price <derek@ximbiot.com>
parents:
5929
diff
changeset
|
617 and Bruno Haible <bruno@clisp.org> |
35504bd557fa
Remove stat module & update lstat.
Derek R. Price <derek@ximbiot.com>
parents:
5929
diff
changeset
|
618 |
35504bd557fa
Remove stat module & update lstat.
Derek R. Price <derek@ximbiot.com>
parents:
5929
diff
changeset
|
619 Remove stat module & update lstat. |
35504bd557fa
Remove stat module & update lstat.
Derek R. Price <derek@ximbiot.com>
parents:
5929
diff
changeset
|
620 * lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of |
35504bd557fa
Remove stat module & update lstat.
Derek R. Price <derek@ximbiot.com>
parents:
5929
diff
changeset
|
621 AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK. |
35504bd557fa
Remove stat module & update lstat.
Derek R. Price <derek@ximbiot.com>
parents:
5929
diff
changeset
|
622 * stat.m4: Remove this file. |
35504bd557fa
Remove stat module & update lstat.
Derek R. Price <derek@ximbiot.com>
parents:
5929
diff
changeset
|
623 |
5929
1bd98d92c928
* bison.m4: Note that precious decls of YACC & YFLAGS will be
Derek R. Price <derek@ximbiot.com>
parents:
5926
diff
changeset
|
624 2005-06-20 Derek Price <derek@ximbiot.com> |
1bd98d92c928
* bison.m4: Note that precious decls of YACC & YFLAGS will be
Derek R. Price <derek@ximbiot.com>
parents:
5926
diff
changeset
|
625 |
1bd98d92c928
* bison.m4: Note that precious decls of YACC & YFLAGS will be
Derek R. Price <derek@ximbiot.com>
parents:
5926
diff
changeset
|
626 * bison.m4: Note that precious decls of YACC & YFLAGS will be |
1bd98d92c928
* bison.m4: Note that precious decls of YACC & YFLAGS will be
Derek R. Price <derek@ximbiot.com>
parents:
5926
diff
changeset
|
627 unnecessary for Autoconfs > 2.59c. |
1bd98d92c928
* bison.m4: Note that precious decls of YACC & YFLAGS will be
Derek R. Price <derek@ximbiot.com>
parents:
5926
diff
changeset
|
628 |
5926
3508054a2863
* bison.m4: Declare YACC & YFLAGS precious.
Derek R. Price <derek@ximbiot.com>
parents:
5913
diff
changeset
|
629 2005-06-16 Derek Price <derek@ximbiot.com> |
3508054a2863
* bison.m4: Declare YACC & YFLAGS precious.
Derek R. Price <derek@ximbiot.com>
parents:
5913
diff
changeset
|
630 |
3508054a2863
* bison.m4: Declare YACC & YFLAGS precious.
Derek R. Price <derek@ximbiot.com>
parents:
5913
diff
changeset
|
631 * bison.m4: Declare YACC & YFLAGS precious. |
3508054a2863
* bison.m4: Declare YACC & YFLAGS precious.
Derek R. Price <derek@ximbiot.com>
parents:
5913
diff
changeset
|
632 |
5913 | 633 2005-06-08 Bruno Haible <bruno@clisp.org> |
634 | |
635 * csharpcomp.m4: New file, from GNU gettext. | |
636 | |
5907 | 637 2005-06-02 Paul Eggert <eggert@cs.ucla.edu> |
638 | |
639 Sync from coreutils. | |
640 * mkdir-p.m4: Renamed from makepath.m4. | |
641 (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH. All uses changed. | |
642 Rename files from makepath.c to mkdir-p.c, and from | |
643 makepath.h to mkdir-p.h. | |
644 * filenamecat.m4: Renamed from path-concat.m4. | |
645 (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT. All uses changed. | |
646 Rename files from path-concat.c to filenamecat.c, | |
647 and from path-concat.h to filenamecat.h. | |
648 * getcwd-path-max.m4: Don't use "path" or "filename" to mean | |
649 "file name" in local variables or comments. | |
650 * rename.m4: Likewise. | |
651 | |
5902 | 652 2005-06-01 Bruno Haible <bruno@clisp.org> |
653 | |
654 * csharp.m4: New file, from GNU gettext. | |
655 * csharpexec.m4: New file, from GNU gettext. | |
656 | |
5901 | 657 2005-05-31 Derek Price <derek@ximbiot.com> |
658 Paul Eggert <eggert@cs.ucla.edu> | |
659 | |
660 Sync from cvs. | |
661 * glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment. | |
662 | |
5898
429b55c14554
* MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
Derek R. Price <derek@ximbiot.com>
parents:
5894
diff
changeset
|
663 2005-05-29 Derek Price <derek@ximbiot.com> |
429b55c14554
* MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
Derek R. Price <derek@ximbiot.com>
parents:
5894
diff
changeset
|
664 Paul Eggert <eggert@cs.ucla.edu> |
429b55c14554
* MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
Derek R. Price <derek@ximbiot.com>
parents:
5894
diff
changeset
|
665 |
429b55c14554
* MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
Derek R. Price <derek@ximbiot.com>
parents:
5894
diff
changeset
|
666 * glob.m4: New file. |
429b55c14554
* MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
Derek R. Price <derek@ximbiot.com>
parents:
5894
diff
changeset
|
667 |
5894
d09af5fbd9f2
* modules/fts (Files): Remove m4/inttypes-pri.m4.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5891
diff
changeset
|
668 2005-05-27 Paul Eggert <eggert@cs.ucla.edu> |
d09af5fbd9f2
* modules/fts (Files): Remove m4/inttypes-pri.m4.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5891
diff
changeset
|
669 |
d09af5fbd9f2
* modules/fts (Files): Remove m4/inttypes-pri.m4.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5891
diff
changeset
|
670 * fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h, |
d09af5fbd9f2
* modules/fts (Files): Remove m4/inttypes-pri.m4.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5891
diff
changeset
|
671 and don't require gt_INTTYPES_PRI. |
d09af5fbd9f2
* modules/fts (Files): Remove m4/inttypes-pri.m4.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5891
diff
changeset
|
672 |
5891
b24317d45623
* extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
Derek R. Price <derek@ximbiot.com>
parents:
5887
diff
changeset
|
673 2005-05-26 Paul Eggert <eggert@cs.ucla.edu> |
b24317d45623
* extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
Derek R. Price <derek@ximbiot.com>
parents:
5887
diff
changeset
|
674 |
b24317d45623
* extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
Derek R. Price <derek@ximbiot.com>
parents:
5887
diff
changeset
|
675 * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define |
b24317d45623
* extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
Derek R. Price <derek@ximbiot.com>
parents:
5887
diff
changeset
|
676 _POSIX_PTHREAD_SEMANTICS for Solaris. |
b24317d45623
* extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
Derek R. Price <derek@ximbiot.com>
parents:
5887
diff
changeset
|
677 |
5887
cfb8f3b61b7f
Fix a few glitches in getlogin_r.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5882
diff
changeset
|
678 2005-05-25 Derek Price <derek@ximbiot.com> |
cfb8f3b61b7f
Fix a few glitches in getlogin_r.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5882
diff
changeset
|
679 Paul Eggert <eggert@cs.ucla.edu> |
cfb8f3b61b7f
Fix a few glitches in getlogin_r.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5882
diff
changeset
|
680 |
cfb8f3b61b7f
Fix a few glitches in getlogin_r.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5882
diff
changeset
|
681 * getlogin_r.m4: New files. |
cfb8f3b61b7f
Fix a few glitches in getlogin_r.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5882
diff
changeset
|
682 |
5882
4166e2857787
Add autoconf tests for the 'minmax' module.
Bruno Haible <bruno@clisp.org>
parents:
5872
diff
changeset
|
683 2005-05-22 Bruno Haible <bruno@clisp.org> |
4166e2857787
Add autoconf tests for the 'minmax' module.
Bruno Haible <bruno@clisp.org>
parents:
5872
diff
changeset
|
684 |
4166e2857787
Add autoconf tests for the 'minmax' module.
Bruno Haible <bruno@clisp.org>
parents:
5872
diff
changeset
|
685 * minmax.m4: New file. |
4166e2857787
Add autoconf tests for the 'minmax' module.
Bruno Haible <bruno@clisp.org>
parents:
5872
diff
changeset
|
686 Based on a patch by Derek Price <derek@ximbiot.com>. |
4166e2857787
Add autoconf tests for the 'minmax' module.
Bruno Haible <bruno@clisp.org>
parents:
5872
diff
changeset
|
687 |
5872 | 688 2005-05-20 Paul Eggert <eggert@cs.ucla.edu> |
689 | |
690 * fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS. | |
691 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros. | |
692 | |
5871
8b95519c71b9
* lib/chown.c (rpl_chown): Return -1 on failure.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5869
diff
changeset
|
693 2005-05-20 Eric Blake <ebb9@byu.net> (tiny change) |
8b95519c71b9
* lib/chown.c (rpl_chown): Return -1 on failure.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5869
diff
changeset
|
694 |
8b95519c71b9
* lib/chown.c (rpl_chown): Return -1 on failure.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5869
diff
changeset
|
695 * chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs |
8b95519c71b9
* lib/chown.c (rpl_chown): Return -1 on failure.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5869
diff
changeset
|
696 of -1. |
8b95519c71b9
* lib/chown.c (rpl_chown): Return -1 on failure.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5869
diff
changeset
|
697 |
5869 | 698 2005-05-18 Paul Eggert <eggert@cs.ucla.edu> |
699 | |
700 * canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]): | |
701 Don't check for stddef.h. | |
702 * fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we | |
703 don't use its results. | |
704 Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h, | |
705 since we include them unconditionally. Don't require | |
706 AM_STDBOOL_H, since stdbool is a prerequisite. | |
707 Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t | |
708 since we assume C89 or better. | |
709 Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT, | |
710 as we don't use their results. | |
711 Don't check for fchdir, memmove, memset, strrchr, as we use | |
712 them unconditionally. | |
713 * gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define | |
714 GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it. | |
715 | |
5865 | 716 2005-05-18 Jim Meyering <jim@meyering.net> |
717 | |
718 * fts.m4 (AC_LIBSOURCES): Add intprops.h to the list. | |
719 Reported by Yoann Vandoorselaere. | |
720 | |
5859 | 721 2005-05-17 Jim Meyering <jim@meyering.net> |
722 | |
723 * fts.m4: New file, from coreutils. | |
724 | |
5852 | 725 2005-05-14 Paul Eggert <eggert@cs.ucla.edu> |
726 | |
727 Sync from coreutils. | |
728 * unlinkdir.m4: New file. | |
729 | |
5838
dcdcb5e92aa2
* getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
Paul Eggert <eggert@cs.ucla.edu>
parents:
5832
diff
changeset
|
730 2005-05-10 Derek Price <derek@ximbiot.com> |
dcdcb5e92aa2
* getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
Paul Eggert <eggert@cs.ucla.edu>
parents:
5832
diff
changeset
|
731 |
dcdcb5e92aa2
* getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
Paul Eggert <eggert@cs.ucla.edu>
parents:
5832
diff
changeset
|
732 * getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when |
dcdcb5e92aa2
* getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
Paul Eggert <eggert@cs.ucla.edu>
parents:
5832
diff
changeset
|
733 possible. |
dcdcb5e92aa2
* getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
Paul Eggert <eggert@cs.ucla.edu>
parents:
5832
diff
changeset
|
734 |
5832
23fa52025e8d
getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
Simon Josefsson <simon@josefsson.org>
parents:
5825
diff
changeset
|
735 2005-05-10 Simon Josefsson <jas@extundo.com> |
23fa52025e8d
getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
Simon Josefsson <simon@josefsson.org>
parents:
5825
diff
changeset
|
736 |
23fa52025e8d
getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
Simon Josefsson <simon@josefsson.org>
parents:
5825
diff
changeset
|
737 * getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from |
23fa52025e8d
getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
Simon Josefsson <simon@josefsson.org>
parents:
5825
diff
changeset
|
738 Yoann Vandoorselaere <yoann.v@prelude-ids.com>. |
23fa52025e8d
getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
Simon Josefsson <simon@josefsson.org>
parents:
5825
diff
changeset
|
739 |
5825 | 740 2005-05-09 Yoann Vandoorselaere <yoann.v@prelude-ids.com> |
741 Bruno Haible <bruno@clisp.org> | |
742 | |
743 * inet_ntop.m4: New file. | |
744 | |
5819
16b0f8ffe787
* getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
Paul Eggert <eggert@cs.ucla.edu>
parents:
5816
diff
changeset
|
745 2005-05-05 Paul Eggert <eggert@cs.ucla.edu> |
16b0f8ffe787
* getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
Paul Eggert <eggert@cs.ucla.edu>
parents:
5816
diff
changeset
|
746 |
16b0f8ffe787
* getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
Paul Eggert <eggert@cs.ucla.edu>
parents:
5816
diff
changeset
|
747 * getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid |
16b0f8ffe787
* getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
Paul Eggert <eggert@cs.ucla.edu>
parents:
5816
diff
changeset
|
748 needless checks. |
16b0f8ffe787
* getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
Paul Eggert <eggert@cs.ucla.edu>
parents:
5816
diff
changeset
|
749 |
5813 | 750 2005-05-01 Paul Eggert <eggert@cs.ucla.edu> |
751 | |
752 * euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require AC_HEADER_STAT. | |
753 * lchown.m4 (gl_FUNC_CHOWN): Likewise. | |
754 (gl_PREREQ_CHOWN): Remove. | |
755 * lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling | |
756 it. Don't require AC_HEADER_STAT. | |
757 (gl_PREREQ_LSTAT): Remove. | |
758 * mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once. | |
759 Don't require AC_HEADER_STAT. | |
760 * rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT. | |
761 (gl_PREREQ_RMDIR): Remove. | |
762 * canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't | |
763 mention stat-macros.h or AC_HEADER_STAT, since we'll make | |
764 the stat-macros module a prerequisite. | |
765 * file-type.m4 (gl_FILE_TYPE): Likewise. | |
766 * filemode.m4 (gl_FILEMODE): Likewise. | |
767 * makepath.m4 (gl_MAKEPATH): Likewise. | |
768 * modechange.m4 (gl_MODECHANGE): Likewise. | |
769 * clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for | |
770 variable names. | |
771 * rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from | |
772 fetish_FUNC_RMDIR_NOTEMPTY. All uses changed. Use gl_ for | |
773 variable prefixes. | |
774 * fcntl-safer.m4: Remove. | |
775 * stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ. | |
776 * unistd-safer.m4 (gl_UNISTD_SAFER): Likewise. | |
777 Invoke gl_PREREQ_FD_SAFER. | |
778 (gl_PREREQ_FD_SAFER): New macro. | |
779 * nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt. | |
780 * readutmp.m4 (gl_READUTMP): Require AC_C_INLINE. | |
781 Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible. | |
782 Remove duplicate call to AC_LIBOBJ(readutmp). | |
783 (gl_PREREQ_READUTMP): Remove. All uses inlined. | |
784 | |
785 * mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for | |
786 MAP_ANON. Problem reported by Moriyoshi Koizumi to bug-cvs. | |
787 | |
5810 | 788 2005-05-01 Oskar Liljeblad <oskar@osk.mine.nu> |
789 | |
790 * byteswap.m4: New file. | |
791 | |
5816
868ca8ddb0e5
Add missing entry for last gettext.m4 update.
Bruno Haible <bruno@clisp.org>
parents:
5813
diff
changeset
|
792 2005-04-25 karl |
868ca8ddb0e5
Add missing entry for last gettext.m4 update.
Bruno Haible <bruno@clisp.org>
parents:
5813
diff
changeset
|
793 |
868ca8ddb0e5
Add missing entry for last gettext.m4 update.
Bruno Haible <bruno@clisp.org>
parents:
5813
diff
changeset
|
794 * gettext.m4: Update from GNU gettext 0.14.4. |
868ca8ddb0e5
Add missing entry for last gettext.m4 update.
Bruno Haible <bruno@clisp.org>
parents:
5813
diff
changeset
|
795 |
5800
0f2f00214187
getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
Simon Josefsson <simon@josefsson.org>
parents:
5782
diff
changeset
|
796 2005-04-15 Simon Josefsson <jas@extundo.com> |
0f2f00214187
getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
Simon Josefsson <simon@josefsson.org>
parents:
5782
diff
changeset
|
797 |
0f2f00214187
getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
Simon Josefsson <simon@josefsson.org>
parents:
5782
diff
changeset
|
798 * getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES. |
0f2f00214187
getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
Simon Josefsson <simon@josefsson.org>
parents:
5782
diff
changeset
|
799 |
5782 | 800 2005-03-28 Eric Blake <ebb9@byu.net> (tiny change) |
801 | |
802 * getcwd-path-max.m4: Return success on systems such as Cygwin | |
803 where no absolute path name can be longer than PATH_MAX. | |
804 | |
5728 | 805 2005-03-22 Jim Meyering <jim@meyering.net> |
806 | |
807 * stat-macros.m4 (gl_STAT_MACROS): New file/macro. | |
808 | |
5721
abd018cd6020
Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5713
diff
changeset
|
809 2005-03-21 Jim Meyering <jim@meyering.net> |
5728 | 810 and Paul Eggert <eggert@cs.ucla.edu> |
5721
abd018cd6020
Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5713
diff
changeset
|
811 |
abd018cd6020
Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5713
diff
changeset
|
812 * acl.m4, backupfile.m4, c-strtod.m4, canon-host.m4, canonicalize.m4, |
abd018cd6020
Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5713
diff
changeset
|
813 cloexec.m4, closeout.m4, dirfd.m4, dirname.m4, exclude.m4, |
abd018cd6020
Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5713
diff
changeset
|
814 exitfail.m4, file-type.m4, filemode.m4, fpending.m4, fsusage.m4, |
abd018cd6020
Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5713
diff
changeset
|
815 getcwd.m4, getdate.m4, getline.m4, getpagesize.m4, getpass.m4, |
abd018cd6020
Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5713
diff
changeset
|
816 getugroups.m4, group-member.m4, hard-locale.m4, hash.m4, human.m4, |
abd018cd6020
Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5713
diff
changeset
|
817 idcache.m4, inttostr.m4, long-options.m4, makepath.m4, md5.m4, |
abd018cd6020
Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5713
diff
changeset
|
818 memcasecmp.m4, memcoll.m4, modechange.m4, mountlist.m4, nanosleep.m4, |
abd018cd6020
Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5713
diff
changeset
|
819 path-concat.m4, pathmax.m4, physmem.m4, posixtm.m4, posixver.m4, |
abd018cd6020
Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5713
diff
changeset
|
820 quote.m4, quotearg.m4, readtokens.m4, readutmp.m4, safe-read.m4, |
abd018cd6020
Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5713
diff
changeset
|
821 safe-write.m4, same.m4, savedir.m4, settime.m4, sha1.m4, sig2str.m4, |
abd018cd6020
Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5713
diff
changeset
|
822 strdup.m4, strftime.m4, strndup.m4, strverscmp.m4, timespec.m4, |
abd018cd6020
Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5713
diff
changeset
|
823 unlocked-io.m4, userspec.m4, utimecmp.m4, utimens.m4, xalloc.m4, |
abd018cd6020
Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5713
diff
changeset
|
824 xnanosleep.m4, xstrtol.m4, yesno.m4: |
abd018cd6020
Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5713
diff
changeset
|
825 Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files |
abd018cd6020
Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5713
diff
changeset
|
826 for these modules. |
abd018cd6020
Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5713
diff
changeset
|
827 |
abd018cd6020
Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5713
diff
changeset
|
828 2005-03-21 Jim Meyering <jim@meyering.net> |
abd018cd6020
Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5713
diff
changeset
|
829 |
abd018cd6020
Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5713
diff
changeset
|
830 * chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR. |
abd018cd6020
Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5713
diff
changeset
|
831 * memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl. |
abd018cd6020
Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5713
diff
changeset
|
832 |
5713
b91d73b06792
Rename HAVE_LONGLONG_64BIT to HAVE_LONG_LONG_64BIT.
Bruno Haible <bruno@clisp.org>
parents:
5700
diff
changeset
|
833 2005-03-16 Bruno Haible <bruno@clisp.org> |
b91d73b06792
Rename HAVE_LONGLONG_64BIT to HAVE_LONG_LONG_64BIT.
Bruno Haible <bruno@clisp.org>
parents:
5700
diff
changeset
|
834 |
b91d73b06792
Rename HAVE_LONGLONG_64BIT to HAVE_LONG_LONG_64BIT.
Bruno Haible <bruno@clisp.org>
parents:
5700
diff
changeset
|
835 * stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of |
b91d73b06792
Rename HAVE_LONGLONG_64BIT to HAVE_LONG_LONG_64BIT.
Bruno Haible <bruno@clisp.org>
parents:
5700
diff
changeset
|
836 HAVE_LONGLONG_64BIT. |
b91d73b06792
Rename HAVE_LONGLONG_64BIT to HAVE_LONG_LONG_64BIT.
Bruno Haible <bruno@clisp.org>
parents:
5700
diff
changeset
|
837 |
5700
eea92bfb3f7d
Upgrade to GNU gettext 0.14.3.
Bruno Haible <bruno@clisp.org>
parents:
5698
diff
changeset
|
838 2005-03-14 Bruno Haible <bruno@clisp.org> |
eea92bfb3f7d
Upgrade to GNU gettext 0.14.3.
Bruno Haible <bruno@clisp.org>
parents:
5698
diff
changeset
|
839 |
eea92bfb3f7d
Upgrade to GNU gettext 0.14.3.
Bruno Haible <bruno@clisp.org>
parents:
5698
diff
changeset
|
840 * lib-link.m4, gettext.m4, nls.m4, po.m4: |
eea92bfb3f7d
Upgrade to GNU gettext 0.14.3.
Bruno Haible <bruno@clisp.org>
parents:
5698
diff
changeset
|
841 Update from GNU gettext 0.14.3. |
eea92bfb3f7d
Upgrade to GNU gettext 0.14.3.
Bruno Haible <bruno@clisp.org>
parents:
5698
diff
changeset
|
842 |
5698 | 843 2005-03-10 Jim Meyering <jim@meyering.net> |
844 | |
845 * save-cwd.m4 (gl_SAVE_CWD): Check for fchdir. | |
846 | |
5688
5421c00f20ab
Don't define MAP_FILE and MAP_FAILED before <sys/mman.h> has been included.
Bruno Haible <bruno@clisp.org>
parents:
5680
diff
changeset
|
847 2005-03-07 Bruno Haible <bruno@clisp.org> |
5421c00f20ab
Don't define MAP_FILE and MAP_FAILED before <sys/mman.h> has been included.
Bruno Haible <bruno@clisp.org>
parents:
5680
diff
changeset
|
848 |
5421c00f20ab
Don't define MAP_FILE and MAP_FAILED before <sys/mman.h> has been included.
Bruno Haible <bruno@clisp.org>
parents:
5680
diff
changeset
|
849 * mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions. |
5421c00f20ab
Don't define MAP_FILE and MAP_FAILED before <sys/mman.h> has been included.
Bruno Haible <bruno@clisp.org>
parents:
5680
diff
changeset
|
850 |
5680
cded3c80cba6
Use an all-permissive copyright notice.
Bruno Haible <bruno@clisp.org>
parents:
5673
diff
changeset
|
851 2005-03-03 Bruno Haible <bruno@clisp.org> |
cded3c80cba6
Use an all-permissive copyright notice.
Bruno Haible <bruno@clisp.org>
parents:
5673
diff
changeset
|
852 |
cded3c80cba6
Use an all-permissive copyright notice.
Bruno Haible <bruno@clisp.org>
parents:
5673
diff
changeset
|
853 * inttypes.m4, isc-posix.m4, once-only.m4: |
cded3c80cba6
Use an all-permissive copyright notice.
Bruno Haible <bruno@clisp.org>
parents:
5673
diff
changeset
|
854 Use an all-permissive copyright notice, recommended by RMS. |
cded3c80cba6
Use an all-permissive copyright notice.
Bruno Haible <bruno@clisp.org>
parents:
5673
diff
changeset
|
855 |
5673
dbfd56933568
New module 'pagealign_alloc'.
Bruno Haible <bruno@clisp.org>
parents:
5672
diff
changeset
|
856 2005-03-03 Derek R. Price <derek@ximbiot.com> |
dbfd56933568
New module 'pagealign_alloc'.
Bruno Haible <bruno@clisp.org>
parents:
5672
diff
changeset
|
857 |
dbfd56933568
New module 'pagealign_alloc'.
Bruno Haible <bruno@clisp.org>
parents:
5672
diff
changeset
|
858 * mmap-anon.m4: New file. |
dbfd56933568
New module 'pagealign_alloc'.
Bruno Haible <bruno@clisp.org>
parents:
5672
diff
changeset
|
859 * pagealign_alloc.m4: New file. |
dbfd56933568
New module 'pagealign_alloc'.
Bruno Haible <bruno@clisp.org>
parents:
5672
diff
changeset
|
860 |
5672 | 861 2005-01-28 Bruno Haible <bruno@clisp.org> |
862 | |
863 * stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because of | |
864 AIX, the replacement has to be done only after <string.h> is included, | |
865 therefore not in config.h. stpncpy.h does the replacement, and | |
866 stpncpy.c uses it. | |
867 | |
5665
ec3cc8a95f16
Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5662
diff
changeset
|
868 2005-03-01 Paul Eggert <eggert@cs.ucla.edu> |
ec3cc8a95f16
Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5662
diff
changeset
|
869 |
ec3cc8a95f16
Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5662
diff
changeset
|
870 * xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting |
ec3cc8a95f16
Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5662
diff
changeset
|
871 to detect nanosleep bug. |
ec3cc8a95f16
Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5662
diff
changeset
|
872 |
5662
42df9db003cc
* modules/gethrxtime: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5660
diff
changeset
|
873 2005-02-25 Paul Eggert <eggert@cs.ucla.edu> |
42df9db003cc
* modules/gethrxtime: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5660
diff
changeset
|
874 |
42df9db003cc
* modules/gethrxtime: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5660
diff
changeset
|
875 * gethrxtime.m4, xnanosleep.m4: New files. |
42df9db003cc
* modules/gethrxtime: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5660
diff
changeset
|
876 * gettime.m4 (gl_GETTIME): Check for nanotime. |
42df9db003cc
* modules/gethrxtime: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5660
diff
changeset
|
877 |
5659
be44f23226e0
Update from GNU gettext 0.14.2.
Bruno Haible <bruno@clisp.org>
parents:
5654
diff
changeset
|
878 2005-02-24 Bruno Haible <bruno@clisp.org> |
be44f23226e0
Update from GNU gettext 0.14.2.
Bruno Haible <bruno@clisp.org>
parents:
5654
diff
changeset
|
879 |
be44f23226e0
Update from GNU gettext 0.14.2.
Bruno Haible <bruno@clisp.org>
parents:
5654
diff
changeset
|
880 * gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4: |
be44f23226e0
Update from GNU gettext 0.14.2.
Bruno Haible <bruno@clisp.org>
parents:
5654
diff
changeset
|
881 * lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4: |
be44f23226e0
Update from GNU gettext 0.14.2.
Bruno Haible <bruno@clisp.org>
parents:
5654
diff
changeset
|
882 * progtest.m4: |
be44f23226e0
Update from GNU gettext 0.14.2.
Bruno Haible <bruno@clisp.org>
parents:
5654
diff
changeset
|
883 Update from GNU gettext 0.14.2. |
5660
3f8923dcc4e6
Module 'gettext': New file glibc2.m4.
Bruno Haible <bruno@clisp.org>
parents:
5659
diff
changeset
|
884 * glibc2.m4: New file, from GNU gettext 0.14.2. |
5659
be44f23226e0
Update from GNU gettext 0.14.2.
Bruno Haible <bruno@clisp.org>
parents:
5654
diff
changeset
|
885 |
5654
dca89d2346b3
2005-02-22 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5651
diff
changeset
|
886 2005-02-22 Simon Josefsson <jas@extundo.com> |
dca89d2346b3
2005-02-22 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5651
diff
changeset
|
887 |
dca89d2346b3
2005-02-22 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5651
diff
changeset
|
888 * iconvme.m4: New file. |
dca89d2346b3
2005-02-22 Simon Josefsson <jas@extundo.com>
Simon Josefsson <simon@josefsson.org>
parents:
5651
diff
changeset
|
889 |
5651 | 890 2005-02-23 Jim Meyering <jim@meyering.net> |
891 | |
892 * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's change. | |
893 Thanks to Bruno Haible for catching it. | |
894 | |
5649 | 895 2005-02-22 Jim Meyering <jim@meyering.net> |
896 | |
897 * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo: s/ifndef/ifdef/. | |
898 | |
5637
2b20ff1c4169
* modules/chdir-long (Depends-on): Add memrchr.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5629
diff
changeset
|
899 2005-02-03 Paul Eggert <eggert@cs.ucla.edu> |
2b20ff1c4169
* modules/chdir-long (Depends-on): Add memrchr.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5629
diff
changeset
|
900 |
2b20ff1c4169
* modules/chdir-long (Depends-on): Add memrchr.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5629
diff
changeset
|
901 * memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h. |
2b20ff1c4169
* modules/chdir-long (Depends-on): Add memrchr.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5629
diff
changeset
|
902 |
5629 | 903 2005-01-28 Paul Eggert <eggert@cs.ucla.edu> |
904 | |
905 Sync from coreutils. | |
906 * getloadavg.m4, glibc.m4, search-libs.m4: Remove. | |
907 | |
908 Remove files that are specific to coreutils. | |
909 * check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove. | |
910 | |
5628 | 911 2005-01-28 Bruno Haible <bruno@clisp.org> |
912 | |
913 * javacomp.m4: New file, from GNU gettext. | |
914 | |
5624 | 915 2005-01-26 Bruno Haible <bruno@clisp.org> |
916 | |
917 * javaexec.m4: New file, from GNU gettext. | |
918 | |
5614 | 919 2005-01-24 Sergey Poznyakoff <gray@Mirddin.farlep.net> |
920 | |
921 * sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H | |
922 must be defined if the header file was not found, in order | |
923 to provide a replacement. Reported by Todd Vierling <tv@duh.org> | |
924 | |
5611
87c42e194f4a
Use an all-permissive copyright notice, recommended by RMS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5605
diff
changeset
|
925 2005-01-23 Paul Eggert <eggert@cs.ucla.edu> |
87c42e194f4a
Use an all-permissive copyright notice, recommended by RMS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5605
diff
changeset
|
926 |
87c42e194f4a
Use an all-permissive copyright notice, recommended by RMS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5605
diff
changeset
|
927 * acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4, |
87c42e194f4a
Use an all-permissive copyright notice, recommended by RMS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5605
diff
changeset
|
928 backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4, |
87c42e194f4a
Use an all-permissive copyright notice, recommended by RMS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5605
diff
changeset
|
929 c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4, |
87c42e194f4a
Use an all-permissive copyright notice, recommended by RMS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5605
diff
changeset
|
930 clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4, |
87c42e194f4a
Use an all-permissive copyright notice, recommended by RMS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5605
diff
changeset
|
931 dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4, |
87c42e194f4a
Use an all-permissive copyright notice, recommended by RMS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5605
diff
changeset
|
932 exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4, |
87c42e194f4a
Use an all-permissive copyright notice, recommended by RMS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5605
diff
changeset
|
933 file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4, |
87c42e194f4a
Use an all-permissive copyright notice, recommended by RMS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5605
diff
changeset
|
934 free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4, |
87c42e194f4a
Use an all-permissive copyright notice, recommended by RMS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5605
diff
changeset
|
935 getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4, |
87c42e194f4a
Use an all-permissive copyright notice, recommended by RMS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5605
diff
changeset
|
936 getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4, |
87c42e194f4a
Use an all-permissive copyright notice, recommended by RMS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5605
diff
changeset
|
937 getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4, |
87c42e194f4a
Use an all-permissive copyright notice, recommended by RMS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5605
diff
changeset
|
938 gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4, |
87c42e194f4a
Use an all-permissive copyright notice, recommended by RMS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5605
diff
changeset
|
939 group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4, |
87c42e194f4a
Use an all-permissive copyright notice, recommended by RMS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5605
diff
changeset
|
940 idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4, |
87c42e194f4a
Use an all-permissive copyright notice, recommended by RMS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5605
diff
changeset
|
941 link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4, |
87c42e194f4a
Use an all-permissive copyright notice, recommended by RMS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5605
diff
changeset
|
942 makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4, |
87c42e194f4a
Use an all-permissive copyright notice, recommended by RMS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5605
diff
changeset
|
943 memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4, |
87c42e194f4a
Use an all-permissive copyright notice, recommended by RMS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5605
diff
changeset
|
944 memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4, |
87c42e194f4a
Use an all-permissive copyright notice, recommended by RMS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5605
diff
changeset
|
945 modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4, |
87c42e194f4a
Use an all-permissive copyright notice, recommended by RMS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5605
diff
changeset
|
946 path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4, |
87c42e194f4a
Use an all-permissive copyright notice, recommended by RMS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5605
diff
changeset
|
947 posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4, |
87c42e194f4a
Use an all-permissive copyright notice, recommended by RMS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5605
diff
changeset
|
948 readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4, |
87c42e194f4a
Use an all-permissive copyright notice, recommended by RMS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5605
diff
changeset
|
949 restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4, |
87c42e194f4a
Use an all-permissive copyright notice, recommended by RMS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5605
diff
changeset
|
950 savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4, |
87c42e194f4a
Use an all-permissive copyright notice, recommended by RMS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5605
diff
changeset
|
951 sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4, |
87c42e194f4a
Use an all-permissive copyright notice, recommended by RMS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5605
diff
changeset
|
952 stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4, |
87c42e194f4a
Use an all-permissive copyright notice, recommended by RMS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5605
diff
changeset
|
953 strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4, |
87c42e194f4a
Use an all-permissive copyright notice, recommended by RMS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5605
diff
changeset
|
954 strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4, |
87c42e194f4a
Use an all-permissive copyright notice, recommended by RMS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5605
diff
changeset
|
955 strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4, |
87c42e194f4a
Use an all-permissive copyright notice, recommended by RMS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5605
diff
changeset
|
956 time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4, |
87c42e194f4a
Use an all-permissive copyright notice, recommended by RMS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5605
diff
changeset
|
957 uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4, |
87c42e194f4a
Use an all-permissive copyright notice, recommended by RMS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5605
diff
changeset
|
958 unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4, |
87c42e194f4a
Use an all-permissive copyright notice, recommended by RMS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5605
diff
changeset
|
959 utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4, |
87c42e194f4a
Use an all-permissive copyright notice, recommended by RMS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5605
diff
changeset
|
960 xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4, |
87c42e194f4a
Use an all-permissive copyright notice, recommended by RMS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5605
diff
changeset
|
961 xstrtol.m4, xstrtoumax.m4, yesno.m4: |
87c42e194f4a
Use an all-permissive copyright notice, recommended by RMS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5605
diff
changeset
|
962 Use an all-permissive copyright notice, recommended by RMS. |
87c42e194f4a
Use an all-permissive copyright notice, recommended by RMS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5605
diff
changeset
|
963 |
5605
2b5872ebae54
* lib/save-cwd.c (save_cwd): Remove code to support the case
Paul Eggert <eggert@cs.ucla.edu>
parents:
5597
diff
changeset
|
964 2005-01-20 Paul Eggert <eggert@cs.ucla.edu> |
2b5872ebae54
* lib/save-cwd.c (save_cwd): Remove code to support the case
Paul Eggert <eggert@cs.ucla.edu>
parents:
5597
diff
changeset
|
965 |
2b5872ebae54
* lib/save-cwd.c (save_cwd): Remove code to support the case
Paul Eggert <eggert@cs.ucla.edu>
parents:
5597
diff
changeset
|
966 * save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume it. |
2b5872ebae54
* lib/save-cwd.c (save_cwd): Remove code to support the case
Paul Eggert <eggert@cs.ucla.edu>
parents:
5597
diff
changeset
|
967 |
5597 | 968 2005-01-18 Paul Eggert <eggert@cs.ucla.edu> |
969 | |
970 Merge from coreutils. | |
971 * ullong_max.m4: New file. | |
972 * jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX. | |
973 (gl_MACROS): Assume localeconv exists. | |
974 | |
975 2005-01-18 Jim Meyering <jim@meyering.net> | |
976 | |
977 Merge from coreutils. | |
978 * chdir-long.m4, openat.m4: New files. | |
979 * save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c, | |
980 save-cwd.h. Add AC_LIBOBJ for save-cwd. | |
981 * chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown | |
982 is sane and DOES follow symlinks. Besides, testing 20 different | |
983 systems found no broken chown implementations. | |
984 Prompted by a change in rsync's copy of this macro. | |
985 * jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG. | |
986 | |
987 * lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES. | |
988 | |
989 * utimes.m4: Work around tests/touch/empty-file failure on a system | |
990 (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes' | |
991 NULL-means-set-to-current-time semantics. | |
992 Remove temporary file immediately, rather than waiting | |
993 for configure's at-exit trap code to do it. | |
994 | |
5586
c8361c3b88ee
Use an all-permissive copyright notice.
Bruno Haible <bruno@clisp.org>
parents:
5584
diff
changeset
|
995 2005-01-18 Bruno Haible <bruno@clisp.org> |
c8361c3b88ee
Use an all-permissive copyright notice.
Bruno Haible <bruno@clisp.org>
parents:
5584
diff
changeset
|
996 |
c8361c3b88ee
Use an all-permissive copyright notice.
Bruno Haible <bruno@clisp.org>
parents:
5584
diff
changeset
|
997 * allocsa.m4, codeset.m4, copy-file.m4, eaccess.m4, eealloc.m4: |
c8361c3b88ee
Use an all-permissive copyright notice.
Bruno Haible <bruno@clisp.org>
parents:
5584
diff
changeset
|
998 * eoverflow.m4, execute.m4, fatal-signal.m4, findprog.m4, glibc21.m4: |
c8361c3b88ee
Use an all-permissive copyright notice.
Bruno Haible <bruno@clisp.org>
parents:
5584
diff
changeset
|
999 * iconv.m4, intmax_t.m4, inttypes_h.m4, lib-ld.m4, lib-link.m4: |
c8361c3b88ee
Use an all-permissive copyright notice.
Bruno Haible <bruno@clisp.org>
parents:
5584
diff
changeset
|
1000 * lib-prefix.m4, linebreak.m4, localcharset.m4, longdouble.m4: |
c8361c3b88ee
Use an all-permissive copyright notice.
Bruno Haible <bruno@clisp.org>
parents:
5584
diff
changeset
|
1001 * longlong.m4, mbrtowc.m4, mbstate_t.m4, mbswidth.m4, mkdtemp.m4: |
c8361c3b88ee
Use an all-permissive copyright notice.
Bruno Haible <bruno@clisp.org>
parents:
5584
diff
changeset
|
1002 * pipe.m4, readlink.m4, safe-read.m4, safe-write.m4, setenv.m4: |
c8361c3b88ee
Use an all-permissive copyright notice.
Bruno Haible <bruno@clisp.org>
parents:
5584
diff
changeset
|
1003 * sig_atomic_t.m4, signalblocking.m4, signed.m4, size_max.m4: |
c8361c3b88ee
Use an all-permissive copyright notice.
Bruno Haible <bruno@clisp.org>
parents:
5584
diff
changeset
|
1004 * ssize_t.m4, stdbool.m4, stdint_h.m4, stpcpy.m4, stpncpy.m4: |
c8361c3b88ee
Use an all-permissive copyright notice.
Bruno Haible <bruno@clisp.org>
parents:
5584
diff
changeset
|
1005 * strcase.m4, strcspn.m4, strpbrk.m4, strstr.m4, ucs4-utf.m4: |
c8361c3b88ee
Use an all-permissive copyright notice.
Bruno Haible <bruno@clisp.org>
parents:
5584
diff
changeset
|
1006 * uintmax_t.m4, ulonglong.m4, unicodeio.m4, utf-ucs4.m4, vasnprintf.m4: |
c8361c3b88ee
Use an all-permissive copyright notice.
Bruno Haible <bruno@clisp.org>
parents:
5584
diff
changeset
|
1007 * vasprintf.m4, wait-process.m4, wchar_t.m4, wint_t.m4, xsize.m4: |
c8361c3b88ee
Use an all-permissive copyright notice.
Bruno Haible <bruno@clisp.org>
parents:
5584
diff
changeset
|
1008 Use an all-permissive copyright notice, recommended by RMS. |
c8361c3b88ee
Use an all-permissive copyright notice.
Bruno Haible <bruno@clisp.org>
parents:
5584
diff
changeset
|
1009 |
5584
f43f068c9228
Move some conditionals from the .c file to the .m4 file.
Bruno Haible <bruno@clisp.org>
parents:
5571
diff
changeset
|
1010 2005-01-06 Bruno Haible <bruno@clisp.org> |
f43f068c9228
Move some conditionals from the .c file to the .m4 file.
Bruno Haible <bruno@clisp.org>
parents:
5571
diff
changeset
|
1011 |
f43f068c9228
Move some conditionals from the .c file to the .m4 file.
Bruno Haible <bruno@clisp.org>
parents:
5571
diff
changeset
|
1012 * stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here. |
f43f068c9228
Move some conditionals from the .c file to the .m4 file.
Bruno Haible <bruno@clisp.org>
parents:
5571
diff
changeset
|
1013 |
5571 | 1014 2005-01-04 Jim Meyering <jim@meyering.net> |
1015 | |
1016 Changes imported from coreutils. | |
1017 * mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX" | |
1018 as the mkstemp template, use a temporary directory and an | |
1019 8.3-friendly template to avoid trouble on systems like DJGPP. | |
1020 Reported by Juan M. Guerrero via Stepan Kasal. | |
1021 * (gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of close. | |
1022 Remove the temporary directory right away, rather than waiting | |
1023 for configure's at-exit trap code to do it. | |
1024 Suggestion from Stepan Kasal. | |
1025 | |
5559
9ea03dc062ed
* c-strtod.m4 (gl_C99_STRTOLD): New macro.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5553
diff
changeset
|
1026 2004-12-24 Paul Eggert <eggert@cs.ucla.edu> |
9ea03dc062ed
* c-strtod.m4 (gl_C99_STRTOLD): New macro.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5553
diff
changeset
|
1027 |
9ea03dc062ed
* c-strtod.m4 (gl_C99_STRTOLD): New macro.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5553
diff
changeset
|
1028 * c-strtod.m4 (gl_C99_STRTOLD): New macro. |
9ea03dc062ed
* c-strtod.m4 (gl_C99_STRTOLD): New macro.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5553
diff
changeset
|
1029 (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold). |
9ea03dc062ed
* c-strtod.m4 (gl_C99_STRTOLD): New macro.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5553
diff
changeset
|
1030 |
5553
e9986aaeca84
* getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5537
diff
changeset
|
1031 2004-12-23 Paul Eggert <eggert@cs.ucla.edu> |
e9986aaeca84
* getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5537
diff
changeset
|
1032 |
e9986aaeca84
* getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5537
diff
changeset
|
1033 * getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA. |
e9986aaeca84
* getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5537
diff
changeset
|
1034 |
5537
0fc3beabfb42
Portability fix: Don't assume sigaction(). (mingw doesn't have it.)
Bruno Haible <bruno@clisp.org>
parents:
5519
diff
changeset
|
1035 2004-12-18 Bruno Haible <bruno@clisp.org> |
0fc3beabfb42
Portability fix: Don't assume sigaction(). (mingw doesn't have it.)
Bruno Haible <bruno@clisp.org>
parents:
5519
diff
changeset
|
1036 |
0fc3beabfb42
Portability fix: Don't assume sigaction(). (mingw doesn't have it.)
Bruno Haible <bruno@clisp.org>
parents:
5519
diff
changeset
|
1037 * fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction. |
0fc3beabfb42
Portability fix: Don't assume sigaction(). (mingw doesn't have it.)
Bruno Haible <bruno@clisp.org>
parents:
5519
diff
changeset
|
1038 |
5519
03a0d1bbbe01
* ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change: spurious "-l"s.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5517
diff
changeset
|
1039 2004-12-07 Paul Eggert <eggert@cs.ucla.edu> |
03a0d1bbbe01
* ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change: spurious "-l"s.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5517
diff
changeset
|
1040 |
03a0d1bbbe01
* ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change: spurious "-l"s.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5517
diff
changeset
|
1041 * ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change: |
03a0d1bbbe01
* ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change: spurious "-l"s.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5517
diff
changeset
|
1042 spurious "-l"s. Problem reported by Stepan Kasal. |
03a0d1bbbe01
* ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change: spurious "-l"s.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5517
diff
changeset
|
1043 |
5516
bdc3627d4046
* ls-mnt-fs.m4 (AC_FUNC_GETMNTENT): New macro.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5510
diff
changeset
|
1044 2004-12-06 Paul Eggert <eggert@cs.ucla.edu> |
bdc3627d4046
* ls-mnt-fs.m4 (AC_FUNC_GETMNTENT): New macro.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5510
diff
changeset
|
1045 |
5517 | 1046 * ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug |
5516
bdc3627d4046
* ls-mnt-fs.m4 (AC_FUNC_GETMNTENT): New macro.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5510
diff
changeset
|
1047 in Autoconf 2.59. Problem reported by Mark D. Baushke. |
bdc3627d4046
* ls-mnt-fs.m4 (AC_FUNC_GETMNTENT): New macro.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5510
diff
changeset
|
1048 |
5510
fd10cf72c81b
Import chamges from coreutils, so that the code now assumes
Paul Eggert <eggert@cs.ucla.edu>
parents:
5505
diff
changeset
|
1049 2004-12-04 Paul Eggert <eggert@cs.ucla.edu> |
fd10cf72c81b
Import chamges from coreutils, so that the code now assumes
Paul Eggert <eggert@cs.ucla.edu>
parents:
5505
diff
changeset
|
1050 |
fd10cf72c81b
Import chamges from coreutils, so that the code now assumes
Paul Eggert <eggert@cs.ucla.edu>
parents:
5505
diff
changeset
|
1051 Changes imported from coreutils. |
fd10cf72c81b
Import chamges from coreutils, so that the code now assumes
Paul Eggert <eggert@cs.ucla.edu>
parents:
5505
diff
changeset
|
1052 * hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale |
fd10cf72c81b
Import chamges from coreutils, so that the code now assumes
Paul Eggert <eggert@cs.ucla.edu>
parents:
5505
diff
changeset
|
1053 exist. |
fd10cf72c81b
Import chamges from coreutils, so that the code now assumes
Paul Eggert <eggert@cs.ucla.edu>
parents:
5505
diff
changeset
|
1054 * human.m4 (gl_HUMAN): Assume locale.h and localeconv exist. |
fd10cf72c81b
Import chamges from coreutils, so that the code now assumes
Paul Eggert <eggert@cs.ucla.edu>
parents:
5505
diff
changeset
|
1055 |
5505
30468a4ba75e
Import getcwd and readutmp changes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5498
diff
changeset
|
1056 2004-11-30 Paul Eggert <eggert@cs.ucla.edu> |
30468a4ba75e
Import getcwd and readutmp changes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5498
diff
changeset
|
1057 |
30468a4ba75e
Import getcwd and readutmp changes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5498
diff
changeset
|
1058 * getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): |
30468a4ba75e
Import getcwd and readutmp changes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5498
diff
changeset
|
1059 Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working. |
30468a4ba75e
Import getcwd and readutmp changes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5498
diff
changeset
|
1060 |
30468a4ba75e
Import getcwd and readutmp changes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5498
diff
changeset
|
1061 * readutmp.m4 (gl_READUTMP): Don't check for sys/param.h. |
30468a4ba75e
Import getcwd and readutmp changes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5498
diff
changeset
|
1062 |
5498 | 1063 2004-11-30 Simon Josefsson <jas@extundo.com> |
1064 | |
1065 * base64.m4: New file. | |
1066 | |
5496
f1a56aa674d2
Add copyright and copying conditions.
Simon Josefsson <simon@josefsson.org>
parents:
5491
diff
changeset
|
1067 2004-11-30 Simon Josefsson <jas@extundo.com> |
f1a56aa674d2
Add copyright and copying conditions.
Simon Josefsson <simon@josefsson.org>
parents:
5491
diff
changeset
|
1068 |
f1a56aa674d2
Add copyright and copying conditions.
Simon Josefsson <simon@josefsson.org>
parents:
5491
diff
changeset
|
1069 * restrict.m4: Add copyright and copying conditions. |
f1a56aa674d2
Add copyright and copying conditions.
Simon Josefsson <simon@josefsson.org>
parents:
5491
diff
changeset
|
1070 |
5491
b3d5c90efc81
Merge from coreutils for getcwd and HP-UX 11.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5487
diff
changeset
|
1071 2004-11-25 Paul Eggert <eggert@cs.ucla.edu> |
b3d5c90efc81
Merge from coreutils for getcwd and HP-UX 11.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5487
diff
changeset
|
1072 |
b3d5c90efc81
Merge from coreutils for getcwd and HP-UX 11.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5487
diff
changeset
|
1073 * getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from |
b3d5c90efc81
Merge from coreutils for getcwd and HP-UX 11.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5487
diff
changeset
|
1074 GL_FUNC_GETCWD_PATH_MAX for consistency. All uses changed. |
b3d5c90efc81
Merge from coreutils for getcwd and HP-UX 11.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5487
diff
changeset
|
1075 Use the _ONCE methods, for efficiency. |
b3d5c90efc81
Merge from coreutils for getcwd and HP-UX 11.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5487
diff
changeset
|
1076 Check for fcntl.h. In test program, include <errno.h> |
b3d5c90efc81
Merge from coreutils for getcwd and HP-UX 11.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5487
diff
changeset
|
1077 and <fcntl.h> if available. Remove old K&R cruft from |
b3d5c90efc81
Merge from coreutils for getcwd and HP-UX 11.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5487
diff
changeset
|
1078 test program. Check for common errors in GNU/Linux, |
b3d5c90efc81
Merge from coreutils for getcwd and HP-UX 11.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5487
diff
changeset
|
1079 OpenBSD, and Solaris. Just set gl_cv_func_getcwd_path_max; |
b3d5c90efc81
Merge from coreutils for getcwd and HP-UX 11.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5487
diff
changeset
|
1080 don't do AC_LIBOBJ, as that's getcwd.m4's job. |
b3d5c90efc81
Merge from coreutils for getcwd and HP-UX 11.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5487
diff
changeset
|
1081 * getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from |
b3d5c90efc81
Merge from coreutils for getcwd and HP-UX 11.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5487
diff
changeset
|
1082 AC_FUNC_GETCWD_NULL. All used changed. Change cache variable |
b3d5c90efc81
Merge from coreutils for getcwd and HP-UX 11.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5487
diff
changeset
|
1083 name accordingly. |
b3d5c90efc81
Merge from coreutils for getcwd and HP-UX 11.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5487
diff
changeset
|
1084 (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros. Revamp to |
b3d5c90efc81
Merge from coreutils for getcwd and HP-UX 11.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5487
diff
changeset
|
1085 accommodate new getcwd.c. |
b3d5c90efc81
Merge from coreutils for getcwd and HP-UX 11.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5487
diff
changeset
|
1086 * jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX. |
b3d5c90efc81
Merge from coreutils for getcwd and HP-UX 11.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5487
diff
changeset
|
1087 * prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY. |
b3d5c90efc81
Merge from coreutils for getcwd and HP-UX 11.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5487
diff
changeset
|
1088 * xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since |
b3d5c90efc81
Merge from coreutils for getcwd and HP-UX 11.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5487
diff
changeset
|
1089 that's all we need now. |
b3d5c90efc81
Merge from coreutils for getcwd and HP-UX 11.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5487
diff
changeset
|
1090 |
5487
510bdfdd7f6f
* utimens.m4 (gl_UTIMENS): Check for futimes function.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5475
diff
changeset
|
1091 2004-11-23 Paul Eggert <eggert@cs.ucla.edu> |
510bdfdd7f6f
* utimens.m4 (gl_UTIMENS): Check for futimes function.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5475
diff
changeset
|
1092 |
510bdfdd7f6f
* utimens.m4 (gl_UTIMENS): Check for futimes function.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5475
diff
changeset
|
1093 * utimens.m4 (gl_UTIMENS): Check for futimes function. |
510bdfdd7f6f
* utimens.m4 (gl_UTIMENS): Check for futimes function.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5475
diff
changeset
|
1094 |
5475 | 1095 2004-11-23 Sergey Poznyakoff <gray@Mirddin.farlep.net> |
1096 | |
1097 * argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally: | |
1098 argp-parse.c depends on getopt internals, that means we should | |
1099 always use our getopt, to be on the safe side. | |
1100 * getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in | |
1101 order not to spoil the result of an eventual previous invocation | |
1102 of gl_GETOPT_SUBSTITUTE. | |
1103 | |
5466
19276ed23d4a
* calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc implementations
Paul Eggert <eggert@cs.ucla.edu>
parents:
5458
diff
changeset
|
1104 2004-11-17 Paul Eggert <eggert@cs.ucla.edu> |
19276ed23d4a
* calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc implementations
Paul Eggert <eggert@cs.ucla.edu>
parents:
5458
diff
changeset
|
1105 |
19276ed23d4a
* calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc implementations
Paul Eggert <eggert@cs.ucla.edu>
parents:
5458
diff
changeset
|
1106 * calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc implementations |
19276ed23d4a
* calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc implementations
Paul Eggert <eggert@cs.ucla.edu>
parents:
5458
diff
changeset
|
1107 that mishandle size_t overflow. |
19276ed23d4a
* calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc implementations
Paul Eggert <eggert@cs.ucla.edu>
parents:
5458
diff
changeset
|
1108 |
5458 | 1109 2004-11-16 Paul Eggert <eggert@cs.ucla.edu> |
1110 | |
1111 * canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo. | |
1112 | |
1113 2004-11-13 Jim Meyering <jim@meyering.net> | |
1114 | |
1115 * jm-macros.m4: Do require gl_FUNC_FPENDING. | |
1116 | |
5425
354b1085b8bd
(gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
Paul Eggert <eggert@cs.ucla.edu>
parents:
5423
diff
changeset
|
1117 2004-11-11 Paul Eggert <eggert@cs.ucla.edu> |
354b1085b8bd
(gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
Paul Eggert <eggert@cs.ucla.edu>
parents:
5423
diff
changeset
|
1118 |
354b1085b8bd
(gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
Paul Eggert <eggert@cs.ucla.edu>
parents:
5423
diff
changeset
|
1119 * getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead |
354b1085b8bd
(gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
Paul Eggert <eggert@cs.ucla.edu>
parents:
5423
diff
changeset
|
1120 of replacing opterr, getopt, etc. This should handle the |
354b1085b8bd
(gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
Paul Eggert <eggert@cs.ucla.edu>
parents:
5423
diff
changeset
|
1121 powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson. |
354b1085b8bd
(gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
Paul Eggert <eggert@cs.ucla.edu>
parents:
5423
diff
changeset
|
1122 |
5423 | 1123 2004-11-11 Simon Josefsson <jas@extundo.com> |
1124 | |
5437 | 1125 * strtok_r.m4: New file. |
1126 | |
5423 | 1127 * getopt.m4: Replace opterr. |
1128 | |
5413 | 1129 2004-11-10 Paul Eggert <eggert@cs.ucla.edu> |
1130 | |
1131 * prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV. | |
1132 | |
1133 2004-11-10 Jim Meyering <jim@meyering.net> | |
1134 | |
1135 * jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING. | |
1136 | |
5408 | 1137 2004-11-08 Simon Josefsson <jas@extundo.com> |
1138 | |
1139 * getaddrinfo.m4: New file. | |
1140 | |
5401
cb3afa6ab9f9
* strftime.m4: Check for wchar.h and clean up a bit.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5399
diff
changeset
|
1141 2004-11-09 Paul Eggert <eggert@cs.ucla.edu> |
cb3afa6ab9f9
* strftime.m4: Check for wchar.h and clean up a bit.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5399
diff
changeset
|
1142 |
cb3afa6ab9f9
* strftime.m4: Check for wchar.h and clean up a bit.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5399
diff
changeset
|
1143 * strftime.m4 (_gl_STRFTIME_PREREQS): Remove. Move its body to |
cb3afa6ab9f9
* strftime.m4: Check for wchar.h and clean up a bit.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5399
diff
changeset
|
1144 gl_FUNC_STRFTIME. |
cb3afa6ab9f9
* strftime.m4: Check for wchar.h and clean up a bit.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5399
diff
changeset
|
1145 (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE |
cb3afa6ab9f9
* strftime.m4: Check for wchar.h and clean up a bit.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5399
diff
changeset
|
1146 and AC_REQUIRE when possible, to avoid duplicate checks. |
cb3afa6ab9f9
* strftime.m4: Check for wchar.h and clean up a bit.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5399
diff
changeset
|
1147 Check for <wchar.h>. |
cb3afa6ab9f9
* strftime.m4: Check for wchar.h and clean up a bit.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5399
diff
changeset
|
1148 |
5399
db859922c585
Detect support for IPv4 and IPv6 protocol families.
Bruno Haible <bruno@clisp.org>
parents:
5390
diff
changeset
|
1149 2004-11-09 Bruno Haible <bruno@clisp.org> |
db859922c585
Detect support for IPv4 and IPv6 protocol families.
Bruno Haible <bruno@clisp.org>
parents:
5390
diff
changeset
|
1150 |
db859922c585
Detect support for IPv4 and IPv6 protocol families.
Bruno Haible <bruno@clisp.org>
parents:
5390
diff
changeset
|
1151 * sockpfaf.m4: New file. |
db859922c585
Detect support for IPv4 and IPv6 protocol families.
Bruno Haible <bruno@clisp.org>
parents:
5390
diff
changeset
|
1152 |
5390
b5cb1c9cb639
* uint32_t.m4 (gl_AC_TYPE_UINT32_T): Fix typo and define _UINT32_T.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5383
diff
changeset
|
1153 2004-11-03 Albert Chin <china@thewrittenword.com> |
b5cb1c9cb639
* uint32_t.m4 (gl_AC_TYPE_UINT32_T): Fix typo and define _UINT32_T.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5383
diff
changeset
|
1154 Paul Eggert <eggert@cs.ucla.edu> |
b5cb1c9cb639
* uint32_t.m4 (gl_AC_TYPE_UINT32_T): Fix typo and define _UINT32_T.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5383
diff
changeset
|
1155 |
b5cb1c9cb639
* uint32_t.m4 (gl_AC_TYPE_UINT32_T): Fix typo and define _UINT32_T.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5383
diff
changeset
|
1156 * uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t |
b5cb1c9cb639
* uint32_t.m4 (gl_AC_TYPE_UINT32_T): Fix typo and define _UINT32_T.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5383
diff
changeset
|
1157 equivalent, substitute $ac_type for equivalent type rather than |
b5cb1c9cb639
* uint32_t.m4 (gl_AC_TYPE_UINT32_T): Fix typo and define _UINT32_T.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5383
diff
changeset
|
1158 blindly using uint32_t *always* which won't work if uint32_t is not |
b5cb1c9cb639
* uint32_t.m4 (gl_AC_TYPE_UINT32_T): Fix typo and define _UINT32_T.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5383
diff
changeset
|
1159 available. Define _UINT32_T to work around typedef of uint32_t if |
b5cb1c9cb639
* uint32_t.m4 (gl_AC_TYPE_UINT32_T): Fix typo and define _UINT32_T.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5383
diff
changeset
|
1160 <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris |
b5cb1c9cb639
* uint32_t.m4 (gl_AC_TYPE_UINT32_T): Fix typo and define _UINT32_T.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5383
diff
changeset
|
1161 2.5.1. |
b5cb1c9cb639
* uint32_t.m4 (gl_AC_TYPE_UINT32_T): Fix typo and define _UINT32_T.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5383
diff
changeset
|
1162 |
5383
15aea99e0b17
* jm-macros.m4: Sync from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5381
diff
changeset
|
1163 2004-11-02 Paul Eggert <eggert@cs.ucla.edu> |
15aea99e0b17
* jm-macros.m4: Sync from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5381
diff
changeset
|
1164 |
15aea99e0b17
* jm-macros.m4: Sync from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5381
diff
changeset
|
1165 * jm-macros.m4: Sync from coreutils. |
15aea99e0b17
* jm-macros.m4: Sync from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5381
diff
changeset
|
1166 (gl_MACROS): Check for mbrlen, for pathchk. |
15aea99e0b17
* jm-macros.m4: Sync from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5381
diff
changeset
|
1167 (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk. |
5390
b5cb1c9cb639
* uint32_t.m4 (gl_AC_TYPE_UINT32_T): Fix typo and define _UINT32_T.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5383
diff
changeset
|
1168 |
5381
20b173a370ec
Provide a return value for unsetenv() if the system doesn't.
Bruno Haible <bruno@clisp.org>
parents:
5380
diff
changeset
|
1169 2004-11-02 Bruno Haible <bruno@clisp.org> |
20b173a370ec
Provide a return value for unsetenv() if the system doesn't.
Bruno Haible <bruno@clisp.org>
parents:
5380
diff
changeset
|
1170 |
20b173a370ec
Provide a return value for unsetenv() if the system doesn't.
Bruno Haible <bruno@clisp.org>
parents:
5380
diff
changeset
|
1171 * setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv() |
20b173a370ec
Provide a return value for unsetenv() if the system doesn't.
Bruno Haible <bruno@clisp.org>
parents:
5380
diff
changeset
|
1172 returns void. |
20b173a370ec
Provide a return value for unsetenv() if the system doesn't.
Bruno Haible <bruno@clisp.org>
parents:
5380
diff
changeset
|
1173 |
5380
9cd2693d18a3
getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
Simon Josefsson <simon@josefsson.org>
parents:
5365
diff
changeset
|
1174 2004-11-01 Paul Eggert <eggert@cs.ucla.edu> |
9cd2693d18a3
getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
Simon Josefsson <simon@josefsson.org>
parents:
5365
diff
changeset
|
1175 |
9cd2693d18a3
getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
Simon Josefsson <simon@josefsson.org>
parents:
5365
diff
changeset
|
1176 * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of |
9cd2693d18a3
getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
Simon Josefsson <simon@josefsson.org>
parents:
5365
diff
changeset
|
1177 fflush_unlocked, flockfile, funlockfile, funlockfile, |
9cd2693d18a3
getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
Simon Josefsson <simon@josefsson.org>
parents:
5365
diff
changeset
|
1178 fputs_unlocked, putc_unlocked. |
9cd2693d18a3
getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
Simon Josefsson <simon@josefsson.org>
parents:
5365
diff
changeset
|
1179 |
5365
192b28b0d8e2
getpagesize module shouldn't assume sys/param.h exists.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5355
diff
changeset
|
1180 2004-10-22 Paul Eggert <eggert@cs.ucla.edu> |
192b28b0d8e2
getpagesize module shouldn't assume sys/param.h exists.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5355
diff
changeset
|
1181 |
192b28b0d8e2
getpagesize module shouldn't assume sys/param.h exists.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5355
diff
changeset
|
1182 * getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>. |
192b28b0d8e2
getpagesize module shouldn't assume sys/param.h exists.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5355
diff
changeset
|
1183 |
5355
774ea1c956d0
* getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
Paul Eggert <eggert@cs.ucla.edu>
parents:
5340
diff
changeset
|
1184 2004-10-15 Paul Eggert <eggert@cs.ucla.edu> |
774ea1c956d0
* getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
Paul Eggert <eggert@cs.ucla.edu>
parents:
5340
diff
changeset
|
1185 |
774ea1c956d0
* getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
Paul Eggert <eggert@cs.ucla.edu>
parents:
5340
diff
changeset
|
1186 * getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD |
774ea1c956d0
* getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
Paul Eggert <eggert@cs.ucla.edu>
parents:
5340
diff
changeset
|
1187 implementation of getopt_long. Problem reported by Alexander Taler in: |
774ea1c956d0
* getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
Paul Eggert <eggert@cs.ucla.edu>
parents:
5340
diff
changeset
|
1188 http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html |
774ea1c956d0
* getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
Paul Eggert <eggert@cs.ucla.edu>
parents:
5340
diff
changeset
|
1189 |
5340 | 1190 2004-10-11 Yoann Vandoorselaere <yoann@prelude-ids.org> |
1191 | |
1192 * vsnprintf.m4: New file. | |
1193 | |
5326
6523edcee696
Don't redeclare strsep if the system already has it.
Bruno Haible <bruno@clisp.org>
parents:
5321
diff
changeset
|
1194 2004-10-05 Bruno Haible <bruno@clisp.org> |
6523edcee696
Don't redeclare strsep if the system already has it.
Bruno Haible <bruno@clisp.org>
parents:
5321
diff
changeset
|
1195 |
6523edcee696
Don't redeclare strsep if the system already has it.
Bruno Haible <bruno@clisp.org>
parents:
5321
diff
changeset
|
1196 * strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check |
6523edcee696
Don't redeclare strsep if the system already has it.
Bruno Haible <bruno@clisp.org>
parents:
5321
diff
changeset
|
1197 for the declaration of strsep. |
6523edcee696
Don't redeclare strsep if the system already has it.
Bruno Haible <bruno@clisp.org>
parents:
5321
diff
changeset
|
1198 |
5318
7c24a825b51d
Remove dependencies on unlocked-io.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5310
diff
changeset
|
1199 2004-10-04 Paul Eggert <eggert@cs.ucla.edu> |
7c24a825b51d
Remove dependencies on unlocked-io.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5310
diff
changeset
|
1200 |
5321
fe390d57473a
Rename xclone to xmemdup. Remove obsolete xalloc macros.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5318
diff
changeset
|
1201 * xalloc.m4 (gl_PREREQ_XSTRDUP): Remove. All uses removed. |
fe390d57473a
Rename xclone to xmemdup. Remove obsolete xalloc macros.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5318
diff
changeset
|
1202 |
5318
7c24a825b51d
Remove dependencies on unlocked-io.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5310
diff
changeset
|
1203 * unlocked-io.m4: Add copyright notice. |
7c24a825b51d
Remove dependencies on unlocked-io.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5310
diff
changeset
|
1204 (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO. |
7c24a825b51d
Remove dependencies on unlocked-io.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5310
diff
changeset
|
1205 |
7c24a825b51d
Remove dependencies on unlocked-io.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5310
diff
changeset
|
1206 2004-10-04 Simon Josefsson <jas@extundo.com> |
5310
26382eb5dbd2
New module 'memmem', from Simon Josefsson.
Bruno Haible <bruno@clisp.org>
parents:
5292
diff
changeset
|
1207 |
26382eb5dbd2
New module 'memmem', from Simon Josefsson.
Bruno Haible <bruno@clisp.org>
parents:
5292
diff
changeset
|
1208 * memmem.m4: New file. |
26382eb5dbd2
New module 'memmem', from Simon Josefsson.
Bruno Haible <bruno@clisp.org>
parents:
5292
diff
changeset
|
1209 |
5292 | 1210 2004-10-01 Yoann Vandoorselaere <yoann@prelude-ids.org> |
1211 | |
1212 * strsep.m4: New file. | |
1213 | |
5282
149d795beeb2
New snprintf module from Simon Josefsson.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5224
diff
changeset
|
1214 2004-09-30 Simon Josefsson <jas@extundo.com> |
149d795beeb2
New snprintf module from Simon Josefsson.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5224
diff
changeset
|
1215 |
149d795beeb2
New snprintf module from Simon Josefsson.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5224
diff
changeset
|
1216 * snprintf.m4: New file. |
149d795beeb2
New snprintf module from Simon Josefsson.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5224
diff
changeset
|
1217 |
5224
b6d1a221c907
Provide a substitute for EOVERFLOW if <errno.h> doesn't define it.
Bruno Haible <bruno@clisp.org>
parents:
5219
diff
changeset
|
1218 2004-09-09 Bruno Haible <bruno@clisp.org> |
b6d1a221c907
Provide a substitute for EOVERFLOW if <errno.h> doesn't define it.
Bruno Haible <bruno@clisp.org>
parents:
5219
diff
changeset
|
1219 |
b6d1a221c907
Provide a substitute for EOVERFLOW if <errno.h> doesn't define it.
Bruno Haible <bruno@clisp.org>
parents:
5219
diff
changeset
|
1220 * eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with |
b6d1a221c907
Provide a substitute for EOVERFLOW if <errno.h> doesn't define it.
Bruno Haible <bruno@clisp.org>
parents:
5219
diff
changeset
|
1221 modifications. |
b6d1a221c907
Provide a substitute for EOVERFLOW if <errno.h> doesn't define it.
Bruno Haible <bruno@clisp.org>
parents:
5219
diff
changeset
|
1222 * vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW. |
b6d1a221c907
Provide a substitute for EOVERFLOW if <errno.h> doesn't define it.
Bruno Haible <bruno@clisp.org>
parents:
5219
diff
changeset
|
1223 |
5219 | 1224 2004-09-08 Bruno Haible <bruno@clisp.org> |
1225 | |
1226 * stdint.m4: New file, taken from GNU clisp with modifications. | |
1227 | |
5209
ef929daf6639
Import userspec from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5197
diff
changeset
|
1228 2004-08-19 Paul Eggert <eggert@cs.ucla.edu> |
ef929daf6639
Import userspec from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5197
diff
changeset
|
1229 |
ef929daf6639
Import userspec from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5197
diff
changeset
|
1230 * userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA. |
ef929daf6639
Import userspec from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5197
diff
changeset
|
1231 |
5197 | 1232 2004-08-12 Paul Eggert <eggert@cs.ucla.edu> |
1233 | |
1234 * argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody | |
1235 uses HAVE_ARGP_H or HAVE_ARGP_PARSE. | |
1236 Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS. | |
1237 Check for program_invocation_name, program_invocation_short_name, | |
1238 flockfile, funlockfile, features.h, _getopt_long_only_r. | |
1239 | |
1240 2004-08-12 Simon Josefsson <jas@extundo.com> | |
1241 | |
1242 * getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro, | |
1243 as discussed with Paul Eggert in threads rooted at | |
1244 <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html> | |
1245 and | |
1246 <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>. | |
1247 Before, the test was empty, and relied on ELIDE_CODE in source | |
1248 code.) | |
1249 (gl_PREREQ_GETOPT): New macro. | |
1250 (gl_GETOPT): Use them. | |
1251 | |
5183
734e87cf734b
Merge fnmatch and obstack from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5170
diff
changeset
|
1252 2004-08-11 Paul Eggert <eggert@cs.ucla.edu> |
734e87cf734b
Merge fnmatch and obstack from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5170
diff
changeset
|
1253 |
734e87cf734b
Merge fnmatch and obstack from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5170
diff
changeset
|
1254 Merge from coreutils. |
5390
b5cb1c9cb639
* uint32_t.m4 (gl_AC_TYPE_UINT32_T): Fix typo and define _UINT32_T.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5383
diff
changeset
|
1255 |
5183
734e87cf734b
Merge fnmatch and obstack from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5170
diff
changeset
|
1256 * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy. |
734e87cf734b
Merge fnmatch and obstack from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5170
diff
changeset
|
1257 |
734e87cf734b
Merge fnmatch and obstack from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5170
diff
changeset
|
1258 * obstack.m4 (gl_PREREQ_OBSTACK): Require |
734e87cf734b
Merge fnmatch and obstack from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5170
diff
changeset
|
1259 gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T. |
734e87cf734b
Merge fnmatch and obstack from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5170
diff
changeset
|
1260 |
5165
9d7fe6ace357
Add uint32_t.m4, uintptr_t.m4, and finish renaming sha->sha1.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5163
diff
changeset
|
1261 2004-08-09 Paul Eggert <eggert@cs.ucla.edu> |
9d7fe6ace357
Add uint32_t.m4, uintptr_t.m4, and finish renaming sha->sha1.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5163
diff
changeset
|
1262 |
9d7fe6ace357
Add uint32_t.m4, uintptr_t.m4, and finish renaming sha->sha1.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5163
diff
changeset
|
1263 * uint32_t.m4, uintptr_t.m4: New files. |
9d7fe6ace357
Add uint32_t.m4, uintptr_t.m4, and finish renaming sha->sha1.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5163
diff
changeset
|
1264 * sha1.m4: Renamed from sha.m4. |
9d7fe6ace357
Add uint32_t.m4, uintptr_t.m4, and finish renaming sha->sha1.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5163
diff
changeset
|
1265 (gl_SHA1): Renamed from gl_SHA. All uses changed. |
9d7fe6ace357
Add uint32_t.m4, uintptr_t.m4, and finish renaming sha->sha1.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5163
diff
changeset
|
1266 |
5170
17c4badb3864
Add getpass.h, so it's properly declared.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5168
diff
changeset
|
1267 2004-08-08 Simon Josefsson <jas@extundo.com> |
17c4badb3864
Add getpass.h, so it's properly declared.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5168
diff
changeset
|
1268 |
17c4badb3864
Add getpass.h, so it's properly declared.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5168
diff
changeset
|
1269 * getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU): |
17c4badb3864
Add getpass.h, so it's properly declared.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5168
diff
changeset
|
1270 Check getpass declaration. |
17c4badb3864
Add getpass.h, so it's properly declared.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5168
diff
changeset
|
1271 |
5159 | 1272 2004-08-06 Paul Eggert <eggert@cs.ucla.edu> |
1273 | |
1274 More merge from coreutils. | |
1275 | |
1276 * utimens.m4, utimecmp.m4: New files. | |
1277 * backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4, | |
1278 fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4, | |
1279 prereq.m4, sha.m4: Import changes from coreutils. | |
1280 | |
5119
7b7f24e67129
Merge from coreutils (first part).
Paul Eggert <eggert@cs.ucla.edu>
parents:
5111
diff
changeset
|
1281 2004-08-05 Paul Eggert <eggert@cs.ucla.edu> |
7b7f24e67129
Merge from coreutils (first part).
Paul Eggert <eggert@cs.ucla.edu>
parents:
5111
diff
changeset
|
1282 |
5137
ba885205d891
More merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5119
diff
changeset
|
1283 Merge from coreutils. |
ba885205d891
More merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5119
diff
changeset
|
1284 |
ba885205d891
More merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5119
diff
changeset
|
1285 * c-strtod.m4, canonicalize.m4, fcntl-safer.m4, getcwd-path-max.m4: |
ba885205d891
More merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5119
diff
changeset
|
1286 New files. |
ba885205d891
More merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5119
diff
changeset
|
1287 |
ba885205d891
More merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5119
diff
changeset
|
1288 * dos.m4 (gl_AC_DOS): filesystem -> file system renaming. |
ba885205d891
More merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5119
diff
changeset
|
1289 FILESYSTEM_PREFIX_LEN -> |
ba885205d891
More merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5119
diff
changeset
|
1290 FILE_SYSTEM_PREFIX_LEN. |
ba885205d891
More merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5119
diff
changeset
|
1291 FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX -> |
ba885205d891
More merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5119
diff
changeset
|
1292 FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX. |
ba885205d891
More merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5119
diff
changeset
|
1293 FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR -> |
ba885205d891
More merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5119
diff
changeset
|
1294 FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR. |
ba885205d891
More merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5119
diff
changeset
|
1295 |
ba885205d891
More merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5119
diff
changeset
|
1296 * path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the |
ba885205d891
More merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5119
diff
changeset
|
1297 prerequisite modules now handle the DOS stuff. |
ba885205d891
More merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5119
diff
changeset
|
1298 Don't check for unistd.h. |
5119
7b7f24e67129
Merge from coreutils (first part).
Paul Eggert <eggert@cs.ucla.edu>
parents:
5111
diff
changeset
|
1299 |
5160
e70798064461
Only declare strdup if it isn't declared by the system.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5159
diff
changeset
|
1300 2004-08-03 Simon Josefsson <jas@extundo.com> |
e70798064461
Only declare strdup if it isn't declared by the system.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5159
diff
changeset
|
1301 |
e70798064461
Only declare strdup if it isn't declared by the system.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5159
diff
changeset
|
1302 * strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it. |
e70798064461
Only declare strdup if it isn't declared by the system.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5159
diff
changeset
|
1303 |
e70798064461
Only declare strdup if it isn't declared by the system.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5159
diff
changeset
|
1304 2004-08-02 Simon Josefsson <jas@extundo.com> |
e70798064461
Only declare strdup if it isn't declared by the system.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5159
diff
changeset
|
1305 |
e70798064461
Only declare strdup if it isn't declared by the system.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5159
diff
changeset
|
1306 * getsubopt.m4: New file. |
e70798064461
Only declare strdup if it isn't declared by the system.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5159
diff
changeset
|
1307 |
5111 | 1308 2004-08-03 Paul Eggert <eggert@cs.ucla.edu> |
1309 | |
1310 * fatal.m4: Remove, as the "fatal" module wasn't used or working. | |
1311 | |
5103
ec9fb052682f
s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g
Paul Eggert <eggert@cs.ucla.edu>
parents:
5092
diff
changeset
|
1312 2004-07-13 Robert Millan <robertmh@gnu.org> |
ec9fb052682f
s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g
Paul Eggert <eggert@cs.ucla.edu>
parents:
5092
diff
changeset
|
1313 |
ec9fb052682f
s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g
Paul Eggert <eggert@cs.ucla.edu>
parents:
5092
diff
changeset
|
1314 * host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g. |
ec9fb052682f
s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g
Paul Eggert <eggert@cs.ucla.edu>
parents:
5092
diff
changeset
|
1315 |
5092
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5081
diff
changeset
|
1316 2004-06-22 Paul Eggert <eggert@cs.ucla.edu> |
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5081
diff
changeset
|
1317 |
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5081
diff
changeset
|
1318 * argz.m4: New file, which is autoupdated from libtool. |
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5081
diff
changeset
|
1319 |
5081
af4fd5060a09
* modules/calloc: New file.
Jim Meyering <jim@meyering.net>
parents:
5078
diff
changeset
|
1320 2004-06-01 Jim Meyering <jim@meyering.net> |
af4fd5060a09
* modules/calloc: New file.
Jim Meyering <jim@meyering.net>
parents:
5078
diff
changeset
|
1321 |
af4fd5060a09
* modules/calloc: New file.
Jim Meyering <jim@meyering.net>
parents:
5078
diff
changeset
|
1322 * calloc.m4: New file. |
af4fd5060a09
* modules/calloc: New file.
Jim Meyering <jim@meyering.net>
parents:
5078
diff
changeset
|
1323 |
5078
146129232fe0
Merge from coreutils CVS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5075
diff
changeset
|
1324 2004-06-01 Paul Eggert <eggert@cs.ucla.edu> |
146129232fe0
Merge from coreutils CVS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5075
diff
changeset
|
1325 |
146129232fe0
Merge from coreutils CVS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5075
diff
changeset
|
1326 Merge from coreutils CVS. |
146129232fe0
Merge from coreutils CVS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5075
diff
changeset
|
1327 |
146129232fe0
Merge from coreutils CVS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5075
diff
changeset
|
1328 * backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4, |
146129232fe0
Merge from coreutils CVS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5075
diff
changeset
|
1329 makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4, |
146129232fe0
Merge from coreutils CVS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5075
diff
changeset
|
1330 putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4, |
146129232fe0
Merge from coreutils CVS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5075
diff
changeset
|
1331 strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4, |
146129232fe0
Merge from coreutils CVS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5075
diff
changeset
|
1332 xstrtol.m4: Fix copyright date and/or serial number. |
146129232fe0
Merge from coreutils CVS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5075
diff
changeset
|
1333 |
146129232fe0
Merge from coreutils CVS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5075
diff
changeset
|
1334 * chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h. |
146129232fe0
Merge from coreutils CVS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5075
diff
changeset
|
1335 See if we need an fchown replacement. |
146129232fe0
Merge from coreutils CVS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5075
diff
changeset
|
1336 (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro. |
146129232fe0
Merge from coreutils CVS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5075
diff
changeset
|
1337 (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK, |
146129232fe0
Merge from coreutils CVS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5075
diff
changeset
|
1338 and use the replacement function if we detect either defect. |
146129232fe0
Merge from coreutils CVS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5075
diff
changeset
|
1339 |
146129232fe0
Merge from coreutils CVS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5075
diff
changeset
|
1340 * prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR, |
146129232fe0
Merge from coreutils CVS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5075
diff
changeset
|
1341 gl_UTIMECMP. |
146129232fe0
Merge from coreutils CVS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5075
diff
changeset
|
1342 |
5075
da468be96043
Detect _Bool bug in HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003].
Paul Eggert <eggert@cs.ucla.edu>
parents:
5074
diff
changeset
|
1343 2004-05-31 Paul Eggert <eggert@cs.ucla.edu> |
da468be96043
Detect _Bool bug in HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003].
Paul Eggert <eggert@cs.ucla.edu>
parents:
5074
diff
changeset
|
1344 |
da468be96043
Detect _Bool bug in HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003].
Paul Eggert <eggert@cs.ucla.edu>
parents:
5074
diff
changeset
|
1345 * stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI |
da468be96043
Detect _Bool bug in HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003].
Paul Eggert <eggert@cs.ucla.edu>
parents:
5074
diff
changeset
|
1346 C B3910B A.05.55 [Dec 04 2003]. Problem reported by Jim Meyering. |
da468be96043
Detect _Bool bug in HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003].
Paul Eggert <eggert@cs.ucla.edu>
parents:
5074
diff
changeset
|
1347 Also, fix a typo in a diagnostic. |
da468be96043
Detect _Bool bug in HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003].
Paul Eggert <eggert@cs.ucla.edu>
parents:
5074
diff
changeset
|
1348 |
5074
5f558ceff8fb
Remove dependency of hash and xalloc modules on the malloc and realloc
Paul Eggert <eggert@cs.ucla.edu>
parents:
5072
diff
changeset
|
1349 2004-05-30 Paul Eggert <eggert@cs.ucla.edu> |
5f558ceff8fb
Remove dependency of hash and xalloc modules on the malloc and realloc
Paul Eggert <eggert@cs.ucla.edu>
parents:
5072
diff
changeset
|
1350 |
5f558ceff8fb
Remove dependency of hash and xalloc modules on the malloc and realloc
Paul Eggert <eggert@cs.ucla.edu>
parents:
5072
diff
changeset
|
1351 * xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC |
5f558ceff8fb
Remove dependency of hash and xalloc modules on the malloc and realloc
Paul Eggert <eggert@cs.ucla.edu>
parents:
5072
diff
changeset
|
1352 or AC_FUNC_REALLOC. |
5f558ceff8fb
Remove dependency of hash and xalloc modules on the malloc and realloc
Paul Eggert <eggert@cs.ucla.edu>
parents:
5072
diff
changeset
|
1353 |
5072
d7698ffc0e5e
* free.m4: Replace free if it not known to work, not the other way round.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5067
diff
changeset
|
1354 2004-05-20 Andreas Schwab <schwab@suse.de> |
d7698ffc0e5e
* free.m4: Replace free if it not known to work, not the other way round.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5067
diff
changeset
|
1355 |
d7698ffc0e5e
* free.m4: Replace free if it not known to work, not the other way round.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5067
diff
changeset
|
1356 * free.m4: Replace free if it not known to work, not the other |
d7698ffc0e5e
* free.m4: Replace free if it not known to work, not the other way round.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5067
diff
changeset
|
1357 way round. |
d7698ffc0e5e
* free.m4: Replace free if it not known to work, not the other way round.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5067
diff
changeset
|
1358 |
5067
1407b63897fd
Simplify argp by assuming alloca module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5063
diff
changeset
|
1359 2004-05-17 Derek R. Price <derek@ximbiot.com> |
1407b63897fd
Simplify argp by assuming alloca module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5063
diff
changeset
|
1360 Paul Eggert <eggert@cs.ucla.edu> |
1407b63897fd
Simplify argp by assuming alloca module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5063
diff
changeset
|
1361 |
1407b63897fd
Simplify argp by assuming alloca module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5063
diff
changeset
|
1362 * argp: Depend on alloca. |
1407b63897fd
Simplify argp by assuming alloca module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5063
diff
changeset
|
1363 |
5063
1aecdc8063ba
alloca cleanup: always include <alloca.h>.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5059
diff
changeset
|
1364 2004-05-16 Paul Eggert <eggert@cs.ucla.edu> |
1aecdc8063ba
alloca cleanup: always include <alloca.h>.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5059
diff
changeset
|
1365 |
1aecdc8063ba
alloca cleanup: always include <alloca.h>.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5059
diff
changeset
|
1366 * alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always, |
1aecdc8063ba
alloca cleanup: always include <alloca.h>.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5059
diff
changeset
|
1367 for backward compatibility with older code. We need our own |
1aecdc8063ba
alloca cleanup: always include <alloca.h>.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5059
diff
changeset
|
1368 alloca.h if _AIX is defined. Define HAVE_ALLOCA if we discover |
1aecdc8063ba
alloca cleanup: always include <alloca.h>.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5059
diff
changeset
|
1369 it under some other name, and our alloca.h will define it. |
1aecdc8063ba
alloca cleanup: always include <alloca.h>.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5059
diff
changeset
|
1370 |
5059
eb3efcec6ae2
Don't assume that gettimeofday and settimeofday exist or work.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5045
diff
changeset
|
1371 2004-05-13 Paul Eggert <eggert@cs.ucla.edu> |
eb3efcec6ae2
Don't assume that gettimeofday and settimeofday exist or work.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5045
diff
changeset
|
1372 |
5063
1aecdc8063ba
alloca cleanup: always include <alloca.h>.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5059
diff
changeset
|
1373 * gettime.m4 (gl_GETTIME): Require gl_TIMESPEC. |
1aecdc8063ba
alloca cleanup: always include <alloca.h>.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5059
diff
changeset
|
1374 Check for gettimeofday. |
1aecdc8063ba
alloca cleanup: always include <alloca.h>.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5059
diff
changeset
|
1375 * settime.m4 (gl_SETTIME): Require gl_TIMESPEC. |
1aecdc8063ba
alloca cleanup: always include <alloca.h>.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5059
diff
changeset
|
1376 Check for settimeofday, stime. |
5075
da468be96043
Detect _Bool bug in HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003].
Paul Eggert <eggert@cs.ucla.edu>
parents:
5074
diff
changeset
|
1377 |
5045
325f3a7a5d79
Rename utils_ to gl_ in host-os.m4.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5043
diff
changeset
|
1378 2004-04-20 Paul Eggert <eggert@twinsun.com> |
325f3a7a5d79
Rename utils_ to gl_ in host-os.m4.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5043
diff
changeset
|
1379 |
325f3a7a5d79
Rename utils_ to gl_ in host-os.m4.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5043
diff
changeset
|
1380 * host-os.m4: Add a copyright notice. |
325f3a7a5d79
Rename utils_ to gl_ in host-os.m4.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5043
diff
changeset
|
1381 |
5028 | 1382 2004-04-20 Jim Meyering <jim@meyering.net> |
1383 | |
5039 | 1384 Change UTILS_ to gl_ in AC_DEFINE'd names. |
1385 Change utils_- and jm_-prefixed variables, too. | |
1386 * mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from | |
1387 UTILS_FUNC_MKDIR_TRAILING_SLASH. | |
1388 * mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP. | |
1389 | |
5028 | 1390 * dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD. |
1391 Don't emit trailing blanks. | |
5036 | 1392 Also rename jm_-prefixed variables to have gl_ prefix. |
5041 | 1393 |
5045
325f3a7a5d79
Rename utils_ to gl_ in host-os.m4.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5043
diff
changeset
|
1394 * host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS. |
325f3a7a5d79
Rename utils_ to gl_ in host-os.m4.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5043
diff
changeset
|
1395 Also rename jm_-prefixed variables to have gl_ prefix. |
325f3a7a5d79
Rename utils_ to gl_ in host-os.m4.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5043
diff
changeset
|
1396 |
5041 | 1397 * jm-macros.m4: Reflect the renamings. |
5043 | 1398 * prereq.m4: Likewise. |
5028 | 1399 |
5025 | 1400 2004-04-19 Jim Meyering <jim@meyering.net> |
1401 | |
1402 * readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE, | |
1403 now that readutmp.c may call `free (0)'. | |
1404 | |
5018 | 1405 2004-04-19 Bruno Haible <bruno@clisp.org> |
1406 | |
1407 * mbrtowc.m4: Change jm_ to gl_ in cache variables as well. | |
5019 | 1408 * inttypes_h.m4: Likewise. |
1409 * stdint_h.m4: Likewise. | |
5020 | 1410 * intmax_t.m4: Likewise. |
5019 | 1411 * uintmax_t.m4: Likewise. |
5018 | 1412 |
5016
7141ea4946af
Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
Jim Meyering <jim@meyering.net>
parents:
5015
diff
changeset
|
1413 2004-04-18 Jim Meyering <jim@meyering.net> |
7141ea4946af
Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
Jim Meyering <jim@meyering.net>
parents:
5015
diff
changeset
|
1414 |
7141ea4946af
Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
Jim Meyering <jim@meyering.net>
parents:
5015
diff
changeset
|
1415 * prereq.m4: Don't forbid jm_ prefix. |
7141ea4946af
Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
Jim Meyering <jim@meyering.net>
parents:
5015
diff
changeset
|
1416 |
7141ea4946af
Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
Jim Meyering <jim@meyering.net>
parents:
5015
diff
changeset
|
1417 * afs.m4, allocsa.m4, assert.m4, backupfile.m4, bison.m4: |
7141ea4946af
Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
Jim Meyering <jim@meyering.net>
parents:
5015
diff
changeset
|
1418 * check-decl.m4, chown.m4, d-ino.m4, d-type.m4, dirname.m4, dos.m4: |
7141ea4946af
Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
Jim Meyering <jim@meyering.net>
parents:
5015
diff
changeset
|
1419 * error.m4, fpending.m4, fstypename.m4, fsusage.m4, ftruncate.m4: |
7141ea4946af
Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
Jim Meyering <jim@meyering.net>
parents:
5015
diff
changeset
|
1420 * getdate.m4, getgroups.m4, gettext.m4, glibc21.m4, group-member.m4: |
7141ea4946af
Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
Jim Meyering <jim@meyering.net>
parents:
5015
diff
changeset
|
1421 * human.m4, intmax.m4, intmax_t.m4, inttostr.m4, inttypes.m4: |
7141ea4946af
Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
Jim Meyering <jim@meyering.net>
parents:
5015
diff
changeset
|
1422 * inttypes_h.m4, jm-macros.m4, jm-winsz1.m4, jm-winsz2.m4, lchown.m4: |
7141ea4946af
Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
Jim Meyering <jim@meyering.net>
parents:
5015
diff
changeset
|
1423 * lib-check.m4, link-follow.m4, localcharset.m4, longlong.m4: |
7141ea4946af
Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
Jim Meyering <jim@meyering.net>
parents:
5015
diff
changeset
|
1424 * ls-mntd-fs.m4, lstat.m4, makepath.m4, mbrtowc.m4, mbswidth.m4: |
7141ea4946af
Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
Jim Meyering <jim@meyering.net>
parents:
5015
diff
changeset
|
1425 * memchr.m4, memcmp.m4, mkdtemp.m4, mkstemp.m4, mountlist.m4: |
7141ea4946af
Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
Jim Meyering <jim@meyering.net>
parents:
5015
diff
changeset
|
1426 * nanosleep.m4, path-concat.m4, perl.m4, prereq.m4, putenv.m4: |
7141ea4946af
Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
Jim Meyering <jim@meyering.net>
parents:
5015
diff
changeset
|
1427 * quotearg.m4, regex.m4, stat.m4, stdint_h.m4, strftime.m4: |
7141ea4946af
Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
Jim Meyering <jim@meyering.net>
parents:
5015
diff
changeset
|
1428 * strtoimax.m4, strtoll.m4, strtoull.m4, strtoumax.m4, timespec.m4: |
7141ea4946af
Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
Jim Meyering <jim@meyering.net>
parents:
5015
diff
changeset
|
1429 * uintmax_t.m4, ulonglong.m4, unlink-busy.m4, unlocked-io.m4: |
7141ea4946af
Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
Jim Meyering <jim@meyering.net>
parents:
5015
diff
changeset
|
1430 * uptime.m4, utimbuf.m4, utime.m4, utimes-null.m4, vasnprintf.m4: |
7141ea4946af
Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
Jim Meyering <jim@meyering.net>
parents:
5015
diff
changeset
|
1431 * xstrtoimax.m4, xstrtol.m4, xstrtoumax.m4: |
7141ea4946af
Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
Jim Meyering <jim@meyering.net>
parents:
5015
diff
changeset
|
1432 Change jm_ to gl_ in AC_DEFINE'd names. Update all uses. |
7141ea4946af
Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
Jim Meyering <jim@meyering.net>
parents:
5015
diff
changeset
|
1433 |
5015 | 1434 2004-04-16 Jim Meyering <jim@meyering.net> |
1435 | |
1436 * prereq.m4 (jm_PREREQ_STAT): Remove macro. It is specific to | |
1437 coreutils' stat program. | |
1438 (gl_PREREQ): Don't require jm_PREREQ_STAT. | |
1439 | |
4991 | 1440 2004-03-31 Jim Meyering <jim@meyering.net> |
1441 | |
1442 * prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC. | |
4993 | 1443 Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC. |
4991 | 1444 * xalloc.m4: Likewise. |
1445 | |
4987
f33498f10f7d
* realloc.m4: Remove file, since now it does no more than
Jim Meyering <jim@meyering.net>
parents:
4983
diff
changeset
|
1446 2004-03-30 Jim Meyering <jim@meyering.net> |
f33498f10f7d
* realloc.m4: Remove file, since now it does no more than
Jim Meyering <jim@meyering.net>
parents:
4983
diff
changeset
|
1447 |
f33498f10f7d
* realloc.m4: Remove file, since now it does no more than
Jim Meyering <jim@meyering.net>
parents:
4983
diff
changeset
|
1448 * realloc.m4: Remove file, since now it does no more than |
f33498f10f7d
* realloc.m4: Remove file, since now it does no more than
Jim Meyering <jim@meyering.net>
parents:
4983
diff
changeset
|
1449 AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via |
f33498f10f7d
* realloc.m4: Remove file, since now it does no more than
Jim Meyering <jim@meyering.net>
parents:
4983
diff
changeset
|
1450 the `configure.ac' section of module/realloc. |
f33498f10f7d
* realloc.m4: Remove file, since now it does no more than
Jim Meyering <jim@meyering.net>
parents:
4983
diff
changeset
|
1451 * malloc.m4: Likewise, but for AC_FUNC_MALLOC. |
f33498f10f7d
* realloc.m4: Remove file, since now it does no more than
Jim Meyering <jim@meyering.net>
parents:
4983
diff
changeset
|
1452 |
4983 | 1453 2004-03-30 Paul Eggert <eggert@twinsun.com> |
1454 | |
4996 | 1455 Merge from coreutils. |
5015 | 1456 |
4983 | 1457 * inttostr.m4: New file. |
4996 | 1458 * getdate.m4 (gl_GETDATE): Remove time-related stuff. |
1459 Require AM_STDBOOL_H and gl_TIMESPEC instead. | |
1460 Require gl_CLOCK_TIME. | |
1461 * clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE. | |
1462 | |
1463 2004-03-30 Jim Meyering <jim@meyering.net> | |
1464 | |
1465 Merge from coreutils. | |
1466 | |
1467 Avoid a configure-time warning about sys/ucred.h on OSF V4.0. | |
1468 * ls-mntd-fs.m4: Test for sys/ucred.h separately, since | |
1469 on some systems one must include <grp.h> before it. | |
1470 Reported by Christian Krackowizer. | |
4983 | 1471 |
4979
6b9af4133e6f
Merge changes to getloadavg.c from coreutils and Emacs; this
Paul Eggert <eggert@cs.ucla.edu>
parents:
4976
diff
changeset
|
1472 2004-03-29 Paul Eggert <eggert@twinsun.com> |
6b9af4133e6f
Merge changes to getloadavg.c from coreutils and Emacs; this
Paul Eggert <eggert@cs.ucla.edu>
parents:
4976
diff
changeset
|
1473 |
6b9af4133e6f
Merge changes to getloadavg.c from coreutils and Emacs; this
Paul Eggert <eggert@cs.ucla.edu>
parents:
4976
diff
changeset
|
1474 * cloexec.m4: New file. |
6b9af4133e6f
Merge changes to getloadavg.c from coreutils and Emacs; this
Paul Eggert <eggert@cs.ucla.edu>
parents:
4976
diff
changeset
|
1475 |
4976
4df6aeb9a5c5
Fix portability problem with Tru64 and BSD/OS.
Bruno Haible <bruno@clisp.org>
parents:
4969
diff
changeset
|
1476 2004-03-18 Paul Eggert <eggert@twinsun.com> |
5728 | 1477 Bruno Haible <bruno@clisp.org> |
4976
4df6aeb9a5c5
Fix portability problem with Tru64 and BSD/OS.
Bruno Haible <bruno@clisp.org>
parents:
4969
diff
changeset
|
1478 |
4df6aeb9a5c5
Fix portability problem with Tru64 and BSD/OS.
Bruno Haible <bruno@clisp.org>
parents:
4969
diff
changeset
|
1479 * mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares |
4df6aeb9a5c5
Fix portability problem with Tru64 and BSD/OS.
Bruno Haible <bruno@clisp.org>
parents:
4969
diff
changeset
|
1480 mbswidth. |
4df6aeb9a5c5
Fix portability problem with Tru64 and BSD/OS.
Bruno Haible <bruno@clisp.org>
parents:
4969
diff
changeset
|
1481 |
4969
0db24850c598
Fix c-stack.c portability bug on IRIX 5.3.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4961
diff
changeset
|
1482 2004-03-07 Paul Eggert <eggert@twinsun.com> |
0db24850c598
Fix c-stack.c portability bug on IRIX 5.3.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4961
diff
changeset
|
1483 |
0db24850c598
Fix c-stack.c portability bug on IRIX 5.3.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4961
diff
changeset
|
1484 * c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK. |
0db24850c598
Fix c-stack.c portability bug on IRIX 5.3.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4961
diff
changeset
|
1485 All uses changed. Check for sa_sigaction member; this fixes |
0db24850c598
Fix c-stack.c portability bug on IRIX 5.3.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4961
diff
changeset
|
1486 a bug first reported by Jason Andrade in |
0db24850c598
Fix c-stack.c portability bug on IRIX 5.3.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4961
diff
changeset
|
1487 <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>. |
0db24850c598
Fix c-stack.c portability bug on IRIX 5.3.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4961
diff
changeset
|
1488 |
4961
d2eab0a08b37
Improved strdup, from Simon Josefsson.
Bruno Haible <bruno@clisp.org>
parents:
4954
diff
changeset
|
1489 2004-01-18 Simon Josefsson <jas@extundo.com> |
d2eab0a08b37
Improved strdup, from Simon Josefsson.
Bruno Haible <bruno@clisp.org>
parents:
4954
diff
changeset
|
1490 |
d2eab0a08b37
Improved strdup, from Simon Josefsson.
Bruno Haible <bruno@clisp.org>
parents:
4954
diff
changeset
|
1491 * strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared. |
d2eab0a08b37
Improved strdup, from Simon Josefsson.
Bruno Haible <bruno@clisp.org>
parents:
4954
diff
changeset
|
1492 |
4954 | 1493 2004-02-18 Bruno Haible <bruno@clisp.org> |
1494 | |
1495 * xsize.m4 (gl_XSIZE): Require AC_C_INLINE. | |
1496 Reported by Derek Robert Price <derek@ximbiot.com>. | |
1497 | |
4945
07fb9f5d51e6
update from gettext 0.14.1
Karl Berry <karl@freefriends.org>
parents:
4940
diff
changeset
|
1498 2004-02-06 Karl Berry <karl@gnu.org> |
07fb9f5d51e6
update from gettext 0.14.1
Karl Berry <karl@freefriends.org>
parents:
4940
diff
changeset
|
1499 |
07fb9f5d51e6
update from gettext 0.14.1
Karl Berry <karl@freefriends.org>
parents:
4940
diff
changeset
|
1500 * po.m4: update from gettext 0.14.1. |
07fb9f5d51e6
update from gettext 0.14.1
Karl Berry <karl@freefriends.org>
parents:
4940
diff
changeset
|
1501 |
4940 | 1502 2004-02-03 Bruno Haible <bruno@clisp.org> |
1503 | |
1504 * pipe.m4: New file, from GNU gettext. | |
1505 | |
4936 | 1506 2004-01-27 Bruno Haible <bruno@clisp.org> |
1507 | |
1508 * execute.m4: New file, from GNU gettext. | |
1509 | |
4924 | 1510 2003-11-24 Bruno Haible <bruno@clisp.org> |
1511 | |
1512 * allocsa.m4: New file, from GNU gettext. | |
1513 | |
4919 | 1514 2003-11-24 Bruno Haible <bruno@clisp.org> |
1515 | |
1516 * eealloc.m4: New file, from GNU gettext. | |
1517 | |
4910 | 1518 2004-01-15 Paul Eggert <eggert@twinsun.com> |
1519 | |
1520 Merge from coreutils. | |
1521 | |
1522 * jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t. | |
1523 * posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION. | |
1524 (gl_DEFAULT_POSIX2_VERSION): Move | |
1525 the documentation from 'configure' into 'config.hin', | |
1526 so that 'configure --help' isn't burdened by it and | |
1527 we don't have to worry about its formatting there. | |
1528 Reword the documentation so that it's more succinct | |
1529 and can be run together into a single paragraph. | |
1530 * same.m4 (gl_SAME): Check for pathconf. | |
1531 | |
1532 2004-01-15 Jim Meyering <jim@meyering.net> | |
1533 | |
1534 Merge from coreutils. | |
1535 | |
1536 * clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME | |
1537 if no library is required. | |
1538 * jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX. | |
1539 * jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE. | |
1540 * jm-macros.m4 (jm_MACROS): Require autoconf-2.58. | |
1541 (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58. | |
1542 * jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW. | |
1543 * lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the | |
1544 value, $ac_cv_search_crypt, if it's "none required". | |
1545 * posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro. | |
1546 * prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG, | |
1547 not gl_FUNC_GETLOADAVG. | |
1548 * prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH, | |
1549 gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS. | |
1550 | |
1551 2004-01-15 Alexandre Duret-Lutz <adl@gnu.org> | |
1552 | |
1553 Merge from coreutils. | |
1554 | |
1555 * nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the | |
1556 value, $ac_cv_search_nanosleep, if it's "none required". | |
1557 | |
4895 | 1558 2003-12-03 Bruno Haible <bruno@clisp.org> |
1559 | |
1560 * gettext.m4: Upgrade from gettext-0.13. | |
1561 * po.m4: Upgrade from gettext-0.13. | |
1562 * size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here. | |
1563 * intmax.m4: New file, from gettext-0.13. | |
1564 * printf-posix.m4: New file, from gettext-0.13. | |
1565 | |
4886
e4317f1f2e2c
Use size_t instead of ssize_t.
Bruno Haible <bruno@clisp.org>
parents:
4872
diff
changeset
|
1566 2003-11-25 Bruno Haible <bruno@clisp.org> |
e4317f1f2e2c
Use size_t instead of ssize_t.
Bruno Haible <bruno@clisp.org>
parents:
4872
diff
changeset
|
1567 |
e4317f1f2e2c
Use size_t instead of ssize_t.
Bruno Haible <bruno@clisp.org>
parents:
4872
diff
changeset
|
1568 * vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require |
e4317f1f2e2c
Use size_t instead of ssize_t.
Bruno Haible <bruno@clisp.org>
parents:
4872
diff
changeset
|
1569 gt_TYPE_SSIZE_T. |
e4317f1f2e2c
Use size_t instead of ssize_t.
Bruno Haible <bruno@clisp.org>
parents:
4872
diff
changeset
|
1570 |
4872
c5afc99b8ce5
Use xsize.h to protect against memory size overflows.
Bruno Haible <bruno@clisp.org>
parents:
4865
diff
changeset
|
1571 2003-11-17 Bruno Haible <bruno@clisp.org> |
c5afc99b8ce5
Use xsize.h to protect against memory size overflows.
Bruno Haible <bruno@clisp.org>
parents:
4865
diff
changeset
|
1572 |
c5afc99b8ce5
Use xsize.h to protect against memory size overflows.
Bruno Haible <bruno@clisp.org>
parents:
4865
diff
changeset
|
1573 * vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T. |
c5afc99b8ce5
Use xsize.h to protect against memory size overflows.
Bruno Haible <bruno@clisp.org>
parents:
4865
diff
changeset
|
1574 |
4865
8690f8e0e0bf
Remove dependency of xalloc.h on SIZE_MAX and PTRDIFF_MAX.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4862
diff
changeset
|
1575 2003-11-12 Paul Eggert <eggert@twinsun.com> |
8690f8e0e0bf
Remove dependency of xalloc.h on SIZE_MAX and PTRDIFF_MAX.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4862
diff
changeset
|
1576 |
8690f8e0e0bf
Remove dependency of xalloc.h on SIZE_MAX and PTRDIFF_MAX.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4862
diff
changeset
|
1577 * xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or |
8690f8e0e0bf
Remove dependency of xalloc.h on SIZE_MAX and PTRDIFF_MAX.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4862
diff
changeset
|
1578 gl_PTRDIFF_MAX. |
8690f8e0e0bf
Remove dependency of xalloc.h on SIZE_MAX and PTRDIFF_MAX.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4862
diff
changeset
|
1579 |
4862
1f6c3678919c
Rely on SIZE_MAX and PTRDIFF_MAX as defined by ISO C 99.
Bruno Haible <bruno@clisp.org>
parents:
4852
diff
changeset
|
1580 2003-11-11 Bruno Haible <bruno@clisp.org> |
1f6c3678919c
Rely on SIZE_MAX and PTRDIFF_MAX as defined by ISO C 99.
Bruno Haible <bruno@clisp.org>
parents:
4852
diff
changeset
|
1581 |
1f6c3678919c
Rely on SIZE_MAX and PTRDIFF_MAX as defined by ISO C 99.
Bruno Haible <bruno@clisp.org>
parents:
4852
diff
changeset
|
1582 * size_max.m4: New file. |
1f6c3678919c
Rely on SIZE_MAX and PTRDIFF_MAX as defined by ISO C 99.
Bruno Haible <bruno@clisp.org>
parents:
4852
diff
changeset
|
1583 * ptrdiff_max.m4: New file. |
1f6c3678919c
Rely on SIZE_MAX and PTRDIFF_MAX as defined by ISO C 99.
Bruno Haible <bruno@clisp.org>
parents:
4852
diff
changeset
|
1584 * xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX. |
4872
c5afc99b8ce5
Use xsize.h to protect against memory size overflows.
Bruno Haible <bruno@clisp.org>
parents:
4865
diff
changeset
|
1585 * xalloc.m4 (gl_PREREQ_XALLOC): New macro. |
4862
1f6c3678919c
Rely on SIZE_MAX and PTRDIFF_MAX as defined by ISO C 99.
Bruno Haible <bruno@clisp.org>
parents:
4852
diff
changeset
|
1586 (gl_XALLOC): Invoke it. |
1f6c3678919c
Rely on SIZE_MAX and PTRDIFF_MAX as defined by ISO C 99.
Bruno Haible <bruno@clisp.org>
parents:
4852
diff
changeset
|
1587 |
4852 | 1588 2003-11-04 Bruno Haible <bruno@clisp.org> |
1589 | |
1590 * xsize.m4: New file. | |
1591 | |
4847 | 1592 2003-11-03 Bruno Haible <bruno@clisp.org> |
1593 | |
1594 * wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid. | |
1595 | |
4834
6310eac53465
Change netbsd*-gnu pattern back to netbsd*-gnu*.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4830
diff
changeset
|
1596 2003-10-30 Paul Eggert <eggert@cs.ucla.edu> |
6310eac53465
Change netbsd*-gnu pattern back to netbsd*-gnu*.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4830
diff
changeset
|
1597 |
6310eac53465
Change netbsd*-gnu pattern back to netbsd*-gnu*.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4830
diff
changeset
|
1598 * host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to |
6310eac53465
Change netbsd*-gnu pattern back to netbsd*-gnu*.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4830
diff
changeset
|
1599 netbsd*-gnu*. Suggested by Robert Millan. |
6310eac53465
Change netbsd*-gnu pattern back to netbsd*-gnu*.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4830
diff
changeset
|
1600 |
4830
410ea3e253b9
Revamp xalloc_oversized so that its count arg need not fit into size_t.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4829
diff
changeset
|
1601 2003-10-29 Paul Eggert <eggert@twinsun.com> |
410ea3e253b9
Revamp xalloc_oversized so that its count arg need not fit into size_t.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4829
diff
changeset
|
1602 |
410ea3e253b9
Revamp xalloc_oversized so that its count arg need not fit into size_t.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4829
diff
changeset
|
1603 * xalloc.m4 (gl_XALLOC): Undo previous change. |
410ea3e253b9
Revamp xalloc_oversized so that its count arg need not fit into size_t.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4829
diff
changeset
|
1604 |
4829
2fa22df65c21
host-os.m4 (UTILS_HOST_OS): Fix bugs in previous change.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4823
diff
changeset
|
1605 2003-10-29 Paul Eggert <eggert@twinsun.com> |
2fa22df65c21
host-os.m4 (UTILS_HOST_OS): Fix bugs in previous change.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4823
diff
changeset
|
1606 |
2fa22df65c21
host-os.m4 (UTILS_HOST_OS): Fix bugs in previous change.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4823
diff
changeset
|
1607 * host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu. Add comments |
2fa22df65c21
host-os.m4 (UTILS_HOST_OS): Fix bugs in previous change.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4823
diff
changeset
|
1608 to it, and to knetbsd*-gnu and kfreebsd*-gnu. Remove the '*' from |
2fa22df65c21
host-os.m4 (UTILS_HOST_OS): Fix bugs in previous change.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4823
diff
changeset
|
1609 after the 'gnu' in these cases. This fixes some bugs in the |
4834
6310eac53465
Change netbsd*-gnu pattern back to netbsd*-gnu*.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4830
diff
changeset
|
1610 previous change, and is based on suggestions by Robert Millan. |
4829
2fa22df65c21
host-os.m4 (UTILS_HOST_OS): Fix bugs in previous change.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4823
diff
changeset
|
1611 |
2fa22df65c21
host-os.m4 (UTILS_HOST_OS): Fix bugs in previous change.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4823
diff
changeset
|
1612 2003-10-28 Paul Eggert <eggert@twinsun.com> |
4823
3e73a3fa2621
Identify GNU/KFreeBSD and GNU/KNetBSD using their new names (which have a
Paul Eggert <eggert@cs.ucla.edu>
parents:
4819
diff
changeset
|
1613 |
3e73a3fa2621
Identify GNU/KFreeBSD and GNU/KNetBSD using their new names (which have a
Paul Eggert <eggert@cs.ucla.edu>
parents:
4819
diff
changeset
|
1614 * host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and |
4829
2fa22df65c21
host-os.m4 (UTILS_HOST_OS): Fix bugs in previous change.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4823
diff
changeset
|
1615 GNU/KNetBSD. These implementations use glibc atop the FreeBSD and |
2fa22df65c21
host-os.m4 (UTILS_HOST_OS): Fix bugs in previous change.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4823
diff
changeset
|
1616 NetBSD kernels. Requested by Richard Stallman. |
4823
3e73a3fa2621
Identify GNU/KFreeBSD and GNU/KNetBSD using their new names (which have a
Paul Eggert <eggert@cs.ucla.edu>
parents:
4819
diff
changeset
|
1617 |
4819
9449e9d024f2
xalloc.h now uses inline, so includers need to configure this.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4809
diff
changeset
|
1618 2003-10-26 Paul Eggert <eggert@twinsun.com> |
9449e9d024f2
xalloc.h now uses inline, so includers need to configure this.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4809
diff
changeset
|
1619 |
9449e9d024f2
xalloc.h now uses inline, so includers need to configure this.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4809
diff
changeset
|
1620 * xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h |
9449e9d024f2
xalloc.h now uses inline, so includers need to configure this.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4809
diff
changeset
|
1621 now uses inline. |
9449e9d024f2
xalloc.h now uses inline, so includers need to configure this.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4809
diff
changeset
|
1622 |
4809
cde3aec825b9
Don't include getndelim2.o twice into LIBOBJS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4802
diff
changeset
|
1623 2003-10-23 Paul Eggert <eggert@twinsun.com> |
cde3aec825b9
Don't include getndelim2.o twice into LIBOBJS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4802
diff
changeset
|
1624 |
cde3aec825b9
Don't include getndelim2.o twice into LIBOBJS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4802
diff
changeset
|
1625 * getline.m4 (AM_FUNC_GETLINE): |
cde3aec825b9
Don't include getndelim2.o twice into LIBOBJS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4802
diff
changeset
|
1626 Don't include getndelim2.o twice into LIBOBJS; this breaks on some |
cde3aec825b9
Don't include getndelim2.o twice into LIBOBJS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4802
diff
changeset
|
1627 hosts. Problem reported by Derek Robert Price in |
cde3aec825b9
Don't include getndelim2.o twice into LIBOBJS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4802
diff
changeset
|
1628 <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>. |
cde3aec825b9
Don't include getndelim2.o twice into LIBOBJS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4802
diff
changeset
|
1629 This patch can be withdrawn after Autoconf 2.58 is required for gnulib. |
cde3aec825b9
Don't include getndelim2.o twice into LIBOBJS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4802
diff
changeset
|
1630 * getndelim2.m4 (gl_GETNDELIM2): Likewise. |
cde3aec825b9
Don't include getndelim2.o twice into LIBOBJS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4802
diff
changeset
|
1631 |
4802 | 1632 2003-10-20 Bruno Haible <bruno@clisp.org> |
1633 | |
1634 * wait-process.m4: New file. | |
1635 | |
4786
83d8d561903a
Improved 'fatal-signal' module.
Bruno Haible <bruno@clisp.org>
parents:
4783
diff
changeset
|
1636 2003-10-14 Bruno Haible <bruno@clisp.org> |
83d8d561903a
Improved 'fatal-signal' module.
Bruno Haible <bruno@clisp.org>
parents:
4783
diff
changeset
|
1637 |
83d8d561903a
Improved 'fatal-signal' module.
Bruno Haible <bruno@clisp.org>
parents:
4783
diff
changeset
|
1638 * sig_atomic_t: New file, from GNU gettext. |
83d8d561903a
Improved 'fatal-signal' module.
Bruno Haible <bruno@clisp.org>
parents:
4783
diff
changeset
|
1639 * fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T. |
83d8d561903a
Improved 'fatal-signal' module.
Bruno Haible <bruno@clisp.org>
parents:
4783
diff
changeset
|
1640 |
4783
d1dc5d9bf1ba
Revamp xalloc interface so that it can check for address arithmetic overflow.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4781
diff
changeset
|
1641 2003-10-12 Paul Eggert <eggert@twinsun.com> |
d1dc5d9bf1ba
Revamp xalloc interface so that it can check for address arithmetic overflow.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4781
diff
changeset
|
1642 |
d1dc5d9bf1ba
Revamp xalloc interface so that it can check for address arithmetic overflow.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4781
diff
changeset
|
1643 * xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE. |
d1dc5d9bf1ba
Revamp xalloc interface so that it can check for address arithmetic overflow.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4781
diff
changeset
|
1644 |
4781
d762cb7714db
A little more dependencies of the 'argp' module.
Bruno Haible <bruno@clisp.org>
parents:
4778
diff
changeset
|
1645 2003-10-10 Simon Josefsson <jas@extundo.com> |
d762cb7714db
A little more dependencies of the 'argp' module.
Bruno Haible <bruno@clisp.org>
parents:
4778
diff
changeset
|
1646 |
d762cb7714db
A little more dependencies of the 'argp' module.
Bruno Haible <bruno@clisp.org>
parents:
4778
diff
changeset
|
1647 * argp.m4: Add AC_C_INLINE. |
d762cb7714db
A little more dependencies of the 'argp' module.
Bruno Haible <bruno@clisp.org>
parents:
4778
diff
changeset
|
1648 |
4778
d68794da5ecb
Merge getpass from libc, plus a few fixes.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4770
diff
changeset
|
1649 2003-10-08 Paul Eggert <eggert@twinsun.com> |
d68794da5ecb
Merge getpass from libc, plus a few fixes.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4770
diff
changeset
|
1650 |
d68794da5ecb
Merge getpass from libc, plus a few fixes.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4770
diff
changeset
|
1651 * getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h. |
d68794da5ecb
Merge getpass from libc, plus a few fixes.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4770
diff
changeset
|
1652 |
4770 | 1653 2003-10-06 Bruno Haible <bruno@clisp.org> |
1654 | |
1655 * fatal-signal.m4: New file. | |
1656 * signalblocking.m4: New file, from GNU gettext. | |
1657 | |
4753 | 1658 2003-09-27 Paul Eggert <eggert@twinsun.com> |
1659 | |
1660 * free.m4: New file. | |
1661 | |
4746
7f0802de0710
Better handling of collision with AIX stpncpy() function.
Bruno Haible <bruno@clisp.org>
parents:
4730
diff
changeset
|
1662 2003-09-26 Bruno Haible <bruno@clisp.org> |
7f0802de0710
Better handling of collision with AIX stpncpy() function.
Bruno Haible <bruno@clisp.org>
parents:
4730
diff
changeset
|
1663 |
4747
7113ffd9623a
Better avoid collision with AIX stpncpy().
Bruno Haible <bruno@clisp.org>
parents:
4746
diff
changeset
|
1664 * stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX stpncpy(). |
7113ffd9623a
Better avoid collision with AIX stpncpy().
Bruno Haible <bruno@clisp.org>
parents:
4746
diff
changeset
|
1665 Don't define stpncpy through config.h; it's now done through stpncpy.h. |
4746
7f0802de0710
Better handling of collision with AIX stpncpy() function.
Bruno Haible <bruno@clisp.org>
parents:
4730
diff
changeset
|
1666 |
4730
64e0a1bfa9bb
New module 'getdomainname'.
Bruno Haible <bruno@clisp.org>
parents:
4719
diff
changeset
|
1667 2003-09-25 Simon Josefsson <jas@extundo.com> |
4809
cde3aec825b9
Don't include getndelim2.o twice into LIBOBJS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4802
diff
changeset
|
1668 Bruno Haible <bruno@clisp.org> |
4730
64e0a1bfa9bb
New module 'getdomainname'.
Bruno Haible <bruno@clisp.org>
parents:
4719
diff
changeset
|
1669 |
64e0a1bfa9bb
New module 'getdomainname'.
Bruno Haible <bruno@clisp.org>
parents:
4719
diff
changeset
|
1670 * getdomainname.m4: New file. |
64e0a1bfa9bb
New module 'getdomainname'.
Bruno Haible <bruno@clisp.org>
parents:
4719
diff
changeset
|
1671 |
4719
e6ff70bf10f9
* extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4708
diff
changeset
|
1672 2003-09-17 Paul Eggert <eggert@twinsun.com> |
e6ff70bf10f9
* extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4708
diff
changeset
|
1673 |
e6ff70bf10f9
* extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4708
diff
changeset
|
1674 * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first, |
e6ff70bf10f9
* extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4708
diff
changeset
|
1675 to avoid spurious warnings like "AC_RUN_IFELSE was called before |
e6ff70bf10f9
* extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4708
diff
changeset
|
1676 gl_USE_SYSTEM_EXTENSIONS" from autoreconf. |
e6ff70bf10f9
* extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4708
diff
changeset
|
1677 |
4701
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4688
diff
changeset
|
1678 2003-09-12 Paul Eggert <eggert@twinsun.com> |
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4688
diff
changeset
|
1679 |
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4688
diff
changeset
|
1680 * error.m4: Require AC_FUNC_STRERROR_R rather than invoking it. |
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4688
diff
changeset
|
1681 |
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4688
diff
changeset
|
1682 * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX |
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4688
diff
changeset
|
1683 and AC_MINIX, too, so that their extensions are available. |
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4688
diff
changeset
|
1684 |
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4688
diff
changeset
|
1685 * prereq.m4 (jm_PREREQ_ADDEXT): Remove. All uses removed. |
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4688
diff
changeset
|
1686 This macro has been superseded by gl_BACKUPFILE. |
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4688
diff
changeset
|
1687 |
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4688
diff
changeset
|
1688 More patches to assume C89 or better. |
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4688
diff
changeset
|
1689 |
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4688
diff
changeset
|
1690 * error.m4 (gl_ERROR): Don't check for vprintf. |
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4688
diff
changeset
|
1691 |
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4688
diff
changeset
|
1692 * check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h> |
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4688
diff
changeset
|
1693 unconditionally. |
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4688
diff
changeset
|
1694 * closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h. |
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4688
diff
changeset
|
1695 * gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): |
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4688
diff
changeset
|
1696 Include <string.h>, <stdlib.h> unconditionally. |
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4688
diff
changeset
|
1697 * lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free. |
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4688
diff
changeset
|
1698 * readdir.m4 (GL_FUNC_READDIR): Don't check for string.h. |
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4688
diff
changeset
|
1699 * readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C headers |
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4688
diff
changeset
|
1700 or for string.h. |
4708 | 1701 * strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h |
4701
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4688
diff
changeset
|
1702 or strtoul. |
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4688
diff
changeset
|
1703 |
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4688
diff
changeset
|
1704 * mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C headers. |
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4688
diff
changeset
|
1705 * strdup.m4 (gl_PREREQ_STRDUP): Likewise. |
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4688
diff
changeset
|
1706 * userspec.m4 (gl_USERSPEC): Likewise. |
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4688
diff
changeset
|
1707 * xalloc.m4 (gl_PREREQ_XMALLOC): Likewise. |
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4688
diff
changeset
|
1708 * xstrtod.m4 (gl_XSTRTOD): Likewise. |
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4688
diff
changeset
|
1709 * xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise. |
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4688
diff
changeset
|
1710 * strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h, |
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4688
diff
changeset
|
1711 memcpy, memset. |
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4688
diff
changeset
|
1712 (jm_FUNC_GNU_STRFTIME): Don't require standard C headers. |
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4688
diff
changeset
|
1713 * strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h. |
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4688
diff
changeset
|
1714 * strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h, strtol. |
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4688
diff
changeset
|
1715 * strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h. |
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4688
diff
changeset
|
1716 * userspec.m4 (gl_USERSPEC): Do not check for string.h. |
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4688
diff
changeset
|
1717 * xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol, |
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4688
diff
changeset
|
1718 strtoul. |
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4688
diff
changeset
|
1719 |
4688 | 1720 2003-09-11 Paul Eggert <eggert@twinsun.com> |
1721 | |
4701
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4688
diff
changeset
|
1722 More patches to assume C89 or better. |
4688 | 1723 * strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check. |
1724 * strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h, | |
1725 string.h, memchr, STDC_HEADERS. | |
4701
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4688
diff
changeset
|
1726 |
4683
4452e4c45cc4
Assume ANSI C <string.h>, <stdlib.h>.
Bruno Haible <bruno@clisp.org>
parents:
4677
diff
changeset
|
1727 2003-09-10 Bruno Haible <bruno@clisp.org> |
4452e4c45cc4
Assume ANSI C <string.h>, <stdlib.h>.
Bruno Haible <bruno@clisp.org>
parents:
4677
diff
changeset
|
1728 |
4452e4c45cc4
Assume ANSI C <string.h>, <stdlib.h>.
Bruno Haible <bruno@clisp.org>
parents:
4677
diff
changeset
|
1729 * strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check. |
4452e4c45cc4
Assume ANSI C <string.h>, <stdlib.h>.
Bruno Haible <bruno@clisp.org>
parents:
4677
diff
changeset
|
1730 * strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check. |
4452e4c45cc4
Assume ANSI C <string.h>, <stdlib.h>.
Bruno Haible <bruno@clisp.org>
parents:
4677
diff
changeset
|
1731 * strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check. |
4452e4c45cc4
Assume ANSI C <string.h>, <stdlib.h>.
Bruno Haible <bruno@clisp.org>
parents:
4677
diff
changeset
|
1732 * unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check. |
4452e4c45cc4
Assume ANSI C <string.h>, <stdlib.h>.
Bruno Haible <bruno@clisp.org>
parents:
4677
diff
changeset
|
1733 * setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove |
4452e4c45cc4
Assume ANSI C <string.h>, <stdlib.h>.
Bruno Haible <bruno@clisp.org>
parents:
4677
diff
changeset
|
1734 <stdlib.h> and <string.h> checks. |
4684 | 1735 * xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check. |
1736 * yesno.m4 (gl_YESNO): Remove <stdlib.h> check. | |
4683
4452e4c45cc4
Assume ANSI C <string.h>, <stdlib.h>.
Bruno Haible <bruno@clisp.org>
parents:
4677
diff
changeset
|
1737 |
4670 | 1738 2003-09-09 Paul Eggert <eggert@twinsun.com> |
1739 | |
4701
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4688
diff
changeset
|
1740 More patches to assume C89 or better. |
4677
b95345dafad0
Remove K&R cruft, day two.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4670
diff
changeset
|
1741 * getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h. |
4670 | 1742 * getopt.m4 (gl_GETOPT): Don't check for string.h. |
1743 * getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers | |
1744 or for string.h. | |
1745 * getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for stdlib.h. | |
1746 * group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard C | |
1747 headers. | |
1748 * hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h, | |
1749 string.h. | |
1750 * hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free. | |
1751 * human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv. | |
1752 * idcache.m4 (gl_IDCACHE): Do not check for standard C headers, | |
1753 or for string.h. | |
1754 * long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h. | |
4987
f33498f10f7d
* realloc.m4: Remove file, since now it does no more than
Jim Meyering <jim@meyering.net>
parents:
4983
diff
changeset
|
1755 * makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard |
4670 | 1756 C headers. |
1757 * md5.m4 (gl_MD5): Don't check for limits.h, standard C headers, | |
1758 memcpy. | |
1759 * sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy. | |
4987
f33498f10f7d
* realloc.m4: Remove file, since now it does no more than
Jim Meyering <jim@meyering.net>
parents:
4983
diff
changeset
|
1760 * memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h. |
4670 | 1761 * memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h. |
1762 * memcoll.m4 (gl_MEMCOLL): Likewise. | |
1763 * memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h. | |
1764 * mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h, | |
1765 string.h, free. | |
1766 * mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers. | |
1767 * modechange.m4 (gl_MODECHANGE): Don't check for standard C headers. | |
1768 * mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard | |
4987
f33498f10f7d
* realloc.m4: Remove file, since now it does no more than
Jim Meyering <jim@meyering.net>
parents:
4983
diff
changeset
|
1769 C headers, or for string.h. |
4670 | 1770 * obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h. |
1771 (gl_PREREQ_OBSTACK): Don't check for stdlib.h. | |
1772 * path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C | |
1773 headers, memory.h, stdlib.h, string.h, strings.h. | |
4677
b95345dafad0
Remove K&R cruft, day two.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4670
diff
changeset
|
1774 * posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h. |
b95345dafad0
Remove K&R cruft, day two.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4670
diff
changeset
|
1775 * posixver.m4 (gl_POSIXVER): Don't check for getenv. |
b95345dafad0
Remove K&R cruft, day two.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4670
diff
changeset
|
1776 * putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy, |
b95345dafad0
Remove K&R cruft, day two.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4670
diff
changeset
|
1777 strchr. |
b95345dafad0
Remove K&R cruft, day two.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4670
diff
changeset
|
1778 * readtokens.m4 (gl_READTOKENS): Don't check for standard C |
b95345dafad0
Remove K&R cruft, day two.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4670
diff
changeset
|
1779 headers, memory.h, string.h. |
b95345dafad0
Remove K&R cruft, day two.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4670
diff
changeset
|
1780 * regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h. |
b95345dafad0
Remove K&R cruft, day two.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4670
diff
changeset
|
1781 * rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h, |
b95345dafad0
Remove K&R cruft, day two.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4670
diff
changeset
|
1782 free. |
b95345dafad0
Remove K&R cruft, day two.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4670
diff
changeset
|
1783 * rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C headers. |
b95345dafad0
Remove K&R cruft, day two.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4670
diff
changeset
|
1784 * same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free. |
b95345dafad0
Remove K&R cruft, day two.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4670
diff
changeset
|
1785 * save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers. |
4670 | 1786 * savedir.m4 (gl_SAVEDIR): Don't check for standard C headers. |
4677
b95345dafad0
Remove K&R cruft, day two.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4670
diff
changeset
|
1787 * strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h. |
b95345dafad0
Remove K&R cruft, day two.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4670
diff
changeset
|
1788 * xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h. |
4701
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4688
diff
changeset
|
1789 |
4670 | 1790 2003-09-09 Derek Robert Price <derek@ximbiot.com> |
1791 | |
1792 * getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the | |
1793 C89 spec. | |
1794 | |
4646
b2ea1caa494d
Remove K&R cruft (alloca.m4 through getdate.m4).
Paul Eggert <eggert@cs.ucla.edu>
parents:
4621
diff
changeset
|
1795 2003-09-08 Paul Eggert <eggert@twinsun.com> |
b2ea1caa494d
Remove K&R cruft (alloca.m4 through getdate.m4).
Paul Eggert <eggert@cs.ucla.edu>
parents:
4621
diff
changeset
|
1796 |
b2ea1caa494d
Remove K&R cruft (alloca.m4 through getdate.m4).
Paul Eggert <eggert@cs.ucla.edu>
parents:
4621
diff
changeset
|
1797 Assume C89 or better; remove K&R cruft. |
b2ea1caa494d
Remove K&R cruft (alloca.m4 through getdate.m4).
Paul Eggert <eggert@cs.ucla.edu>
parents:
4621
diff
changeset
|
1798 * alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h. |
b2ea1caa494d
Remove K&R cruft (alloca.m4 through getdate.m4).
Paul Eggert <eggert@cs.ucla.edu>
parents:
4621
diff
changeset
|
1799 * backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h, |
b2ea1caa494d
Remove K&R cruft (alloca.m4 through getdate.m4).
Paul Eggert <eggert@cs.ucla.edu>
parents:
4621
diff
changeset
|
1800 string.h, getenv, malloc. |
b2ea1caa494d
Remove K&R cruft (alloca.m4 through getdate.m4).
Paul Eggert <eggert@cs.ucla.edu>
parents:
4621
diff
changeset
|
1801 * dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard |
b2ea1caa494d
Remove K&R cruft (alloca.m4 through getdate.m4).
Paul Eggert <eggert@cs.ucla.edu>
parents:
4621
diff
changeset
|
1802 headers. |
b2ea1caa494d
Remove K&R cruft (alloca.m4 through getdate.m4).
Paul Eggert <eggert@cs.ucla.edu>
parents:
4621
diff
changeset
|
1803 * canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h. |
b2ea1caa494d
Remove K&R cruft (alloca.m4 through getdate.m4).
Paul Eggert <eggert@cs.ucla.edu>
parents:
4621
diff
changeset
|
1804 * error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and |
b2ea1caa494d
Remove K&R cruft (alloca.m4 through getdate.m4).
Paul Eggert <eggert@cs.ucla.edu>
parents:
4621
diff
changeset
|
1805 do not check for strerror. |
b2ea1caa494d
Remove K&R cruft (alloca.m4 through getdate.m4).
Paul Eggert <eggert@cs.ucla.edu>
parents:
4621
diff
changeset
|
1806 * exclude.m4: Do not check for stdlib.h, string.h, strings.h. |
b2ea1caa494d
Remove K&R cruft (alloca.m4 through getdate.m4).
Paul Eggert <eggert@cs.ucla.edu>
parents:
4621
diff
changeset
|
1807 * exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h. |
b2ea1caa494d
Remove K&R cruft (alloca.m4 through getdate.m4).
Paul Eggert <eggert@cs.ucla.edu>
parents:
4621
diff
changeset
|
1808 * fatal.m4 (gl_FATAL): Do not require STDC headers, and |
b2ea1caa494d
Remove K&R cruft (alloca.m4 through getdate.m4).
Paul Eggert <eggert@cs.ucla.edu>
parents:
4621
diff
changeset
|
1809 do not check for doprnt or vprintf. |
b2ea1caa494d
Remove K&R cruft (alloca.m4 through getdate.m4).
Paul Eggert <eggert@cs.ucla.edu>
parents:
4621
diff
changeset
|
1810 * fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove. All uses removed. |
b2ea1caa494d
Remove K&R cruft (alloca.m4 through getdate.m4).
Paul Eggert <eggert@cs.ucla.edu>
parents:
4621
diff
changeset
|
1811 * getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h. |
4670 | 1812 |
4621
3d28ad4e18e2
Add time_r module. Change timegm, mktime, and strftime to use localtime_r
Paul Eggert <eggert@cs.ucla.edu>
parents:
4616
diff
changeset
|
1813 2003-09-06 Paul Eggert <eggert@twinsun.com> |
3d28ad4e18e2
Add time_r module. Change timegm, mktime, and strftime to use localtime_r
Paul Eggert <eggert@cs.ucla.edu>
parents:
4616
diff
changeset
|
1814 |
4670 | 1815 * time_r.m4: New file. |
4621
3d28ad4e18e2
Add time_r module. Change timegm, mktime, and strftime to use localtime_r
Paul Eggert <eggert@cs.ucla.edu>
parents:
4616
diff
changeset
|
1816 * mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h. |
3d28ad4e18e2
Add time_r module. Change timegm, mktime, and strftime to use localtime_r
Paul Eggert <eggert@cs.ucla.edu>
parents:
4616
diff
changeset
|
1817 * timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime is. |
3d28ad4e18e2
Add time_r module. Change timegm, mktime, and strftime to use localtime_r
Paul Eggert <eggert@cs.ucla.edu>
parents:
4616
diff
changeset
|
1818 Check for timegm declaration. |
3d28ad4e18e2
Add time_r module. Change timegm, mktime, and strftime to use localtime_r
Paul Eggert <eggert@cs.ucla.edu>
parents:
4616
diff
changeset
|
1819 (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME. |
3d28ad4e18e2
Add time_r module. Change timegm, mktime, and strftime to use localtime_r
Paul Eggert <eggert@cs.ucla.edu>
parents:
4616
diff
changeset
|
1820 Do not check for gmtime_r. |
3d28ad4e18e2
Add time_r module. Change timegm, mktime, and strftime to use localtime_r
Paul Eggert <eggert@cs.ucla.edu>
parents:
4616
diff
changeset
|
1821 Replace mktime if __mktime_internal does not exist and if mktime |
3d28ad4e18e2
Add time_r module. Change timegm, mktime, and strftime to use localtime_r
Paul Eggert <eggert@cs.ucla.edu>
parents:
4616
diff
changeset
|
1822 hasn't been replaced already. |
3d28ad4e18e2
Add time_r module. Change timegm, mktime, and strftime to use localtime_r
Paul Eggert <eggert@cs.ucla.edu>
parents:
4616
diff
changeset
|
1823 |
4616 | 1824 2003-08-31 Simon Josefsson <jas@extundo.com> |
1825 | |
1826 * timegm.m4: New file. | |
1827 | |
4612
3e3decc75fcd
Avoid havoc with AIX 3.2.5 xlc.
Bruno Haible <bruno@clisp.org>
parents:
4610
diff
changeset
|
1828 2003-08-26 Bruno Haible <bruno@clisp.org> |
3e3decc75fcd
Avoid havoc with AIX 3.2.5 xlc.
Bruno Haible <bruno@clisp.org>
parents:
4610
diff
changeset
|
1829 |
3e3decc75fcd
Avoid havoc with AIX 3.2.5 xlc.
Bruno Haible <bruno@clisp.org>
parents:
4610
diff
changeset
|
1830 * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here. |
3e3decc75fcd
Avoid havoc with AIX 3.2.5 xlc.
Bruno Haible <bruno@clisp.org>
parents:
4610
diff
changeset
|
1831 This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch' |
3e3decc75fcd
Avoid havoc with AIX 3.2.5 xlc.
Bruno Haible <bruno@clisp.org>
parents:
4610
diff
changeset
|
1832 followed by '#define fnmatch fnmatch_posix' gives an error. |
3e3decc75fcd
Avoid havoc with AIX 3.2.5 xlc.
Bruno Haible <bruno@clisp.org>
parents:
4610
diff
changeset
|
1833 |
4610 | 1834 2003-08-27 Jim Meyering <jim@meyering.net> |
1835 | |
1836 * mkstemp.m4: Require that the system mkstemp be able to create | |
1837 70 temporary files, not just 30. Tru64 V4.0F's mkstemp function | |
1838 would fail after 32. Reported by Danny Levinson. Details here: | |
1839 http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html | |
1840 | |
4602 | 1841 2003-08-20 Karl Berry <karl@gnu.org> |
1842 | |
1843 * lib-ld.m4: serial 1003 from gettext, no changes besides serial. | |
1844 | |
4600 | 1845 2003-08-19 Jim Meyering <jim@meyering.net> |
1846 | |
1847 * lib-ld.m4: Revert yesterday's change, per Bruno's request here: | |
1848 http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html | |
1849 | |
4598 | 1850 2003-08-19 Bruno Haible <bruno@clisp.org> |
1851 | |
1852 * xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any more. | |
1853 | |
4600 | 1854 2003-08-18 Jim Meyering <jim@meyering.net> |
1855 | |
1856 * getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB). | |
1857 * lib-ld.m4: Likewise. | |
1858 | |
4594 | 1859 2003-08-17 Simon Josefsson <jas@extundo.com> |
1860 | |
1861 * argp.m4: New file. | |
1862 | |
4587
db90c263cc55
Add an include file to module 'strndup'.
Bruno Haible <bruno@clisp.org>
parents:
4581
diff
changeset
|
1863 2003-08-17 Simon Josefsson <jas@extundo.com> |
db90c263cc55
Add an include file to module 'strndup'.
Bruno Haible <bruno@clisp.org>
parents:
4581
diff
changeset
|
1864 |
db90c263cc55
Add an include file to module 'strndup'.
Bruno Haible <bruno@clisp.org>
parents:
4581
diff
changeset
|
1865 * xstrndup.m4: New file. |
db90c263cc55
Add an include file to module 'strndup'.
Bruno Haible <bruno@clisp.org>
parents:
4581
diff
changeset
|
1866 |
4581
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1867 2003-08-16 Jim Meyering <jim@meyering.net> |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1868 |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1869 * utimes.m4 (gl_FUNC_UTIMES): New file. |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1870 * utimes.m4: Removed. |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1871 * utimes-null.m4: Renamed from utimes.m4. |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1872 |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1873 * c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1874 to 1MB, so as not to render systems with no stack size limit (e.g., |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1875 linux-2.2.x) unusable. Suggestion and code from Bruno Haible. |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1876 Include <unistd.h>. On some systems, |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1877 it is required for the definition of _SC_PAGESIZE. |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1878 |
4574
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1879 2003-08-16 Paul Eggert <eggert@twinsun.com> |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1880 |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1881 Merges from coreutils, etc. |
4581
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1882 * rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1883 error in gl_FUNC_MATCH. This fixes a bug I introduced on 2003-05-28. |
4574
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1884 * readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE, |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1885 fixing a typo. |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1886 * host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD. |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1887 * hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL. |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1888 |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1889 2003-08-16 Jim Meyering <jim@meyering.net> |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1890 and Paul Eggert <eggert@cs.ucla.edu> |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1891 |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1892 Merges from coreutils, etc. |
4581
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1893 |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1894 * jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1895 using the latest version from cvs. This avoids problems with #line |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1896 directives using a vendor (Sun) compiler. |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1897 (jm_MACROS): Bump prerequisite from 2.52g to 2.57. |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1898 Don't set GETGROUPS_LIB here; now it's |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1899 done via getgroups.m4's wrapper function. |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1900 AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here, |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1901 rather than just in sh-util/configure.in, so that the |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1902 now-shared-by-fileutils-and-textutils lib/Makefile.am are all the |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1903 same. |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1904 Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1905 AC_FUNC_GETLOADAVG where to find getloadavg.c. |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1906 Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME, |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1907 UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR, |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1908 gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME. |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1909 Remove code that is now done by the newly-required macros. |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1910 Append $(EXEEXT) to DF_PROG. |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1911 AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown. |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1912 Do not invoke or require the following here, |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1913 since prereq.m4 or some gnulib .m4 now does this for us: |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1914 gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME, |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1915 jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC, |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1916 jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP, |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1917 jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV, |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1918 jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX, |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1919 AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF, |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1920 vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE, |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1921 AC_FUNC_OBSTACK. |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1922 Do not replace the following functions, as this is now the job |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1923 of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname, |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1924 getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1925 strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp, |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1926 atexit getpass, strdup, getpagesize. |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1927 Replace 'raise'. |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1928 Do not check for the following functions, as this is now the job |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1929 of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime, |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1930 getcwd, getmntinfo, resolvepath. But check for sysctl, setreuid, |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1931 setregid. |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1932 (jm_CHECK_ALL_HEADERS): Do not check for fenv.h. |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1933 Check for sys/sysctl.h. |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1934 (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE, |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1935 jm_CHECK_TYPE_STRUCT_TIMESPEC. Invoke gt_TYPE_SSIZE_T instead |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1936 of checking for ssize_t ourselves. |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1937 |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1938 * prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them. |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1939 Require every macro that gnulib/modules/* suggests for us. |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1940 (jm_PREREQ_ADDEXT): New macro. |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1941 (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4. |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1942 Require jm_AC_TYPE_LONG_LONG instead of invoking it. |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1943 |
4574
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1944 * physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro. |
4581
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1945 (gl_PHYSMEM): Use it. |
4574
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1946 Also check for `table' function. |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1947 Check for new headers and functions. |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1948 Add check for sys/sysmp.h. |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1949 With suggestions from Kaveh Ghazi. |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1950 Ignore headers that are present but cannot be compiled. This |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1951 avoids spurious warnings on Solaris 9 sparc with Forte Developer 7 |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1952 C 5.4. |
4581
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
1953 |
4574
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1954 2003-08-16 Jim Meyering <jim@meyering.net> |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1955 |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1956 Merges from coreutils. |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1957 * readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_) |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1958 prefix. Adjust cache variables similarly. Create 500 rather than |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1959 just 300 files, to exercise bug on Darwin6.5, too. |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1960 * perl.m4 (jm_PERL): Use $am_missing_run, not undefined $missing_dir. |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1961 * jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not AM_SYS_POSIX_TERMIOS. |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1962 Reported by mkc@mathdogs.com. |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1963 Also change use of $am_cv_sys_posix_termios |
4809
cde3aec825b9
Don't include getndelim2.o twice into LIBOBJS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4802
diff
changeset
|
1964 to $ac_cv_sys_posix_termios. Reported by Andreas Schwab. |
4574
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1965 * getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1966 and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB. |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1967 * fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point in |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1968 /proc/mounts until it finds one with matching device number. This is |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1969 unnecessary when the FILE argument *is* a mount point. No stat call |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1970 is necessary in that case. So, disable the statvfs-testing code on |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1971 systems with GNU libc. Reported by Andrei Gaponenko via Tim Waugh |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1972 as RedHat bug# 84846. |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1973 * c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1974 to 1MB, so as not to render systems with no stack size limit (e.g., |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1975 linux-2.2.x) unusable. Suggestion and code from Bruno Haible. |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1976 Include <unistd.h>. On some systems, |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1977 it is required for the definition of _SC_PAGESIZE. |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1978 |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1979 2003-08-15 Jim Meyering <jim@meyering.net> |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1980 and Paul Eggert <eggert@cs.ucla.edu> |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1981 |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1982 Merges from coreutils, etc. |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1983 * strftime.m4 (_jm_STRFTIME_PREREQS): |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1984 Require gl_FUNC_TZSET_CLOBBER. |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1985 * readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit, ut_exit.e_exit, |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1986 ut_exit.ut_termination, and ut_exit.e_termination members. |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1987 |
4549 | 1988 2003-08-14 Paul Eggert <eggert@twinsun.com> |
1989 | |
4574
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1990 Help the merge from coreutils. |
4549 | 1991 * gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro. |
1992 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it. | |
1993 * tzset.m4: Use it too. | |
1994 | |
1995 2003-08-14 Jim Meyering <jim@meyering.net> | |
1996 | |
4574
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
1997 Merge from coreutils. |
4549 | 1998 * tzset.m4: New file. |
1999 * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the MOUNTED_VMOUNT | |
2000 test to precede the MOUNTED_GETMNTENT1 tests, since otherwise, AIX 5.1 | |
2001 systems would end up using the latter. MOUNTED_GETMNTENT1 support | |
2002 is inadequate on such systems: 1) detecting whether a file system | |
2003 is remote doesn't work 2) the MOUNTED_VMOUNT code reports the | |
2004 HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1 code reports | |
2005 merely /MOUNT_POINT. Reported by Mike Jetzer. | |
2006 | |
4536
3358eb550c86
Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents:
4533
diff
changeset
|
2007 2003-08-13 Paul Eggert <eggert@twinsun.com> |
3358eb550c86
Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents:
4533
diff
changeset
|
2008 |
4537
940fdf291f5b
Ignore trailing white space and empty lines
Paul Eggert <eggert@cs.ucla.edu>
parents:
4536
diff
changeset
|
2009 * exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC. |
940fdf291f5b
Ignore trailing white space and empty lines
Paul Eggert <eggert@cs.ucla.edu>
parents:
4536
diff
changeset
|
2010 Check for isascii. |
940fdf291f5b
Ignore trailing white space and empty lines
Paul Eggert <eggert@cs.ucla.edu>
parents:
4536
diff
changeset
|
2011 |
4536
3358eb550c86
Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents:
4533
diff
changeset
|
2012 * gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4, |
3358eb550c86
Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents:
4533
diff
changeset
|
2013 lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4: |
3358eb550c86
Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents:
4533
diff
changeset
|
2014 Undo previous (whitespace-only) change. |
3358eb550c86
Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents:
4533
diff
changeset
|
2015 |
4528
ae85e65ee361
Get m4 files from the gettext distribution.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4523
diff
changeset
|
2016 2003-08-12 Paul Eggert <eggert@twinsun.com> |
ae85e65ee361
Get m4 files from the gettext distribution.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4523
diff
changeset
|
2017 |
4533
dde0ece94ba0
Normalize leading white space and remove trailing white space.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4531
diff
changeset
|
2018 * gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4, |
dde0ece94ba0
Normalize leading white space and remove trailing white space.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4531
diff
changeset
|
2019 lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4: |
dde0ece94ba0
Normalize leading white space and remove trailing white space.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4531
diff
changeset
|
2020 Normalize leading white space and remove trailing white space. |
dde0ece94ba0
Normalize leading white space and remove trailing white space.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4531
diff
changeset
|
2021 |
4531
67c56a27d86c
Merge euidaccess etc. from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4528
diff
changeset
|
2022 Merge from coreutils |
67c56a27d86c
Merge euidaccess etc. from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4528
diff
changeset
|
2023 * euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl. |
67c56a27d86c
Merge euidaccess etc. from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4528
diff
changeset
|
2024 |
4528
ae85e65ee361
Get m4 files from the gettext distribution.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4523
diff
changeset
|
2025 * lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext |
ae85e65ee361
Get m4 files from the gettext distribution.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4523
diff
changeset
|
2026 0.12.1. These files are now being upgraded automatically by |
ae85e65ee361
Get m4 files from the gettext distribution.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4523
diff
changeset
|
2027 ../config/srclist-update. |
ae85e65ee361
Get m4 files from the gettext distribution.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4523
diff
changeset
|
2028 |
4523
6cc4874a100b
Work around the lack of wcslen() on Solaris 2.5.1.
Bruno Haible <bruno@clisp.org>
parents:
4520
diff
changeset
|
2029 2003-08-11 Bruno Haible <bruno@clisp.org> |
6cc4874a100b
Work around the lack of wcslen() on Solaris 2.5.1.
Bruno Haible <bruno@clisp.org>
parents:
4520
diff
changeset
|
2030 |
6cc4874a100b
Work around the lack of wcslen() on Solaris 2.5.1.
Bruno Haible <bruno@clisp.org>
parents:
4520
diff
changeset
|
2031 * vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen. |
6cc4874a100b
Work around the lack of wcslen() on Solaris 2.5.1.
Bruno Haible <bruno@clisp.org>
parents:
4520
diff
changeset
|
2032 |
4520
75f865328a1a
regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371".
Paul Eggert <eggert@cs.ucla.edu>
parents:
4515
diff
changeset
|
2033 2003-08-09 Paul Eggert <eggert@twinsun.com> |
75f865328a1a
regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371".
Paul Eggert <eggert@cs.ucla.edu>
parents:
4515
diff
changeset
|
2034 |
75f865328a1a
regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371".
Paul Eggert <eggert@cs.ucla.edu>
parents:
4515
diff
changeset
|
2035 * regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371"; |
75f865328a1a
regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371".
Paul Eggert <eggert@cs.ucla.edu>
parents:
4515
diff
changeset
|
2036 apparently Emacs's Unicode mode got confused before my 2003-08-05 |
75f865328a1a
regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371".
Paul Eggert <eggert@cs.ucla.edu>
parents:
4515
diff
changeset
|
2037 checkin. |
75f865328a1a
regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371".
Paul Eggert <eggert@cs.ucla.edu>
parents:
4515
diff
changeset
|
2038 |
4515
ae4b157d42ad
New module 'extensions', used by timespec and unlocked-io
Paul Eggert <eggert@cs.ucla.edu>
parents:
4513
diff
changeset
|
2039 2003-08-08 Paul Eggert <eggert@twinsun.com> |
ae4b157d42ad
New module 'extensions', used by timespec and unlocked-io
Paul Eggert <eggert@cs.ucla.edu>
parents:
4513
diff
changeset
|
2040 |
ae4b157d42ad
New module 'extensions', used by timespec and unlocked-io
Paul Eggert <eggert@cs.ucla.edu>
parents:
4513
diff
changeset
|
2041 * extensions.m4: New file. |
ae4b157d42ad
New module 'extensions', used by timespec and unlocked-io
Paul Eggert <eggert@cs.ucla.edu>
parents:
4513
diff
changeset
|
2042 * timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): |
ae4b157d42ad
New module 'extensions', used by timespec and unlocked-io
Paul Eggert <eggert@cs.ucla.edu>
parents:
4513
diff
changeset
|
2043 Require gl_USE_SYSTEM_EXTENSIONS. |
ae4b157d42ad
New module 'extensions', used by timespec and unlocked-io
Paul Eggert <eggert@cs.ucla.edu>
parents:
4513
diff
changeset
|
2044 * unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): |
ae4b157d42ad
New module 'extensions', used by timespec and unlocked-io
Paul Eggert <eggert@cs.ucla.edu>
parents:
4513
diff
changeset
|
2045 Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE. |
ae4b157d42ad
New module 'extensions', used by timespec and unlocked-io
Paul Eggert <eggert@cs.ucla.edu>
parents:
4513
diff
changeset
|
2046 |
4513 | 2047 2003-08-07 Paul Eggert <eggert@twinsun.com> |
2048 | |
2049 * restrict.m4: New file. | |
2050 * regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT. | |
2051 | |
4512
c761847c9afa
Make the module 'getndelim2' compatible with the module 'getline'.
Bruno Haible <bruno@clisp.org>
parents:
4510
diff
changeset
|
2052 2003-08-07 Bruno Haible <bruno@clisp.org> |
c761847c9afa
Make the module 'getndelim2' compatible with the module 'getline'.
Bruno Haible <bruno@clisp.org>
parents:
4510
diff
changeset
|
2053 |
c761847c9afa
Make the module 'getndelim2' compatible with the module 'getline'.
Bruno Haible <bruno@clisp.org>
parents:
4510
diff
changeset
|
2054 * getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This makes |
c761847c9afa
Make the module 'getndelim2' compatible with the module 'getline'.
Bruno Haible <bruno@clisp.org>
parents:
4510
diff
changeset
|
2055 the module 'getndelim2' compatible with the module 'getline'. |
c761847c9afa
Make the module 'getndelim2' compatible with the module 'getline'.
Bruno Haible <bruno@clisp.org>
parents:
4510
diff
changeset
|
2056 |
4510
fcbd4b9dad53
regex.m4: Replace a single non-ASCII byte with "\201".
Paul Eggert <eggert@cs.ucla.edu>
parents:
4490
diff
changeset
|
2057 2003-08-05 Paul Eggert <eggert@twinsun.com> |
fcbd4b9dad53
regex.m4: Replace a single non-ASCII byte with "\201".
Paul Eggert <eggert@cs.ucla.edu>
parents:
4490
diff
changeset
|
2058 |
fcbd4b9dad53
regex.m4: Replace a single non-ASCII byte with "\201".
Paul Eggert <eggert@cs.ucla.edu>
parents:
4490
diff
changeset
|
2059 * regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII |
fcbd4b9dad53
regex.m4: Replace a single non-ASCII byte with "\201".
Paul Eggert <eggert@cs.ucla.edu>
parents:
4490
diff
changeset
|
2060 byte with "\201" to avoid glitches when editing that source file |
fcbd4b9dad53
regex.m4: Replace a single non-ASCII byte with "\201".
Paul Eggert <eggert@cs.ucla.edu>
parents:
4490
diff
changeset
|
2061 with multi-gnome-terminal. |
fcbd4b9dad53
regex.m4: Replace a single non-ASCII byte with "\201".
Paul Eggert <eggert@cs.ucla.edu>
parents:
4490
diff
changeset
|
2062 |
4490 | 2063 2003-07-31 Bruno Haible <bruno@clisp.org> |
2064 | |
2065 * getpass.m4 (gl_FUNC_GETPASS_GNU): New macro. | |
2066 | |
4463 | 2067 2003-07-18 Bruno Haible <bruno@clisp.org> |
2068 | |
2069 * getndelim2.m4: New file. | |
2070 * getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and | |
2071 invoke gl_PREREQ_GETNDELIM2. | |
2072 (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by | |
2073 gl_PREREQ_GETNDELIM2. | |
2074 * getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by | |
2075 gl_GETNDELIM2. | |
2076 | |
4461 | 2077 2003-07-17 Bruno Haible <bruno@clisp.org> |
2078 | |
2079 * Makefile.am.in: Remove file. | |
2080 * Makefile.am: Remove file. | |
2081 * Makefile.in: Remove file. | |
2082 | |
4460 | 2083 2003-07-17 Bruno Haible <bruno@clisp.org> |
2084 | |
2085 * getnline.m4: New file. | |
2086 | |
4436 | 2087 2003-07-14 Simon Josefsson <jas@extundo.com> |
2088 | |
2089 * mempcpy.m4: New file. | |
2090 | |
4427 | 2091 2003-07-10 Jim Meyering <jim@meyering.net> |
2092 | |
2093 * clock_time.m4: Remove trailing blank. | |
2094 * intmax_t.m4: Likewise. | |
2095 | |
4413
232d849d4565
* lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
Paul Eggert <eggert@cs.ucla.edu>
parents:
4412
diff
changeset
|
2096 2003-07-01 Paul Eggert <eggert@twinsun.com> |
232d849d4565
* lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
Paul Eggert <eggert@cs.ucla.edu>
parents:
4412
diff
changeset
|
2097 |
232d849d4565
* lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
Paul Eggert <eggert@cs.ucla.edu>
parents:
4412
diff
changeset
|
2098 * xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since |
232d849d4565
* lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
Paul Eggert <eggert@cs.ucla.edu>
parents:
4412
diff
changeset
|
2099 xreadlink.c now includes it unconditionally. |
232d849d4565
* lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
Paul Eggert <eggert@cs.ucla.edu>
parents:
4412
diff
changeset
|
2100 |
4412 | 2101 2003-07-01 Bruno Haible <bruno@clisp.org> |
2102 | |
2103 * ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>. <sys/types.h> | |
2104 should be sufficient. | |
2105 Reported by Paul Eggert. | |
2106 | |
4405 | 2107 2003-06-25 Bruno Haible <bruno@clisp.org> |
2108 | |
2109 * readlink.m4: New file. | |
2110 | |
4404
d53571cbde51
Test for ssize_t. Needed for portability to mingw32.
Bruno Haible <bruno@clisp.org>
parents:
4392
diff
changeset
|
2111 2003-06-22 Bruno Haible <bruno@clisp.org> |
d53571cbde51
Test for ssize_t. Needed for portability to mingw32.
Bruno Haible <bruno@clisp.org>
parents:
4392
diff
changeset
|
2112 |
d53571cbde51
Test for ssize_t. Needed for portability to mingw32.
Bruno Haible <bruno@clisp.org>
parents:
4392
diff
changeset
|
2113 Portability to mingw32. |
d53571cbde51
Test for ssize_t. Needed for portability to mingw32.
Bruno Haible <bruno@clisp.org>
parents:
4392
diff
changeset
|
2114 * ssize_t.m4: New file, from GNU gettext. |
d53571cbde51
Test for ssize_t. Needed for portability to mingw32.
Bruno Haible <bruno@clisp.org>
parents:
4392
diff
changeset
|
2115 * safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T. |
d53571cbde51
Test for ssize_t. Needed for portability to mingw32.
Bruno Haible <bruno@clisp.org>
parents:
4392
diff
changeset
|
2116 * xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T. |
d53571cbde51
Test for ssize_t. Needed for portability to mingw32.
Bruno Haible <bruno@clisp.org>
parents:
4392
diff
changeset
|
2117 |
4392 | 2118 2003-06-11 Bruno Haible <bruno@clisp.org> |
2119 | |
2120 * sysexits.m4: New file. | |
2121 | |
4387 | 2122 2003-06-10 Simon Josefsson <jas@extundo.com> |
2123 | |
2124 * strchrnul.m4: New file. | |
2125 | |
4384
4bf5f9b5190a
Make .h file creation more reliable.
Bruno Haible <bruno@clisp.org>
parents:
4351
diff
changeset
|
2126 2003-06-07 Bruno Haible <bruno@clisp.org> |
4bf5f9b5190a
Make .h file creation more reliable.
Bruno Haible <bruno@clisp.org>
parents:
4351
diff
changeset
|
2127 |
4bf5f9b5190a
Make .h file creation more reliable.
Bruno Haible <bruno@clisp.org>
parents:
4351
diff
changeset
|
2128 * fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX, |
4bf5f9b5190a
Make .h file creation more reliable.
Bruno Haible <bruno@clisp.org>
parents:
4351
diff
changeset
|
2129 gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking |
4bf5f9b5190a
Make .h file creation more reliable.
Bruno Haible <bruno@clisp.org>
parents:
4351
diff
changeset
|
2130 AC_CONFIG_LINKS. Needed to allow for a different name of the lib |
4bf5f9b5190a
Make .h file creation more reliable.
Bruno Haible <bruno@clisp.org>
parents:
4351
diff
changeset
|
2131 directory. |
4bf5f9b5190a
Make .h file creation more reliable.
Bruno Haible <bruno@clisp.org>
parents:
4351
diff
changeset
|
2132 * poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking |
4bf5f9b5190a
Make .h file creation more reliable.
Bruno Haible <bruno@clisp.org>
parents:
4351
diff
changeset
|
2133 AC_CONFIG_LINKS. Needed to allow for a different name of the lib |
4bf5f9b5190a
Make .h file creation more reliable.
Bruno Haible <bruno@clisp.org>
parents:
4351
diff
changeset
|
2134 directory. |
4bf5f9b5190a
Make .h file creation more reliable.
Bruno Haible <bruno@clisp.org>
parents:
4351
diff
changeset
|
2135 |
4347
df44e79ce676
.h files should stand alone, but we shouldn't include <sys/types.h>
Paul Eggert <eggert@cs.ucla.edu>
parents:
4335
diff
changeset
|
2136 2003-06-04 Paul Eggert <eggert@twinsun.com> |
df44e79ce676
.h files should stand alone, but we shouldn't include <sys/types.h>
Paul Eggert <eggert@cs.ucla.edu>
parents:
4335
diff
changeset
|
2137 |
4351
d0d257fdad20
Merge human.c changes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4348
diff
changeset
|
2138 * human.m4 (gl_HUMAN): Require AM_STDBOOL_H. Check for |
d0d257fdad20
Merge human.c changes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4348
diff
changeset
|
2139 locale.h, localeconv. This merges changes from coreutils. |
d0d257fdad20
Merge human.c changes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4348
diff
changeset
|
2140 |
4348
fc8667232bcc
Ensure we use gnulib mktime rather than glibc's mktime, on hosts
Paul Eggert <eggert@cs.ucla.edu>
parents:
4347
diff
changeset
|
2141 * mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS. |
fc8667232bcc
Ensure we use gnulib mktime rather than glibc's mktime, on hosts
Paul Eggert <eggert@cs.ucla.edu>
parents:
4347
diff
changeset
|
2142 It can be removed after the next Autoconf is released. |
4347
df44e79ce676
.h files should stand alone, but we shouldn't include <sys/types.h>
Paul Eggert <eggert@cs.ucla.edu>
parents:
4335
diff
changeset
|
2143 * exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner |
df44e79ce676
.h files should stand alone, but we shouldn't include <sys/types.h>
Paul Eggert <eggert@cs.ucla.edu>
parents:
4335
diff
changeset
|
2144 needed. |
df44e79ce676
.h files should stand alone, but we shouldn't include <sys/types.h>
Paul Eggert <eggert@cs.ucla.edu>
parents:
4335
diff
changeset
|
2145 |
4335 | 2146 2003-05-30 Bruno Haible <bruno@clisp.org> |
2147 | |
2148 * gettext.m4: Upgrade to gettext-0.12.1. | |
2149 * nls.m4: New file, from gettext-0.12.1. | |
2150 * po.m4: New file, from gettext-0.12.1. | |
2151 * progtest.m4: Upgrade to gettext-0.12.1. | |
2152 | |
4333 | 2153 2003-05-28 Paul Eggert <eggert@twinsun.com> |
2154 | |
2155 Assume the headers required for C89 freestanding compilers. | |
2156 * backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h. | |
2157 * fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise. | |
2158 * human.m4 (gl_HUMAN): Likewise. | |
2159 * pathmax.m4 (gl_PATHMAX): Likewise. | |
2160 * rpmatch.m4 (gl_FUNC_RPMATCH): Likewise. | |
2161 * userspec.m4 (gl_USERSPEC): Likewise. | |
2162 * xreadlink.m4 (gl_XREADLINK): Likewise. | |
4515
ae4b157d42ad
New module 'extensions', used by timespec and unlocked-io
Paul Eggert <eggert@cs.ucla.edu>
parents:
4513
diff
changeset
|
2163 * xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise. |
4333 | 2164 * quote.m4 (gl_QUOTE): Don't check for stddef.h. |
2165 | |
4328 | 2166 2003-05-26 Jim Meyering <jim@meyering.net> |
2167 | |
2168 Merge in a change from coreutils: | |
2169 * dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one | |
2170 that is guaranteed to be `no'. Use `no_such_member' to indicate | |
2171 that condition, rather than `-1' which is slightly misleading. | |
2172 Change the name of the cache variable to have the gl_ prefix. | |
2173 Prompted by a patch from Richard Dawe for DJGPP. | |
2174 | |
4321 | 2175 2003-05-17 Bruno Haible <bruno@clisp.org> |
2176 | |
2177 * dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an invalid | |
2178 expansion for AC_EGREP_CPP. | |
2179 * strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise. | |
2180 * strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise. | |
2181 Suggested by Akim Demaille <akim@epita.fr> in | |
2182 http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html | |
2183 | |
4306
f59d87c2ceb4
* error.m4 (gl_ERROR): Do not put under dynamic conditions some
Paul Eggert <eggert@cs.ucla.edu>
parents:
4303
diff
changeset
|
2184 2003-04-21 Paul Eggert <eggert@twinsun.com> |
f59d87c2ceb4
* error.m4 (gl_ERROR): Do not put under dynamic conditions some
Paul Eggert <eggert@cs.ucla.edu>
parents:
4303
diff
changeset
|
2185 |
f59d87c2ceb4
* error.m4 (gl_ERROR): Do not put under dynamic conditions some
Paul Eggert <eggert@cs.ucla.edu>
parents:
4303
diff
changeset
|
2186 * error.m4 (gl_ERROR): Do not put under dynamic conditions some |
f59d87c2ceb4
* error.m4 (gl_ERROR): Do not put under dynamic conditions some
Paul Eggert <eggert@cs.ucla.edu>
parents:
4303
diff
changeset
|
2187 code which expansion is under static control. Patch imported from |
f59d87c2ceb4
* error.m4 (gl_ERROR): Do not put under dynamic conditions some
Paul Eggert <eggert@cs.ucla.edu>
parents:
4303
diff
changeset
|
2188 Akim Demaille's patch to Bison; see |
f59d87c2ceb4
* error.m4 (gl_ERROR): Do not put under dynamic conditions some
Paul Eggert <eggert@cs.ucla.edu>
parents:
4303
diff
changeset
|
2189 <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>. |
f59d87c2ceb4
* error.m4 (gl_ERROR): Do not put under dynamic conditions some
Paul Eggert <eggert@cs.ucla.edu>
parents:
4303
diff
changeset
|
2190 |
4303
c842eddb3b4f
Use AC_FUNC_VPRINTF instead of bogus test for function 'doprnt' that no system
Bruno Haible <bruno@clisp.org>
parents:
4294
diff
changeset
|
2191 2003-04-14 Bruno Haible <bruno@clisp.org> |
c842eddb3b4f
Use AC_FUNC_VPRINTF instead of bogus test for function 'doprnt' that no system
Bruno Haible <bruno@clisp.org>
parents:
4294
diff
changeset
|
2192 |
c842eddb3b4f
Use AC_FUNC_VPRINTF instead of bogus test for function 'doprnt' that no system
Bruno Haible <bruno@clisp.org>
parents:
4294
diff
changeset
|
2193 * error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF. |
c842eddb3b4f
Use AC_FUNC_VPRINTF instead of bogus test for function 'doprnt' that no system
Bruno Haible <bruno@clisp.org>
parents:
4294
diff
changeset
|
2194 |
4294 | 2195 2003-04-10 Bruno Haible <bruno@clisp.org> |
2196 | |
2197 * findprog.m4: New file. | |
2198 * eaccess.m4: New file. | |
2199 | |
4286 | 2200 2003-04-04 Bruno Haible <bruno@clisp.org> |
2201 | |
2202 * linebreak.m4: New file. | |
2203 | |
4275
e272bc901785
New modules: utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
Bruno Haible <bruno@clisp.org>
parents:
4268
diff
changeset
|
2204 2003-04-03 Bruno Haible <bruno@clisp.org> |
e272bc901785
New modules: utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
Bruno Haible <bruno@clisp.org>
parents:
4268
diff
changeset
|
2205 |
e272bc901785
New modules: utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
Bruno Haible <bruno@clisp.org>
parents:
4268
diff
changeset
|
2206 * utf-ucs4.m4: New file. |
e272bc901785
New modules: utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
Bruno Haible <bruno@clisp.org>
parents:
4268
diff
changeset
|
2207 * ucs4-utf.m4: New file. |
e272bc901785
New modules: utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
Bruno Haible <bruno@clisp.org>
parents:
4268
diff
changeset
|
2208 |
4268 | 2209 2003-03-30 Bruno Haible <bruno@clisp.org> |
2210 | |
2211 * copy-file.m4 (gl_COPY_FILE): Add check for chown(). | |
2212 | |
4266 | 2213 2003-03-28 Bruno Haible <bruno@clisp.org> |
2214 | |
2215 * copy-file.m4: New file. | |
2216 | |
4262
4df9cc2741fb
Use new documented autoconf macros.
Bruno Haible <bruno@clisp.org>
parents:
4259
diff
changeset
|
2217 2003-03-18 Bruno Haible <bruno@clisp.org> |
4df9cc2741fb
Use new documented autoconf macros.
Bruno Haible <bruno@clisp.org>
parents:
4259
diff
changeset
|
2218 |
4df9cc2741fb
Use new documented autoconf macros.
Bruno Haible <bruno@clisp.org>
parents:
4259
diff
changeset
|
2219 * onceonly.m4: Use m4_defn instead of defn, for better error checking. |
4df9cc2741fb
Use new documented autoconf macros.
Bruno Haible <bruno@clisp.org>
parents:
4259
diff
changeset
|
2220 * onceonly_2_57.m4: Likewise. |
4df9cc2741fb
Use new documented autoconf macros.
Bruno Haible <bruno@clisp.org>
parents:
4259
diff
changeset
|
2221 |
4259
5281b6fad974
Require autoconf 2.54 or newer.
Bruno Haible <bruno@clisp.org>
parents:
4258
diff
changeset
|
2222 2003-03-17 Bruno Haible <bruno@clisp.org> |
5281b6fad974
Require autoconf 2.54 or newer.
Bruno Haible <bruno@clisp.org>
parents:
4258
diff
changeset
|
2223 |
5281b6fad974
Require autoconf 2.54 or newer.
Bruno Haible <bruno@clisp.org>
parents:
4258
diff
changeset
|
2224 * onceonly.m4: Require autoconf 2.54 or newer. |
5281b6fad974
Require autoconf 2.54 or newer.
Bruno Haible <bruno@clisp.org>
parents:
4258
diff
changeset
|
2225 (m4_quote): Remove macro. |
4262
4df9cc2741fb
Use new documented autoconf macros.
Bruno Haible <bruno@clisp.org>
parents:
4259
diff
changeset
|
2226 * onceonly_2_57.m4: Require autoconf 2.54 or newer. |
4259
5281b6fad974
Require autoconf 2.54 or newer.
Bruno Haible <bruno@clisp.org>
parents:
4258
diff
changeset
|
2227 |
4257 | 2228 2003-03-14 Bruno Haible <bruno@clisp.org> |
2229 | |
4258
0b9877dac823
Use defn([...]) for quoting.
Bruno Haible <bruno@clisp.org>
parents:
4257
diff
changeset
|
2230 * onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, |
0b9877dac823
Use defn([...]) for quoting.
Bruno Haible <bruno@clisp.org>
parents:
4257
diff
changeset
|
2231 AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly. |
4257 | 2232 |
4255
fe0f8778e46d
Merge changes from Bison.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4242
diff
changeset
|
2233 2003-03-13 Paul Eggert <eggert@twinsun.com> |
fe0f8778e46d
Merge changes from Bison.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4242
diff
changeset
|
2234 |
fe0f8778e46d
Merge changes from Bison.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4242
diff
changeset
|
2235 * onceonly.m4 (m4_quote): New macro. |
fe0f8778e46d
Merge changes from Bison.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4242
diff
changeset
|
2236 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE): |
fe0f8778e46d
Merge changes from Bison.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4242
diff
changeset
|
2237 Quote AC_FOREACH variable-expansions properly. |
fe0f8778e46d
Merge changes from Bison.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4242
diff
changeset
|
2238 |
4257 | 2239 2003-02-19 Paolo Bonzini <bonzini@gnu.org> |
4242
eec6ba9ed532
New module poll, from Paolo Bonzini <bonzini@gnu.org>.
Bruno Haible <bruno@clisp.org>
parents:
4239
diff
changeset
|
2240 |
eec6ba9ed532
New module poll, from Paolo Bonzini <bonzini@gnu.org>.
Bruno Haible <bruno@clisp.org>
parents:
4239
diff
changeset
|
2241 * poll.m4: New file. |
eec6ba9ed532
New module poll, from Paolo Bonzini <bonzini@gnu.org>.
Bruno Haible <bruno@clisp.org>
parents:
4239
diff
changeset
|
2242 |
4257 | 2243 2003-02-18 Paolo Bonzini <bonzini@gnu.org> |
4239
b33b8603715c
Transcendental functions for 'long double', from Paolo Bonzini.
Bruno Haible <bruno@clisp.org>
parents:
4237
diff
changeset
|
2244 |
b33b8603715c
Transcendental functions for 'long double', from Paolo Bonzini.
Bruno Haible <bruno@clisp.org>
parents:
4237
diff
changeset
|
2245 * mathl.m4: New file. |
b33b8603715c
Transcendental functions for 'long double', from Paolo Bonzini.
Bruno Haible <bruno@clisp.org>
parents:
4237
diff
changeset
|
2246 |
4237
723deab1223e
mkdtemp() function: create a private temporary directory.
Bruno Haible <bruno@clisp.org>
parents:
4232
diff
changeset
|
2247 2003-02-17 Bruno Haible <bruno@clisp.org> |
723deab1223e
mkdtemp() function: create a private temporary directory.
Bruno Haible <bruno@clisp.org>
parents:
4232
diff
changeset
|
2248 |
723deab1223e
mkdtemp() function: create a private temporary directory.
Bruno Haible <bruno@clisp.org>
parents:
4232
diff
changeset
|
2249 * mkdtemp.m4: New file, from GNU gettext with modifications. |
723deab1223e
mkdtemp() function: create a private temporary directory.
Bruno Haible <bruno@clisp.org>
parents:
4232
diff
changeset
|
2250 |
4232 | 2251 2003-02-02 Jim Meyering <jim@meyering.net> |
2252 | |
2253 * regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in | |
2254 e.g. glibc-2.2.93. | |
2255 | |
4229
c7ddde35beec
Make this module usable in shared libraries.
Bruno Haible <bruno@clisp.org>
parents:
4224
diff
changeset
|
2256 2003-01-31 Bruno Haible <bruno@clisp.org> |
c7ddde35beec
Make this module usable in shared libraries.
Bruno Haible <bruno@clisp.org>
parents:
4224
diff
changeset
|
2257 |
c7ddde35beec
Make this module usable in shared libraries.
Bruno Haible <bruno@clisp.org>
parents:
4224
diff
changeset
|
2258 * rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to |
c7ddde35beec
Make this module usable in shared libraries.
Bruno Haible <bruno@clisp.org>
parents:
4224
diff
changeset
|
2259 'rpl_rename'. |
c7ddde35beec
Make this module usable in shared libraries.
Bruno Haible <bruno@clisp.org>
parents:
4224
diff
changeset
|
2260 * strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to |
c7ddde35beec
Make this module usable in shared libraries.
Bruno Haible <bruno@clisp.org>
parents:
4224
diff
changeset
|
2261 'rpl_strnlen'. |
c7ddde35beec
Make this module usable in shared libraries.
Bruno Haible <bruno@clisp.org>
parents:
4224
diff
changeset
|
2262 * strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to |
c7ddde35beec
Make this module usable in shared libraries.
Bruno Haible <bruno@clisp.org>
parents:
4224
diff
changeset
|
2263 'rpl_strtod'. |
c7ddde35beec
Make this module usable in shared libraries.
Bruno Haible <bruno@clisp.org>
parents:
4224
diff
changeset
|
2264 * utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to |
c7ddde35beec
Make this module usable in shared libraries.
Bruno Haible <bruno@clisp.org>
parents:
4224
diff
changeset
|
2265 'rpl_utime'. |
c7ddde35beec
Make this module usable in shared libraries.
Bruno Haible <bruno@clisp.org>
parents:
4224
diff
changeset
|
2266 |
4224
83eabea25586
New modules vasnprintf and vasprintf.
Bruno Haible <bruno@clisp.org>
parents:
4221
diff
changeset
|
2267 2003-01-30 Bruno Haible <bruno@clisp.org> |
83eabea25586
New modules vasnprintf and vasprintf.
Bruno Haible <bruno@clisp.org>
parents:
4221
diff
changeset
|
2268 |
83eabea25586
New modules vasnprintf and vasprintf.
Bruno Haible <bruno@clisp.org>
parents:
4221
diff
changeset
|
2269 * signed.m4: New file, from GNU gettext. |
83eabea25586
New modules vasnprintf and vasprintf.
Bruno Haible <bruno@clisp.org>
parents:
4221
diff
changeset
|
2270 * longdouble.m4: New file, from GNU gettext. |
83eabea25586
New modules vasnprintf and vasprintf.
Bruno Haible <bruno@clisp.org>
parents:
4221
diff
changeset
|
2271 * wchar_t.m4: New file, from GNU gettext. |
83eabea25586
New modules vasnprintf and vasprintf.
Bruno Haible <bruno@clisp.org>
parents:
4221
diff
changeset
|
2272 * wint_t.m4: New file, from GNU gettext. |
83eabea25586
New modules vasnprintf and vasprintf.
Bruno Haible <bruno@clisp.org>
parents:
4221
diff
changeset
|
2273 * vasnprintf.m4: New file. |
83eabea25586
New modules vasnprintf and vasprintf.
Bruno Haible <bruno@clisp.org>
parents:
4221
diff
changeset
|
2274 * vasprintf.m4: New file. |
83eabea25586
New modules vasnprintf and vasprintf.
Bruno Haible <bruno@clisp.org>
parents:
4221
diff
changeset
|
2275 |
4221 | 2276 2003-01-29 Bruno Haible <bruno@clisp.org> |
2277 | |
2278 * stpncpy.m4: New file. | |
2279 | |
4206 | 2280 2003-01-23 Jim Meyering <jim@meyering.net> |
2281 | |
4209 | 2282 * dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this |
2283 from working on systems without dirfd (at least Irix and OSF1/Tru64). | |
4206 | 2284 |
4190 | 2285 2003-01-16 Jim Meyering <jim@meyering.net> |
2286 | |
2287 * regex.m4: The `regex' struct is both input and output. | |
2288 Initialize it before each use. Patch by Tim Waugh. | |
2289 | |
4186 | 2290 2003-01-11 Bruno Haible <bruno@clisp.org> |
2291 | |
2292 * longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix. | |
2293 * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL | |
2294 suffix. | |
2295 | |
4185 | 2296 2003-01-11 Bruno Haible <bruno@clisp.org> |
2297 | |
2298 * md5.m4 (gl_MD5): Require AC_C_INLINE. | |
2299 | |
4184
bd50be83d452
Work around a bug of AC_EGREP_CPP in autoconf-2.57.
Bruno Haible <bruno@clisp.org>
parents:
4170
diff
changeset
|
2300 2003-01-11 Bruno Haible <bruno@clisp.org> |
bd50be83d452
Work around a bug of AC_EGREP_CPP in autoconf-2.57.
Bruno Haible <bruno@clisp.org>
parents:
4170
diff
changeset
|
2301 |
bd50be83d452
Work around a bug of AC_EGREP_CPP in autoconf-2.57.
Bruno Haible <bruno@clisp.org>
parents:
4170
diff
changeset
|
2302 * alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites. |
bd50be83d452
Work around a bug of AC_EGREP_CPP in autoconf-2.57.
Bruno Haible <bruno@clisp.org>
parents:
4170
diff
changeset
|
2303 |
4170
733dc39fdf11
Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4156
diff
changeset
|
2304 2003-01-12 Paul Eggert <eggert@twinsun.com> |
733dc39fdf11
Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4156
diff
changeset
|
2305 |
733dc39fdf11
Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4156
diff
changeset
|
2306 Finish renaming getstr -> getdelim2 and readline -> readlinebuffer, |
733dc39fdf11
Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4156
diff
changeset
|
2307 to avoid collisions with libcurses and libreadline. |
733dc39fdf11
Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4156
diff
changeset
|
2308 |
733dc39fdf11
Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4156
diff
changeset
|
2309 * getstr.m4: Remove. |
733dc39fdf11
Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4156
diff
changeset
|
2310 * getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC. |
733dc39fdf11
Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4156
diff
changeset
|
2311 |
4156
99ea86c79f44
Make it possibly to simply write: #include <alloca.h>.
Bruno Haible <bruno@clisp.org>
parents:
4151
diff
changeset
|
2312 2003-01-10 Bruno Haible <bruno@clisp.org> |
99ea86c79f44
Make it possibly to simply write: #include <alloca.h>.
Bruno Haible <bruno@clisp.org>
parents:
4151
diff
changeset
|
2313 |
99ea86c79f44
Make it possibly to simply write: #include <alloca.h>.
Bruno Haible <bruno@clisp.org>
parents:
4151
diff
changeset
|
2314 * alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H. |
99ea86c79f44
Make it possibly to simply write: #include <alloca.h>.
Bruno Haible <bruno@clisp.org>
parents:
4151
diff
changeset
|
2315 |
4151
3a0c83552f0e
Make it possible to #include <stdbool.h> without any #ifdefs.
Bruno Haible <bruno@clisp.org>
parents:
4122
diff
changeset
|
2316 2003-01-09 Bruno Haible <bruno@clisp.org> |
3a0c83552f0e
Make it possible to #include <stdbool.h> without any #ifdefs.
Bruno Haible <bruno@clisp.org>
parents:
4122
diff
changeset
|
2317 |
3a0c83552f0e
Make it possible to #include <stdbool.h> without any #ifdefs.
Bruno Haible <bruno@clisp.org>
parents:
4122
diff
changeset
|
2318 * stdbool.m4 (AM_STDBOOL_H): New macro. |
3a0c83552f0e
Make it possible to #include <stdbool.h> without any #ifdefs.
Bruno Haible <bruno@clisp.org>
parents:
4122
diff
changeset
|
2319 |
4122
c5274a13aee2
* memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4108
diff
changeset
|
2320 2002-12-31 Paul Eggert <eggert@twinsun.com> |
c5274a13aee2
* memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4108
diff
changeset
|
2321 |
c5274a13aee2
* memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4108
diff
changeset
|
2322 * memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP. |
c5274a13aee2
* memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4108
diff
changeset
|
2323 |
4108
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2324 2002-12-24 Bruno Haible <bruno@clisp.org> |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2325 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2326 General infrasructure. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2327 * README: Rewritten. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2328 * onceonly.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2329 * onceonly_2_57.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2330 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2331 Module atexit. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2332 * atexit.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2333 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2334 Module strtod. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2335 * strtod.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2336 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2337 Module strtol. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2338 * strtol.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2339 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2340 Module strtoul. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2341 * strtoul.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2342 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2343 Module memchr. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2344 * memchr.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2345 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2346 Module memcmp. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2347 * memcmp.m4 (gl_PREREQ_MEMCMP): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2348 (jm_FUNC_MEMCMP): Invoke it. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2349 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2350 Module memcpy. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2351 * memcpy.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2352 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2353 Module memmove. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2354 * memmove.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2355 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2356 Module memset. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2357 * memset.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2358 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2359 Module strcspn. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2360 * strcspn.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2361 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2362 Module strpbrk. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2363 * strpbrk.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2364 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2365 Module strstr. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2366 * strstr.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2367 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2368 Module strerror. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2369 * strerror.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2370 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2371 Module mktime. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2372 * mktime.m4: Renamed from jm-mktime.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2373 (gl_PREREQ_MKTIME): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2374 (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2375 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2376 Module malloc. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2377 * malloc.m4 (gl_PREREQ_MALLOC): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2378 (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2379 Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2380 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2381 Module realloc. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2382 * realloc.m4 (gl_PREREQ_REALLOC): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2383 (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2384 Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2385 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2386 Module strftime. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2387 * tm_gmtoff.m4: New file, extracted from strftime.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2388 * strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2389 Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2390 gl_TM_GMTOFF. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2391 (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2392 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2393 Module xalloc. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2394 * xalloc.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2395 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2396 Module alloca. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2397 * alloca.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2398 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2399 Module putenv. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2400 * putenv.m4 (gl_PREREQ_PUTENV): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2401 (jm_FUNC_PUTENV): Invoke it. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2402 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2403 Module setenv. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2404 * setenv.m4 (gt_FUNC_SETENV): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2405 (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2406 when invoked twice. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2407 (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2408 gt_FUNC_SETENV. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2409 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2410 Module memrchr. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2411 * memrchr.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2412 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2413 Module stpcpy. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2414 * stpcpy.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2415 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2416 Module strcase. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2417 * strcase.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2418 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2419 Module strdup. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2420 * strdup.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2421 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2422 Module strnlen. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2423 * strnlen.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2424 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2425 Module strndup. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2426 * strndup.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2427 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2428 Module xstrtod. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2429 * xstrtod.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2430 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2431 Module xstrtol. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2432 * xstrtol.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2433 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2434 Module getdate. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2435 * getdate.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2436 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2437 Module unlocked-io. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2438 * unlocked-io.m4: Renamed from jm-glibc-io.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2439 (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2440 * jm-glibc-io.m4n: Remove file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2441 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2442 Module long-options. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2443 * long-options.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2444 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2445 Module md5. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2446 * md5.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2447 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2448 Module sha. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2449 * sha.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2450 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2451 Module getstr. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2452 * getstr.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2453 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2454 Module getline. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2455 * getline.m4 (gl_PREREQ_GETLINE): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2456 (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2457 <sys/types.h>, for size_t. Use the function name gnu_getline, not |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2458 simply getline. Infoke gl_PREREQ_GETLINE. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2459 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2460 Module obstack. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2461 * obstack.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2462 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2463 Module hash. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2464 * hash.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2465 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2466 Module readtokens. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2467 * readtokens.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2468 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2469 Module strverscmp. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2470 * strverscmp.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2471 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2472 Module stdbool. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2473 * stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for OSF/1. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2474 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2475 Module strtoll. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2476 * strtoll.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2477 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2478 Module strtoull. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2479 * strtoull.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2480 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2481 Module strtoimax. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2482 * strtoimax.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2483 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2484 Module strtoumax. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2485 * strtoumax.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2486 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2487 Module xstrtoimax. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2488 * xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from jm_AC_PREREQ_XSTRTOIMAX. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2489 Moved the strtol prerequisites to strtol.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2490 Moved the strtoll prerequisites to strtoll.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2491 Moved the strtoimax prerequisites to strtoimax.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2492 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2493 Module xstrtoumax. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2494 * xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from jm_AC_PREREQ_XSTRTOUMAX. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2495 Moved the strtoul prerequisites to strtoul.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2496 Moved the strtoull prerequisites to strtoull.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2497 Moved the strtoumax prerequisites to strtoumax.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2498 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2499 Module chown. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2500 * chown.m4 (gl_PREREQ_CHOWN): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2501 (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2502 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2503 Module dup2. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2504 * dup2.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2505 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2506 Module ftruncate. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2507 * ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2508 (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2509 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2510 Module getgroups. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2511 * getgroups.m4 (gl_PREREQ_GETGROUPS): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2512 (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2513 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2514 Module gettimeofday. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2515 * gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2516 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2517 gl_PREREQ_GETTIMEOFDAY. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2518 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2519 Module mkdir. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2520 * mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2521 (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2522 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2523 Module mkstemp. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2524 * mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2525 (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2526 jm_AC_TYPE_UINTMAX_T. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2527 (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2528 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2529 Module stat. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2530 * stat.m4 (gl_PREREQ_STAT): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2531 (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2532 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2533 Module lstat. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2534 * lstat.m4 (gl_PREREQ_LSTAT): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2535 (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2536 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2537 Module timespec. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2538 * timespec.m4 (gl_TIMESPEC): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2539 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2540 * st_mtim.m4: Indentation. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2541 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2542 Module nanosleep. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2543 * nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2544 (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2545 gl_PREREQ_NANOSLEEP. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2546 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2547 Module regex. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2548 * regex.m4 (jm_PREREQ_REGEX): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2549 (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2550 (gl_REGEX): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2551 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2552 Module rename. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2553 * rename.m4 (gl_PREREQ_RENAME): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2554 (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2555 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2556 Module rmdir. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2557 * rmdir.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2558 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2559 Module utime. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2560 * utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2561 * utime.m4 (gl_PREREQ_UTIME): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2562 (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2563 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2564 Module dirname. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2565 * dirname.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2566 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2567 Module getopt. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2568 * getopt.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2569 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2570 Module unistd-safer. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2571 * unistd-safer.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2572 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2573 Module fnmatch. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2574 * fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit() |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2575 declaration. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2576 (gl_PREREQ_FNMATCH_EXTRA): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2577 (gl_FUNC_FNMATCH_POSIX): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2578 (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2579 gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2580 simply fnmatch. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2581 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2582 Module exclude. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2583 * exclude.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2584 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2585 Module human. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2586 * human.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2587 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2588 Module acl. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2589 * acl.m4: Nop. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2590 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2591 Module backupfile. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2592 * backupfile.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2593 * d-ino.m4: Indentation. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2594 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2595 Module fsusage. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2596 * fsusage.m4 (gl_FSUSAGE): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2597 (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2598 (gl_PREREQ_FSUSAGE_EXTRA): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2599 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2600 Module dirfd. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2601 * dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP requirements. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2602 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2603 Module euidaccess. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2604 * euidaccess.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2605 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2606 Module file-type. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2607 * file-type.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2608 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2609 Module fileblocks. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2610 * fileblocks.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2611 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2612 Module filemode. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2613 * filemode.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2614 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2615 Module isdir. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2616 * isdir.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2617 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2618 Module lchown. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2619 * lchown.m4 (gl_PREREQ_LCHOWN): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2620 (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2621 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2622 Module makepath. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2623 * makepath.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2624 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2625 Module modechange. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2626 * modechange.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2627 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2628 Module mountlist. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2629 * mountlist.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2630 * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2631 Indentation. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2632 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2633 Module path-concat. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2634 * path-concat.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2635 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2636 Module pathmax. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2637 * pathmax.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2638 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2639 Module same. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2640 * same.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2641 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2642 Module save-cwd. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2643 * save-cwd.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2644 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2645 Module savedir. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2646 * savedir.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2647 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2648 Module xgetcwd. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2649 * xgetcwd.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2650 * getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2651 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2652 Module xreadlink. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2653 * xreadlink.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2654 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2655 Module safe-read. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2656 * safe-read.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2657 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2658 Module safe-write. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2659 * safe-write.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2660 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2661 Module closeout. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2662 * closeout.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2663 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2664 Module stdio-safer. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2665 * stdio-safer.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2666 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2667 Module getpass. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2668 * getpass.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2669 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2670 Module getugroups. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2671 * getugroups.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2672 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2673 Module group-member. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2674 * group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2675 (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2676 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2677 Module idcache. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2678 * idcache.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2679 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2680 Module userspec. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2681 * userspec.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2682 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2683 Module gettime. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2684 * clock_time.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2685 * gettime.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2686 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2687 Module settime. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2688 * settime.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2689 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2690 Module posixtm. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2691 * posixtm.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2692 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2693 Module gethostname. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2694 * gethostname.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2695 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2696 Module canon-host. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2697 * canon-host.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2698 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2699 Module gettext. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2700 * codeset.m4: New file, from gettext-0.11.5. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2701 * gettext.m4: New file, from gettext-0.11.5. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2702 * glibc21.m4: New file, from gettext-0.11.5. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2703 * iconv.m4: New file, from gettext-0.11.5. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2704 * intdiv0.m4: New file, from gettext-0.11.5. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2705 * inttypes-pri.m4: New file, from gettext-0.11.5. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2706 * inttypes.m4: New file, from gettext-0.11.5. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2707 * inttypes_h.m4: New file, from gettext-0.11.5 with modifications. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2708 * isc-posix.m4: New file, from gettext-0.11.5. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2709 * lcmessage.m4: New file, from gettext-0.11.5. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2710 * lib-ld.m4: New file, from gettext-0.11.5. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2711 * lib-link.m4: New file, from gettext-0.11.5. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2712 * lib-prefix.m4: New file, from gettext-0.11.5. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2713 * progtest.m4: New file, from gettext-0.11.5. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2714 * stdint_h.m4: New file, from gettext-0.11.5 with modifications. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2715 * uintmax_t.m4: New file, from gettext-0.11.5 with modifications. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2716 * ulonglong.m4: New file, from gettext-0.11.5 with modifications. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2717 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2718 Module localcharset. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2719 * localcharset.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2720 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2721 Module hard-locale. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2722 * hard-locale.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2723 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2724 Module mbswidth. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2725 * mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2726 onceonly macros. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2727 * mbrtowc.m4: Add comment. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2728 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2729 Module memcasecmp. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2730 * memcasecmp.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2731 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2732 Module memcoll. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2733 * memcoll.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2734 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2735 Module unicodeio. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2736 * unicodeio.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2737 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2738 Module rpmatch. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2739 * rpmatch.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2740 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2741 Module yesno. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2742 * yesno.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2743 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2744 Module exitfail. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2745 * exitfail.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2746 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2747 Module c-stack. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2748 * c-stack.m4 (gl_C_STACK): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2749 (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2750 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2751 Module error. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2752 * error.m4 (gl_ERROR): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2753 (jm_PREREQ_ERROR): Use onceonly macros. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2754 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2755 Module fatal. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2756 * fatal.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2757 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2758 Module getloadavg. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2759 * getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2760 (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2761 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2762 Module getpagesize. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2763 * getpagesize.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2764 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2765 Module getusershell. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2766 * getusershell.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2767 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2768 Module physmem. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2769 * physmem.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2770 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2771 Module posixver. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2772 * posixver.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2773 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2774 Module quotearg. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2775 * quotearg.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2776 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2777 Module quote. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2778 * quote.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2779 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2780 Module readutmp. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2781 * readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2782 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2783 Module sig2str. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2784 * sig2str.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2785 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2786 Other. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2787 * longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2788 ulonglong.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2789 * intmax_t.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2790 * d-type.m4: Indentation. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2791 * jm-macros.m4: Update. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2792 * prereq.m4 (jm_PREREQ): Update. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2793 (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2794 (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2795 (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2796 (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2797 (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2798 (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2799 (jm_PREREQ_HASH): Remove, obsoleted by hash.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2800 (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2801 (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2802 (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2803 (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2804 (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2805 (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2806 (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2807 (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2808 (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2809 (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2810 (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2811 * readdir.m4 (jm_FUNC_READDIR): Use onceonly macros. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
2812 |
4090 | 2813 2002-12-18 Bruno Haible <bruno@clisp.org> |
2814 | |
2815 * strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r. | |
2816 * jm-mktime.m4 (jm_FUNC_MKTIME): Likewise. | |
2817 | |
4085
fbbe1d39bfa3
Update for change made on 2001-08-03 in mbswidth.c.
Bruno Haible <bruno@clisp.org>
parents:
4079
diff
changeset
|
2818 2002-12-17 Bruno Haible <bruno@clisp.org> |
fbbe1d39bfa3
Update for change made on 2001-08-03 in mbswidth.c.
Bruno Haible <bruno@clisp.org>
parents:
4079
diff
changeset
|
2819 |
fbbe1d39bfa3
Update for change made on 2001-08-03 in mbswidth.c.
Bruno Haible <bruno@clisp.org>
parents:
4079
diff
changeset
|
2820 * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h, |
fbbe1d39bfa3
Update for change made on 2001-08-03 in mbswidth.c.
Bruno Haible <bruno@clisp.org>
parents:
4079
diff
changeset
|
2821 stdlib.h, string.h. |
fbbe1d39bfa3
Update for change made on 2001-08-03 in mbswidth.c.
Bruno Haible <bruno@clisp.org>
parents:
4079
diff
changeset
|
2822 |
4079
59e0c3ba95bb
Prerequisites of lib/setenv.c and lib/unsetenv.c.
Bruno Haible <bruno@clisp.org>
parents:
4075
diff
changeset
|
2823 2002-12-11 Bruno Haible <bruno@clisp.org> |
59e0c3ba95bb
Prerequisites of lib/setenv.c and lib/unsetenv.c.
Bruno Haible <bruno@clisp.org>
parents:
4075
diff
changeset
|
2824 |
59e0c3ba95bb
Prerequisites of lib/setenv.c and lib/unsetenv.c.
Bruno Haible <bruno@clisp.org>
parents:
4075
diff
changeset
|
2825 * setenv.m4: New file, from gettext-0.11.5. |
59e0c3ba95bb
Prerequisites of lib/setenv.c and lib/unsetenv.c.
Bruno Haible <bruno@clisp.org>
parents:
4075
diff
changeset
|
2826 |
4074
9ee83167b137
Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
Paul Eggert <eggert@cs.ucla.edu>
parents:
3924
diff
changeset
|
2827 2002-12-06 Paul Eggert <eggert@twinsun.com> |
9ee83167b137
Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
Paul Eggert <eggert@cs.ucla.edu>
parents:
3924
diff
changeset
|
2828 |
9ee83167b137
Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
Paul Eggert <eggert@cs.ucla.edu>
parents:
3924
diff
changeset
|
2829 Undo the 2001-07-02 change for jm-glibc-io, as it was too much of |
9ee83167b137
Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
Paul Eggert <eggert@cs.ucla.edu>
parents:
3924
diff
changeset
|
2830 a pain in practice to deal with generated m4 files. This change |
9ee83167b137
Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
Paul Eggert <eggert@cs.ucla.edu>
parents:
3924
diff
changeset
|
2831 goes together with the 2002-12-04 unlocked-io.h change in ../lib. |
9ee83167b137
Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
Paul Eggert <eggert@cs.ucla.edu>
parents:
3924
diff
changeset
|
2832 |
9ee83167b137
Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
Paul Eggert <eggert@cs.ucla.edu>
parents:
3924
diff
changeset
|
2833 * Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n |
9ee83167b137
Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
Paul Eggert <eggert@cs.ucla.edu>
parents:
3924
diff
changeset
|
2834 and jm-glibc-io.m4, as they are no longer a special case. |
4075
420495d74bf1
Add more comments to latest changelog change.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4074
diff
changeset
|
2835 * jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the |
420495d74bf1
Add more comments to latest changelog change.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4074
diff
changeset
|
2836 kludge and the auto-generation stuff. Check only whether the |
420495d74bf1
Add more comments to latest changelog change.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4074
diff
changeset
|
2837 functions are declared, not whether they exist, since older hosts |
420495d74bf1
Add more comments to latest changelog change.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4074
diff
changeset
|
2838 that don't declare the functions can't use the optimization anyway. |
4074
9ee83167b137
Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
Paul Eggert <eggert@cs.ucla.edu>
parents:
3924
diff
changeset
|
2839 |
3924 | 2840 2002-07-06 Jim Meyering <meyering@lucent.com> |
2841 | |
2842 * README: Don't mention Makefile.am.in. | |
2843 Outline how I've tested changes to .m4 files. Yep, it's a pain. | |
2844 | |
3919 | 2845 2002-06-11 Paul Eggert <eggert@twinsun.com> |
2846 | |
2847 * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc. | |
2848 | |
3892 | 2849 2002-06-22 Jim Meyering <meyering@lucent.com> |
2850 | |
3907 | 2851 * c-stack.m4: New file, from diffutils-2.8.2. |
2852 * prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK. | |
2853 | |
3897 | 2854 * jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE, |
2855 now that configure.ac uses AC_GNU_SOURCE. | |
2856 (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU. | |
2857 * prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH. | |
2858 | |
3892 | 2859 Update to latest tools. Suggestions from Paul Eggert. |
2860 * stdbool.m4: New file, from diffutils-2.8.2. | |
2861 * gnu-source.m4: Update from diffutils-2.8.2. | |
3898 | 2862 * fnmatch.m4: Likewise. |
3892 | 2863 * prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h) |
2864 to AC_HEADER_STDBOOL | |
2865 | |
3880 | 2866 2002-06-21 Jim Meyering <meyering@lucent.com> |
2867 | |
3887 | 2868 * c-bs-a.m4: Add comment, from diffutils-2.8.2. |
2869 * mbrtowc.m4: Likewise. | |
2870 | |
2871 * mbstate_t.m4: Update from diffutils-2.8.2. | |
2872 * mbswidth.m4: Reflect name change: | |
2873 s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T. | |
2874 * prereq.m4 (jm_PREREQ_QUOTEARG): Likewise. | |
2875 | |
2876 * lib-link.m4: Update from gettext-0.11.2. | |
2877 * gettext.m4: Likewise. | |
2878 | |
3880 | 2879 * jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h. |
2880 From Alfred M. Szmidt. | |
2881 | |
3876 | 2882 2002-05-19 Paul Eggert <eggert@twinsun.com> |
2883 | |
2884 * jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author. | |
2885 | |
3864 | 2886 2002-06-07 Jim Meyering <meyering@lucent.com> |
2887 | |
2888 * prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h. | |
2889 They're needed at least for NetBSD 1.5.2. | |
2890 ($statxfs_includes): Include those same headers. | |
2891 ($statxfs_includes): Include sys/vfs.h if available. | |
2892 ($statxfs_includes): Likewise for sys/statvfs.h. | |
2893 Check for the following members in both structs statfs and statvfs: | |
2894 f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen. | |
2895 | |
3861 | 2896 2002-06-01 Jim Meyering <meyering@lucent.com> |
2897 | |
2898 * d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro: | |
2899 s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/. | |
2900 | |
3858 | 2901 2002-05-28 Jim Meyering <meyering@lucent.com> |
2902 | |
2903 * readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'. | |
2904 Reported by Volker Borchert. | |
2905 | |
3853 | 2906 2002-05-27 Jim Meyering <meyering@lucent.com> |
2907 | |
3855 | 2908 * gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace |
2909 localtime. | |
2910 | |
3853 | 2911 * readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to |
2912 use the replacement function; it wouldn't resolve at link time. | |
2913 Reported by Volker Borchert. | |
2914 | |
3840 | 2915 2002-04-30 Jim Meyering <meyering@lucent.com> |
2916 | |
2917 * prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT. | |
2918 | |
3836 | 2919 2002-04-29 Paul Eggert <eggert@twinsun.com> |
2920 | |
2921 * prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h. | |
2922 Do not check for alloca.h (no longer used) or stdbool.h (was never | |
2923 used?). Add AM_C_PROTOTYPES since hard-locale.h uses it. | |
2924 | |
3834 | 2925 2002-04-28 Paul Eggert <eggert@twinsun.com> |
2926 | |
3840 | 2927 * prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed. |
3834 | 2928 |
3829 | 2929 2002-04-29 Jim Meyering <meyering@lucent.com> |
2930 | |
2931 * jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN. | |
2932 * prereq.m4: Add jm_PREREQ_STRNLEN. | |
2933 Use AC_FUNC_STRNLEN here instead. | |
2934 | |
2935 * jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]). | |
2936 With autoconf-2.53a, it's part of AC_PROG_CC. | |
2937 | |
3823 | 2938 2002-04-28 Paul Eggert <eggert@twinsun.com> |
2939 | |
2940 * jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str). | |
2941 * prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR. | |
2942 | |
3812 | 2943 2002-04-24 Jim Meyering <meyering@lucent.com> |
2944 | |
2945 * prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro. | |
2946 (jm_PREREQ): Use it. | |
2947 | |
2948 * getloadavg.m4: Check for these headers: locale.h unistd.h | |
2949 mach/mach.h fcntl.h. | |
2950 Check for this function: setlocale. | |
2951 | |
3808 | 2952 2002-04-16 Jim Meyering <meyering@lucent.com> |
2953 | |
2954 * prereq.m4 (jm_PREREQ_READUTMP): Also check for these members: | |
2955 ut_pid, ut_id, ut_exit. | |
2956 | |
3798 | 2957 2002-04-12 Jim Meyering <meyering@lucent.com> |
2958 | |
3803 | 2959 * ls-mntd-fs.m4 (checking for getmntinfo function...): Remove now-bogus |
2960 check for f_type in sys/mount.h. Instead, just test for the existence | |
2961 of the getmntinfo function. Needed for Darwin 5.3. | |
2962 | |
3801 | 2963 * dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro. |
2964 This is necessary at least on Darwin 5.3. | |
2965 | |
3798 | 2966 * jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use |
3799 | 2967 AC_FUNC_STRNLEN. Otherwise, we'd end up putting two copies of strnlen.o |
3798 | 2968 in the library, and that makes some versions of ranlib object. |
2969 | |
3795 | 2970 2002-04-09 Jim Meyering <meyering@lucent.com> |
2971 | |
2972 * malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message | |
2973 to be more precise. Rather than saying we're checking whether the | |
2974 function `works', say what we're testing. | |
2975 * realloc.m4 (jm_FUNC_REALLOC): Likewise. | |
2976 Reported by Bruno Haible. | |
2977 | |
3773 | 2978 2002-02-27 Paul Eggert <eggert@twinsun.com> |
2979 | |
2980 * jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used. | |
2981 Check for clock_settime. | |
2982 | |
3759 | 2983 2002-02-25 Paul Eggert <eggert@twinsun.com> |
2984 | |
3773 | 2985 * acl.m4: New file. |
3759 | 2986 * jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL. |
2987 Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now. | |
2988 | |
3748 | 2989 2002-02-16 gettextize <bug-gnu-gettext@gnu.org> |
2990 | |
2991 * codeset.m4: Upgrade to gettext-0.11. | |
2992 * gettext.m4: Upgrade to gettext-0.11. | |
2993 * glibc21.m4: Upgrade to gettext-0.11. | |
2994 * iconv.m4: Upgrade to gettext-0.11. | |
2995 * isc-posix.m4: Upgrade to gettext-0.11. | |
2996 * lcmessage.m4: Upgrade to gettext-0.11. | |
2997 * lib-ld.m4: New file, from gettext-0.11. | |
2998 * lib-link.m4: New file, from gettext-0.11. | |
2999 * lib-prefix.m4: New file, from gettext-0.11. | |
3000 * progtest.m4: Upgrade to gettext-0.11. | |
3001 | |
3735 | 3002 2002-02-15 Paul Eggert <eggert@twinsun.com> |
3003 | |
4515
ae4b157d42ad
New module 'extensions', used by timespec and unlocked-io
Paul Eggert <eggert@cs.ucla.edu>
parents:
4513
diff
changeset
|
3004 * prereq.m4 (jm_PREREQ_POSIXVER): New macro. |
3735 | 3005 (jm_PREREQ): Use it. |
3006 | |
3726 | 3007 2002-01-26 Jim Meyering <meyering@lucent.com> |
3008 | |
3009 * jm-macros.m4 (jm_MACROS): Require autoconf-2.52g. | |
3010 * strnlen.m4: Remove file, now that it's part of autoconf. | |
3011 | |
3716 | 3012 2002-01-22 Paul Eggert <eggert@twinsun.com> |
3013 | |
3014 * jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO. | |
3015 | |
3706 | 3016 2002-01-19 Jim Meyering <meyering@lucent.com> |
3017 | |
3018 * jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN. | |
3019 Remove useless quotes: DF_PROG="df". | |
3020 * strnlen.m4: New file. | |
3021 | |
3681 | 3022 2001-12-14 Jim Meyering <meyering@lucent.com> |
3023 | |
3024 * jm-macros.m4 (jm_MACROS): Check for iswspace. | |
3025 Suggestion from Bruno Haible. | |
3026 | |
3642 | 3027 2001-11-20 Jim Meyering <meyering@lucent.com> |
3028 | |
3029 * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that | |
4474
f1650b772bb6
Correct SunOS and Solaris version number notation to match Sun's usage.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4463
diff
changeset
|
3030 SunOS 4.1.4 and Solaris 2.5.1 lose, too. |
3642 | 3031 |
3631 | 3032 2001-11-19 Jim Meyering <meyering@lucent.com> |
3033 | |
3633 | 3034 * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary |
3035 directory. Use "conftestXXXXXX" as the template. | |
3036 Suggestion from Paul Eggert. | |
3037 | |
3634 | 3038 * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor immediately, |
3633 | 3039 so the test doesn't mistakenly hit the max-open-files limit. |
3631 | 3040 |
3627 | 3041 2001-11-18 Jim Meyering <meyering@lucent.com> |
3042 | |
3043 * prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv. | |
3044 | |
3617 | 3045 2001-11-17 Jim Meyering <meyering@lucent.com> |
3046 | |
3047 * mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro. | |
3048 Prompted by a report from Bob Proulx. | |
3049 | |
3050 * jm-macros.m4 (jm_MACROS): Don't test for mkstemp here. | |
3051 Instead, require UTILS_FUNC_MKSTEMP. | |
3052 | |
3611 | 3053 2001-11-11 Jim Meyering <meyering@lucent.com> |
3054 | |
3055 * jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM. | |
3056 Now, that's done as part of AC_FUNC_STRTOD. | |
3057 | |
3610 | 3058 2001-10-22 Paul Eggert <eggert@twinsun.com> |
3059 | |
3060 * jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define | |
3061 WINSIZE_IN_PTEM if <termios.h> defines struct winsize. | |
3062 | |
3604 | 3063 2001-11-10 Jim Meyering <meyering@lucent.com> |
3064 | |
3065 * prereq.m4 (jm_PREREQ_PHYSMEM): New function. | |
3066 (jm_PREREQ): Use it. | |
3067 | |
3599 | 3068 2001-11-09 Jim Meyering <meyering@lucent.com> |
3069 | |
3601 | 3070 * jm-macros.m4: Require autoconf-2.52f. |
3071 (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD): | |
3072 Use these AC_-prefixed names, not the AM_-prefixed ones. | |
3073 | |
3599 | 3074 * afs.m4 (jm_AFS): Quote the body. Patch by Akim Demaille. |
3075 | |
3595 | 3076 2001-11-04 Jim Meyering <meyering@lucent.com> |
3077 | |
3078 * fpending.m4: Remove unused cruft that saved, set, and restored $DEFS. | |
3079 | |
3587 | 3080 2001-11-03 Jim Meyering <meyering@lucent.com> |
3081 | |
3593 | 3082 * jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg |
3083 of AC_DEFUN. | |
3084 | |
3587 | 3085 * dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to |
3086 know the name of the variable in the macro definition. | |
3087 | |
3568 | 3088 2001-11-01 Jim Meyering <meyering@lucent.com> |
3089 | |
3090 * dirfd.m4 (UTILS_FUNC_DIRFD): New macro. | |
3091 * jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD. | |
3092 | |
3549 | 3093 2001-10-20 Paul Eggert <eggert@twinsun.com> |
3094 | |
3095 * error.m4 (jm_PREREQ_ERROR): | |
3096 Do not invoke AC_CHECK_FUNCS with strerror_r, as | |
3097 AC_FUNC_STRERROR_R does that. | |
3098 Check for strerror declaration. | |
3099 | |
3100 * strerror_r.m4: Add copyright notice, as nontrivial m4 files | |
3101 are supposed to have them these days. | |
3102 (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached. | |
3103 Merge changes from latest Autoconf CVS. | |
3104 Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p, | |
3105 and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since | |
3106 POSIX decided to standardize on the int flavor of strerror_r. | |
3107 | |
3540 | 3108 2001-09-30 Jim Meyering <meyering@lucent.com> |
3109 | |
3110 * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if | |
3111 `struct fsstat' has the `f_fstypename' member. | |
3112 Use that to define FS_TYPE, which is now used to make | |
3113 the getfsstat link test tighter. | |
3114 | |
3530 | 3115 2001-09-29 Jim Meyering <meyering@lucent.com> |
3116 | |
3117 * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS) | |
3118 [one-argument getmntent function]): Include stdio.h before mntent.h. | |
4474
f1650b772bb6
Correct SunOS and Solaris version number notation to match Sun's usage.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4463
diff
changeset
|
3119 SunOS 4.1.x needs it for the declaration of `FILE'. |
3530 | 3120 Patch by Volker Borchert. |
3121 | |
3532 | 3122 * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS) |
3123 Check for these headers: sys/param.h sys/ucred.h sys/mount.h | |
3124 sys/fs_types.h, and make the link-test for getfsstat guard #include | |
3125 directives with appropriate #if HAVE_*_H tests so that we can | |
3126 detect getfsstat on Apple Darwin1.3.7 systems. | |
3127 Reported by Nelson Beebe. | |
3534 | 3128 Fix harmless typo in cache variable name: s/getsstat/getfsstat/. |
3532 | 3129 |
3526 | 3130 2001-09-28 Paul Eggert <eggert@twinsun.com> |
3131 | |
3132 Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which | |
3133 #defines strtoimax. Also treat the other strto* functions | |
3134 like strtoimax. | |
3135 | |
3530 | 3136 * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): |
3526 | 3137 Check for strtoul and strtoumax, |
3138 as those declarations are made even in the signed case. | |
3530 | 3139 * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): |
3526 | 3140 Likewise, for strtol and strtoimax. |
3141 | |
3510 | 3142 2001-09-24 Jim Meyering <meyering@lucent.com> |
3143 | |
3144 * gettext.m4: Use the version from gettext-0.10.40, not CVS. | |
3145 | |
3505 | 3146 2001-09-23 Jim Meyering <meyering@lucent.com> |
3147 | |
3148 * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test | |
3149 instead of the mere test for existence of mntent.h. The latter | |
3150 would get a false-positive on AIX 3.4 systems. | |
3507 | 3151 In the outer getmntent if-block, don't die if neither of the getmntent |
3152 tests succeeds. Instead, just fall through and continue with the | |
3153 remaining tests. | |
3505 | 3154 |
3500 | 3155 2001-09-22 Jim Meyering <meyering@lucent.com> |
3156 | |
3501 | 3157 * gettext.m4: New file. From gettext. |
3500 | 3158 * lcmessage.m4: Sync with gettext -- this changes only comments. |
3159 * progtest.m4: Likewise | |
3160 * isc-posix.m4: Decrement serial number to sync with gettext. | |
3161 * glibc21.m4: Likewise. | |
3162 | |
3163 * libintl.m4: Remove. No longer used. | |
3164 | |
3489 | 3165 2001-09-20 Jim Meyering <meyering@lucent.com> |
3166 | |
3167 * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of | |
3491 | 3168 strtoimax. |
3489 | 3169 * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of |
3170 strtoumax. | |
3171 | |
3485 | 3172 2001-09-17 Jim Meyering <meyering@lucent.com> |
3173 | |
3174 * chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4, | |
3175 * jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4, | |
3176 * nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4, | |
3177 * st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4, | |
3178 * utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED, | |
3179 whenever the right hand side need not be expanded by the shell. | |
3180 | |
3484 | 3181 2001-09-16 Paul Eggert <eggert@twinsun.com> |
3182 | |
3183 * fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C | |
3184 library. It's not correct, as some older glibcs are buggy. | |
3185 fnmatch wasn't fixed until glibc 2.2. | |
3186 | |
3187 Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no | |
3188 special shell magic here. | |
3189 | |
3477 | 3190 2001-09-16 Jim Meyering <meyering@lucent.com> |
3191 | |
3192 * mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro. | |
3193 * jm-macros.m4: Require it. | |
3194 | |
3474 | 3195 2001-09-15 Jim Meyering <meyering@lucent.com> |
3196 | |
3197 * jm-macros.m4: Check for help2man. | |
3198 | |
3469 | 3199 2001-09-11 Jim Meyering <meyering@lucent.com> |
3200 | |
3201 * host-os.m4 (UTILS_HOST_OS): New file/macro. | |
3202 The body, by Paul Eggert, was moved here from configure.in. | |
3471 | 3203 * jm-macros.m4: Require UTILS_HOST_OS. |
3469 | 3204 |
3463 | 3205 2001-09-04 Paul Eggert <eggert@twinsun.com> |
3206 | |
3207 * prereq.m4 (jm_PREREQ_XREADLINK): New macro. | |
3208 (jm_PREREQ): Use it. | |
3209 | |
3456 | 3210 2001-09-03 Paul Eggert <eggert@twinsun.com> |
3211 | |
3212 * prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and | |
3213 sys/param.h, as pathmax.h includes them. | |
3214 | |
3449 | 3215 2001-09-03 Paul Eggert <eggert@twinsun.com> |
3216 | |
3217 * prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD. | |
3218 (jm_PREREQ_XGETCWD): New macro. | |
3219 | |
3220 * getcwd.m4: New file. | |
3221 | |
3445 | 3222 2001-09-01 Jim Meyering <meyering@lucent.com> |
3223 | |
3224 * jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name. | |
3225 Used by df. | |
3226 | |
3430 | 3227 2001-08-30 Paul Eggert <eggert@twinsun.com> |
3228 | |
3229 Simplify code, partly by assuming autoconf 2.52 semantics. | |
3230 | |
3231 * Makefile.am (EXTRA_DIST): Remove uintmax_t.m4. | |
3232 | |
3233 * inttypes.m4 (AC_PREREQ): Bump to 2.52. | |
3234 (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52. | |
3235 All uses removed. | |
3236 (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T): | |
3237 Move AC_REQUIRE to next-to-top level, to avoid confusion. | |
3238 Use 2.52's AC_CHECK_TYPE instead of merely looking for the header. | |
3239 * prereq.m4 (jm_PREREQ_HUMAN): Don't require jm_AC_HEADER_INTTYPES_H. | |
3240 * jm-macros.m4 (jm_MACROS): Likewise. | |
3241 | |
3242 * uintmax_t.m4: Remove, as it duplicates inttypes.m4. | |
3243 | |
3244 * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): | |
3245 Quote first arg of AC_DEFUN. | |
3246 Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG | |
3247 since they are needed to parse the include file even if we need | |
3248 only xstrtoimax. Simplify logic behind the args to AC_REPLACE. | |
3249 * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise, | |
3250 but with opposite signedness. | |
3251 | |
3402 | 3252 2001-08-30 Paul Eggert <eggert@twinsun.com> |
3253 | |
3254 * prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE. | |
3255 (jm_PREREQ_EXCLUDE): New macro. | |
3256 | |
3373 | 3257 2001-08-26 Jim Meyering <meyering@lucent.com> |
3258 | |
3259 * jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX. | |
3260 | |
3261 * xstrtoimax.m4: New file. | |
3262 * xstrtoumax.m4: Add comments explaining why we | |
3263 AC_REPLACE_FUNCS(strtol). | |
3264 | |
3358 | 3265 2001-06-20 Paul Eggert <eggert@twinsun.com> |
3266 | |
3267 * inttypes.m4: Add AC_PREREQ(2.13). | |
3268 (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too. | |
3269 (jm_AC_TYPE_INTMAX_T): New macro. | |
3270 (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4. | |
3271 | |
3272 * longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro. | |
3273 | |
3274 * longlong.m4: Renamed from ulonglong.m4. | |
3275 * inttypes.m4: Renamed from inttypes_h.m4. | |
3276 * uintmax_t.m4: Removed. | |
3277 | |
3340 | 3278 2001-08-12 Jim Meyering <meyering@lucent.com> |
3279 | |
3280 * afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4, | |
3281 d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4, | |
3282 fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4, | |
3283 group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4, | |
3284 jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4, | |
3285 link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4, | |
3286 mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4, | |
3287 prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4, | |
3288 rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, | |
3289 strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4, | |
3290 utime.m4, utimes.m4, xstrtoumax.m4: | |
3291 Quote the first argument in each use of AC_DEFUN. | |
3292 | |
3331 | 3293 2001-08-05 Jim Meyering <meyering@lucent.com> |
3294 | |
3295 * jm-macros.m4: Require autoconf-2.52. | |
3296 | |
3324 | 3297 2001-08-03 Paul Eggert <eggert@twinsun.com> |
3298 | |
3299 The following changes are from gettext 0.10.39 as maintained by | |
3300 Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ. | |
3301 | |
3302 * codeset.m4: Upgrade to serial AM1. | |
3303 (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET; | |
3304 all uses changed. Quote first arg of AC_DEFUN. | |
3305 (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset. | |
3306 | |
3307 * iconv.m4: Upgrade to serial AM2. | |
3308 (AM_ICONV): Renamed from jm_ICONV; all uses changed. | |
3309 Add --with-libconv-prefix. | |
3310 Quote first arg of AC_DEFUN. Add description for ICONV_CONST. | |
3311 (am_cv_func_iconv): Renamed from jm_cv_func_iconv. | |
3312 (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv. | |
3313 (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv. | |
3314 * jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings. | |
3315 | |
3316 * c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN. | |
3317 * getline.m4 (AM_FUNC_GETLINE): Likewise. | |
3318 * glibc21.m4 (jm_GLIBC21): Likewise. | |
3319 * inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise. | |
3320 * isc-posix.m4 (AC_ISC_POSIX): Likewise. | |
3321 * lcmessage.m4 (AM_LC_MESSAGES): Likewise. | |
3322 * progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise. | |
3323 * uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise. | |
3324 * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise. | |
3325 | |
3326 * getline.m4 (AM_FUNC_GETLINE): Don't bother checking for | |
3327 string.h any more. | |
3328 | |
3334 | 3329 * progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no", |
3330 not the default value. | |
3324 | 3331 |
3334 | 3332 2001-06-25 Bruno Haible <haible@clisp.cons.org> |
3333 * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES. | |
3334 Also check for mbsinit. Needed for SCO 3.2v5.0.2. | |
3335 Also include <string.h>; this is where AIX 3.2.5 declares wcwidth. | |
3336 Also check for iswcntrl, used for wcwidth fallback. | |
3337 Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability | |
3338 to Autoconf 2.13. | |
3324 | 3339 |
3310 | 3340 2001-08-03 Jim Meyering <meyering@lucent.com> |
3341 | |
3342 * mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include', | |
3343 as it was in the original. Reported by Paul Eggert. | |
3344 | |
3308 | 3345 2001-07-16 Jim Meyering <meyering@lucent.com> |
3346 | |
3347 * gettimeofday.m4: New file. | |
3348 Prompted by a report from Bernhard Baehr. | |
3349 | |
3295 | 3350 2001-07-15 Jim Meyering <meyering@lucent.com> |
3351 | |
3308 | 3352 * Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h stuff. |
3353 Now it's in ../Makefile.cfg. | |
3354 | |
3295 | 3355 2001-07-04 Jim Meyering <meyering@lucent.com> |
3356 | |
3357 * Makefile.am.in (glibc-io.struct): New target. Rework the code | |
3358 that generates jm-glibc-io.m4 so that it doesn't trigger any make | |
3359 distcheck failure. | |
3360 | |
3284 | 3361 2001-07-02 Jim Meyering <meyering@lucent.com> |
3362 | |
3363 The following changes were prompted by suggestions from Bruno Haible. | |
3364 | |
3365 * jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4 | |
3366 is now generated. | |
3367 * Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted | |
3368 definition of EXTRA_DIST. | |
3369 (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to | |
3370 ensure that the generated file is created/updated whenever the list | |
3371 of $(unlocked_functions) is changed. | |
3372 (jm-glibc-io.m4): New rule. | |
3373 (unlocked-io.h): New rule -- currently unused. | |
3374 | |
3282 | 3375 2001-06-24 Jim Meyering <meyering@lucent.com> |
3376 | |
3377 * regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an | |
3378 unmatched right bracket, rather than kludging it with an extra, | |
3379 falsely-matching quote in a comment. Patch by Akim Demaille. | |
3380 | |
3277 | 3381 2001-05-27 Jim Meyering <meyering@lucent.com> |
3382 | |
3383 * prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx. | |
3384 Check for ut_type in struct utmp. | |
3385 | |
3271 | 3386 2001-05-22 Jim Meyering <meyering@lucent.com> |
3387 | |
3388 * strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime), | |
3389 now that we use the package-supplied version unconditionally. | |
3390 (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason. | |
3391 | |
3269 | 3392 2001-05-21 Jim Meyering <meyering@lucent.com> |
3393 | |
3394 * regex.m4: Change a couple backticks to single quotes to avoid shell | |
3395 syntax errors. | |
3396 | |
3266 | 3397 2001-05-19 Alexandre Duret-Lutz <duret_g@epita.fr> |
3398 | |
3399 * dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__. | |
3400 | |
3259 | 3401 2001-05-11 Paul Eggert <eggert@twinsun.com> |
3402 | |
3358 | 3403 * strftime.m4 (jm_FUNC_GNU_STRFTIME): |
3259 | 3404 Don't bother to check library strftime, since |
3405 we'll be using our own my_strftime function anyway. | |
3406 Define my_strftime instead of strftime. | |
3407 | |
3254 | 3408 2001-05-15 Jim Meyering <meyering@lucent.com> |
3409 | |
3410 * regex.m4: Use proper quoting so brackets appear in the test program. | |
3257 | 3411 Reported by, and with help from, Bruno Haible. |
3254 | 3412 |
3252 | 3413 2001-05-13 Jim Meyering <meyering@lucent.com> |
3414 | |
3415 * jm-macros.m4 (major_t, minor_t): Define to unsigned int if undefined. | |
3416 | |
3235 | 3417 2000-11-26 Paul Eggert <eggert@twinsun.com> |
3418 | |
3419 * jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used. | |
3420 | |
3233 | 3421 2001-04-21 Jim Meyering <meyering@lucent.com> |
3422 | |
3423 * rmdir-errno.m4: Write to a new file, so that a restrictive umask | |
3424 doesn't interfere. | |
3425 | |
3231 | 3426 2001-04-21 Alexandre Duret-Lutz <duret_g@epita.fr> |
3427 | |
3428 * ftruncate.m4: Check for chsize. | |
3429 Link with ftruncate.o unconditionally if ftruncate is missing. | |
3430 This was required when cross-compiling to i586-mingw32msvc. | |
3431 | |
3225 | 3432 2001-03-24 Jim Meyering <meyering@lucent.com> |
3433 | |
3434 * jm-macros.m4: Require autoconf-2.49d. | |
3435 | |
3223 | 3436 2001-03-20 Bruno Haible <haible@clisp.cons.org> |
3437 | |
4809
cde3aec825b9
Don't include getndelim2.o twice into LIBOBJS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4802
diff
changeset
|
3438 * iconv.m4 (jm_ICONV): Recommend GNU libiconv. |
3223 | 3439 |
3219 | 3440 2001-03-17 Jim Meyering <meyering@lucent.com> |
3216 | 3441 |
3218 | 3442 * memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP, |
3443 now that the version in autoconf is equivalent. | |
3444 (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP. | |
3445 | |
3216 | 3446 * error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R. |
3447 Suggestion from Akim Demaille. | |
3448 | |
3449 * prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME. | |
3450 (jm_PREREQ_TEMPNAME): New function. | |
3451 | |
3194 | 3452 2001-02-25 Paul Eggert <eggert@twinsun.com> |
3453 | |
3454 * jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system | |
3455 lacks mkstemp. Compile our own tempname.c if we compile our own | |
3456 mkstemp.c, as mkstemp relies on tempname. | |
3457 | |
3190 | 3458 2001-03-01 Jim Meyering <meyering@lucent.com> |
3459 | |
3460 * dos.m4 (jm_AC_DOS): Remove extra backslashes, now that | |
3461 AH_VERBATIM really does output its argument verbatim. | |
3462 | |
3188 | 3463 2001-02-18 Paul Eggert <eggert@twinsun.com> |
3464 | |
3465 * jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h. | |
3466 | |
3172 | 3467 2001-02-17 Jim Meyering <meyering@lucent.com> |
3468 | |
3179 | 3469 * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for |
3470 getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt | |
3471 further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on | |
3472 UnixWare 7.1.1. | |
3473 | |
3172 | 3474 * mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc., |
3475 rather than AC_CACHE_VAL. | |
3476 | |
3477 2001-02-17 Paul Eggert <eggert@twinsun.com> | |
3478 | |
3173 | 3479 * mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC. |
3480 * mbswidth.m4 (jm_PREREQ_MBSWIDTH): | |
3172 | 3481 Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc). |
3173 | 3482 * prereq.m4 (jm_PREREQ_QUOTEARG): Likewise. |
3172 | 3483 |
3158 | 3484 2001-02-07 Jim Meyering <meyering@lucent.com> |
3485 | |
3486 * regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug. | |
3487 | |
3156 | 3488 2001-02-05 Jim Meyering <meyering@lucent.com> |
3489 | |
3490 * jm-macros.m4: Require autoconf-2.14d (not yet released), because | |
3491 it includes the patch required for `large file' support with at least | |
3492 HP-UX's 10.20 /bin/cc. | |
3493 | |
3153 | 3494 2001-02-03 Jim Meyering <meyering@lucent.com> |
3495 | |
3496 * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of | |
3497 AS_IF, now that it works once again (mysteriously). | |
3498 * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise. | |
3499 | |
3147 | 3500 2001-01-30 Jim Meyering <meyering@lucent.com> |
3501 | |
3502 Don't use filenames that are 8.3-equivalent to "conftest" on DOS. | |
3503 * chown.m4: Rename conftestchown to conftest.chown. | |
3504 * rename.m4: s/conftestdir/conftest.d1/ and s/conftestdir2/conftest.d2/. | |
3505 * utimes.m4: s/conftestdata/conftest.data/ | |
3506 Inspired by Pavel Roskin's change in autoconf. | |
3507 | |
3138 | 3508 2001-01-27 Jim Meyering <meyering@lucent.com> |
3509 | |
3141 | 3510 * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was |
3511 a use of AS_IF. | |
3138 | 3512 * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise. |
3513 | |
3131 | 3514 2001-01-26 Jim Meyering <meyering@lucent.com> |
3515 | |
3516 * prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that | |
3517 quotearg.c includes it. | |
3518 | |
3126 | 3519 2001-01-15 Bruno Haible <haible@clisp.cons.org> |
3520 | |
3521 * iconv.m4 (jm_ICONV): Also check whether the iconv declaration | |
3522 has const. | |
3523 | |
3116 | 3524 2001-01-20 Jim Meyering <meyering@lucent.com> |
3525 | |
3119 | 3526 Be sure that headers are checked before used in code compiled |
3527 for the type checks. | |
3528 * jm-macros.m4 (jm_MACROS): Remove all header checks. | |
3529 In place of that, invoke jm_CHECK_ALL_TYPES. | |
3530 (jm_CHECK_ALL_HEADERS): New functions with the above checks. | |
3531 (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS. | |
3122 | 3532 Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES; |
3121 | 3533 The check for ssize_t was mistakenly run before the test for unistd.h. |
3119 | 3534 |
3116 | 3535 The configure-time check for stdbool.h was missing. |
3536 * prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH. | |
3537 (jm_PREREQ_HASH): New function. | |
3538 | |
3111 | 3539 2001-01-17 Jim Meyering <meyering@lucent.com> |
3540 | |
3541 * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE, | |
3542 for autoconf-2.49c. | |
3543 * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise. | |
3544 | |
3101 | 3545 2001-01-14 Jim Meyering <meyering@lucent.com> |
3546 | |
3547 * rename.m4: Use temporary directories named conftestdir{,2}, not | |
3548 foo and bar. Create conftestdir/ in the script, not in the C code. | |
3549 Remove directories in the script, not in the C code. | |
3106 | 3550 Remove conftestdir{,2} before trying to create the directory. |
3551 Make the entire configure script fail if the mkdir fails. | |
3101 | 3552 |
3553 2001-01-02 Volker Borchert <bt@teknon.de> | |
3554 | |
3555 * rename.m4: New file. | |
3556 * jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME. | |
3557 | |
3093 | 3558 2001-01-01 Alexandre Duret-Lutz <duret_g@epita.fr> |
3559 | |
3560 * libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by | |
3561 expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN, | |
3562 so `make install' also works in VPATH builds. | |
3563 | |
3087 | 3564 2001-01-01 Jim Meyering <meyering@lucent.com> |
3565 | |
3089 | 3566 * prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available), even |
3567 on systems with utmpx.h. It's necessary for the declaration of utmp's | |
3568 ut_user member. Reported by Andreas Jaeger. | |
3569 | |
3087 | 3570 * check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if available. |
3571 They are required for the declarations of getgrgid and getpwuid resp. | |
3572 (_jm_DECL_HEADERS): Check for grp.h and pwd.h. | |
3573 Reported by Andreas Jaeger. | |
3574 | |
3085 | 3575 2000-12-25 Alexandre Duret-Lutz <duret_g@epita.fr> |
3576 | |
3577 * libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR, | |
3578 prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it | |
3579 can be used in subdirectories. | |
3580 | |
3079 | 3581 2000-12-26 Jim Meyering <meyering@lucent.com> |
3582 | |
3583 * dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work better | |
3584 with autoheader. | |
3585 | |
3058 | 3586 2000-12-17 Jim Meyering <meyering@lucent.com> |
3587 | |
3588 * dos.m4 (jm_AC_DOS): New file and macro. | |
3589 * jm-macros.m4 (jm_MACROS): Require jm_AC_DOS. | |
3590 | |
3045 | 3591 2000-12-06 Paul Eggert <eggert@twinsun.com> |
3592 | |
3593 * off_t-format.m4: Remove this file. | |
3594 * jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT. | |
3595 | |
3030 | 3596 2000-12-06 Jim Meyering <meyering@lucent.com> |
3597 | |
3598 * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the replacement | |
3599 strtoull, we may well need the replacement strtoul, too. | |
3034 | 3600 Check for declarations of strtoul and strtoull. |
3036 | 3601 Check for strtol. Mainly as a cue to cause automake to include |
3602 strtol.c -- that file is included by each of strtoul.c and strtoull.c. | |
3603 Check for limits.h -- strtol.c needs it. | |
3030 | 3604 |
3017 | 3605 2000-12-02 Jim Meyering <meyering@lucent.com> |
3606 | |
3607 * off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro. | |
3608 * jm-macros.m4 (jm_MACROS): require it. | |
3609 | |
3007 | 3610 2000-11-30 Jim Meyering <meyering@lucent.com> |
3611 | |
3008 | 3612 * jm-macros.m4 (jm_MACROS): Check for stdint.h. |
3007 | 3613 |
3003 | 3614 2000-11-30 Jim Meyering <meyering@lucent.com> |
3615 | |
3616 * getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf. | |
3617 | |
2970 | 3618 2000-11-03 Bruno Haible <haible@clisp.cons.org> |
3619 | |
3620 * jm-macros.m4 (jm_MACROS): Add test for wcrtomb. | |
3621 | |
2959 | 3622 2000-11-04 Jim Meyering <meyering@lucent.com> |
3623 | |
3624 * regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'. | |
3625 | |
2944 | 3626 2000-10-29 Jim Meyering <meyering@lucent.com> |
3627 | |
3628 * fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf renaming. | |
3629 * ls-mntd-fs.m4: Likewise | |
3630 | |
2937 | 3631 2000-10-28 Jim Meyering <meyering@lucent.com> |
3632 | |
3633 * prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR. | |
3634 (jm_PREREQ_MEMCHR): New function. | |
3635 | |
2893 | 3636 2000-10-21 Jim Meyering <meyering@lucent.com> |
3637 | |
3638 * check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr. | |
3639 * prereq.m4 (jm_PREREQ_DIRNAME): New macro. | |
3640 * jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr. | |
3641 | |
2871 | 3642 2000-09-18 Jim Meyering <meyering@lucent.com> |
3643 | |
3644 * getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of LIBS. | |
3645 Otherwise, everyone ends up linking with -lelf for some configurations. | |
3646 Reported by Mike Stone. | |
3647 | |
2833 | 3648 2000-08-26 Jim Meyering <meyering@lucent.com> |
3649 | |
3650 * jm-macros.m4: Use jm_FUNC_FPENDING. | |
3651 * fpending.m4: New file. | |
3652 | |
2823 | 3653 2000-08-20 Jim Meyering <meyering@lucent.com> |
3654 | |
3655 * check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than | |
3656 `#if !HAVE_UTMPX_H'. The latter would lose on systems with neither | |
3657 utmp.h nor utmpx.h. Reported by Eli Zaretskii. | |
3658 | |
2819 | 3659 2000-08-11 J. David Anglin <dave@hiauly1.hia.nrc.ca> |
3660 | |
3661 Improve fileutils installation on systems where running | |
3662 programs (like install) can't be unlinked. | |
3663 * unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro. | |
3664 * jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT. | |
3665 | |
2806 | 3666 2000-08-06 Paul Eggert <eggert@twinsun.com> |
3667 | |
3173 | 3668 * mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int, |
2806 | 3669 not char, for compatibility with glibc 2.1.3 strftime.c. |
3670 | |
2773 | 3671 2000-07-23 Paul Eggert <eggert@twinsun.com> |
3672 | |
3673 * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration. | |
3674 | |
2766 | 3675 2000-07-23 Jim Meyering <meyering@lucent.com> |
3676 | |
3677 * check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these, too: | |
3678 getgrgid, getpwuid, getuid. | |
3679 | |
2755 | 3680 2000-07-16 Bruno Haible <haible@clisp.cons.org> |
3681 | |
2901 | 3682 * mbswidth.m4: New file. |
3683 * prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH. | |
2755 | 3684 |
2745 | 3685 2000-07-14 Jim Meyering <meyering@lucent.com> |
3686 | |
3687 * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require jm_AC_TYPE_UINTMAX_T. | |
3688 | |
2740 | 3689 2000-07-10 Paul Eggert <eggert@twinsun.com> |
3690 | |
3691 From a suggestion by Bruno Haible. | |
3692 * mbstate_t.m4 (AC_MBSTATE_T): | |
3693 Renamed from AC_MBSTATE_T_OBJECT. All uses changed. | |
3694 Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT | |
3695 and mbstate_t, to a single-part test that simply defines mbstate_t. | |
2745 | 3696 * prereq.m4 (jm_PREREQ_QUOTEARG): s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/. |
2740 | 3697 |
2732 | 3698 2000-07-10 Jim Meyering <meyering@lucent.com> |
3699 | |
2734 | 3700 * strerror_r.m4: Mirror the correction made in autoconf. |
3701 | |
2732 | 3702 * gnu-source.m4: Output to confdefs.h directly. |
3703 Suggestion from Akim Demaille. | |
3704 | |
2726 | 3705 2000-07-09 Jim Meyering <meyering@lucent.com> |
3706 | |
2729 | 3707 * jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required |
3708 to link seq. If so, set SEQ_LIBM to -lm. From Bruno Haible. | |
3709 | |
2726 | 3710 * gnu-source.m4 (AC__GNU_SOURCE): New file/macro. |
3711 * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it. | |
3712 | |
2714 | 3713 2000-07-05 Bruno Haible <haible@clisp.cons.org> |
3714 | |
3715 * strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer | |
3716 to strerror_r. | |
2716 | 3717 Include <ctype.h> for use of isalpha. |
2714 | 3718 |
2712 | 3719 2000-07-05 Paul Eggert <eggert@twinsun.com> |
3720 and Bruno Haible <haible@clisp.cons.org> | |
3721 | |
3722 * mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t | |
3723 only if the test for an object-type mbstate_t fails. This | |
3724 prevents us from mistakenly reporting that mbstate_t is a | |
3725 system object type after we "#define mbstate_t int" to work | |
3726 around its lack. | |
3727 | |
2701 | 3728 2000-07-04 Jim Meyering <meyering@lucent.com> |
3729 | |
3730 * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead | |
2702 | 3731 of the deprecated AC_CHECKING. |
2701 | 3732 |
2698 | 3733 2000-07-03 Jim Meyering <meyering@lucent.com> |
3734 | |
3735 * check-decl.m4 (AC_CHECK_DECLS): Add strnlen. | |
3736 | |
2695 | 3737 2000-07-03 Paul Eggert <eggert@twinsun.com> |
3738 | |
3739 * mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13. | |
3740 Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H. | |
3741 | |
2683
522ab167a508
Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with AC_LIBOBJ([function_name]).
Jim Meyering <jim@meyering.net>
parents:
2681
diff
changeset
|
3742 2000-07-02 Jim Meyering <meyering@lucent.com> |
522ab167a508
Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with AC_LIBOBJ([function_name]).
Jim Meyering <jim@meyering.net>
parents:
2681
diff
changeset
|
3743 |
2691 | 3744 * mbstate_t.m4: Also define mbstate_t, if necessary. |
3745 | |
2683
522ab167a508
Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with AC_LIBOBJ([function_name]).
Jim Meyering <jim@meyering.net>
parents:
2681
diff
changeset
|
3746 * chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with |
2686 | 3747 AC_LIBOBJ(function_name). |
2684 | 3748 * chown.m4: Likewise. |
3749 * fnmatch.m4: Likewise. | |
3750 * ftruncate.m4: Likewise. | |
3751 * getgroups.m4: Likewise. | |
3752 * getline.m4: Likewise. | |
3753 * group-member.m4: Likewise. | |
3754 * jm-macros.m4: Likewise. | |
3755 * lstat.m4: Likewise. | |
3756 * malloc.m4: Likewise. | |
3757 * memcmp.m4: Likewise. | |
3758 * nanosleep.m4: Likewise. | |
3759 * putenv.m4: Likewise. | |
3760 * realloc.m4: Likewise. | |
3761 * regex.m4: Likewise. | |
3762 * stat.m4: Likewise. | |
3763 * strftime.m4: Likewise. | |
2683
522ab167a508
Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with AC_LIBOBJ([function_name]).
Jim Meyering <jim@meyering.net>
parents:
2681
diff
changeset
|
3764 |
2681 | 3765 2000-07-01 Jim Meyering <meyering@lucent.com> |
3766 | |
3767 * ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated | |
3768 problem. | |
3769 | |
2679 | 3770 2000-06-17 Bruno Haible <haible@clisp.cons.org> |
3771 | |
3772 * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific | |
3773 macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV. | |
3774 | |
2675 | 3775 2000-07-01 Jim Meyering <meyering@lucent.com> |
3776 | |
3777 * uptime.m4: Put double quotes around use of $cross_compiling. | |
3778 | |
2666 | 3779 2000-06-28 Jim Meyering <meyering@lucent.com> |
3780 | |
3781 * mbstate_t.m4: Use stdlib.h, not stdio.h. The latter is not included | |
3782 by quotearg.c, for which we perform this test. From Bruno Haible. | |
3783 | |
2662 | 3784 2000-06-17 Bruno Haible <haible@clisp.cons.org> |
3785 | |
3786 * check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well. | |
3787 * prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or | |
3788 <utmpx.h> exists, put readutmp.o into LIBOBJS. | |
3789 | |
2653 | 3790 2000-06-25 Jim Meyering <meyering@lucent.com> |
3791 | |
3792 * mbstate_t.m4: Include stdio.h before wchar.h to work around | |
3793 Linux header bug when _XOPEN_SOURCE is defined to 500. | |
3794 | |
2644 | 3795 2000-06-24 Jim Meyering <meyering@lucent.com> |
3796 | |
3797 * strerror_r.m4: Revive this file -- to try out an experimental | |
3798 version of AC_FUNC_STRERROR_R that may work even on BeOS, a system | |
3799 for which strerror does return char*, but which lacks a conveniently | |
2649 | 3800 accessible declaration of the function. If the compile-test says |
3801 strerror_r doesn't work, then resort to a `run'-test that works on | |
3802 BeOS and segfaults on DEC Unix. | |
2644 | 3803 |
2639 | 3804 2000-06-19 Paul Eggert <eggert@twinsun.com> |
3805 | |
3806 * mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT. | |
3807 * prereq.m4 (jm_PREREQ_QUOTEARG): Use it. Add check for iswprint. | |
2635 | 3808 |
2640 | 3809 2000-06-23 Jim Meyering <meyering@lucent.com> |
3810 | |
2635 | 3811 * afs.m4: Add missing AC_MSG_RESULT. |
3812 Reported by Bruno Haible. | |
3813 | |
3814 * fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/. | |
3815 Suggestion from Bruno Haible. | |
3816 | |
2632 | 3817 2000-06-21 Jim Meyering <meyering@lucent.com> |
3818 | |
3819 * jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass. | |
3820 | |
2604 | 3821 2000-06-18 Jim Meyering <meyering@lucent.com> |
3822 | |
2613 | 3823 * jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir. |
3824 | |
2604 | 3825 * link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the |
3826 `checking whether...' message to be consistent with that of the | |
3827 lstat test. | |
3828 | |
2596 | 3829 2000-06-16 Bruno Haible <haible@clisp.cons.org> |
3830 | |
3831 * glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C. | |
3832 | |
2599 | 3833 2000-06-12 Jim Meyering <meyering@lucent.com> |
3834 | |
3835 * getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with AC_FUNC_GETLOADAVG | |
3836 from autoconf, and tweak the latter to accept an optional argument. | |
3837 * jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply | |
3838 the optional argument, `lib'. | |
3839 | |
2580 | 3840 2000-06-08 Jim Meyering <meyering@lucent.com> |
3841 | |
3842 * largefile.m4: Remove file (now that it's part of autoconf). | |
3843 | |
2577 | 3844 2000-06-04 Paul Eggert <eggert@twinsun.com> |
3845 | |
3846 Rewrite largefile configuration so that we don't need to run | |
3847 getconf and don't need AC_CANONICAL_HOST. [I'm leaving the use of | |
3848 AC_CANONICAL_HOST in configure.in -- jmm] | |
3849 | |
3850 * largefile.m4 (AC_SYS_LARGEFILE_FLAGS, | |
3851 AC_SYS_LARGEFILE_SPACE_APPEND): Remove. | |
3852 (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro. | |
3853 (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from | |
3854 CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY. | |
3855 All uses changed. | |
3856 Instead of inspecting the output of getconf, try to compile the | |
3857 test program without and with the macro definition. | |
3858 (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check | |
3859 for getconf. Instead, check for the needed flags by compiling | |
3860 test programs. | |
3861 | |
2565 | 3862 2000-06-03 Jim Meyering <meyering@lucent.com> |
3863 | |
2567 | 3864 * prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS, |
3865 now that autoconf requires that. | |
3866 | |
2565 | 3867 * jm-glibc-io.m4: Add a kludge to make autoheader emit the required |
3868 #undefs. E.g., #undef HAVE_DECL_FERROR_UNLOCKED. | |
3869 Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that. | |
3870 | |
2559 | 3871 2000-05-26 Bruno Haible <haible@clisp.cons.org> |
2557 | 3872 |
2559 | 3873 * glibc21.m4: New file. |
3206 | 3874 * jm-macros.m4 (jm_MACROS): Call jm_GLIBC21. |
2557 | 3875 |
2542 | 3876 2000-05-28 Jim Meyering <meyering@lucent.com> |
3877 | |
2545 | 3878 * jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from |
3879 jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK. | |
2547 | 3880 * stat.m4: Likewise. |
3881 * lstat.m4: Likewise. | |
2545 | 3882 * lstat-slash.m4: Remove file (absorbed into autoconf). |
3883 | |
3884 * jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R. | |
2542 | 3885 * strerror_r.m4: Remove file (absorbed into autoconf). |
3886 | |
2539 | 3887 2000-05-26 Jim Meyering <meyering@lucent.com> |
3888 | |
3889 * uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'. | |
3890 | |
2536 | 3891 2000-05-24 Jim Meyering <meyering@lucent.com> |
3892 | |
3893 * prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that | |
3894 autoconf requires that. | |
3895 * lib-check.m4: Likewise. | |
3896 * jm-macros.m4: Likewise. | |
3897 * strftime.m4: Likewise. | |
3898 | |
3899 * check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in AC_CHECK_DECLS, | |
3900 now that autoconf requires that. | |
3901 | |
2531 | 3902 2000-05-22 Jim Meyering <meyering@lucent.com> |
3903 | |
3904 * stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK. | |
3905 * lstat.m4: Likewise. | |
3906 | |
2528 | 3907 2000-05-20 Jim Meyering <meyering@lucent.com> |
3908 | |
3909 * prereq.m4 (jm_PREREQ_HUMAN): New macro. | |
3910 (jm_PREREQ): Use it. | |
3911 | |
2512 | 3912 2000-05-09 Jim Meyering <meyering@lucent.com> |
3913 | |
3914 * gettext.m4: Rename this... | |
3915 * libintl.m4: ...to this. | |
3916 | |
2492 | 3917 2000-05-06 Jim Meyering <meyering@lucent.com> |
3918 | |
2512 | 3919 * jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit. |
3920 (AC_REPLACE_FUNCS): Add strnlen. | |
2499 | 3921 |
2496 | 3922 * rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file. |
3923 * jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY. | |
3924 | |
3206 | 3925 * nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around |
2492 | 3926 AC_SEARCH_LIBS call for nanosleep. |
3927 (LIB_NANOSLEEP): Set and AC_SUBST. | |
3928 | |
2490 | 3929 2000-05-03 Paul Eggert <eggert@twinsun.com> |
3930 | |
3931 * largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to | |
3932 be 500, instead of _GNU_SOURCE to be 1, to work around glibc | |
3933 2.1.3 bug. This avoids a clash when files like regex.c define | |
3934 _GNU_SOURCE. | |
3935 | |
2480 | 3936 2000-05-05 Jim Meyering <meyering@lucent.com> |
3937 | |
2486 | 3938 * jm-macros.m4 (jm_MACROS): Save and restore LIBS around AC_SEARCH_LIBS |
3939 call for clock_gettime. | |
3940 (LIB_CLOCK_GETTIME): Set and AC_SUBST. | |
3941 | |
2484 | 3942 * search-libs.m4: Update from autoconf. |
3943 | |
4474
f1650b772bb6
Correct SunOS and Solaris version number notation to match Sun's usage.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4463
diff
changeset
|
3944 su doesn't work on Solaris 2.6. |
2480 | 3945 * lib-check.m4: When checking for struct spwd.sp_pwdp, also include |
3946 <shadow.h>. Reported by Dragos Harabor. | |
3947 | |
2465 | 3948 2000-05-03 Jim Meyering <meyering@lucent.com> |
3949 | |
3950 * check-decl.m4 (AC_CHECK_DECLS): Add strndup. | |
3951 | |
2463 | 3952 2000-05-02 Paul Eggert <eggert@twinsun.com> |
3953 | |
3954 * largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if | |
3955 this is needed to make ftello visible (e.g. glibc 2.1.3). Use | |
3956 compile-time test, rather than inspecting host and OS, to | |
3957 decide whether to define _LARGEFILE_SOURCE. | |
3958 | |
2455 | 3959 2000-05-01 Jim Meyering <meyering@lucent.com> |
3960 | |
2458 | 3961 * fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING. |
3962 | |
2455 | 3963 * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support. |
3964 Based on a patch from Bruno Haible. | |
3965 | |
2433 | 3966 2000-04-18 Jim Meyering <meyering@lucent.com> |
3967 | |
3968 * prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro. | |
3969 (jm_PREREQ): Use it. | |
3970 | |
2429 | 3971 2000-04-17 Jim Meyering <meyering@lucent.com> |
3972 | |
3973 Get it right :-) | |
3206 | 3974 * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the |
2429 | 3975 actual #define via AH_VERBATIM. Don't need separate AC_DEFINE. |
3976 Suggestion from Akim Demaille. | |
3977 | |
2425 | 3978 2000-04-14 Jim Meyering <meyering@lucent.com> |
3979 | |
3206 | 3980 * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg form |
2425 | 3981 of AC_DEFINE. Otherwise, the #ifndef in AH_VERBATIM gets clobbered. |
3982 | |
2423 | 3983 2000-04-13 Jim Meyering <meyering@lucent.com> |
3984 | |
3985 * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new AH_VERBATIM | |
3986 to insert required #ifndef into config.h.in. | |
3987 Suggestion from Akim Demaille. | |
3988 | |
2418 | 3989 2000-04-12 Jim Meyering <meyering@lucent.com> |
3990 | |
2421 | 3991 * getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not |
3992 `AC_CHECK_HEADER' to check for locale.h. Thanks to a report from | |
3993 Christian Krackowizer. | |
3994 | |
2419 | 3995 More code moved from ../configure.in into (jm_CHECK_ALL_TYPES). |
2418 | 3996 * jm-macros.m4 (_GNU_SOURCE): Define. |
3997 (AC_SYS_LARGEFILE): Require. | |
3998 (AM_C_PROTOTYPES): Require. | |
3999 | |
2409 | 4000 2000-04-05 Paul Eggert <eggert@twinsun.com> |
4001 | |
4002 * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on | |
4003 IRIX if the installer said otherwise. | |
4004 | |
2400 | 4005 2000-04-05 Jim Meyering <meyering@lucent.com> |
4006 | |
2406 | 4007 Portability tweaks required for ultrix4.3. |
4008 * check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>. | |
4009 (jm_CHECK_DECLS): Add getutent to the list of functions. | |
4010 (_jm_DECL_HEADERS): Add utmpx.h. | |
4011 From John David Anglin. | |
4012 | |
2400 | 4013 * strftime.m4: Back out the 2000-04-02 change. |
4014 Instead of that change, simply undefine putenv in the test program. | |
4015 | |
2381 | 4016 2000-04-03 Jim Meyering <meyering@lucent.com> |
4017 | |
2390 | 4018 * gettext.m4: Fix typo in comment. |
4019 | |
2388 | 4020 * codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from |
4021 textutils/configure.in). Suggestion from Paul Eggert. | |
2383 | 4022 (AC_CHECK_FUNCS): Add nl_langinfo. (also from textutils/configure.in) |
2381 | 4023 |
2377 | 4024 2000-04-02 Paul Eggert <eggert@twinsun.com> |
4025 | |
2409 | 4026 * strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment |
2377 | 4027 variable in the shell rather than using putenv, which isn't |
4028 portable. This avoids the configure-time inter-test dependency | |
4029 on the potentially-renamed putenv function. | |
4030 | |
2374 | 4031 2000-03-30 Paul Eggert <eggert@twinsun.com> |
4032 | |
4033 * jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h> | |
4034 before checking struct stat.st_blksize, so that | |
4035 HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly. | |
4036 | |
2385 | 4037 2000-03-29 Paul Eggert <eggert@twinsun.com> |
4038 | |
2409 | 4039 * strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime, |
2385 | 4040 since strftime.c uses HAVE_STRFTIME to decide whether to use |
4041 the underlying strftime. | |
4042 | |
2347 | 4043 2000-03-10 Jim Meyering <meyering@lucent.com> |
4044 | |
4045 * lib-check.m4: Look for getspnam in -lgen, too. | |
4046 From Marco Franzen. | |
4047 | |
2327 | 4048 2000-02-02 Bruno Haible <haible@clisp.cons.org> |
4049 | |
4050 * codeset.m4: New file. | |
4051 * iconv.m4: New file. | |
4052 * jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV. | |
4053 | |
2326 | 4054 2000-03-04 Jim Meyering <meyering@lucent.com> |
4055 | |
4056 * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE, | |
4057 for lib/localcharset.c. | |
4058 | |
2321 | 4059 2000-03-03 Jim Meyering <meyering@lucent.com> |
4060 | |
4061 * regex.m4: Make sure re_compile_pattern accepts patterns like `{1'. | |
4062 | |
2312 | 4063 2000-03-02 Jim Meyering <meyering@lucent.com> |
4064 | |
2317 | 4065 * timespec.m4: Require AC_HEADER_TIME before the cache check so |
4066 the messages come out on separate lines. | |
4067 | |
2315 | 4068 * jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS, |
4069 rather than jm_CHECK_DECLARATIONS. | |
4070 * decl.m4: Remove now-unused file. | |
4071 | |
2312 | 4072 * check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and geteuid. |
4073 | |
2292 | 4074 2000-02-27 Jim Meyering <meyering@lucent.com> |
4075 | |
4076 * check-decl.m4: Add getenv to the list. | |
4077 | |
2282 | 4078 2000-02-23 Jim Meyering <meyering@lucent.com> |
4079 | |
4080 * check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it | |
4081 in place of my hack. | |
4082 | |
2268 | 4083 2000-02-10 Jim Meyering <meyering@lucent.com> |
4084 | |
4085 * nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from | |
4086 gnu_nanosleep to rpl_nanosleep. | |
4087 | |
2264 | 4088 2000-02-09 Jim Meyering <meyering@lucent.com> |
4089 | |
4090 * lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in | |
5163
b8139e37c5bd
Convert to UTF-8 correctly.
Bruno Haible <bruno@clisp.org>
parents:
5160
diff
changeset
|
4091 struct spwd, rather than in struct passwd. Reported by Gaël Quéri. |
2264 | 4092 |
2260 | 4093 2000-02-08 Akim Demaille <akim@epita.fr> |
4094 | |
2265 | 4095 * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with |
4096 `[' and `]' and remove uses of `changequote'. | |
2260 | 4097 (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise. |
4098 (AC_SYS_LARGEFILE): Likewise. | |
4099 * gettext.m4 (AM_GNU_GETTEXT): Likewise. | |
4100 * strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use | |
4101 of changequote. | |
4102 * regex.m4 (jm_INCLUDED_REGEX): Likewise. | |
4103 * readdir.m4 (jm_FUNC_READDIR): Likewise | |
4104 * memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main. | |
4105 * getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise. | |
4106 | |
2249 | 4107 2000-02-05 Jim Meyering <meyering@lucent.com> |
4108 | |
3206 | 4109 * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros. |
2249 | 4110 Remove explicit use of AC_HEADER_TIME. It is required by |
4111 jm_CHECK_TYPE_STRUCT_TIMESPEC. Using AC_HEADER_TIME and | |
4112 `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but | |
4113 in autoconf whereby the expansion of the latter ended up preceding | |
4114 the expansion of its prerequisite, AC_HEADER_TIME. | |
4115 Reported by Volker Borchert. | |
4116 | |
2245 | 4117 2000-02-03 Jim Meyering <meyering@lucent.com> |
4118 | |
4119 * prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname. | |
4120 | |
2243 | 4121 2000-02-02 Jim Meyering <meyering@lucent.com> |
4122 | |
4123 * prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no | |
4124 definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/. | |
4125 Reported by Eli Zaretskii. | |
4126 | |
2251 | 4127 2000-01-31 Jim Meyering <meyering@lucent.com> |
4128 | |
4129 * check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of | |
4130 functions. Add the time.h and sys/time.h headers along with the | |
4131 AC_REQUIRE'ment of AC_HEADER_TIME. | |
4132 | |
2232 | 4133 2000-01-30 Jim Meyering <meyering@lucent.com> |
4134 | |
4135 * lib-check.m4: Clean up some kludgy old shadow password tests. | |
4136 | |
4137 * prereq.m4 (utmp_includes): Define. | |
4138 Check for ut_user and ut_name members in both struct utmpx | |
4139 and struct utmp. | |
4140 | |
2224 | 4141 2000-01-29 Jim Meyering <meyering@lucent.com> |
4142 | |
4143 * lib-check.m4: New file containing library-related checks from | |
4144 fileutils and sh-utils (textutils had none). | |
4145 | |
2223 | 4146 2000-01-28 Jim Meyering <meyering@lucent.com> |
4147 | |
4148 * perl.m4: Change format of warning message to look more like that | |
5163
b8139e37c5bd
Convert to UTF-8 correctly.
Bruno Haible <bruno@clisp.org>
parents:
5160
diff
changeset
|
4149 from the missing script. Suggestion from François Pinard. |
2223 | 4150 |
2218 | 4151 2000-01-25 Jim Meyering <meyering@lucent.com> |
4152 | |
4153 * timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as well | |
4154 as time.h in the compile check. | |
4155 * nanosleep.m4: Require AC_HEADER_TIME rather than simply using it. | |
4156 Fix typo in cross-compiling case: s/yes/no/. | |
4157 | |
2192 | 4158 2000-01-23 Jim Meyering <meyering@lucent.com> |
4159 | |
2212 | 4160 * jm-macros.m4: Move df-related tests here from fileutils/configure.in |
4161 | |
2209 | 4162 * ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/ |
4163 (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters. | |
4164 | |
4165 * fsusage.m4: New file. Extracted from fileutils/configure.in. | |
4166 s/space/ac_fsusage_space/. | |
4167 (jm_FILE_SYSTEM_USAGE): Take two parameters. | |
4168 | |
4169 * ftruncate.m4: New file (derived from part of fileutils/configure.in). | |
3206 | 4170 * jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it. |
2209 | 4171 (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT. |
4172 | |
3206 | 4173 * jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN): |
2192 | 4174 AC_SUBST these here, rather than just in sh-util/configure.in, so |
4175 that the now-shared-by-fileutils-and-textutils lib/Makefile.am are | |
4176 all the same. | |
2193 | 4177 (AM_FUNC_OBSTACK): Add (from fileutils/configure.in). |
2198 | 4178 (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils. |
4179 (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in). | |
4180 (AC_SUBST(POW_LIBM)): Likewise. | |
2200 | 4181 (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in. |
2192 | 4182 |
2169 | 4183 2000-01-22 Jim Meyering <meyering@lucent.com> |
4184 | |
2185 | 4185 * jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST. |
4186 | |
4187 * prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h. | |
4188 | |
2176 | 4189 * jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils' |
4190 configure.in | |
2178 | 4191 (AC_CHECK_HEADERS): Likewise for sh-utils. |
2181 | 4192 (AC_CHECK_HEADERS): Likewise for textutils. |
4193 Merge the three lists of headers. | |
2176 | 4194 |
2174 | 4195 * prereq.m4 (jm_PREREQ_ADDEXT): New macro. Parts moved here |
4196 from fileutils' configure.in. | |
4197 | |
2169 | 4198 * decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)' code. |
4199 Moved tests into their own function (_jm_DECL_HEADERS) in check-decl.m4. | |
4200 | |
4201 * check-decl.m4: Use #if rather than #ifdef. | |
4202 Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL. | |
4203 (jm_CHECK_DECLARATIONS): Add strtoul strtoull. | |
4204 (_jm_DECL_HEADERS): Define new function. | |
4205 (jm_CHECK_DECLARATIONS): Require it. | |
4206 | |
2158 | 4207 2000-01-19 Jim Meyering <meyering@lucent.com> |
4208 | |
2161 | 4209 * nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too. |
4210 Use AC_HEADER_TIME. Volker Borchert reported that OpenBSD-2.3/sparc | |
4211 defines `struct timespec' in <sys/time.h> | |
4212 | |
2158 | 4213 * c-bs-a.m4: Remove uses of changequote altogether. |
4214 Thanks to Akim for explaining. | |
4215 | |
2135 | 4216 2000-01-16 Jim Meyering <meyering@lucent.com> |
4217 | |
2159 | 4218 * jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV, |
4219 AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME, | |
4220 jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA, | |
4221 AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME. | |
4222 | |
4223 2000-01-16 Jim Meyering <meyering@lucent.com> | |
4224 | |
2137 | 4225 * c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )' |
4226 because the latter didn't work. | |
4227 | |
2121 | 4228 2000-01-15 Jim Meyering <meyering@lucent.com> |
4229 | |
4230 * jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell. | |
2126 | 4231 (AC_REPLACE_FUNCS): Add memcpy and memset. |
4232 Add these, too: stime strcspn stpcpy strstr strtol strtoul. | |
2131 | 4233 Add strpbrk. |
4234 Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp. | |
2121 | 4235 |
2116 | 4236 2000-01-12 Jim Meyering <meyering@lucent.com> |
4237 | |
4238 * prereq.m4 (jm_PREREQ_CANON_HOST): New macro. | |
4239 (jm_PREREQ): Use it. | |
2118 | 4240 (jm_PREREQ_READUTMP): New macro. |
4241 (jm_PREREQ): Use it. | |
2116 | 4242 |
2113 | 4243 2000-01-11 Paul Eggert <eggert@twinsun.com> |
4244 | |
4245 Quote multibyte characters correctly. | |
2409 | 4246 * c-bs-a.m4: New file. |
4247 * prereq.m4 (jm_PREREQ_QUOTEARG): New macro. | |
2113 | 4248 (jm_PREREQ): Use it. |
4249 | |
4250 2000-01-11 Paul Eggert <eggert@twinsun.com> | |
4251 | |
2409 | 4252 * uintmax_t.m4: Port to autoconf 2.13. |
2113 | 4253 |
2097 | 4254 2000-01-08 Jim Meyering <meyering@ascend.com> |
4255 | |
4256 * strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro. | |
4257 * jm-macros.m4 (jm_FUNC_STRERROR_R): Require it. | |
4258 | |
2068 | 4259 2000-01-04 Jim Meyering <meyering@ascend.com> |
4260 | |
4261 * d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from | |
4262 jm_STRUCT_DIRENT_D_TYPE. | |
3206 | 4263 * d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from |
2068 | 4264 jm_STRUCT_DIRENT_D_INO. |
4265 * utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from | |
4266 jm_STRUCT_UTIMBUF. | |
4267 * jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/ renamings. | |
2084 | 4268 * utime.m4: Likewise. |
2068 | 4269 |
4270 * timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro. | |
4271 * jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it. | |
4272 | |
2067 | 4273 2000-01-03 Paul Eggert <eggert@twinsun.com> |
4274 | |
4275 * nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt | |
4276 (for Solaris 7) and in -lposix4 (for Solaris 2.5.1). | |
4277 | |
2063 | 4278 2000-01-02 Jim Meyering <meyering@ascend.com> |
4279 | |
4280 * search-libs.m4: Escape `$' in $3 of dnl comment. I no longer | |
4281 remember if this is necessary. | |
4282 | |
2059 | 4283 1999-12-26 Jim Meyering <meyering@ascend.com> |
4284 | |
4285 * jm-macros.m4: Use it here. | |
4286 * nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro. | |
4287 | |
2050 | 4288 1999-12-23 Jim Meyering <meyering@ascend.com> |
4289 | |
4290 * jm-macros.m4: Check for clock_gettime (moved from | |
4291 fileutils/configure.in) | |
4292 Check for gettimeofday. | |
4293 | |
2046 | 4294 1999-12-20 Jim Meyering <meyering@ascend.com> |
4295 | |
4296 * strftime.m4: Remove kludge, now that I'm using the fixed | |
4297 autoconf-2.14a-1999-12-20. | |
4298 | |
2039 | 4299 1999-12-19 Jim Meyering <meyering@ascend.com> |
4300 | |
4301 * lstat-slash.m4: New file. | |
4302 * jm-macros.m4: Use the new macro: | |
4303 jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK. | |
4304 | |
2027 | 4305 1999-12-07 Jim Meyering <meyering@ascend.com> |
4306 | |
4307 * perl.m4: Require that File::Compare be available, too. | |
4308 Too many systems seem to lack it. | |
4309 | |
4310 * strftime.m4: Add checks for most of the cpp macros tested in | |
4311 GNU's strftime.c. Prompted by a patch from Paul Eggert. | |
4312 | |
2019 | 4313 1999-11-18 Paul Eggert <eggert@twinsun.com> |
4314 | |
2409 | 4315 * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a |
2019 | 4316 problem with the QNX 4.25 shell, which doesn't propagate exit |
4317 status of failed commands inside shell assignments. | |
4318 | |
2017 | 4319 1999-11-17 Jim Meyering <meyering@ascend.com> |
4320 | |
4321 * gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES. | |
4322 | |
2007 | 4323 1999-11-07 Jim Meyering <meyering@ascend.com> |
4324 | |
4325 * getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE. | |
4326 | |
2001 | 4327 1999-11-06 Jim Meyering <meyering@ascend.com> |
4328 | |
4329 * link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro. | |
4330 * jm-macros.m4 (jm_MACROS): Use it here. | |
4331 | |
1994 | 4332 1999-11-05 Jim Meyering <meyering@ascend.com> |
4333 | |
4334 * jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from configure.in | |
4335 of textutils, fileutils, and sh-utils into this one (shared between | |
4336 those packages) file. | |
1998 | 4337 Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated |
4338 AC_STRUCT_ST_BLKSIZE. | |
1994 | 4339 |
1990 | 4340 1999-11-03 Jim Meyering <meyering@ascend.com> |
4341 | |
4342 * ssize_t.m4: Remove file. No longer needed since the new version of | |
4343 AC_CHECK_TYPE checks includes unistd.h. | |
4344 * jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'. | |
4345 Suggestion from Akim Demaille. | |
4346 | |
1978 | 4347 1999-10-30 Jim Meyering <meyering@ascend.com> |
4348 | |
4349 * uintmax_t.m4: Require 2.14a. Remove backslash before backtick in | |
4350 m4-quoted string. | |
4351 * ls-mntd-fs.m4: Likewise. | |
4352 * jm-macros.m4: Likewise. Also, use AC_TYPE_SSIZE_T instead | |
1979 | 4353 * jm-winsz1.m4: Likewise. |
1978 | 4354 |
4355 * const.m4: Remove file, since the fix made it into the experimental | |
4356 version of autoconf. | |
1984 | 4357 * mktime.m4: Likewise. |
1978 | 4358 |
4359 * check-type.m4: Remove file, now that the latest version of | |
4360 AC_CHECK_TYPE takes a third arg to specify additional #includes. | |
4361 | |
4362 * ssize_t.m4: New file, requires experimental version of autoconf. | |
4363 * jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked | |
4364 AC_CHECK_TYPE. | |
4365 | |
1963 | 4366 1999-10-04 Jim Meyering <meyering@ascend.com> |
4367 | |
4368 * jm-macros.m4: Don't require autoconf-2.14.1. | |
4369 | |
1960 | 4370 1999-09-22 Paul Eggert <eggert@twinsun.com> |
4371 | |
4372 * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC | |
4373 2.95.1 bug with HP-UX 10.20. | |
4374 | |
1947 | 4375 1999-09-17 Jim Meyering <meyering@ascend.com> |
4376 | |
4377 * jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup. | |
4378 Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3 | |
4379 due to missing strdup (against sh-utils-2.0). | |
4380 | |
1932 | 4381 1999-08-29 Jim Meyering <meyering@ascend.com> |
4382 | |
1935 | 4383 * jm-macros.m4: Require jm_BISON. |
1932 | 4384 * bison.m4: New file. |
4385 | |
1927 | 4386 1999-08-17 Paul Eggert <eggert@twinsun.com> |
4387 | |
2409 | 4388 * largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma |
1927 | 4389 in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20. |
4390 | |
1913 | 4391 1999-08-05 Jim Meyering <meyering@ascend.com> |
4392 | |
4393 * getline.m4: Rename test file from conftestdata to conftest.data | |
4394 to avoid conflicts with `conftest' on 8+3 filesystems. | |
4395 Suggestion from Eli Zaretskii. | |
4396 | |
1911 | 4397 1999-08-04 Jim Meyering <meyering@ascend.com> |
4398 | |
4399 * jm-macros.m4: Move a 4-line block of code from the configure.in of | |
4400 fileutils and sh-utils (textutils's getline test was inadequate). | |
4401 (AM_FUNC_GETLINE): Run this test. | |
4402 (AC_CHECK_FUNCS): Check for getdelim. | |
4403 Reported by Bob Proulx. | |
4404 | |
1909 | 4405 1999-08-02 Jim Meyering <meyering@ascend.com> |
4406 | |
4407 * jm-macros.m4: Add a comment. | |
4408 | |
1904 | 4409 1999-08-01 Jim Meyering <meyering@ascend.com> |
4410 | |
4411 * mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from m4. | |
4412 | |
1897 | 4413 1999-08-01 Paul Eggert <eggert@twinsun.com> |
4414 | |
4415 * lfs.m4: Remove this file. | |
4416 * largefile.m4: New file. It contains the old contents of | |
4417 lfs.m4, except that all names with prefix AC_LFS have been | |
4418 changed to use the prefix AC_SYS_LARGEFILE instead, to be | |
4419 compatible with future autoconf versions. Also, some minor m4 | |
4420 quoting problems have been fixed. | |
4421 | |
4422 1999-07-16 Paul Eggert <eggert@twinsun.com> | |
4423 | |
4424 * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure | |
4425 that we can shift, multiply and divide unsigned long long | |
4426 values; Ultrix cc can't do it. | |
4427 | |
4428 1999-07-14 Paul Eggert <eggert@twinsun.com> | |
4429 | |
4430 * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether | |
4431 <inttypes.h> defines strtoumax as a macro (and not as a | |
4432 function). | |
4433 | |
1893 | 4434 1999-07-05 Paul Eggert <eggert@twinsun.com> |
4435 | |
1897 | 4436 * gettext.m4 (AM_WITH_NLS): Remove unnecessary lines. |
1893 | 4437 Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl. |
4438 (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting, | |
4439 and simplify the shell code. | |
4440 | |
1899 | 4441 1999-07-03 Paul Eggert <eggert@twinsun.com> |
4442 | |
4443 * mktime.m4: New file, which is a preview of what should appear | |
4444 in the next public autoconf release. | |
4445 | |
1884 | 4446 1999-07-20 Jim Meyering <meyering@ascend.com> |
4447 | |
4448 * jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove. | |
4449 | |
1878 | 4450 1999-07-15 Jim Meyering <meyering@ascend.com> |
4451 | |
3206 | 4452 * jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize. |
1878 | 4453 |
1856 | 4454 1999-05-22 Jim Meyering <meyering@ascend.com> |
4455 | |
4456 * jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr. | |
4457 | |
1852 | 4458 1999-05-20 Jim Meyering <meyering@ascend.com> |
4459 | |
4460 * search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine. | |
4461 Add a colon after each `then' in case $4 is empty. | |
4462 | |
1846 | 4463 1999-05-16 Jim Meyering <meyering@ascend.com> |
4464 | |
4465 * search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS. | |
4466 | |
1839 | 4467 1999-05-10 Jim Meyering <meyering@ascend.com> |
4468 | |
4469 * jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME. | |
4470 | |
4471 * jm-macros.m4: Require 2.14.1, since we use newly-renamed | |
4472 AC_FUNC_MKTIME. | |
4473 | |
1838 | 4474 1999-05-10 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> |
4475 | |
4476 * jm-mktime.m4, putenv.m4: Fix typos in config.h comments. | |
4477 | |
1826 | 4478 1999-05-04 Paul Eggert <eggert@twinsun.com> |
4479 | |
4480 * lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS, | |
4481 not CPPFLAGS, so that linking works correctly in IRIX. | |
4482 | |
1822 | 4483 1999-04-30 Paul Eggert <eggert@twinsun.com> |
4484 | |
4485 * jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2. | |
4486 | |
1796 | 4487 1999-04-20 Jim Meyering <meyering@ascend.com> |
4488 | |
4489 * xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG. | |
1802 | 4490 AC_REPLACE xstroull if necessary. From Paul Eggert. |
4491 (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq. | |
1796 | 4492 |
1794 | 4493 1999-04-20 Paul Eggert <eggert@twinsun.com> |
4494 | |
1799 | 4495 * uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long |
4496 long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro. | |
1803 | 4497 * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require |
4498 jm_AC_TYPE_UNSIGNED_LONG_LONG. | |
1796 | 4499 * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro. |
1799 | 4500 |
4501 * lfs.m4: Port to AIX and HP-UX. Support cross-compilation. | |
1794 | 4502 |
1789 | 4503 1999-04-18 Jim Meyering <meyering@ascend.com> |
4504 | |
4505 * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro. | |
4506 * jm-macros.m4: Use it. | |
4507 | |
1774 | 4508 1999-04-06 Jim Meyering <meyering@ascend.com> |
4509 | |
4510 * strftime.m4: Remove test for %f. | |
4511 | |
1765 | 4512 1999-03-29 Jim Meyering <meyering@ascend.com> |
4513 | |
4514 * jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the | |
4515 superset of the AC_TYPE_* checks in the textutils, fileutils, | |
4516 and sh-utils, plus AC_TYPE_PID_T. Paul Eggert suggested adding | |
4517 AC_TYPE_PID_T. | |
4518 | |
1763 | 4519 1999-03-28 Jim Meyering <meyering@ascend.com> |
4520 | |
4521 * jm-macros.m4: Define GNU_PACKAGE here. | |
4522 Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is | |
4523 replaced e.g., in the *.sh files of the sh-utils. | |
4524 | |
1749 | 4525 1999-03-20 Jim Meyering <meyering@ascend.com> |
4526 | |
1751 | 4527 * jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/. |
1749 | 4528 * regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX. |
4529 Don't depend on AM_GLIBC. Suggestions from Alain Magloire. | |
4530 | |
1747 | 4531 1999-03-19 Jim Meyering <meyering@ascend.com> |
4532 | |
4533 * jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro. | |
4534 | |
1736 | 4535 1999-03-12 Jim Meyering <meyering@ascend.com> |
4536 | |
4537 * jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED. | |
4538 | |
1726 | 4539 1999-03-07 Jim Meyering <meyering@ascend.com> |
4540 | |
4541 * jm-glibc-io.m4: Use only those *_unlocked macros that are declared. | |
4542 | |
1716 | 4543 1999-02-17 Jim Meyering <meyering@ascend.com> |
4544 | |
4545 * gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of brackets | |
4546 in macro definition. From Eli Zaretskii and Alain Magloire. | |
4547 | |
1706 | 4548 1999-02-07 Jim Meyering <meyering@ascend.com> |
4549 | |
1708 | 4550 * group-member.m4: New file -- extracted from sh-utils' configure.in. |
4551 | |
1706 | 4552 1999-02-05 Eli Zaretskii <eliz@is.elta.co.il> |
1897 | 4553 * gettext.m4: Support DOS-style d:/foo/bar absolute file names. |
1706 | 4554 |
1700 | 4555 1999-02-06 Jim Meyering <meyering@ascend.com> |
4556 | |
1703 | 4557 * chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS. |
1702 | 4558 * fnmatch.m4: Likewise. |
4559 * getgroups.m4: Likewise. | |
4560 * lstat.m4: Likewise. | |
4561 * malloc.m4: Likewise. | |
4562 * putenv.m4: Likewise. | |
4563 * realloc.m4: Likewise. | |
4564 * regex.m4: Likewise. | |
4565 * stat.m4: Likewise. | |
4566 * strftime.m4: Likewise. | |
1706 | 4567 Suggestion from Alain Magloire. |
1702 | 4568 |
1704
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
4569 * chown.m4: Use `.$ac_objext', not `.o'. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
4570 * fnmatch.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
4571 * getgroups.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
4572 * getline.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
4573 * lstat.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
4574 * malloc.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
4575 * memcmp.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
4576 * putenv.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
4577 * realloc.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
4578 * regex.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
4579 * stat.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
4580 * strftime.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
4581 Suggestion from Alain Magloire. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
4582 |
1700 | 4583 * jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires |
4584 an argument. | |
4585 | |
4586 * regex.m4: Add a run-time Test for proper operation of | |
4587 re_compile_pattern. | |
4588 | |
1693 | 4589 1999-01-31 Jim Meyering <meyering@ascend.com> |
4590 | |
4591 * getloadavg.m4: Check for locale.h and the function, setlocale. | |
4592 | |
1679 | 4593 1999-01-30 Jim Meyering <meyering@ascend.com> |
4594 | |
1688 | 4595 * check-type.m4: Use 3-arg form of AC_DEFINE. |
4596 | |
1686 | 4597 * jm-mktime.m4: Make this a wrapper around the official AM_FUNC_MKTIME |
4598 rather than my private copy, now that the official one is up to date. | |
4599 * mktime.m4: Remove file. | |
4600 | |
1679 | 4601 * getloadavg.m4: Use 3-arg form of AC_DEFINE. |
1682 | 4602 * uptime.m4: Likewise. |
4603 * uintmax_t.m4: Likewise. | |
1679 | 4604 |
1673 | 4605 1999-01-28 Jim Meyering <meyering@ascend.com> |
4606 | |
4607 * jm-macros.m4: Use jm_AFS. | |
4608 * afs.m4: New file (from fileutils' configure.in). | |
4609 | |
4610 * assert.m4: Use the 3-argument forms of AC_DEFINE* macros. | |
4611 * chown.m4: Likewise. | |
4612 * d-ino.m4: Likewise. | |
4613 * d-type.m4: Likewise. | |
4614 * fnmatch.m4: Likewise. | |
4615 * getgroups.m4: Likewise. | |
4616 * gettext.m4: Likewise. | |
4617 * jm-mktime.m4: Likewise. | |
4618 * jm-winsz2.m4: Likewise. | |
4619 * lcmessage.m4: Likewise. | |
4620 * ls-mntd-fs.m4: Likewise. | |
4621 * malloc.m4: Likewise. | |
4622 * memcmp.m4: Likewise. | |
4623 * putenv.m4: Likewise. | |
4624 * realloc.m4: Likewise. | |
4625 * st_mtim.m4: Likewise. | |
4626 * strftime.m4: Likewise. | |
4627 | |
1654 | 4628 1999-01-16 Jim Meyering <meyering@ascend.com> |
4629 | |
1656 | 4630 * jm-macros.m4 (ARGMATCH_DIE): Define. |
4631 (ARGMATCH_DIE_DECL): Define. | |
1654 | 4632 |
1637 | 4633 1999-01-12 Jim Meyering <meyering@ascend.com> |
4634 | |
4635 * Makefile.am.in: Rewrite to avoid using fmt. | |
4636 Reported by Lars Hecking. | |
4637 | |
1624 | 4638 1999-01-10 Jim Meyering <meyering@ascend.com> |
4639 | |
1629 | 4640 * fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my |
4641 gross kludge. | |
4642 * inttypes_h.m4: Likewise. | |
4643 * lstat.m4: Likewise. | |
4644 * malloc.m4: Likewise. | |
4645 * readdir.m4: Likewise. | |
4646 * realloc.m4: Likewise. | |
4647 * st_dm_mode.m4: Likewise. | |
4648 * stat.m4: Likewise. | |
4649 * utimbuf.m4: Likewise. | |
4650 * utimes.m4: Likewise. | |
4651 | |
4652 * check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the | |
4653 AC_CHECK_FUNCS hack. Now, it's still a hack, but at least the | |
4654 comments in config.h.in are meaningful. | |
4655 | |
4656 * jm-macros.m4: Require autoconf-2.13 here. | |
4657 | |
1624 | 4658 * regex.m4: By default, don't use the included regex.c on systems |
4659 with glibc 2. Suggestion from Uli Drepper. | |
4660 | |
1618 | 4661 1999-01-02 Jim Meyering <meyering@ascend.com> |
4662 | |
4663 * jm-macros.m4: Replace strcasecmp and strncasecmp. | |
4664 | |
1573 | 4665 1998-12-18 Jim Meyering <meyering@ascend.com> |
4666 | |
4667 * Makefile.am.in (Makefile.am): Simplify rule. | |
1574 | 4668 Based on a suggestion from Lars Hecking. |
1573 | 4669 |
1555 | 4670 1998-11-16 Jim Meyering <meyering@ascend.com> |
4671 | |
4672 * lfs.m4: Double-quote the `uname...` expression. | |
4673 | |
4674 1998-11-16 Paul Eggert <eggert@twinsun.com> | |
4675 | |
4676 * lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11. | |
4677 | |
1551 | 4678 1998-11-14 Jim Meyering <meyering@ascend.com> |
4679 | |
4680 * lstat.m4: Correct comment. POSIX does not permit it to succeed. | |
4681 * stat.m4: Likewise. | |
4682 | |
1542 | 4683 1998-11-03 Jim Meyering <meyering@ascend.com> |
4684 | |
4685 * stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG. | |
4686 * lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG. | |
4687 | |
1536 | 4688 1998-10-18 Jim Meyering <meyering@ascend.com> |
4689 | |
4690 * check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro. | |
4691 | |
1531 | 4692 1998-10-17 Jim Meyering <meyering@ascend.com> |
4693 | |
4694 * decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to | |
4695 include, though we still hard-code the `require'-like AC_CHECK_HEADERS | |
4696 calls for those previously hard-coded headers. Instead, take a new | |
4697 parameter. | |
4698 (jm_CHECK_DECLARATIONS): Reflect interface change. | |
4699 * check-decl.m4 (jm_CHECK_DECLS): Likewise. | |
4700 (jm_CHECK_DECL_LOCALTIME_R): New macro. | |
4701 | |
4702 * mktime.m4: Test for spring-forward gap before long-running test. | |
4703 | |
4704 1998-10-14 Jim Meyering <meyering@ascend.com> | |
4705 | |
4706 * mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0" | |
4707 instead of "TZ=America/Vancouver". From Paul Eggert. | |
4708 | |
1522 | 4709 1998-10-11 Jim Meyering <meyering@ascend.com> |
4710 | |
4711 * mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro. | |
1523 | 4712 This adds a test for a recently added compatibility fix for mktime.c. |
1522 | 4713 * jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME. |
4714 | |
1507 | 4715 1998-09-27 Jim Meyering <meyering@ascend.com> |
4716 | |
4717 * jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH. | |
4718 | |
4719 * fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro. Extracted from | |
4720 ../configure.in, including a change from Gordon Matzigkeit to allow | |
4721 cross-compiling for the Hurd. | |
4722 | |
1509 | 4723 * glibc.m4: New file/macro to test for the GNU C Library |
4724 versions 1 and 2. From Gordon Matzigkeit. | |
1507 | 4725 Indent. |
4726 | |
4727 1998-09-21 Jim Meyering <meyering@ascend.com> | |
4728 | |
4729 * chown.m4: Declare locals: before, after. From Andries Brouwer. | |
4730 | |
1483 | 4731 1998-08-18 Paul Eggert <eggert@twinsun.com> |
4732 | |
4733 Port nanosecond-resolution times to UnixWare 2.1.2 and | |
4734 pedantic Solaris 2.6. | |
4735 | |
4736 * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from | |
4737 AC_STRUCT_ST_MTIM. | |
4738 * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): | |
4739 Generate name of ns member, instead of just 1 or undef. | |
4740 Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode. | |
4741 | |
1480 | 4742 1998-08-15 Jim Meyering <meyering@ascend.com> |
4743 | |
4744 * ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file. | |
4745 * check-type.m4: New file. Replacement for AC_CHECK_TYPE. | |
4746 * jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int) | |
4747 instead of jm_TYPE_SSIZE_T. | |
4748 | |
1469 | 4749 1998-08-12 Jim Meyering <meyering@ascend.com> |
4750 | |
4751 * st_dm_mode.m4: New file. From Johan Danielsson. | |
4752 | |
1459 | 4753 1998-08-02 Jim Meyering <meyering@ascend.com> |
4754 | |
4755 * st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM | |
4756 in acconfig.h manually. | |
4757 | |
4758 1998-07-31 Paul Eggert <eggert@twinsun.com> | |
4759 | |
4760 * st_mtim.m4: New file. | |
4761 | |
1452 | 4762 1998-07-28 Jim Meyering <meyering@ascend.com> |
4763 | |
4764 * utimes.m4: Undef stat. | |
4765 | |
1448 | 4766 1998-07-25 Jim Meyering <meyering@ascend.com> |
4767 | |
4768 * utime.m4 (jm_FUNC_UTIME): New file and macro. | |
4769 * utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro. | |
4770 | |
1429 | 4771 1998-07-09 Manfred Hollstein <manfred@s-direktnet.de> |
4772 | |
4773 * chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the | |
4774 uid and gid actually remain unchanged. | |
4775 | |
1427 | 4776 1998-07-07 Jim Meyering <meyering@ascend.com> |
4777 | |
4778 * jm-glibc-io.m4: Remove fclose_unlocked. | |
4779 | |
1424 | 4780 1998-07-04 Jim Meyering <meyering@ascend.com> |
4781 | |
4782 * regex.m4: Use syscmd, ifelse, and sysval. Mainly as an exercise | |
4783 to prove that this macro can be used in packages without regex.c. | |
4784 | |
1411 | 4785 1998-07-02 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> |
4786 | |
4787 * gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h> | |
4788 is to be used. | |
4789 | |
1407 | 4790 1998-07-03 Jim Meyering <meyering@ascend.com> |
4791 | |
1411 | 4792 * gettext.m4: Add -lintl if it's found to be necessary. |
4793 | |
4794 * gettext.m4: New file -- from gettext-0.10.35. | |
4795 * lcmessage.m4: Likewise. | |
4796 * progtest.m4: Likewise. | |
4797 | |
1407 | 4798 * regex.m4 (jm_WITH_REGEX): New file and macro. |
4799 * jm-macros.m4: Require the new macro. | |
4800 | |
1397 | 4801 1998-06-29 Jim Meyering <meyering@ascend.com> |
4802 | |
4803 * fstypename.m4: Include sys/param.h. NetBSD 1.3.1 requires this | |
4804 for the definition of NGROUPS (used in a system header included | |
4805 by sys/mount.h). | |
4806 | |
1384 | 4807 1998-06-28 Jim Meyering <meyering@ascend.com> |
4808 | |
1387 | 4809 * ls-mntd-fs.m4: New file. |
4810 * fstypename.m4: New file. | |
4811 | |
1384 | 4812 * jm-macros.m4: Require the new macro. |
4813 * jm-glibc-io.m4: New file. | |
4814 | |
1370 | 4815 1998-05-19 Jim Meyering <meyering@ascend.com> |
4816 | |
1371 | 4817 * jm-macros.m4: Add jm_FUNC_LCHOWN. |
4818 * lchown.m4: New file. | |
4819 | |
1370 | 4820 * Makefile.am.in: New file. |
4821 * Makefile.am (Makefile.am): Depend on Makefile.am.in. | |
4822 | |
1357 | 4823 1998-05-14 Jim Meyering <meyering@ascend.com> |
4824 | |
4825 * Makefile.am (EXTRA_DIST): Add them. | |
4826 * jm-macros.m4: New file. | |
4827 * utimbuf.m4: New file. | |
4828 | |
1356 | 4829 1998-05-12 Jim Meyering <meyering@ascend.com> |
4830 | |
4831 * Makefile.am (EXTRA_DIST): Add isc-posix.m4. | |
4832 | |
1354 | 4833 1998-05-11 Jim Meyering <meyering@ascend.com> |
4834 | |
4835 * isc-posix.m4: New file. | |
4836 | |
1349 | 4837 1998-05-10 Jim Meyering <meyering@ascend.com> |
4838 | |
4839 * jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date. | |
4840 | |
1346 | 4841 1998-05-09 Jim Meyering <meyering@ascend.com> |
4842 | |
4843 * Makefile.am (EXTRA_DIST): Add ssize_t.m4. | |
4844 (EXTRA_DIST): Remove mktime.m4, now that the new version is included | |
4845 with automake. | |
4846 | |
4847 * ssize_t.m4: New file. | |
4848 * mktime.m4: Remove file -- the new automake has this now. | |
4849 | |
1333 | 4850 1998-04-26 Jim Meyering <meyering@ascend.com> |
4851 | |
4852 * assert.m4: New file. | |
4853 * Makefile.am (EXTRA_DIST): Add assert.m4. | |
4854 | |
1304 | 4855 1998-04-05 Jim Meyering <meyering@ascend.com> |
4856 | |
4857 * prereq.m4 (jm_PREREQ_REGEX): New macro. | |
4858 (jm_PREREQ): Use it here. | |
4859 | |
1286 | 4860 1998-03-23 Jim Meyering <meyering@eng.ascend.com> |
4861 | |
4862 * inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H | |
4863 in acconfig.h. | |
4864 | |
1271 | 4865 1998-03-15 Jim Meyering <meyering@eng.ascend.com> |
4866 | |
1275 | 4867 * prereq.m4: New file. |
1272 | 4868 * error.m4: New file. |
1275 | 4869 * Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4. |
1271 | 4870 |
1237 | 4871 1998-02-07 Jim Meyering <meyering@eng.ascend.com> |
4872 | |
4873 * getline.m4: Don't set am_cv_func_working_getline before the | |
4874 cache-check for the same variable -- that defeated the purpose of | |
4875 the test; the test program was never run. This was a problem only | |
4876 on systems with losing getline functions -- HP-UX 10.20 is one. | |
4877 Reported by Bjorn Helgaas. | |
4878 | |
1234 | 4879 1998-02-06 Jim Meyering <meyering@eng.ascend.com> |
4880 | |
4881 * Makefile.am (EXTRA_DIST): Add perl.m4. | |
4882 | |
1210 | 4883 1998-01-10 Jim Meyering <meyering@na-net.ornl.gov> |
4884 | |
4885 * Makefile.am (EXTRA_DIST): Add const.m4. | |
4886 | |
4887 * const.m4: New file. Use an initializer in this declaration | |
4888 typedef int charset[2]; const charset x; | |
4889 Reported by Bob Glickstein. | |
4890 | |
1177 | 4891 1997-12-21 Jim Meyering <meyering@na-net.ornl.gov> |
4892 | |
4893 * chown.m4: Fix reversed types on -1 args to chown. | |
4894 From Kaveh Ghazi. | |
4895 | |
1161 | 4896 1997-12-14 Jim Meyering <meyering@na-net.ornl.gov> |
4897 | |
1163 | 4898 * check-decl.m4: s/DECLARATION_/DECL_/g. |
1164 | 4899 Add lseek and memchr. |
1163 | 4900 |
1161 | 4901 * decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g. |
1899 | 4902 T.E.Dickey <dickey@clark.net> said that some older preprocessors |
1161 | 4903 have a 20-character limit on names. |
4904 | |
1145 | 4905 1997-11-30 Jim Meyering <meyering@na-net.ornl.gov> |
4906 | |
4907 * inttypes_h.m4: New file. | |
4908 * uintmax_t.m4: New file. | |
4909 * Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4. | |
5168 | 4910 |
5887
cfb8f3b61b7f
Fix a few glitches in getlogin_r.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5882
diff
changeset
|
4911 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 |
5168 | 4912 Free Software Foundation, Inc. |
4913 Copying and distribution of this file, with or without modification, | |
5887
cfb8f3b61b7f
Fix a few glitches in getlogin_r.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5882
diff
changeset
|
4914 are permitted provided the copyright notice and this notice are preserved. |