6f7bae98b14c803a65d4f3b897a6667f12df7819
[gnulib.git] / ChangeLog
1 2003-01-22  Bruno Haible  <bruno@clisp.org>
2
3         * modules/exit: New module.
4         * MODULES.html.sh (func_all_modules): Add it.
5
6 2003-01-19  Bruno Haible  <bruno@clisp.org>
7
8         * gnulib-tool: Recognize option --extract-maintainer.
9         (func_get_maintainer): New function.
10         * modules/*: Add Maintainer entry.
11
12 2003-01-16  Bruno Haible  <bruno@clisp.org>
13
14         * MODULES.html.sh: Add a table of contents. Add the module name as
15         leftmost column. Add hyperlinks.
16
17 2003-01-11  Bruno Haible  <bruno@clisp.org>
18
19         * modules/stpcpy: Distribute lib/stpcpy.h.
20         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
21
22 2003-01-11  Bruno Haible  <bruno@clisp.org>
23
24         * gnulib-tool (func_create_testdir): Store config/* files in the main
25         directory.
26         * config.rpath: Move to ...
27         * config/config.rpath: ... here.
28         * modules/gettext: Contains config/config.rpath, not config.rpath.
29         * modules/iconv: Likewise.
30
31 2003-01-11  Bruno Haible  <bruno@clisp.org>
32
33         * modules/*: Add a description.
34         * modules/strpbrk: Fix Makefile.am snippet.
35         * modules/strtoimax: Fix dependencies.
36         * modules/strtoumax: Likewise.
37
38 2003-01-11  Bruno Haible  <bruno@clisp.org>
39
40         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
41         * modules/alloca (Makefile.am): All object files depend on alloca.h.
42         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
43
44 2003-01-12  Paul Eggert  <eggert@twinsun.com>
45
46         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
47         to avoid collisions with libcurses and libreadline.
48         * getstr: Remove.
49         * MODULES.html.sh: Remove getstr.
50         * modules/getline: Depend on unlocked-io, not getstr.
51
52 2003-01-10  Bruno Haible  <bruno@clisp.org>
53
54         * modules/alloca: Change Makefile.am requirements. Simplify Include
55         requirements. Add lib/alloca_.h to file list.
56
57 2003-01-09  Bruno Haible  <bruno@clisp.org>
58
59         * modules/stdbool: Change configure.ac, Makefile.am requirements.
60         Simplify Include requirements. Add lib/stdbool.h.in to file list.
61
62 2003-01-09  Bruno Haible  <bruno@clisp.org>
63
64         * gnulib-tool (func_all_modules): Ignore files ending in ~.
65         * MODULES.html.sh: Likewise.
66
67 2003-01-09    <karl@gnu.org>
68
69         * MODULES.html.sh: include `dirname $0` in PATH, to find
70         gnulib-tool.
71
72 2003-01-08  Bruno Haible  <bruno@clisp.org>
73
74         * modules/full-read: Depend on full-write.
75
76 2003-01-07  Bruno Haible  <bruno@clisp.org>
77
78         * MODULES.html.sh: Add copyright notice.
79         (missed_files): Omit CVS directory entries.
80         (func_module): Make it work with sed-3.02.
81         * MODULES.txt: Remove file.
82
83 2003-01-01    <karl@gnu.org>
84
85         * gnulib-tool (func_verify_module): report module name $module in
86         error message, not $1.
87         * gnulib-tool (create-testdir): don't complain if destdir couldn't
88         be created, only if it doesn't exist.
89         * gnulib-tool (last_checkin_date): don't expand the $Date here.
90
91 2002-12-24  Bruno Haible  <bruno@clisp.org>
92
93         * MODULES.txt: Update according to m4/ changes.
94
95         Module gettext.
96         * config.rpath: New file, from gettext-0.11.5.
97
98         * modules/*: New module descriptions.
99         * gnulib-tool: New file.
100         * MODULES.html.sh: New file.
101
102 2002-11-01  Bruno Haible  <bruno@clisp.org>
103
104         * configure.in: Add AC_CONFIG_AUX_DIR call.
105         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
106         test/Makefile.
107         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
108
109 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
110
111         * regex.c (PATFETCH): Remove the translating fetch.
112         (PATFETCH_RAW): Rename to PATFETCH.
113         (set_image_of_range): New fun.
114         (SET_RANGE_TABLE_WORK_AREA): Use it.
115         (regex_compile): Don't translate the pattern chars so eagerly.
116         Only do it when inserting an `exactn' bytecode or when handling
117         a char-range.
118         (mutually_exclusive_p): Avoid empty statement.
119
120 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
121
122         * README: New file
123         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
124         (per RMS's instructions, this is now the canonical source)
125         * lgpl/, gpl/: New directories.
126
127 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
128
129         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
130         as if it was a `charset'.
131
132 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
133
134         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
135         (regex_compile): Catch bogus \(\1\).
136
137 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
138
139         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
140         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
141         Giving in to popular pressure to shut up the compiler with casts.
142
143 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
144
145         * regex.c: More `unsigned char' -> `re_char' changes.
146         Also change several `int' into `re_wchar_t'.
147         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
148         (PUSH_FAILURE_POINTER): Don't cast any more.
149         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
150         We want GCC to complain, since this piece of code makes
151         re_match non-reentrant, which *should* be fixed.
152         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
153         (EXTEND_BUFFER): Use RETALLOC.
154         (SET_LIST_BIT): Don't cast.
155         (re_wchar_t): New type.
156         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
157         that those two functions will always properly return.
158         (IMMEDIATE_QUIT_CHECK): Cast to void.
159         (analyse_first): Use recursion rather than an explicit stack.
160         (re_compile_fastmap): Can't fail anymore.
161         (re_search_2): Don't check re_compile_fastmap for failure.
162         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
163         Now also sets the new value (passed in a new argument).
164         (re_match_2_internal): Use it.
165         Also, use a new var `reg' of type size_t when looping through regs
166         rather than reuse the inappropriate `mcnt'.
167
168 2000-10-24  Andrew Innes  <andrewi@gnu.org>
169
170         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
171         NT-Emacs only.
172         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
173         so that re_search functions only quit when callers expect them to.
174
175 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
176
177         * regex.c (regex_compile): Change the way of handling a range from
178         a char less than 256 to a char not less than 256.
179
180 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
181
182         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
183