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