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