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