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