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