Mercurial > hg > octave-kai > gnulib-hg
annotate ChangeLog @ 5170:17c4badb3864
Add getpass.h, so it's properly declared.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Mon, 09 Aug 2004 23:54:10 +0000 |
parents | 62a3f9818260 |
children | 40bb437f1dbf |
rev | line source |
---|---|
5165
9d7fe6ace357
Add uint32_t.m4, uintptr_t.m4, and finish renaming sha->sha1.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5159
diff
changeset
|
1 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:
5159
diff
changeset
|
2 |
5166
95d4226b62d3
Remove dependency of xalloc in exitfail, error, gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5165
diff
changeset
|
3 * modules/xalloc-die: New file. |
95d4226b62d3
Remove dependency of xalloc in exitfail, error, gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5165
diff
changeset
|
4 * modules/xalloc: Remove dependencies on error, gettext, exitfail. |
95d4226b62d3
Remove dependency of xalloc in exitfail, error, gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5165
diff
changeset
|
5 |
5165
9d7fe6ace357
Add uint32_t.m4, uintptr_t.m4, and finish renaming sha->sha1.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5159
diff
changeset
|
6 * modules/md5 (Files): Add m4/uint32_t.m4. |
9d7fe6ace357
Add uint32_t.m4, uintptr_t.m4, and finish renaming sha->sha1.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5159
diff
changeset
|
7 * modules/sha1: Renamed from modules/sha. |
9d7fe6ace357
Add uint32_t.m4, uintptr_t.m4, and finish renaming sha->sha1.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5159
diff
changeset
|
8 (Files): |
9d7fe6ace357
Add uint32_t.m4, uintptr_t.m4, and finish renaming sha->sha1.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5159
diff
changeset
|
9 Rename lib/sha.h to lib/sha1.h. |
9d7fe6ace357
Add uint32_t.m4, uintptr_t.m4, and finish renaming sha->sha1.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5159
diff
changeset
|
10 Rename lib/sha.c to lib/sha1.c. |
9d7fe6ace357
Add uint32_t.m4, uintptr_t.m4, and finish renaming sha->sha1.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5159
diff
changeset
|
11 Rename m4/sha.m4 to m4/sha1.m4. |
9d7fe6ace357
Add uint32_t.m4, uintptr_t.m4, and finish renaming sha->sha1.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5159
diff
changeset
|
12 (lib_SOURCES): Likewise. |
9d7fe6ace357
Add uint32_t.m4, uintptr_t.m4, and finish renaming sha->sha1.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5159
diff
changeset
|
13 (configure.ac): Rename gl_SHA to gl_SHA1. |
9d7fe6ace357
Add uint32_t.m4, uintptr_t.m4, and finish renaming sha->sha1.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5159
diff
changeset
|
14 (Include): sha.h -> sha1.h. |
9d7fe6ace357
Add uint32_t.m4, uintptr_t.m4, and finish renaming sha->sha1.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5159
diff
changeset
|
15 |
5169
62a3f9818260
xgethostname simplification
Paul Eggert <eggert@cs.ucla.edu>
parents:
5168
diff
changeset
|
16 2004-08-08 Simon Josefsson <jas@extundo.com> |
62a3f9818260
xgethostname simplification
Paul Eggert <eggert@cs.ucla.edu>
parents:
5168
diff
changeset
|
17 |
62a3f9818260
xgethostname simplification
Paul Eggert <eggert@cs.ucla.edu>
parents:
5168
diff
changeset
|
18 * modules/xgethostname (Depends-on): Remove exit and error (not |
62a3f9818260
xgethostname simplification
Paul Eggert <eggert@cs.ucla.edu>
parents:
5168
diff
changeset
|
19 used). |
62a3f9818260
xgethostname simplification
Paul Eggert <eggert@cs.ucla.edu>
parents:
5168
diff
changeset
|
20 |
5170
17c4badb3864
Add getpass.h, so it's properly declared.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5169
diff
changeset
|
21 * modules/getpass-gnu: Add getpass.h. |
17c4badb3864
Add getpass.h, so it's properly declared.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5169
diff
changeset
|
22 (Depends-on): Add stdbool. |
17c4badb3864
Add getpass.h, so it's properly declared.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5169
diff
changeset
|
23 * modules/getpass: Add getpass.h. |
17c4badb3864
Add getpass.h, so it's properly declared.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5169
diff
changeset
|
24 |
5159 | 25 2004-08-06 Paul Eggert <eggert@cs.ucla.edu> |
26 | |
27 More merge from coreutils. | |
28 * modules/raise, modules/readtokens0, modules/utimens, | |
29 modules/utimecmp, module/xnanosleep: New files. | |
30 * modules/strftime: Add lib/strftime.h. | |
31 Change include from <time.h> to "strftime.h". | |
32 * modules/yesno: Add lib/yesno.h. | |
33 * modules/backupfile: Remove lib/addext.c. | |
34 * modules/euidaccess: Add stat-macros.h. | |
35 * modules/canonicalize, modules/euidaccess, | |
36 modules/filemode, modules/lchown, modules/makepath, | |
37 modules/rmdir, modules/stat: Likewise. | |
5166
95d4226b62d3
Remove dependency of xalloc in exitfail, error, gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5165
diff
changeset
|
38 |
5140
7d4e8a1a9f17
2004-08-03 Simon Josefsson <jas@extundo.com>
Bruno Haible <bruno@clisp.org>
parents:
5138
diff
changeset
|
39 2004-08-03 Simon Josefsson <jas@extundo.com> |
7d4e8a1a9f17
2004-08-03 Simon Josefsson <jas@extundo.com>
Bruno Haible <bruno@clisp.org>
parents:
5138
diff
changeset
|
40 |
7d4e8a1a9f17
2004-08-03 Simon Josefsson <jas@extundo.com>
Bruno Haible <bruno@clisp.org>
parents:
5138
diff
changeset
|
41 * modules/progname (Depends-on): Don't depend on stdbool. |
7d4e8a1a9f17
2004-08-03 Simon Josefsson <jas@extundo.com>
Bruno Haible <bruno@clisp.org>
parents:
5138
diff
changeset
|
42 |
5138 | 43 2004-08-02 Simon Josefsson <jas@extundo.com> |
44 | |
45 * modules/getsubopt: New file. | |
46 * MODULES.html.sh (Support for systems lacking POSIX:2001): Add | |
47 getsubopt. | |
48 | |
5119
7b7f24e67129
Merge from coreutils (first part).
Paul Eggert <eggert@cs.ucla.edu>
parents:
5111
diff
changeset
|
49 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
|
50 |
5137
ba885205d891
More merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5119
diff
changeset
|
51 Merge from coreutils. |
ba885205d891
More merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5119
diff
changeset
|
52 * modules/c-strtod, modules/c-strtold, modules/canonicalize, |
ba885205d891
More merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5119
diff
changeset
|
53 modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files. |
ba885205d891
More merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5119
diff
changeset
|
54 * modules/path-concat: Don't depend on strdup. |
5119
7b7f24e67129
Merge from coreutils (first part).
Paul Eggert <eggert@cs.ucla.edu>
parents:
5111
diff
changeset
|
55 |
5111 | 56 2004-08-03 Paul Eggert <eggert@cs.ucla.edu> |
57 | |
58 * modules/fatal: Remove, as the "fatal" module wasn't used or working. | |
59 * MODULES.html.sh (func_all_modules): Remove fatal. | |
60 | |
5106 | 61 2004-07-19 Bruno Haible <bruno@clisp.org> |
62 | |
63 * MODULES.html.sh (func_all_modules): Add dummy. | |
64 | |
65 2004-07-16 Simon Josefsson <jas@extundo.com> | |
66 | |
67 * modules/dummy: New file. | |
68 | |
5101 | 69 2004-07-09 Paul Eggert <eggert@cs.ucla.edu> |
70 | |
71 * modules/chown (Files): Add lib/fchown-stub.c, since | |
72 gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub). | |
73 | |
5092
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5085
diff
changeset
|
74 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:
5085
diff
changeset
|
75 |
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5085
diff
changeset
|
76 * modules/argz: Omit "#include". |
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5085
diff
changeset
|
77 |
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5085
diff
changeset
|
78 * MODULES.html.sh (func_all_modules): Add calloc, to match |
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5085
diff
changeset
|
79 2004-06-01 addition of calloc module. |
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5085
diff
changeset
|
80 |
5137
ba885205d891
More merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5119
diff
changeset
|
81 2004-06-22 Gary V. Vaughan <gary@gnu.org> |
5092
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5085
diff
changeset
|
82 |
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5085
diff
changeset
|
83 * modules/argz: New file. |
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5085
diff
changeset
|
84 * MODULES.html.sh (func_all_modules): Add argz. |
524f03b4532e
Add argz module, which is autoupdated from libtool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5085
diff
changeset
|
85 |
5085
2394c3c49c94
Add some missing dependencies and/or files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5081
diff
changeset
|
86 2004-06-12 Jim Meyering <jim@meyering.net> |
2394c3c49c94
Add some missing dependencies and/or files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5081
diff
changeset
|
87 and Paul Eggert <eggert@cs.ucla.edu> |
2394c3c49c94
Add some missing dependencies and/or files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5081
diff
changeset
|
88 |
2394c3c49c94
Add some missing dependencies and/or files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5081
diff
changeset
|
89 * modules/hash (Files): Add lib/xalloc.h. |
2394c3c49c94
Add some missing dependencies and/or files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5081
diff
changeset
|
90 * modules/pipe (Depends-on): Add wait-process. |
2394c3c49c94
Add some missing dependencies and/or files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5081
diff
changeset
|
91 * modules/stat (Depends-on): Add xalloc. |
2394c3c49c94
Add some missing dependencies and/or files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5081
diff
changeset
|
92 * modules/userspec (Files): Add lib/userspec.h. |
2394c3c49c94
Add some missing dependencies and/or files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5081
diff
changeset
|
93 * modules/xstrtol (Depends-on): Add error. |
2394c3c49c94
Add some missing dependencies and/or files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5081
diff
changeset
|
94 |
5081
af4fd5060a09
* modules/calloc: New file.
Jim Meyering <jim@meyering.net>
parents:
5078
diff
changeset
|
95 2004-06-01 Jim Meyering <jim@meyering.net> |
af4fd5060a09
* modules/calloc: New file.
Jim Meyering <jim@meyering.net>
parents:
5078
diff
changeset
|
96 |
af4fd5060a09
* modules/calloc: New file.
Jim Meyering <jim@meyering.net>
parents:
5078
diff
changeset
|
97 * modules/calloc: New file. |
af4fd5060a09
* modules/calloc: New file.
Jim Meyering <jim@meyering.net>
parents:
5078
diff
changeset
|
98 |
5078
146129232fe0
Merge from coreutils CVS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5074
diff
changeset
|
99 2004-06-01 Paul Eggert <eggert@cs.ucla.edu> |
146129232fe0
Merge from coreutils CVS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5074
diff
changeset
|
100 |
146129232fe0
Merge from coreutils CVS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5074
diff
changeset
|
101 * modules/file-type: Add lib/stat-macros.h. |
146129232fe0
Merge from coreutils CVS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5074
diff
changeset
|
102 |
5073
d4c310e7951f
Mention that the 'free' module, LIA-1.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5067
diff
changeset
|
103 2004-05-30 Paul Eggert <eggert@cs.ucla.edu> |
d4c310e7951f
Mention that the 'free' module, LIA-1.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5067
diff
changeset
|
104 |
5074
5f558ceff8fb
Remove dependency of hash and xalloc modules on the malloc and realloc
Paul Eggert <eggert@cs.ucla.edu>
parents:
5073
diff
changeset
|
105 * modules/hash (Depends-on): Remove malloc, realloc. |
5f558ceff8fb
Remove dependency of hash and xalloc modules on the malloc and realloc
Paul Eggert <eggert@cs.ucla.edu>
parents:
5073
diff
changeset
|
106 * modules/xalloc (Depends-on): Likewise. |
5f558ceff8fb
Remove dependency of hash and xalloc modules on the malloc and realloc
Paul Eggert <eggert@cs.ucla.edu>
parents:
5073
diff
changeset
|
107 |
5073
d4c310e7951f
Mention that the 'free' module, LIA-1.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5067
diff
changeset
|
108 * README: Mention that the 'free' module works around the |
d4c310e7951f
Mention that the 'free' module, LIA-1.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5067
diff
changeset
|
109 problem with 'free (0)'. |
d4c310e7951f
Mention that the 'free' module, LIA-1.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5067
diff
changeset
|
110 Mention LIA-1 and C99. |
d4c310e7951f
Mention that the 'free' module, LIA-1.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5067
diff
changeset
|
111 Add a copyright notice. |
d4c310e7951f
Mention that the 'free' module, LIA-1.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5067
diff
changeset
|
112 |
5067
1407b63897fd
Simplify argp by assuming alloca module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5063
diff
changeset
|
113 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
|
114 Paul Eggert <eggert@cs.ucla.edu> |
1407b63897fd
Simplify argp by assuming alloca module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5063
diff
changeset
|
115 |
1407b63897fd
Simplify argp by assuming alloca module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5063
diff
changeset
|
116 * modules/argp: Depend on alloca. |
1407b63897fd
Simplify argp by assuming alloca module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5063
diff
changeset
|
117 |
5063
1aecdc8063ba
alloca cleanup: always include <alloca.h>.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5055
diff
changeset
|
118 2004-05-16 Paul Eggert <eggert@cs.ucla.edu> |
1aecdc8063ba
alloca cleanup: always include <alloca.h>.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5055
diff
changeset
|
119 |
1aecdc8063ba
alloca cleanup: always include <alloca.h>.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5055
diff
changeset
|
120 * modules/getdate: Depend on alloca. |
1aecdc8063ba
alloca cleanup: always include <alloca.h>.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5055
diff
changeset
|
121 * modules/setenv: Likewise. |
1aecdc8063ba
alloca cleanup: always include <alloca.h>.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5055
diff
changeset
|
122 |
5055
669060078ea4
* modules/argp: Remove dependency on alloca.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5052
diff
changeset
|
123 2004-05-04 Derek Price <derek@ximbiot.com> |
669060078ea4
* modules/argp: Remove dependency on alloca.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5052
diff
changeset
|
124 |
669060078ea4
* modules/argp: Remove dependency on alloca.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5052
diff
changeset
|
125 * modules/argp: Remove dependency on alloca. |
669060078ea4
* modules/argp: Remove dependency on alloca.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5052
diff
changeset
|
126 |
5052
eb0bc80187ba
* m4/dos.m4 (gl_AC_DOS): Add Cygwin to list of Windows/DOS environments.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5034
diff
changeset
|
127 2004-04-27 Derek Price <derek@ximbiot.com> |
eb0bc80187ba
* m4/dos.m4 (gl_AC_DOS): Add Cygwin to list of Windows/DOS environments.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5034
diff
changeset
|
128 |
eb0bc80187ba
* m4/dos.m4 (gl_AC_DOS): Add Cygwin to list of Windows/DOS environments.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5034
diff
changeset
|
129 * m4/dos.m4 (gl_AC_DOS): Add Cygwin to list of Windows/DOS |
eb0bc80187ba
* m4/dos.m4 (gl_AC_DOS): Add Cygwin to list of Windows/DOS environments.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5034
diff
changeset
|
130 environments that accept backslashes and drive letters in paths. |
eb0bc80187ba
* m4/dos.m4 (gl_AC_DOS): Add Cygwin to list of Windows/DOS environments.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5034
diff
changeset
|
131 |
5032 | 132 2004-04-20 Jim Meyering <jim@meyering.net> |
133 | |
5034 | 134 * modules/dirfd: Change UTILS_ macro name prefix to gl_. |
135 * modules/mkstemp: Likewise. | |
136 * modules/mkdir: Likewise. | |
5032 | 137 |
5016
7141ea4946af
Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
Jim Meyering <jim@meyering.net>
parents:
5008
diff
changeset
|
138 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:
5008
diff
changeset
|
139 |
7141ea4946af
Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
Jim Meyering <jim@meyering.net>
parents:
5008
diff
changeset
|
140 Change jm_ to gl_ in AC_DEFINE'd names. |
7141ea4946af
Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
Jim Meyering <jim@meyering.net>
parents:
5008
diff
changeset
|
141 * modules/assert, modules/chown, modules/fpending: |
7141ea4946af
Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
Jim Meyering <jim@meyering.net>
parents:
5008
diff
changeset
|
142 * modules/ftruncate, modules/getgroups, modules/group-member: |
7141ea4946af
Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
Jim Meyering <jim@meyering.net>
parents:
5008
diff
changeset
|
143 * modules/lchown, modules/lstat, modules/memcmp: |
7141ea4946af
Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
Jim Meyering <jim@meyering.net>
parents:
5008
diff
changeset
|
144 * modules/nanosleep, modules/putenv, modules/stat: |
7141ea4946af
Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
Jim Meyering <jim@meyering.net>
parents:
5008
diff
changeset
|
145 * modules/strftime, modules/unlocked-io, modules/utime: |
7141ea4946af
Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
Jim Meyering <jim@meyering.net>
parents:
5008
diff
changeset
|
146 * modules/xstrtoimax, modules/xstrtoumax: |
7141ea4946af
Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
Jim Meyering <jim@meyering.net>
parents:
5008
diff
changeset
|
147 |
5006
5c0c9ef326d9
* modules/getopt (lib_SOURCES): Add getopt_int.h.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5005
diff
changeset
|
148 2004-04-12 Paul Eggert <eggert@twinsun.com> |
5c0c9ef326d9
* modules/getopt (lib_SOURCES): Add getopt_int.h.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5005
diff
changeset
|
149 |
5008
b2e3ca7de860
Propagating gettext into gnulib a bit better.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5007
diff
changeset
|
150 * config/srclist.txt: Restore setenv.c, unsetenv.c from gettext. |
b2e3ca7de860
Propagating gettext into gnulib a bit better.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5007
diff
changeset
|
151 Add intmax.m4, printf-posix.m4, sig_atomic_t.m4, |
b2e3ca7de860
Propagating gettext into gnulib a bit better.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5007
diff
changeset
|
152 signalblocking.m4, ssize_t.m4. |
b2e3ca7de860
Propagating gettext into gnulib a bit better.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5007
diff
changeset
|
153 * lib/unsetenv.c: Regenerate: this subtracts 1 from the |
b2e3ca7de860
Propagating gettext into gnulib a bit better.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5007
diff
changeset
|
154 copyright year (!). |
b2e3ca7de860
Propagating gettext into gnulib a bit better.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5007
diff
changeset
|
155 * m4/printf-posix.m4: Regenerate. |
b2e3ca7de860
Propagating gettext into gnulib a bit better.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5007
diff
changeset
|
156 |
5007
a5988445e945
* modules/inttostr (EXTRA_DIST): Move inttostr.c here....
Paul Eggert <eggert@cs.ucla.edu>
parents:
5006
diff
changeset
|
157 * modules/inttostr (EXTRA_DIST): Move inttostr.c here.... |
a5988445e945
* modules/inttostr (EXTRA_DIST): Move inttostr.c here....
Paul Eggert <eggert@cs.ucla.edu>
parents:
5006
diff
changeset
|
158 (lib_SOURCES): from here. |
5006
5c0c9ef326d9
* modules/getopt (lib_SOURCES): Add getopt_int.h.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5005
diff
changeset
|
159 * modules/getopt (lib_SOURCES): Add getopt_int.h. |
5c0c9ef326d9
* modules/getopt (lib_SOURCES): Add getopt_int.h.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5005
diff
changeset
|
160 |
5005 | 161 2004-04-12 Jim Meyering <jim@meyering.net> |
162 | |
5006
5c0c9ef326d9
* modules/getopt (lib_SOURCES): Add getopt_int.h.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5005
diff
changeset
|
163 * MODULES.html.sh (func_all_modules): Add cloexec, inttostr, free, |
5c0c9ef326d9
* modules/getopt (lib_SOURCES): Add getopt_int.h.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5005
diff
changeset
|
164 tzset. |
5005 | 165 |
4988
1c861d98d24f
* modules/realloc (Files): Remove m4/realloc.m4.
Jim Meyering <jim@meyering.net>
parents:
4983
diff
changeset
|
166 2004-03-30 Jim Meyering <jim@meyering.net> |
1c861d98d24f
* modules/realloc (Files): Remove m4/realloc.m4.
Jim Meyering <jim@meyering.net>
parents:
4983
diff
changeset
|
167 |
1c861d98d24f
* modules/realloc (Files): Remove m4/realloc.m4.
Jim Meyering <jim@meyering.net>
parents:
4983
diff
changeset
|
168 * modules/realloc (Files): Remove m4/realloc.m4. |
1c861d98d24f
* modules/realloc (Files): Remove m4/realloc.m4.
Jim Meyering <jim@meyering.net>
parents:
4983
diff
changeset
|
169 (configure.ac): Depend on AC_FUNC_REALLOC, rather than jm_FUNC_REALLOC. |
1c861d98d24f
* modules/realloc (Files): Remove m4/realloc.m4.
Jim Meyering <jim@meyering.net>
parents:
4983
diff
changeset
|
170 * modules/malloc (Files): Remove m4/malloc.m4. |
1c861d98d24f
* modules/realloc (Files): Remove m4/realloc.m4.
Jim Meyering <jim@meyering.net>
parents:
4983
diff
changeset
|
171 (configure.ac): Depend on AC_FUNC_MALLOC, rather than jm_FUNC_MALLOC. |
1c861d98d24f
* modules/realloc (Files): Remove m4/realloc.m4.
Jim Meyering <jim@meyering.net>
parents:
4983
diff
changeset
|
172 |
4983 | 173 2004-03-30 Paul Eggert <eggert@twinsun.com> |
174 | |
175 * modules/inttostr: New file. | |
4996 | 176 * modules/getdate: Depend on timespec, stdbool, gettime. |
4983 | 177 |
4979
6b9af4133e6f
Merge changes to getloadavg.c from coreutils and Emacs; this
Paul Eggert <eggert@cs.ucla.edu>
parents:
4970
diff
changeset
|
178 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:
4970
diff
changeset
|
179 |
6b9af4133e6f
Merge changes to getloadavg.c from coreutils and Emacs; this
Paul Eggert <eggert@cs.ucla.edu>
parents:
4970
diff
changeset
|
180 * modules/getloadvg: Depend on cloexec and xalloc. |
6b9af4133e6f
Merge changes to getloadavg.c from coreutils and Emacs; this
Paul Eggert <eggert@cs.ucla.edu>
parents:
4970
diff
changeset
|
181 |
6b9af4133e6f
Merge changes to getloadavg.c from coreutils and Emacs; this
Paul Eggert <eggert@cs.ucla.edu>
parents:
4970
diff
changeset
|
182 2004-03-09 Paul Eggert <eggert@twinsun.com> |
4970
595e9138157c
Sync getopt and argp from libc CVS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4964
diff
changeset
|
183 |
595e9138157c
Sync getopt and argp from libc CVS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4964
diff
changeset
|
184 * modules/getopt: Add lib/getopt_int.h. |
595e9138157c
Sync getopt and argp from libc CVS.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4964
diff
changeset
|
185 |
4964 | 186 2004-01-18 Simon Josefsson <jas@extundo.com> |
187 | |
188 * modules/strdup (Files, Makefile.am): Add strdup.h. | |
189 | |
4956 | 190 2004-02-22 Bruno Haible <bruno@clisp.org> |
191 | |
192 * modules/xalloc: Remove dependency on stdbool. | |
193 Reported by Derek Robert Price <derek@ximbiot.com>. | |
194 | |
4940 | 195 2004-02-03 Bruno Haible <bruno@clisp.org> |
196 | |
197 * modules/pipe: New file. | |
198 * MODULES.html.sh (func_all_modules): Add pipe. | |
199 | |
4936 | 200 2004-01-27 Bruno Haible <bruno@clisp.org> |
201 | |
202 * modules/execute: New file. | |
203 * MODULES.html.sh (func_all_modules): Add execute. | |
204 | |
4934
0ffd1692e066
Exit-status fixes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4929
diff
changeset
|
205 2004-01-23 Paul Eggert <eggert@twinsun.com> |
0ffd1692e066
Exit-status fixes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4929
diff
changeset
|
206 |
0ffd1692e066
Exit-status fixes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4929
diff
changeset
|
207 * modules/argmatch, modules/obstack, modules/xstrtol: |
0ffd1692e066
Exit-status fixes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4929
diff
changeset
|
208 Depend on exitfail. |
0ffd1692e066
Exit-status fixes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4929
diff
changeset
|
209 |
4929
4192ff0fff14
Use allocsa instead of alloca.
Bruno Haible <bruno@clisp.org>
parents:
4926
diff
changeset
|
210 2004-01-20 Bruno Haible <bruno@clisp.org> |
4192ff0fff14
Use allocsa instead of alloca.
Bruno Haible <bruno@clisp.org>
parents:
4926
diff
changeset
|
211 |
4192ff0fff14
Use allocsa instead of alloca.
Bruno Haible <bruno@clisp.org>
parents:
4926
diff
changeset
|
212 * modules/setenv: Depend on allocsa instead of alloca. |
4192ff0fff14
Use allocsa instead of alloca.
Bruno Haible <bruno@clisp.org>
parents:
4926
diff
changeset
|
213 |
4926 | 214 2004-01-20 Bruno Haible <bruno@clisp.org> |
215 | |
216 * modules/xallocsa: New file. | |
217 * MODULES.html.sh (func_all_modules): Add xallocsa. | |
218 | |
4924 | 219 2004-01-20 Bruno Haible <bruno@clisp.org> |
220 | |
221 * modules/allocsa: New file. | |
222 * MODULES.html.sh (func_all_modules): Add allocsa. | |
223 | |
4919 | 224 2004-01-20 Bruno Haible <bruno@clisp.org> |
225 | |
226 * modules/eealloc: New file. | |
227 * MODULES.html.sh (func_all_modules): Add eealloc. | |
228 | |
4909
b3f5a7efff1a
* modules/poll: Add BUILT_SOURCES.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4896
diff
changeset
|
229 2004-01-15 Paul Eggert <eggert@twinsun.com> |
b3f5a7efff1a
* modules/poll: Add BUILT_SOURCES.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4896
diff
changeset
|
230 |
b3f5a7efff1a
* modules/poll: Add BUILT_SOURCES.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4896
diff
changeset
|
231 * modules/poll: Add BUILT_SOURCES. |
b3f5a7efff1a
* modules/poll: Add BUILT_SOURCES.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4896
diff
changeset
|
232 Prefer "$@" to "poll.h" in rule for building poll.h. |
b3f5a7efff1a
* modules/poll: Add BUILT_SOURCES.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4896
diff
changeset
|
233 All this is for consistency with alloca and fnmatch. |
b3f5a7efff1a
* modules/poll: Add BUILT_SOURCES.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4896
diff
changeset
|
234 |
4910 | 235 * modules/same: Depend on stdbool. |
236 | |
4896 | 237 2003-12-03 Bruno Haible <bruno@clisp.org> |
238 | |
239 Upgrade from gettext-0.13. | |
240 * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4, | |
241 m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4, | |
242 m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4. | |
243 | |
4886
e4317f1f2e2c
Use size_t instead of ssize_t.
Bruno Haible <bruno@clisp.org>
parents:
4884
diff
changeset
|
244 2003-11-25 Bruno Haible <bruno@clisp.org> |
e4317f1f2e2c
Use size_t instead of ssize_t.
Bruno Haible <bruno@clisp.org>
parents:
4884
diff
changeset
|
245 |
e4317f1f2e2c
Use size_t instead of ssize_t.
Bruno Haible <bruno@clisp.org>
parents:
4884
diff
changeset
|
246 * modules/vasnprintf (Files): Remove m4/ssize_t.m4. |
e4317f1f2e2c
Use size_t instead of ssize_t.
Bruno Haible <bruno@clisp.org>
parents:
4884
diff
changeset
|
247 |
4884
4d0ebc9d330c
Remove dependency of alloca on xalloc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4876
diff
changeset
|
248 2003-11-24 Paul Eggert <eggert@twinsun.com> |
4d0ebc9d330c
Remove dependency of alloca on xalloc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4876
diff
changeset
|
249 |
4d0ebc9d330c
Remove dependency of alloca on xalloc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4876
diff
changeset
|
250 * modules/alloca: Remove dependency on xalloc. |
4d0ebc9d330c
Remove dependency of alloca on xalloc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4876
diff
changeset
|
251 |
4876
c515580049a9
S+T cannot overflow if S is the size of an existing object and T is small.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4872
diff
changeset
|
252 2003-11-17 Paul Eggert <eggert@twinsun.com> |
c515580049a9
S+T cannot overflow if S is the size of an existing object and T is small.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4872
diff
changeset
|
253 |
c515580049a9
S+T cannot overflow if S is the size of an existing object and T is small.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4872
diff
changeset
|
254 * README: Mention that S+T cannot overflow if S is the size of |
c515580049a9
S+T cannot overflow if S is the size of an existing object and T is small.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4872
diff
changeset
|
255 an existing object and T is sufficiently small. |
c515580049a9
S+T cannot overflow if S is the size of an existing object and T is small.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4872
diff
changeset
|
256 |
4872
c5afc99b8ce5
Use xsize.h to protect against memory size overflows.
Bruno Haible <bruno@clisp.org>
parents:
4865
diff
changeset
|
257 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
|
258 |
c5afc99b8ce5
Use xsize.h to protect against memory size overflows.
Bruno Haible <bruno@clisp.org>
parents:
4865
diff
changeset
|
259 * modules/vasnprintf (Files): Add m4/ssize_t.m4. |
c5afc99b8ce5
Use xsize.h to protect against memory size overflows.
Bruno Haible <bruno@clisp.org>
parents:
4865
diff
changeset
|
260 (Depends-on): Add xsize. |
c5afc99b8ce5
Use xsize.h to protect against memory size overflows.
Bruno Haible <bruno@clisp.org>
parents:
4865
diff
changeset
|
261 |
4865
8690f8e0e0bf
Remove dependency of xalloc.h on SIZE_MAX and PTRDIFF_MAX.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4862
diff
changeset
|
262 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
|
263 |
8690f8e0e0bf
Remove dependency of xalloc.h on SIZE_MAX and PTRDIFF_MAX.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4862
diff
changeset
|
264 * modules/xalloc (Files): Undo latest change, since xalloc.h |
8690f8e0e0bf
Remove dependency of xalloc.h on SIZE_MAX and PTRDIFF_MAX.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4862
diff
changeset
|
265 no longer needs SIZE_MAX or PTRDIFF_MAX. |
8690f8e0e0bf
Remove dependency of xalloc.h on SIZE_MAX and PTRDIFF_MAX.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4862
diff
changeset
|
266 |
4862
1f6c3678919c
Rely on SIZE_MAX and PTRDIFF_MAX as defined by ISO C 99.
Bruno Haible <bruno@clisp.org>
parents:
4852
diff
changeset
|
267 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
|
268 |
1f6c3678919c
Rely on SIZE_MAX and PTRDIFF_MAX as defined by ISO C 99.
Bruno Haible <bruno@clisp.org>
parents:
4852
diff
changeset
|
269 * modules/xsize (Files): Add m4/size_max.m4. |
4865
8690f8e0e0bf
Remove dependency of xalloc.h on SIZE_MAX and PTRDIFF_MAX.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4862
diff
changeset
|
270 * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4. |
4862
1f6c3678919c
Rely on SIZE_MAX and PTRDIFF_MAX as defined by ISO C 99.
Bruno Haible <bruno@clisp.org>
parents:
4852
diff
changeset
|
271 |
4852 | 272 2003-11-04 Bruno Haible <bruno@clisp.org> |
273 | |
274 * modules/xsize: New file. | |
275 * modules/linebreak: Depend on xsize. | |
276 * MODULES.html.sh (func_all_modules): Add xsize. | |
277 | |
4851 | 278 2003-11-04 Jim Meyering <jim@meyering.net> |
279 | |
280 * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd | |
281 variable names, rather than @VAR@. | |
282 * modules/poll: Likewise. | |
283 | |
4846 | 284 2003-11-03 Jim Meyering <jim@meyering.net> |
285 | |
286 * modules/userspec (lib_SOURCES): Add userspec.h. | |
287 (Include): Add "userspec.h". | |
288 Improve description. | |
289 | |
4830
410ea3e253b9
Revamp xalloc_oversized so that its count arg need not fit into size_t.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4802
diff
changeset
|
290 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:
4802
diff
changeset
|
291 |
410ea3e253b9
Revamp xalloc_oversized so that its count arg need not fit into size_t.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4802
diff
changeset
|
292 * modules/group-member: Depend on stdbool. |
410ea3e253b9
Revamp xalloc_oversized so that its count arg need not fit into size_t.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4802
diff
changeset
|
293 |
4802 | 294 2003-10-20 Bruno Haible <bruno@clisp.org> |
295 | |
296 * modules/wait-process: New file. | |
297 * MODULES.html.sh (func_all_modules): Add wait-process. | |
298 | |
4797 | 299 2003-10-16 Paul Eggert <eggert@twinsun.com> |
300 | |
301 * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL. | |
302 | |
4786
83d8d561903a
Improved 'fatal-signal' module.
Bruno Haible <bruno@clisp.org>
parents:
4783
diff
changeset
|
303 2003-10-14 Bruno Haible <bruno@clisp.org> |
83d8d561903a
Improved 'fatal-signal' module.
Bruno Haible <bruno@clisp.org>
parents:
4783
diff
changeset
|
304 |
83d8d561903a
Improved 'fatal-signal' module.
Bruno Haible <bruno@clisp.org>
parents:
4783
diff
changeset
|
305 * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list. |
83d8d561903a
Improved 'fatal-signal' module.
Bruno Haible <bruno@clisp.org>
parents:
4783
diff
changeset
|
306 |
4783
d1dc5d9bf1ba
Revamp xalloc interface so that it can check for address arithmetic overflow.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4781
diff
changeset
|
307 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
|
308 |
d1dc5d9bf1ba
Revamp xalloc interface so that it can check for address arithmetic overflow.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4781
diff
changeset
|
309 * modules/xalloc: Do not depend on 'exit'. Depend on 'stdbool'. |
d1dc5d9bf1ba
Revamp xalloc interface so that it can check for address arithmetic overflow.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4781
diff
changeset
|
310 Change maintainer from Bruno Haible to 'all'. |
d1dc5d9bf1ba
Revamp xalloc interface so that it can check for address arithmetic overflow.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4781
diff
changeset
|
311 |
4781
d762cb7714db
A little more dependencies of the 'argp' module.
Bruno Haible <bruno@clisp.org>
parents:
4778
diff
changeset
|
312 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
|
313 |
d762cb7714db
A little more dependencies of the 'argp' module.
Bruno Haible <bruno@clisp.org>
parents:
4778
diff
changeset
|
314 * modules/argp (Depends-on): Add restrict and strcase. |
d762cb7714db
A little more dependencies of the 'argp' module.
Bruno Haible <bruno@clisp.org>
parents:
4778
diff
changeset
|
315 |
4778
d68794da5ecb
Merge getpass from libc, plus a few fixes.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4772
diff
changeset
|
316 2003-10-08 Paul Eggert <eggert@twinsun.com> |
d68794da5ecb
Merge getpass from libc, plus a few fixes.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4772
diff
changeset
|
317 |
d68794da5ecb
Merge getpass from libc, plus a few fixes.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4772
diff
changeset
|
318 * modules/getpass: Depend on stdbool. |
d68794da5ecb
Merge getpass from libc, plus a few fixes.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4772
diff
changeset
|
319 |
4772
733f57f44f09
Remove version-etc-2 module.
Bruno Haible <bruno@clisp.org>
parents:
4770
diff
changeset
|
320 2003-10-06 Bruno Haible <bruno@clisp.org> |
733f57f44f09
Remove version-etc-2 module.
Bruno Haible <bruno@clisp.org>
parents:
4770
diff
changeset
|
321 |
733f57f44f09
Remove version-etc-2 module.
Bruno Haible <bruno@clisp.org>
parents:
4770
diff
changeset
|
322 * modules/version-etc-2: Remove file. |
733f57f44f09
Remove version-etc-2 module.
Bruno Haible <bruno@clisp.org>
parents:
4770
diff
changeset
|
323 * MODULES.html.sh (func_all_modules): Remove version-etc-2. |
733f57f44f09
Remove version-etc-2 module.
Bruno Haible <bruno@clisp.org>
parents:
4770
diff
changeset
|
324 |
4770 | 325 2003-10-06 Bruno Haible <bruno@clisp.org> |
326 | |
327 * modules/fatal-signal: New file. | |
328 * MODULES.html.sh (func_all_modules): Add fatal-signal. | |
329 | |
4768
3027c8485825
Rework advice for preventing empty .o files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4764
diff
changeset
|
330 2003-10-05 Paul Eggert <eggert@twinsun.com> |
3027c8485825
Rework advice for preventing empty .o files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4764
diff
changeset
|
331 |
3027c8485825
Rework advice for preventing empty .o files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4764
diff
changeset
|
332 * README: Rework advice for preventing empty .o files. |
3027c8485825
Rework advice for preventing empty .o files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4764
diff
changeset
|
333 Don't recommend ELIDE constructs. Recommend <stddef.h>, |
3027c8485825
Rework advice for preventing empty .o files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4764
diff
changeset
|
334 not <sys/types.h>. |
3027c8485825
Rework advice for preventing empty .o files.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4764
diff
changeset
|
335 |
4764 | 336 2003-10-02 Bruno Haible <bruno@clisp.org> |
337 | |
338 * modules/lchown (Include): Add lchown.h. | |
339 * modules/time_r (Include): Use "..." syntax. | |
340 * modules/xgetdomainname (Include): Add xgetdomainname.h. | |
341 | |
4763
0d7756a5da9e
Put gethostname into the right section.
Bruno Haible <bruno@clisp.org>
parents:
4755
diff
changeset
|
342 2003-10-01 Simon Josefsson <jas@extundo.com> |
0d7756a5da9e
Put gethostname into the right section.
Bruno Haible <bruno@clisp.org>
parents:
4755
diff
changeset
|
343 |
4770 | 344 * MODULES.html.sh (func_all_modules): Move gethostname from section |
345 'based on' to section 'lacking' POSIX:2001. | |
4763
0d7756a5da9e
Put gethostname into the right section.
Bruno Haible <bruno@clisp.org>
parents:
4755
diff
changeset
|
346 |
4755
7e8a409ee684
Trivial fixes to Makefile.am parts of module listings.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4753
diff
changeset
|
347 2003-09-27 Oskar Liljeblad <oskar@osk.mine.nu> |
7e8a409ee684
Trivial fixes to Makefile.am parts of module listings.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4753
diff
changeset
|
348 |
7e8a409ee684
Trivial fixes to Makefile.am parts of module listings.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4753
diff
changeset
|
349 Trivial fixes to Makefile.am parts of module listings. |
7e8a409ee684
Trivial fixes to Makefile.am parts of module listings.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4753
diff
changeset
|
350 * modules/strstr: Append strstr.h to lib_SOURCES. |
7e8a409ee684
Trivial fixes to Makefile.am parts of module listings.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4753
diff
changeset
|
351 * modules/strcase: Likewise, for strcase.h. |
7e8a409ee684
Trivial fixes to Makefile.am parts of module listings.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4753
diff
changeset
|
352 |
4753 | 353 2003-09-27 Paul Eggert <eggert@twinsun.com> |
354 | |
355 * modules/free: New file. | |
356 | |
4735
f92ded1bb871
New module 'version-etc-2'.
Bruno Haible <bruno@clisp.org>
parents:
4733
diff
changeset
|
357 2003-09-25 Bruno Haible <bruno@clisp.org> |
f92ded1bb871
New module 'version-etc-2'.
Bruno Haible <bruno@clisp.org>
parents:
4733
diff
changeset
|
358 |
f92ded1bb871
New module 'version-etc-2'.
Bruno Haible <bruno@clisp.org>
parents:
4733
diff
changeset
|
359 * modules/version-etc-2: New file, from modules/version-etc with |
f92ded1bb871
New module 'version-etc-2'.
Bruno Haible <bruno@clisp.org>
parents:
4733
diff
changeset
|
360 modifications. |
f92ded1bb871
New module 'version-etc-2'.
Bruno Haible <bruno@clisp.org>
parents:
4733
diff
changeset
|
361 * MODULES.html.sh (func_all_modules): Add version-etc-2. |
f92ded1bb871
New module 'version-etc-2'.
Bruno Haible <bruno@clisp.org>
parents:
4733
diff
changeset
|
362 |
4733
dbe204edd79d
New modules 'getdomainname', 'xgetdomainname'.
Bruno Haible <bruno@clisp.org>
parents:
4717
diff
changeset
|
363 2003-09-25 Simon Josefsson <jas@extundo.com> |
dbe204edd79d
New modules 'getdomainname', 'xgetdomainname'.
Bruno Haible <bruno@clisp.org>
parents:
4717
diff
changeset
|
364 Bruno Haible <bruno@clisp.org> |
dbe204edd79d
New modules 'getdomainname', 'xgetdomainname'.
Bruno Haible <bruno@clisp.org>
parents:
4717
diff
changeset
|
365 |
dbe204edd79d
New modules 'getdomainname', 'xgetdomainname'.
Bruno Haible <bruno@clisp.org>
parents:
4717
diff
changeset
|
366 * modules/getdomainname: New file. |
dbe204edd79d
New modules 'getdomainname', 'xgetdomainname'.
Bruno Haible <bruno@clisp.org>
parents:
4717
diff
changeset
|
367 * modules/xgetdomainname: New file. |
dbe204edd79d
New modules 'getdomainname', 'xgetdomainname'.
Bruno Haible <bruno@clisp.org>
parents:
4717
diff
changeset
|
368 * MODULES.html.sh (func_all_modules): Add getdomainname, xgetdomainname. |
dbe204edd79d
New modules 'getdomainname', 'xgetdomainname'.
Bruno Haible <bruno@clisp.org>
parents:
4717
diff
changeset
|
369 |
4741
09375b319a6a
Document recent checkins.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4735
diff
changeset
|
370 2003-09-24 Paul Eggert <eggert@twinsun.com> |
09375b319a6a
Document recent checkins.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4735
diff
changeset
|
371 |
09375b319a6a
Document recent checkins.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4735
diff
changeset
|
372 * README: Document assumptions that 'int' is at least 32 bits |
09375b319a6a
Document recent checkins.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4735
diff
changeset
|
373 wide, that integer arithmetic is 2's complement without overflow, |
09375b319a6a
Document recent checkins.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4735
diff
changeset
|
374 that there are no holes in integer values, that adding sizes of |
09375b319a6a
Document recent checkins.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4735
diff
changeset
|
375 two nonoverlapping objects can't overflow, and that all-bits-zero |
09375b319a6a
Document recent checkins.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4735
diff
changeset
|
376 yields scalar zero. Fix spelling and capitalization typos. |
09375b319a6a
Document recent checkins.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4735
diff
changeset
|
377 |
09375b319a6a
Document recent checkins.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4735
diff
changeset
|
378 2003-09-24 Simon Josefsson <jas@extundo.com> |
09375b319a6a
Document recent checkins.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4735
diff
changeset
|
379 |
09375b319a6a
Document recent checkins.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4735
diff
changeset
|
380 * modules/xgethostname: Add xgethostname.h. |
09375b319a6a
Document recent checkins.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4735
diff
changeset
|
381 |
4717
ed7cd4050365
Port gnulib-tool to Solaris 8.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4712
diff
changeset
|
382 2003-09-17 Paul Eggert <eggert@twinsun.com> |
ed7cd4050365
Port gnulib-tool to Solaris 8.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4712
diff
changeset
|
383 |
ed7cd4050365
Port gnulib-tool to Solaris 8.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4712
diff
changeset
|
384 * gnulib-tool: Use "test -h", not "test -L", for portability |
ed7cd4050365
Port gnulib-tool to Solaris 8.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4712
diff
changeset
|
385 to Solaris 8 /bin/sh. (This bug is fixed in Solaris 9.) |
ed7cd4050365
Port gnulib-tool to Solaris 8.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4712
diff
changeset
|
386 (tags_regexp): Remove, since \| doesn't conform to POSIX. |
ed7cd4050365
Port gnulib-tool to Solaris 8.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4712
diff
changeset
|
387 (sed_extract_prog): Issue s commands one-by-one, rather than |
ed7cd4050365
Port gnulib-tool to Solaris 8.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4712
diff
changeset
|
388 using \| in one s command. |
ed7cd4050365
Port gnulib-tool to Solaris 8.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4712
diff
changeset
|
389 |
4712
39841d2009ed
Add a warning about duplicate dependencies.
Bruno Haible <bruno@clisp.org>
parents:
4710
diff
changeset
|
390 2003-09-16 Bruno Haible <bruno@clisp.org> |
39841d2009ed
Add a warning about duplicate dependencies.
Bruno Haible <bruno@clisp.org>
parents:
4710
diff
changeset
|
391 |
39841d2009ed
Add a warning about duplicate dependencies.
Bruno Haible <bruno@clisp.org>
parents:
4710
diff
changeset
|
392 * gnulib-tool (func_create_testdir): Warn about duplicated |
39841d2009ed
Add a warning about duplicate dependencies.
Bruno Haible <bruno@clisp.org>
parents:
4710
diff
changeset
|
393 dependencies. |
39841d2009ed
Add a warning about duplicate dependencies.
Bruno Haible <bruno@clisp.org>
parents:
4710
diff
changeset
|
394 |
4710
aade00a0ec71
Sort dependencies by importance, not alphabetically.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4709
diff
changeset
|
395 2003-09-15 Paul Eggert <eggert@twinsun.com> |
aade00a0ec71
Sort dependencies by importance, not alphabetically.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4709
diff
changeset
|
396 |
aade00a0ec71
Sort dependencies by importance, not alphabetically.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4709
diff
changeset
|
397 * modules/argmatch, modules/fatal, modules/obstack, |
aade00a0ec71
Sort dependencies by importance, not alphabetically.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4709
diff
changeset
|
398 modules/xalloc, modules/xgethostname: Sort dependencies by |
aade00a0ec71
Sort dependencies by importance, not alphabetically.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4709
diff
changeset
|
399 importance, not alphabetically. |
aade00a0ec71
Sort dependencies by importance, not alphabetically.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4709
diff
changeset
|
400 |
4709 | 401 2003-09-14 Bruno Haible <bruno@clisp.org> |
402 | |
403 * modules/fwriteerror: New file. | |
404 * MODULES.html.sh (func_all_modules): Add fwriteerror. | |
405 | |
4701
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4670
diff
changeset
|
406 2003-09-12 Paul Eggert <eggert@twinsun.com> |
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4670
diff
changeset
|
407 |
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4670
diff
changeset
|
408 * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack, |
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4670
diff
changeset
|
409 modules/xgethostname, modules/xalloc: Depend on exit. |
1065f1b8e8ec
More changes, mostly C89 related.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4670
diff
changeset
|
410 |
4670 | 411 2003-09-09 Paul Eggert <eggert@twinsun.com> |
412 | |
413 * README: New section: portability guidelines. | |
414 | |
4623
13cc36518e0b
* modules/time_r: Depend on 'restrict'.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4621
diff
changeset
|
415 2003-09-07 Paul Eggert <eggert@twinsun.com> |
13cc36518e0b
* modules/time_r: Depend on 'restrict'.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4621
diff
changeset
|
416 |
13cc36518e0b
* modules/time_r: Depend on 'restrict'.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4621
diff
changeset
|
417 * modules/time_r: Depend on 'restrict'. Fix from Simon Josefsson in |
13cc36518e0b
* modules/time_r: Depend on 'restrict'.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4621
diff
changeset
|
418 <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>. |
13cc36518e0b
* modules/time_r: Depend on 'restrict'.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4621
diff
changeset
|
419 |
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
|
420 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
|
421 |
3d28ad4e18e2
Add time_r module. Change timegm, mktime, and strftime to use localtime_r
Paul Eggert <eggert@cs.ucla.edu>
parents:
4616
diff
changeset
|
422 * MODULES.html.sh (func_all_modules): Add time_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
|
423 * modules/time_r: New file. |
3d28ad4e18e2
Add time_r module. Change timegm, mktime, and strftime to use localtime_r
Paul Eggert <eggert@cs.ucla.edu>
parents:
4616
diff
changeset
|
424 * modules/mktime, modules/strftime, modules/timegm: Depend on time_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
|
425 * modules/timegm: Depend on mktime. Change maintainer to "all, glibc". |
4670 | 426 |
4616 | 427 2003-08-31 Simon Josefsson <jas@extundo.com> |
428 | |
429 * modules/timegm: New file. | |
430 * MODULES.html.sh (func_all_modules): Add timegm. | |
431 | |
4615
4a92cb1cc115
Forgot to distribute strndup.h.
Bruno Haible <bruno@clisp.org>
parents:
4603
diff
changeset
|
432 2003-08-22 Simon Josefsson <jas@extundo.com> |
4a92cb1cc115
Forgot to distribute strndup.h.
Bruno Haible <bruno@clisp.org>
parents:
4603
diff
changeset
|
433 |
4a92cb1cc115
Forgot to distribute strndup.h.
Bruno Haible <bruno@clisp.org>
parents:
4603
diff
changeset
|
434 * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES. |
4a92cb1cc115
Forgot to distribute strndup.h.
Bruno Haible <bruno@clisp.org>
parents:
4603
diff
changeset
|
435 |
4603 | 436 2003-08-20 Bruno Haible <bruno@clisp.org> |
437 | |
438 * modules/progname: New file. | |
439 * MODULES.html.sh (func_all_modules): Add progname. | |
440 | |
4596
fed81fcab071
* modules/stdbool: Add BUILT_SOURCES. Prefer $@ to target name
Paul Eggert <eggert@cs.ucla.edu>
parents:
4595
diff
changeset
|
441 2003-08-18 Paul Eggert <eggert@twinsun.com> |
fed81fcab071
* modules/stdbool: Add BUILT_SOURCES. Prefer $@ to target name
Paul Eggert <eggert@cs.ucla.edu>
parents:
4595
diff
changeset
|
442 |
fed81fcab071
* modules/stdbool: Add BUILT_SOURCES. Prefer $@ to target name
Paul Eggert <eggert@cs.ucla.edu>
parents:
4595
diff
changeset
|
443 * modules/stdbool: Add BUILT_SOURCES. Prefer $@ to target name |
4865
8690f8e0e0bf
Remove dependency of xalloc.h on SIZE_MAX and PTRDIFF_MAX.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4862
diff
changeset
|
444 in makefile rules. |
4596
fed81fcab071
* modules/stdbool: Add BUILT_SOURCES. Prefer $@ to target name
Paul Eggert <eggert@cs.ucla.edu>
parents:
4595
diff
changeset
|
445 |
4595 | 446 2003-08-17 Simon Josefsson <jas@extundo.com> |
447 | |
448 * modules/argp: Fix autoconf macro name. Add more dependencies. | |
449 | |
4587
db90c263cc55
Add an include file to module 'strndup'.
Bruno Haible <bruno@clisp.org>
parents:
4586
diff
changeset
|
450 2003-08-17 Simon Josefsson <jas@extundo.com> |
db90c263cc55
Add an include file to module 'strndup'.
Bruno Haible <bruno@clisp.org>
parents:
4586
diff
changeset
|
451 |
db90c263cc55
Add an include file to module 'strndup'.
Bruno Haible <bruno@clisp.org>
parents:
4586
diff
changeset
|
452 * modules/xstrndup: New file. |
db90c263cc55
Add an include file to module 'strndup'.
Bruno Haible <bruno@clisp.org>
parents:
4586
diff
changeset
|
453 * MODULES.html.sh (func_all_modules): Add xstrndup. |
db90c263cc55
Add an include file to module 'strndup'.
Bruno Haible <bruno@clisp.org>
parents:
4586
diff
changeset
|
454 |
db90c263cc55
Add an include file to module 'strndup'.
Bruno Haible <bruno@clisp.org>
parents:
4586
diff
changeset
|
455 2003-08-17 Bruno Haible <bruno@clisp.org> |
db90c263cc55
Add an include file to module 'strndup'.
Bruno Haible <bruno@clisp.org>
parents:
4586
diff
changeset
|
456 |
db90c263cc55
Add an include file to module 'strndup'.
Bruno Haible <bruno@clisp.org>
parents:
4586
diff
changeset
|
457 * modules/strndup (Files, Include): Add lib/strndup.h. |
db90c263cc55
Add an include file to module 'strndup'.
Bruno Haible <bruno@clisp.org>
parents:
4586
diff
changeset
|
458 |
4586
eb1b4acf2e86
Avoid autoconf/autoheader warning
Bruno Haible <bruno@clisp.org>
parents:
4585
diff
changeset
|
459 2003-08-17 Bruno Haible <bruno@clisp.org> |
eb1b4acf2e86
Avoid autoconf/autoheader warning
Bruno Haible <bruno@clisp.org>
parents:
4585
diff
changeset
|
460 |
eb1b4acf2e86
Avoid autoconf/autoheader warning
Bruno Haible <bruno@clisp.org>
parents:
4585
diff
changeset
|
461 * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS |
eb1b4acf2e86
Avoid autoconf/autoheader warning
Bruno Haible <bruno@clisp.org>
parents:
4585
diff
changeset
|
462 like AC_GNU_SOURCE. |
eb1b4acf2e86
Avoid autoconf/autoheader warning
Bruno Haible <bruno@clisp.org>
parents:
4585
diff
changeset
|
463 * modules/extensions (configure.ac): Comment out the invocation of |
eb1b4acf2e86
Avoid autoconf/autoheader warning
Bruno Haible <bruno@clisp.org>
parents:
4585
diff
changeset
|
464 gl_USE_SYSTEM_EXTENSIONS. |
eb1b4acf2e86
Avoid autoconf/autoheader warning
Bruno Haible <bruno@clisp.org>
parents:
4585
diff
changeset
|
465 |
4585 | 466 2003-08-17 Bruno Haible <bruno@clisp.org> |
467 | |
468 * modules/euidaccess (Files): Add lib/euidaccess.h. | |
469 | |
4580
127f5dcbdcce
Document merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4573
diff
changeset
|
470 2003-08-16 Paul Eggert <eggert@twinsun.com> |
127f5dcbdcce
Document merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4573
diff
changeset
|
471 |
127f5dcbdcce
Document merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4573
diff
changeset
|
472 Document merge from coreutils. |
127f5dcbdcce
Document merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4573
diff
changeset
|
473 * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES. |
127f5dcbdcce
Document merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4573
diff
changeset
|
474 * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES. |
127f5dcbdcce
Document merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4573
diff
changeset
|
475 * modules/utime: Add m4/utimes-null.m4. |
127f5dcbdcce
Document merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4573
diff
changeset
|
476 |
4573
08358b56eaa7
More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
477 2003-08-15 Paul Eggert <eggert@twinsun.com> |
08358b56eaa7
More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
478 |
4580
127f5dcbdcce
Document merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4573
diff
changeset
|
479 Document merge from coreutils. |
4573
08358b56eaa7
More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
480 * modules/userspec: Depend on posixver. |
08358b56eaa7
More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
481 * modules/strftime: Depend on tzset. |
08358b56eaa7
More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
482 |
08358b56eaa7
More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
483 2003-08-14 Jim Meyering <jim@meyering.net> |
08358b56eaa7
More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
484 |
08358b56eaa7
More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
485 Merges from coreutils. |
08358b56eaa7
More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
486 * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED |
08358b56eaa7
More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
487 variable names, rather than @FNMATCH_H@. |
08358b56eaa7
More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
488 * modules/alloca: Likewise for $(ALLOCA_H). |
08358b56eaa7
More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
489 |
08358b56eaa7
More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
490 * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of |
08358b56eaa7
More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
491 the three copies of the literal target, `fnmatch.h'. |
08358b56eaa7
More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
492 * modules/alloca (alloca.h): Likewise. |
08358b56eaa7
More merges from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
493 |
4549 | 494 2003-08-14 Paul Eggert <eggert@twinsun.com> |
495 | |
496 * modules/tzset: New file. | |
497 | |
4531
67c56a27d86c
Merge euidaccess etc. from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4524
diff
changeset
|
498 2003-08-12 Paul Eggert <eggert@twinsun.com> |
67c56a27d86c
Merge euidaccess etc. from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4524
diff
changeset
|
499 |
67c56a27d86c
Merge euidaccess etc. from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4524
diff
changeset
|
500 Merge from coreutils. |
67c56a27d86c
Merge euidaccess etc. from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4524
diff
changeset
|
501 * modules/euidaccess: Add lib_SOURCES, include for new |
67c56a27d86c
Merge euidaccess etc. from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4524
diff
changeset
|
502 file euidaccess.h |
67c56a27d86c
Merge euidaccess etc. from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4524
diff
changeset
|
503 |
4524
5546f601135b
Remove the gnu-source module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4518
diff
changeset
|
504 2003-08-11 Paul Eggert <eggert@twinsun.com> |
5546f601135b
Remove the gnu-source module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4518
diff
changeset
|
505 |
5546f601135b
Remove the gnu-source module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4518
diff
changeset
|
506 * modules/gnu-source, m4/gnu-source.m4: |
5546f601135b
Remove the gnu-source module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4518
diff
changeset
|
507 Remove; we're assuming Autoconf 2.54 or later now. |
5546f601135b
Remove the gnu-source module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4518
diff
changeset
|
508 Suggested by Bruno Haible. |
5546f601135b
Remove the gnu-source module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4518
diff
changeset
|
509 * MODULES.html.sh (func_all_modules): Remove gnu-source. |
4580
127f5dcbdcce
Document merge from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4573
diff
changeset
|
510 |
4515
ae4b157d42ad
New module 'extensions', used by timespec and unlocked-io
Paul Eggert <eggert@cs.ucla.edu>
parents:
4513
diff
changeset
|
511 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
|
512 |
ae4b157d42ad
New module 'extensions', used by timespec and unlocked-io
Paul Eggert <eggert@cs.ucla.edu>
parents:
4513
diff
changeset
|
513 * MODULES.html.sh (func_all_modules): Add extensions, gnu-source. |
ae4b157d42ad
New module 'extensions', used by timespec and unlocked-io
Paul Eggert <eggert@cs.ucla.edu>
parents:
4513
diff
changeset
|
514 * modules/extensions, modules/gnu-source: New files. |
ae4b157d42ad
New module 'extensions', used by timespec and unlocked-io
Paul Eggert <eggert@cs.ucla.edu>
parents:
4513
diff
changeset
|
515 * modules/timespec, modules/unlocked-io: Depend on extensions. |
ae4b157d42ad
New module 'extensions', used by timespec and unlocked-io
Paul Eggert <eggert@cs.ucla.edu>
parents:
4513
diff
changeset
|
516 |
4513 | 517 2003-08-07 Paul Eggert <eggert@twinsun.com> |
518 | |
519 * modules/restrict: New file. | |
520 * MODULES.html.sh (func_all_modules): Add restrict. | |
521 * modules/regex: Depend on restrict. | |
4518 | 522 |
4512
c761847c9afa
Make the module 'getndelim2' compatible with the module 'getline'.
Bruno Haible <bruno@clisp.org>
parents:
4506
diff
changeset
|
523 2003-08-07 Bruno Haible <bruno@clisp.org> |
c761847c9afa
Make the module 'getndelim2' compatible with the module 'getline'.
Bruno Haible <bruno@clisp.org>
parents:
4506
diff
changeset
|
524 |
c761847c9afa
Make the module 'getndelim2' compatible with the module 'getline'.
Bruno Haible <bruno@clisp.org>
parents:
4506
diff
changeset
|
525 * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not |
c761847c9afa
Make the module 'getndelim2' compatible with the module 'getline'.
Bruno Haible <bruno@clisp.org>
parents:
4506
diff
changeset
|
526 lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2). |
c761847c9afa
Make the module 'getndelim2' compatible with the module 'getline'.
Bruno Haible <bruno@clisp.org>
parents:
4506
diff
changeset
|
527 |
4506 | 528 2003-08-05 Paul Eggert <eggert@twinsun.com> |
529 | |
530 * MODULES.html.sh (func_all_modules): Remove bumpalloc. | |
531 * modules/bumpalloc: Remove. | |
4518 | 532 |
4490 | 533 2003-07-31 Bruno Haible <bruno@clisp.org> |
534 | |
535 * modules/getpass-gnu: New file. | |
536 * MODULES.html.sh (func_all_modules): Add getpass-gnu. | |
537 | |
4473
fd6696a97000
Sync with coreutils xalloc.h, xmalloc.c, xmemcoll.h, xmemcoll.c.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4470
diff
changeset
|
538 2003-07-22 Paul Eggert <eggert@twinsun.com> |
fd6696a97000
Sync with coreutils xalloc.h, xmalloc.c, xmemcoll.h, xmemcoll.c.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4470
diff
changeset
|
539 |
fd6696a97000
Sync with coreutils xalloc.h, xmalloc.c, xmemcoll.h, xmemcoll.c.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4470
diff
changeset
|
540 * modules/xalloc (Depends-on): Add exitfail. |
fd6696a97000
Sync with coreutils xalloc.h, xmalloc.c, xmemcoll.h, xmemcoll.c.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4470
diff
changeset
|
541 * modules/xmemcoll: Likewise. |
fd6696a97000
Sync with coreutils xalloc.h, xmalloc.c, xmemcoll.h, xmemcoll.c.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4470
diff
changeset
|
542 |
4470 | 543 2003-07-20 Jim Meyering <jim@meyering.net> |
544 | |
545 * modules/closeout (Depends-on): Add exitfail. | |
546 Suggestion from Bruno Haible. | |
547 | |
4463 | 548 2003-07-18 Bruno Haible <bruno@clisp.org> |
549 | |
550 * modules/getndelim2: New file. | |
551 * modules/getline: Share files with module getndelim2. | |
552 * modules/getnline: Depend on getndelim2 instead of sharing files with | |
553 it. Add getnline.c to lib_SOURCES. | |
554 * MODULES.html.sh (func_all_modules): Add getndelim2. | |
555 | |
4460 | 556 2003-07-17 Bruno Haible <bruno@clisp.org> |
557 | |
558 * modules/getnline: New file. | |
559 * modules/getline: Add lib/getndelim2.c to source file list. | |
560 * MODULES.html.sh (func_all_modules): Add getnline. | |
561 | |
4458 | 562 2003-07-17 Bruno Haible <bruno@clisp.org> |
563 | |
564 * configure.in: Remove file. | |
565 * Makefile.in: Remove file. | |
566 | |
567 2003-07-17 Bruno Haible <bruno@clisp.org> | |
568 | |
569 * MODULES.html.sh: Put the </BODY> right before </HTML>. | |
570 | |
4453 | 571 2003-07-16 Jim Meyering <jim@meyering.net> |
572 | |
573 * modules/save-cwd: Depend on xgetcwd. From Derek Price. | |
574 | |
4448 | 575 2003-07-15 Jim Meyering <jim@meyering.net> |
576 | |
577 * modules/save-cwd: Don't depend on error. From Derek Price. | |
578 | |
4436 | 579 2003-07-14 Simon Josefsson <jas@extundo.com> |
580 | |
581 * modules/mempcpy: New file. | |
582 * MODULES.html.sh (func_all_modules): Add mempcpy. | |
583 | |
4434
5340c4c26a0a
* modules/getdate, modules/posixtm: Depend on mktime.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4431
diff
changeset
|
584 2003-07-14 Paul Eggert <eggert@twinsun.com> |
5340c4c26a0a
* modules/getdate, modules/posixtm: Depend on mktime.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4431
diff
changeset
|
585 |
5340c4c26a0a
* modules/getdate, modules/posixtm: Depend on mktime.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4431
diff
changeset
|
586 * modules/getdate, modules/posixtm: Depend on mktime. |
5340c4c26a0a
* modules/getdate, modules/posixtm: Depend on mktime.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4431
diff
changeset
|
587 |
4431 | 588 2003-07-10 Simon Josefsson <jas@extundo.com> |
589 | |
590 * modules/strchrnul (Makefile.am): Add strchrnul.h. | |
591 | |
4407
95a2013d54ed
Module 'human' now depends on module 'stdbool'.
Bruno Haible <bruno@clisp.org>
parents:
4405
diff
changeset
|
592 2003-06-26 Bruno Haible <bruno@clisp.org> |
95a2013d54ed
Module 'human' now depends on module 'stdbool'.
Bruno Haible <bruno@clisp.org>
parents:
4405
diff
changeset
|
593 |
95a2013d54ed
Module 'human' now depends on module 'stdbool'.
Bruno Haible <bruno@clisp.org>
parents:
4405
diff
changeset
|
594 * modules/human: Depend on module stdbool. |
95a2013d54ed
Module 'human' now depends on module 'stdbool'.
Bruno Haible <bruno@clisp.org>
parents:
4405
diff
changeset
|
595 |
4405 | 596 2003-06-25 Bruno Haible <bruno@clisp.org> |
597 | |
598 * modules/readlink: New file. | |
599 * modules/xreadlink: Depend on it. | |
600 * MODULES.html.sh (func_all_modules): Add readlink. | |
601 | |
4403
8c6310a47379
Test for ssize_t. Needed for portability to mingw32.
Bruno Haible <bruno@clisp.org>
parents:
4392
diff
changeset
|
602 2003-06-22 Bruno Haible <bruno@clisp.org> |
8c6310a47379
Test for ssize_t. Needed for portability to mingw32.
Bruno Haible <bruno@clisp.org>
parents:
4392
diff
changeset
|
603 |
8c6310a47379
Test for ssize_t. Needed for portability to mingw32.
Bruno Haible <bruno@clisp.org>
parents:
4392
diff
changeset
|
604 * modules/safe-read: Add m4/ssize_t.m4. |
8c6310a47379
Test for ssize_t. Needed for portability to mingw32.
Bruno Haible <bruno@clisp.org>
parents:
4392
diff
changeset
|
605 * modules/xreadlink: Add m4/ssize_t.m4. |
8c6310a47379
Test for ssize_t. Needed for portability to mingw32.
Bruno Haible <bruno@clisp.org>
parents:
4392
diff
changeset
|
606 |
4392 | 607 2003-06-11 Simon Josefsson <jas@extundo.com> |
608 | |
609 * modules/sysexits: New file. | |
610 * MODULES.html.sh (func_all_modules): Add sysexits. | |
611 | |
4388
889d35a53bf1
New modules strchrnul, argp.
Bruno Haible <bruno@clisp.org>
parents:
4387
diff
changeset
|
612 2003-06-10 Bruno Haible <bruno@clisp.org> |
889d35a53bf1
New modules strchrnul, argp.
Bruno Haible <bruno@clisp.org>
parents:
4387
diff
changeset
|
613 |
889d35a53bf1
New modules strchrnul, argp.
Bruno Haible <bruno@clisp.org>
parents:
4387
diff
changeset
|
614 * MODULES.html.sh (func_all_modules): Add strchrnul and argp. |
889d35a53bf1
New modules strchrnul, argp.
Bruno Haible <bruno@clisp.org>
parents:
4387
diff
changeset
|
615 |
4387 | 616 2003-06-10 Simon Josefsson <jas@extundo.com> |
617 | |
618 * modules/strchrnul: New file. | |
619 | |
620 2003-06-10 Simon Josefsson <jas@extundo.com> | |
4386 | 621 |
622 * modules/argp: New file. | |
623 | |
4384
4bf5f9b5190a
Make .h file creation more reliable.
Bruno Haible <bruno@clisp.org>
parents:
4370
diff
changeset
|
624 2003-06-07 Bruno Haible <bruno@clisp.org> |
4bf5f9b5190a
Make .h file creation more reliable.
Bruno Haible <bruno@clisp.org>
parents:
4370
diff
changeset
|
625 |
4bf5f9b5190a
Make .h file creation more reliable.
Bruno Haible <bruno@clisp.org>
parents:
4370
diff
changeset
|
626 * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to |
4bf5f9b5190a
Make .h file creation more reliable.
Bruno Haible <bruno@clisp.org>
parents:
4370
diff
changeset
|
627 avoid AC_CONFIG_LINKS. |
4bf5f9b5190a
Make .h file creation more reliable.
Bruno Haible <bruno@clisp.org>
parents:
4370
diff
changeset
|
628 * modules/fnmatch (Makefile.am): Use explicit creation rule for |
4bf5f9b5190a
Make .h file creation more reliable.
Bruno Haible <bruno@clisp.org>
parents:
4370
diff
changeset
|
629 fnmatch.h, to avoid AC_CONFIG_LINKS. |
4bf5f9b5190a
Make .h file creation more reliable.
Bruno Haible <bruno@clisp.org>
parents:
4370
diff
changeset
|
630 * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe. |
4bf5f9b5190a
Make .h file creation more reliable.
Bruno Haible <bruno@clisp.org>
parents:
4370
diff
changeset
|
631 |
4370 | 632 2003-06-07 Jim Meyering <jim@meyering.net> |
633 | |
634 * modules/strtod: Use $(...) notation, not @...@ for | |
635 AC_REPLACE'd variables. | |
636 * modules/localcharset: Likewise. | |
4366
4f2163710712
Rename stdbool.h.in to stdbool_.h, for DOS and VMS's sake.
Bruno Haible <bruno@clisp.org>
parents:
4336
diff
changeset
|
637 |
4370 | 638 2003-06-06 Jim Meyering <jim@meyering.net> |
639 Bruno Haible <bruno@clisp.org> | |
640 | |
641 * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h. | |
642 Adjust Makefile.am snippet not to redirect directly to target. | |
643 Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables. | |
4366
4f2163710712
Rename stdbool.h.in to stdbool_.h, for DOS and VMS's sake.
Bruno Haible <bruno@clisp.org>
parents:
4336
diff
changeset
|
644 |
4335 | 645 2003-05-30 Bruno Haible <bruno@clisp.org> |
646 | |
647 * modules/gettext: Add files m4/nls.m4 and m4/po.m4. | |
4336 | 648 * config/config.rpath: Upgrade to gettext-0.12.1. |
4335 | 649 |
4325
db705903ccfc
trivial help message fix
Karl Berry <karl@freefriends.org>
parents:
4315
diff
changeset
|
650 2003-05-22 <karl@gnu.org> |
db705903ccfc
trivial help message fix
Karl Berry <karl@freefriends.org>
parents:
4315
diff
changeset
|
651 |
db705903ccfc
trivial help message fix
Karl Berry <karl@freefriends.org>
parents:
4315
diff
changeset
|
652 * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg. |
db705903ccfc
trivial help message fix
Karl Berry <karl@freefriends.org>
parents:
4315
diff
changeset
|
653 |
4315 | 654 2003-05-09 Bruno Haible <bruno@clisp.org> |
655 | |
656 * modules/error: Add m4/strerror_r.m4 to file list. | |
657 | |
4294 | 658 2003-04-10 Bruno Haible <bruno@clisp.org> |
659 | |
660 * modules/findprog: New file. | |
661 * MODULES.html.sh (func_all_modules): Add it. | |
662 | |
4286 | 663 2003-04-04 Bruno Haible <bruno@clisp.org> |
664 | |
665 * modules/linebreak: New file. | |
666 * MODULES.html.sh (func_all_modules): Add it. | |
667 | |
4275
e272bc901785
New modules: utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
Bruno Haible <bruno@clisp.org>
parents:
4273
diff
changeset
|
668 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:
4273
diff
changeset
|
669 |
e272bc901785
New modules: utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
Bruno Haible <bruno@clisp.org>
parents:
4273
diff
changeset
|
670 * modules/utf8-ucs4: New file. |
e272bc901785
New modules: utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
Bruno Haible <bruno@clisp.org>
parents:
4273
diff
changeset
|
671 * modules/utf16-ucs4: New file. |
e272bc901785
New modules: utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
Bruno Haible <bruno@clisp.org>
parents:
4273
diff
changeset
|
672 * modules/ucs4-utf8: New file. |
e272bc901785
New modules: utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
Bruno Haible <bruno@clisp.org>
parents:
4273
diff
changeset
|
673 * modules/ucs4-utf16: New file. |
e272bc901785
New modules: utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
Bruno Haible <bruno@clisp.org>
parents:
4273
diff
changeset
|
674 * MODULES.html.sh (func_all_modules): Add them. |
e272bc901785
New modules: utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
Bruno Haible <bruno@clisp.org>
parents:
4273
diff
changeset
|
675 |
4273 | 676 2003-04-02 Bruno Haible <bruno@clisp.org> |
677 | |
678 * modules/binary-io: New file. | |
679 * MODULES.html.sh (func_all_modules): Add it. | |
680 | |
4271 | 681 2003-04-01 Bruno Haible <bruno@clisp.org> |
682 | |
683 * modules/pathname: New file. | |
684 * MODULES.html.sh (func_all_modules): Add it. | |
685 | |
4266 | 686 2003-03-28 Bruno Haible <bruno@clisp.org> |
687 | |
688 * modules/copy-file: New file. | |
689 * MODULES.html.sh (func_all_modules): Add it. | |
690 | |
4242
eec6ba9ed532
New module poll, from Paolo Bonzini <bonzini@gnu.org>.
Bruno Haible <bruno@clisp.org>
parents:
4240
diff
changeset
|
691 2003-02-20 Bruno Haible <bruno@clisp.org> |
eec6ba9ed532
New module poll, from Paolo Bonzini <bonzini@gnu.org>.
Bruno Haible <bruno@clisp.org>
parents:
4240
diff
changeset
|
692 |
eec6ba9ed532
New module poll, from Paolo Bonzini <bonzini@gnu.org>.
Bruno Haible <bruno@clisp.org>
parents:
4240
diff
changeset
|
693 * MODULES.html.sh (func_all_modules): Add poll. |
eec6ba9ed532
New module poll, from Paolo Bonzini <bonzini@gnu.org>.
Bruno Haible <bruno@clisp.org>
parents:
4240
diff
changeset
|
694 |
eec6ba9ed532
New module poll, from Paolo Bonzini <bonzini@gnu.org>.
Bruno Haible <bruno@clisp.org>
parents:
4240
diff
changeset
|
695 2003-02-19 Paolo Bonzino <bonzini@gnu.org> |
eec6ba9ed532
New module poll, from Paolo Bonzini <bonzini@gnu.org>.
Bruno Haible <bruno@clisp.org>
parents:
4240
diff
changeset
|
696 |
eec6ba9ed532
New module poll, from Paolo Bonzini <bonzini@gnu.org>.
Bruno Haible <bruno@clisp.org>
parents:
4240
diff
changeset
|
697 * modules/poll: New file. |
eec6ba9ed532
New module poll, from Paolo Bonzini <bonzini@gnu.org>.
Bruno Haible <bruno@clisp.org>
parents:
4240
diff
changeset
|
698 |
4240 | 699 2003-02-18 Bruno Haible <bruno@clisp.org> |
700 | |
701 * MODULES.html.sh (func_all_modules): Add mathl. | |
702 | |
4239
b33b8603715c
Transcendental functions for 'long double', from Paolo Bonzini.
Bruno Haible <bruno@clisp.org>
parents:
4237
diff
changeset
|
703 2003-02-18 Paolo Bonzino <bonzini@gnu.org> |
b33b8603715c
Transcendental functions for 'long double', from Paolo Bonzini.
Bruno Haible <bruno@clisp.org>
parents:
4237
diff
changeset
|
704 |
b33b8603715c
Transcendental functions for 'long double', from Paolo Bonzini.
Bruno Haible <bruno@clisp.org>
parents:
4237
diff
changeset
|
705 * modules/mathl: New file. |
b33b8603715c
Transcendental functions for 'long double', from Paolo Bonzini.
Bruno Haible <bruno@clisp.org>
parents:
4237
diff
changeset
|
706 |
4237
723deab1223e
mkdtemp() function: create a private temporary directory.
Bruno Haible <bruno@clisp.org>
parents:
4224
diff
changeset
|
707 2003-02-17 Bruno Haible <bruno@clisp.org> |
723deab1223e
mkdtemp() function: create a private temporary directory.
Bruno Haible <bruno@clisp.org>
parents:
4224
diff
changeset
|
708 |
723deab1223e
mkdtemp() function: create a private temporary directory.
Bruno Haible <bruno@clisp.org>
parents:
4224
diff
changeset
|
709 * modules/mkdtemp: New module. |
723deab1223e
mkdtemp() function: create a private temporary directory.
Bruno Haible <bruno@clisp.org>
parents:
4224
diff
changeset
|
710 * MODULES.html.sh (func_all_modules): Add it. |
723deab1223e
mkdtemp() function: create a private temporary directory.
Bruno Haible <bruno@clisp.org>
parents:
4224
diff
changeset
|
711 |
4224
83eabea25586
New modules vasnprintf and vasprintf.
Bruno Haible <bruno@clisp.org>
parents:
4221
diff
changeset
|
712 2003-01-30 Bruno Haible <bruno@clisp.org> |
83eabea25586
New modules vasnprintf and vasprintf.
Bruno Haible <bruno@clisp.org>
parents:
4221
diff
changeset
|
713 |
83eabea25586
New modules vasnprintf and vasprintf.
Bruno Haible <bruno@clisp.org>
parents:
4221
diff
changeset
|
714 * modules/vasnprintf, modules/vasprintf: New modules. |
83eabea25586
New modules vasnprintf and vasprintf.
Bruno Haible <bruno@clisp.org>
parents:
4221
diff
changeset
|
715 * MODULES.html.sh (func_all_modules): Add them. |
83eabea25586
New modules vasnprintf and vasprintf.
Bruno Haible <bruno@clisp.org>
parents:
4221
diff
changeset
|
716 |
4221 | 717 2003-01-29 Bruno Haible <bruno@clisp.org> |
718 | |
719 * modules/stpncpy: New module. | |
720 * MODULES.html.sh (func_all_modules): Add it. | |
721 | |
4218 | 722 2003-01-28 Bruno Haible <bruno@clisp.org> |
723 | |
724 * modules/c-ctype: New module. | |
725 * MODULES.html.sh (func_all_modules): Add it. | |
726 | |
4215 | 727 2003-01-27 Bruno Haible <bruno@clisp.org> |
728 | |
729 * modules/xsetenv: New module. | |
730 * MODULES.html.sh (func_all_modules): Add it. | |
731 | |
4207 | 732 2003-01-23 Bruno Haible <bruno@clisp.org> |
733 | |
734 * modules/minmax: New module. | |
735 * MODULES.html.sh (func_all_modules): Add it. | |
736 | |
4201 | 737 2003-01-22 Bruno Haible <bruno@clisp.org> |
738 | |
739 * modules/exit: New module. | |
740 * MODULES.html.sh (func_all_modules): Add it. | |
741 | |
4197 | 742 2003-01-19 Bruno Haible <bruno@clisp.org> |
743 | |
744 * gnulib-tool: Recognize option --extract-maintainer. | |
745 (func_get_maintainer): New function. | |
746 * modules/*: Add Maintainer entry. | |
747 | |
4191
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4187
diff
changeset
|
748 2003-01-16 Bruno Haible <bruno@clisp.org> |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4187
diff
changeset
|
749 |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4187
diff
changeset
|
750 * MODULES.html.sh: Add a table of contents. Add the module name as |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4187
diff
changeset
|
751 leftmost column. Add hyperlinks. |
ff02fdcea265
Table of contents, and hyperlinks.
Bruno Haible <bruno@clisp.org>
parents:
4187
diff
changeset
|
752 |
4187 | 753 2003-01-11 Bruno Haible <bruno@clisp.org> |
754 | |
755 * modules/stpcpy: Distribute lib/stpcpy.h. | |
756 * modules/setenv: Depend on alloca. Distribute lib/setenv.h. | |
757 | |
4175
ace040a2b821
Files meant for the AUX_DIR are now in the config subdirectory.
Bruno Haible <bruno@clisp.org>
parents:
4172
diff
changeset
|
758 2003-01-11 Bruno Haible <bruno@clisp.org> |
ace040a2b821
Files meant for the AUX_DIR are now in the config subdirectory.
Bruno Haible <bruno@clisp.org>
parents:
4172
diff
changeset
|
759 |
ace040a2b821
Files meant for the AUX_DIR are now in the config subdirectory.
Bruno Haible <bruno@clisp.org>
parents:
4172
diff
changeset
|
760 * gnulib-tool (func_create_testdir): Store config/* files in the main |
ace040a2b821
Files meant for the AUX_DIR are now in the config subdirectory.
Bruno Haible <bruno@clisp.org>
parents:
4172
diff
changeset
|
761 directory. |
ace040a2b821
Files meant for the AUX_DIR are now in the config subdirectory.
Bruno Haible <bruno@clisp.org>
parents:
4172
diff
changeset
|
762 * config.rpath: Move to ... |
ace040a2b821
Files meant for the AUX_DIR are now in the config subdirectory.
Bruno Haible <bruno@clisp.org>
parents:
4172
diff
changeset
|
763 * config/config.rpath: ... here. |
ace040a2b821
Files meant for the AUX_DIR are now in the config subdirectory.
Bruno Haible <bruno@clisp.org>
parents:
4172
diff
changeset
|
764 * modules/gettext: Contains config/config.rpath, not config.rpath. |
ace040a2b821
Files meant for the AUX_DIR are now in the config subdirectory.
Bruno Haible <bruno@clisp.org>
parents:
4172
diff
changeset
|
765 * modules/iconv: Likewise. |
ace040a2b821
Files meant for the AUX_DIR are now in the config subdirectory.
Bruno Haible <bruno@clisp.org>
parents:
4172
diff
changeset
|
766 |
4172 | 767 2003-01-11 Bruno Haible <bruno@clisp.org> |
768 | |
769 * modules/*: Add a description. | |
770 * modules/strpbrk: Fix Makefile.am snippet. | |
771 * modules/strtoimax: Fix dependencies. | |
772 * modules/strtoumax: Likewise. | |
773 | |
4171
c2c0e7e2e7bd
Ensure alloca.h and stdbool.h are created before compiling the library.
Bruno Haible <bruno@clisp.org>
parents:
4170
diff
changeset
|
774 2003-01-11 Bruno Haible <bruno@clisp.org> |
c2c0e7e2e7bd
Ensure alloca.h and stdbool.h are created before compiling the library.
Bruno Haible <bruno@clisp.org>
parents:
4170
diff
changeset
|
775 |
c2c0e7e2e7bd
Ensure alloca.h and stdbool.h are created before compiling the library.
Bruno Haible <bruno@clisp.org>
parents:
4170
diff
changeset
|
776 * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS. |
c2c0e7e2e7bd
Ensure alloca.h and stdbool.h are created before compiling the library.
Bruno Haible <bruno@clisp.org>
parents:
4170
diff
changeset
|
777 * modules/alloca (Makefile.am): All object files depend on alloca.h. |
c2c0e7e2e7bd
Ensure alloca.h and stdbool.h are created before compiling the library.
Bruno Haible <bruno@clisp.org>
parents:
4170
diff
changeset
|
778 * modules/stdbool (Makefile.am): All object files depend on stdbool.h. |
c2c0e7e2e7bd
Ensure alloca.h and stdbool.h are created before compiling the library.
Bruno Haible <bruno@clisp.org>
parents:
4170
diff
changeset
|
779 |
4170
733dc39fdf11
Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4156
diff
changeset
|
780 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
|
781 |
733dc39fdf11
Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4156
diff
changeset
|
782 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
|
783 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
|
784 * getstr: Remove. |
733dc39fdf11
Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4156
diff
changeset
|
785 * MODULES.html.sh: Remove getstr. |
733dc39fdf11
Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4156
diff
changeset
|
786 * modules/getline: Depend on unlocked-io, not getstr. |
733dc39fdf11
Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4156
diff
changeset
|
787 |
4156
99ea86c79f44
Make it possibly to simply write: #include <alloca.h>.
Bruno Haible <bruno@clisp.org>
parents:
4154
diff
changeset
|
788 2003-01-10 Bruno Haible <bruno@clisp.org> |
99ea86c79f44
Make it possibly to simply write: #include <alloca.h>.
Bruno Haible <bruno@clisp.org>
parents:
4154
diff
changeset
|
789 |
99ea86c79f44
Make it possibly to simply write: #include <alloca.h>.
Bruno Haible <bruno@clisp.org>
parents:
4154
diff
changeset
|
790 * modules/alloca: Change Makefile.am requirements. Simplify Include |
99ea86c79f44
Make it possibly to simply write: #include <alloca.h>.
Bruno Haible <bruno@clisp.org>
parents:
4154
diff
changeset
|
791 requirements. Add lib/alloca_.h to file list. |
99ea86c79f44
Make it possibly to simply write: #include <alloca.h>.
Bruno Haible <bruno@clisp.org>
parents:
4154
diff
changeset
|
792 |
4151
3a0c83552f0e
Make it possible to #include <stdbool.h> without any #ifdefs.
Bruno Haible <bruno@clisp.org>
parents:
4150
diff
changeset
|
793 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:
4150
diff
changeset
|
794 |
3a0c83552f0e
Make it possible to #include <stdbool.h> without any #ifdefs.
Bruno Haible <bruno@clisp.org>
parents:
4150
diff
changeset
|
795 * modules/stdbool: Change configure.ac, Makefile.am requirements. |
4154 | 796 Simplify Include requirements. Add lib/stdbool.h.in to file list. |
4151
3a0c83552f0e
Make it possible to #include <stdbool.h> without any #ifdefs.
Bruno Haible <bruno@clisp.org>
parents:
4150
diff
changeset
|
797 |
4150 | 798 2003-01-09 Bruno Haible <bruno@clisp.org> |
799 | |
800 * gnulib-tool (func_all_modules): Ignore files ending in ~. | |
801 * MODULES.html.sh: Likewise. | |
802 | |
4149 | 803 2003-01-09 <karl@gnu.org> |
804 | |
805 * MODULES.html.sh: include `dirname $0` in PATH, to find | |
806 gnulib-tool. | |
807 | |
4145
7fa9fefe97e8
Update after Jim's changes.
Bruno Haible <bruno@clisp.org>
parents:
4137
diff
changeset
|
808 2003-01-08 Bruno Haible <bruno@clisp.org> |
7fa9fefe97e8
Update after Jim's changes.
Bruno Haible <bruno@clisp.org>
parents:
4137
diff
changeset
|
809 |
7fa9fefe97e8
Update after Jim's changes.
Bruno Haible <bruno@clisp.org>
parents:
4137
diff
changeset
|
810 * modules/full-read: Depend on full-write. |
7fa9fefe97e8
Update after Jim's changes.
Bruno Haible <bruno@clisp.org>
parents:
4137
diff
changeset
|
811 |
4137
723a376ddac5
MODULES.html replaces MODULES.txt.
Bruno Haible <bruno@clisp.org>
parents:
4129
diff
changeset
|
812 2003-01-07 Bruno Haible <bruno@clisp.org> |
723a376ddac5
MODULES.html replaces MODULES.txt.
Bruno Haible <bruno@clisp.org>
parents:
4129
diff
changeset
|
813 |
723a376ddac5
MODULES.html replaces MODULES.txt.
Bruno Haible <bruno@clisp.org>
parents:
4129
diff
changeset
|
814 * MODULES.html.sh: Add copyright notice. |
723a376ddac5
MODULES.html replaces MODULES.txt.
Bruno Haible <bruno@clisp.org>
parents:
4129
diff
changeset
|
815 (missed_files): Omit CVS directory entries. |
723a376ddac5
MODULES.html replaces MODULES.txt.
Bruno Haible <bruno@clisp.org>
parents:
4129
diff
changeset
|
816 (func_module): Make it work with sed-3.02. |
723a376ddac5
MODULES.html replaces MODULES.txt.
Bruno Haible <bruno@clisp.org>
parents:
4129
diff
changeset
|
817 * MODULES.txt: Remove file. |
723a376ddac5
MODULES.html replaces MODULES.txt.
Bruno Haible <bruno@clisp.org>
parents:
4129
diff
changeset
|
818 |
4125 | 819 2003-01-01 <karl@gnu.org> |
820 | |
4129 | 821 * gnulib-tool (func_verify_module): report module name $module in |
822 error message, not $1. | |
4127 | 823 * gnulib-tool (create-testdir): don't complain if destdir couldn't |
824 be created, only if it doesn't exist. | |
4125 | 825 * gnulib-tool (last_checkin_date): don't expand the $Date here. |
826 | |
4114
6b3fd7e9272f
New infrastructure for modules.
Bruno Haible <bruno@clisp.org>
parents:
3962
diff
changeset
|
827 2002-12-24 Bruno Haible <bruno@clisp.org> |
6b3fd7e9272f
New infrastructure for modules.
Bruno Haible <bruno@clisp.org>
parents:
3962
diff
changeset
|
828 |
6b3fd7e9272f
New infrastructure for modules.
Bruno Haible <bruno@clisp.org>
parents:
3962
diff
changeset
|
829 * MODULES.txt: Update according to m4/ changes. |
6b3fd7e9272f
New infrastructure for modules.
Bruno Haible <bruno@clisp.org>
parents:
3962
diff
changeset
|
830 |
6b3fd7e9272f
New infrastructure for modules.
Bruno Haible <bruno@clisp.org>
parents:
3962
diff
changeset
|
831 Module gettext. |
6b3fd7e9272f
New infrastructure for modules.
Bruno Haible <bruno@clisp.org>
parents:
3962
diff
changeset
|
832 * config.rpath: New file, from gettext-0.11.5. |
6b3fd7e9272f
New infrastructure for modules.
Bruno Haible <bruno@clisp.org>
parents:
3962
diff
changeset
|
833 |
6b3fd7e9272f
New infrastructure for modules.
Bruno Haible <bruno@clisp.org>
parents:
3962
diff
changeset
|
834 * modules/*: New module descriptions. |
6b3fd7e9272f
New infrastructure for modules.
Bruno Haible <bruno@clisp.org>
parents:
3962
diff
changeset
|
835 * gnulib-tool: New file. |
6b3fd7e9272f
New infrastructure for modules.
Bruno Haible <bruno@clisp.org>
parents:
3962
diff
changeset
|
836 * MODULES.html.sh: New file. |
6b3fd7e9272f
New infrastructure for modules.
Bruno Haible <bruno@clisp.org>
parents:
3962
diff
changeset
|
837 |
3962
be4a50a68d30
* configure.in: Add AC_CONFIG_AUX_DIR call.
Bruno Haible <bruno@clisp.org>
parents:
3926
diff
changeset
|
838 2002-11-01 Bruno Haible <bruno@clisp.org> |
be4a50a68d30
* configure.in: Add AC_CONFIG_AUX_DIR call.
Bruno Haible <bruno@clisp.org>
parents:
3926
diff
changeset
|
839 |
be4a50a68d30
* configure.in: Add AC_CONFIG_AUX_DIR call.
Bruno Haible <bruno@clisp.org>
parents:
3926
diff
changeset
|
840 * configure.in: Add AC_CONFIG_AUX_DIR call. |
be4a50a68d30
* configure.in: Add AC_CONFIG_AUX_DIR call.
Bruno Haible <bruno@clisp.org>
parents:
3926
diff
changeset
|
841 (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile, |
be4a50a68d30
* configure.in: Add AC_CONFIG_AUX_DIR call.
Bruno Haible <bruno@clisp.org>
parents:
3926
diff
changeset
|
842 test/Makefile. |
be4a50a68d30
* configure.in: Add AC_CONFIG_AUX_DIR call.
Bruno Haible <bruno@clisp.org>
parents:
3926
diff
changeset
|
843 * Makefile.in (subdirs): Add m4, lib. Remove doc, test. |
be4a50a68d30
* configure.in: Add AC_CONFIG_AUX_DIR call.
Bruno Haible <bruno@clisp.org>
parents:
3926
diff
changeset
|
844 |
3926
06cd223546da
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
3563
diff
changeset
|
845 2002-08-23 Stefan Monnier <monnier@cs.yale.edu> |
06cd223546da
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
3563
diff
changeset
|
846 |
06cd223546da
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
3563
diff
changeset
|
847 * regex.c (PATFETCH): Remove the translating fetch. |
06cd223546da
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
3563
diff
changeset
|
848 (PATFETCH_RAW): Rename to PATFETCH. |
06cd223546da
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
3563
diff
changeset
|
849 (set_image_of_range): New fun. |
06cd223546da
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
3563
diff
changeset
|
850 (SET_RANGE_TABLE_WORK_AREA): Use it. |
06cd223546da
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
3563
diff
changeset
|
851 (regex_compile): Don't translate the pattern chars so eagerly. |
06cd223546da
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
3563
diff
changeset
|
852 Only do it when inserting an `exactn' bytecode or when handling |
06cd223546da
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
3563
diff
changeset
|
853 a char-range. |
06cd223546da
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
3563
diff
changeset
|
854 (mutually_exclusive_p): Avoid empty statement. |
06cd223546da
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
3563
diff
changeset
|
855 |
3563
1a9a7f5d6536
Checking initial copies various licenses, README, and general COPYING document.
Jeff Bailey <jbailey@nisa.net>
parents:
3128
diff
changeset
|
856 2001-10-22 Jeff Bailey <jbailey@outpost.dnsalias.org> |
1a9a7f5d6536
Checking initial copies various licenses, README, and general COPYING document.
Jeff Bailey <jbailey@nisa.net>
parents:
3128
diff
changeset
|
857 |
1a9a7f5d6536
Checking initial copies various licenses, README, and general COPYING document.
Jeff Bailey <jbailey@nisa.net>
parents:
3128
diff
changeset
|
858 * README: New file |
1a9a7f5d6536
Checking initial copies various licenses, README, and general COPYING document.
Jeff Bailey <jbailey@nisa.net>
parents:
3128
diff
changeset
|
859 * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi |
1a9a7f5d6536
Checking initial copies various licenses, README, and general COPYING document.
Jeff Bailey <jbailey@nisa.net>
parents:
3128
diff
changeset
|
860 (per RMS's instructions, this is now the canonical source) |
1a9a7f5d6536
Checking initial copies various licenses, README, and general COPYING document.
Jeff Bailey <jbailey@nisa.net>
parents:
3128
diff
changeset
|
861 * lgpl/, gpl/: New directories. |
1a9a7f5d6536
Checking initial copies various licenses, README, and general COPYING document.
Jeff Bailey <jbailey@nisa.net>
parents:
3128
diff
changeset
|
862 |
3128
9de182ed31a7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2946
diff
changeset
|
863 2001-01-24 Stefan Monnier <monnier@cs.yale.edu> |
9de182ed31a7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2946
diff
changeset
|
864 |
9de182ed31a7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2946
diff
changeset
|
865 * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not' |
9de182ed31a7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2946
diff
changeset
|
866 as if it was a `charset'. |
9de182ed31a7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2946
diff
changeset
|
867 |
2946
6892c299ebb7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2926
diff
changeset
|
868 2000-10-30 Stefan Monnier <monnier@cs.yale.edu> |
6892c299ebb7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2926
diff
changeset
|
869 |
6892c299ebb7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2926
diff
changeset
|
870 * regex.c (re_iswctype, re_wctype_to_bit): Fix braino. |
6892c299ebb7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2926
diff
changeset
|
871 (regex_compile): Catch bogus \(\1\). |
6892c299ebb7
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2926
diff
changeset
|
872 |
2926
90c1585a7b24
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2922
diff
changeset
|
873 2000-10-27 Stefan Monnier <monnier@cs.yale.edu> |
90c1585a7b24
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2922
diff
changeset
|
874 |
90c1585a7b24
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2922
diff
changeset
|
875 * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal) |
90c1585a7b24
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2922
diff
changeset
|
876 (re_match_2_internal, re_match_2_internal, re_match_2_internal): |
90c1585a7b24
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2922
diff
changeset
|
877 Giving in to popular pressure to shut up the compiler with casts. |
90c1585a7b24
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2922
diff
changeset
|
878 |
2922
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
879 2000-10-25 Stefan Monnier <monnier@cs.yale.edu> |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
880 |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
881 * regex.c: More `unsigned char' -> `re_char' changes. |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
882 Also change several `int' into `re_wchar_t'. |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
883 (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove. |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
884 (PUSH_FAILURE_POINTER): Don't cast any more. |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
885 (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'. |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
886 We want GCC to complain, since this piece of code makes |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
887 re_match non-reentrant, which *should* be fixed. |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
888 (GET_BUFFER_SPACE): Use size_t rather than unsigned long. |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
889 (EXTEND_BUFFER): Use RETALLOC. |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
890 (SET_LIST_BIT): Don't cast. |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
891 (re_wchar_t): New type. |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
892 (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
893 that those two functions will always properly return. |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
894 (IMMEDIATE_QUIT_CHECK): Cast to void. |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
895 (analyse_first): Use recursion rather than an explicit stack. |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
896 (re_compile_fastmap): Can't fail anymore. |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
897 (re_search_2): Don't check re_compile_fastmap for failure. |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
898 (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT. |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
899 Now also sets the new value (passed in a new argument). |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
900 (re_match_2_internal): Use it. |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
901 Also, use a new var `reg' of type size_t when looping through regs |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
902 rather than reuse the inappropriate `mcnt'. |
0b1c71aeaef9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
2914
diff
changeset
|
903 |
2914 | 904 2000-10-24 Andrew Innes <andrewi@gnu.org> |
905 | |
906 * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on | |
907 NT-Emacs only. | |
908 (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT, | |
909 so that re_search functions only quit when callers expect them to. | |
910 | |
2908 | 911 2000-10-24 Kenichi Handa <handa@etl.go.jp> |
912 | |
913 * regex.c (regex_compile): Change the way of handling a range from | |
914 a char less than 256 to a char not less than 256. | |
915 | |
2882
1b681fe16dd9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff
changeset
|
916 2000-10-15 Stefan Monnier <monnier@cs.yale.edu> |
1b681fe16dd9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff
changeset
|
917 |
1b681fe16dd9
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
diff
changeset
|
918 * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well. |
5168 | 919 |
920 | |
921 Copyright (C) 2000, 2001, 2002, 2003, 2004 | |
922 Free Software Foundation, Inc. | |
923 Copying and distribution of this file, with or without modification, | |
924 are permitted provided the copyright notice and this notice are preserved. |