A little more dependencies of the 'argp' module.
[pspp] / ChangeLog
1 2003-10-10  Simon Josefsson  <jas@extundo.com>
2
3         * modules/argp (Depends-on): Add restrict and strcase.
4
5 2003-10-08  Paul Eggert  <eggert@twinsun.com>
6
7         * modules/getpass: Depend on stdbool.
8
9 2003-10-06  Bruno Haible  <bruno@clisp.org>
10
11         * modules/version-etc-2: Remove file.
12         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
13
14 2003-10-06  Bruno Haible  <bruno@clisp.org>
15
16         * modules/fatal-signal: New file.
17         * MODULES.html.sh (func_all_modules): Add fatal-signal.
18
19 2003-10-05  Paul Eggert  <eggert@twinsun.com>
20
21         * README: Rework advice for preventing empty .o files.
22         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
23         not <sys/types.h>.
24
25 2003-10-02  Bruno Haible  <bruno@clisp.org>
26
27         * modules/lchown (Include): Add lchown.h.
28         * modules/time_r (Include): Use "..." syntax.
29         * modules/xgetdomainname (Include): Add xgetdomainname.h.
30
31 2003-10-01  Simon Josefsson  <jas@extundo.com>
32
33         * MODULES.html.sh (func_all_modules): Move gethostname from section
34         'based on' to section 'lacking' POSIX:2001.
35
36 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
37
38         Trivial fixes to Makefile.am parts of module listings.
39         * modules/strstr: Append strstr.h to lib_SOURCES.
40         * modules/strcase: Likewise, for strcase.h.
41
42 2003-09-27  Paul Eggert  <eggert@twinsun.com>
43
44         * modules/free: New file.
45
46 2003-09-25  Bruno Haible  <bruno@clisp.org>
47
48         * modules/version-etc-2: New file, from modules/version-etc with
49         modifications.
50         * MODULES.html.sh (func_all_modules): Add version-etc-2.
51
52 2003-09-25  Simon Josefsson  <jas@extundo.com>
53             Bruno Haible  <bruno@clisp.org>
54
55         * modules/getdomainname: New file.
56         * modules/xgetdomainname: New file.
57         * MODULES.html.sh (func_all_modules): Add getdomainname, xgetdomainname.
58
59 2003-09-24  Paul Eggert  <eggert@twinsun.com>
60
61         * README: Document assumptions that 'int' is at least 32 bits
62         wide, that integer arithmetic is 2's complement without overflow,
63         that there are no holes in integer values, that adding sizes of
64         two nonoverlapping objects can't overflow, and that all-bits-zero
65         yields scalar zero.  Fix spelling and capitalization typos.
66
67 2003-09-24  Simon Josefsson  <jas@extundo.com>
68
69         * modules/xgethostname: Add xgethostname.h.
70
71 2003-09-17  Paul Eggert  <eggert@twinsun.com>
72
73         * gnulib-tool: Use "test -h", not "test -L", for portability
74         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
75         (tags_regexp): Remove, since \| doesn't conform to POSIX.
76         (sed_extract_prog): Issue s commands one-by-one, rather than
77         using \| in one s command.
78
79 2003-09-16  Bruno Haible  <bruno@clisp.org>
80
81         * gnulib-tool (func_create_testdir): Warn about duplicated
82         dependencies.
83
84 2003-09-15  Paul Eggert  <eggert@twinsun.com>
85
86         * modules/argmatch, modules/fatal, modules/obstack,
87         modules/xalloc, modules/xgethostname: Sort dependencies by
88         importance, not alphabetically.
89
90 2003-09-14  Bruno Haible  <bruno@clisp.org>
91
92         * modules/fwriteerror: New file.
93         * MODULES.html.sh (func_all_modules): Add fwriteerror.
94
95 2003-09-12  Paul Eggert  <eggert@twinsun.com>
96
97         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
98         modules/xgethostname, modules/xalloc: Depend on exit.
99
100 2003-09-09  Paul Eggert  <eggert@twinsun.com>
101
102         * README: New section: portability guidelines.
103
104 2003-09-07  Paul Eggert  <eggert@twinsun.com>
105
106         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
107         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
108
109 2003-09-06  Paul Eggert  <eggert@twinsun.com>
110
111         * MODULES.html.sh (func_all_modules): Add time_r.
112         * modules/time_r: New file.
113         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
114         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
115
116 2003-08-31  Simon Josefsson  <jas@extundo.com>
117
118         * modules/timegm: New file.
119         * MODULES.html.sh (func_all_modules): Add timegm.
120
121 2003-08-22  Simon Josefsson  <jas@extundo.com>
122
123         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
124
125 2003-08-20  Bruno Haible  <bruno@clisp.org>
126
127         * modules/progname: New file.
128         * MODULES.html.sh (func_all_modules): Add progname.
129
130 2003-08-18  Paul Eggert  <eggert@twinsun.com>
131
132         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
133         in makefile rules.
134
135 2003-08-17  Simon Josefsson  <jas@extundo.com>
136
137         * modules/argp: Fix autoconf macro name. Add more dependencies.
138
139 2003-08-17  Simon Josefsson  <jas@extundo.com>
140
141         * modules/xstrndup: New file.
142         * MODULES.html.sh (func_all_modules): Add xstrndup.
143
144 2003-08-17  Bruno Haible  <bruno@clisp.org>
145
146         * modules/strndup (Files, Include): Add lib/strndup.h.
147
148 2003-08-17  Bruno Haible  <bruno@clisp.org>
149
150         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
151         like AC_GNU_SOURCE.
152         * modules/extensions (configure.ac): Comment out the invocation of
153         gl_USE_SYSTEM_EXTENSIONS.
154
155 2003-08-17  Bruno Haible  <bruno@clisp.org>
156
157         * modules/euidaccess (Files): Add lib/euidaccess.h.
158
159 2003-08-16  Paul Eggert  <eggert@twinsun.com>
160
161         Document merge from coreutils.
162         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
163         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
164         * modules/utime: Add m4/utimes-null.m4.
165
166 2003-08-15  Paul Eggert  <eggert@twinsun.com>
167
168         Document merge from coreutils.
169         * modules/userspec: Depend on posixver.
170         * modules/strftime: Depend on tzset.
171
172 2003-08-14  Jim Meyering  <jim@meyering.net>
173
174         Merges from coreutils.
175         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
176         variable names, rather than @FNMATCH_H@.
177         * modules/alloca: Likewise for $(ALLOCA_H).
178
179         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
180         the three copies of the literal target, `fnmatch.h'.
181         * modules/alloca (alloca.h): Likewise.
182
183 2003-08-14  Paul Eggert  <eggert@twinsun.com>
184
185         * modules/tzset: New file.
186
187 2003-08-12  Paul Eggert  <eggert@twinsun.com>
188
189         Merge from coreutils.
190         * modules/euidaccess: Add lib_SOURCES, include for new
191         file euidaccess.h
192
193 2003-08-11  Paul Eggert  <eggert@twinsun.com>
194
195         * modules/gnu-source, m4/gnu-source.m4:
196         Remove; we're assuming Autoconf 2.54 or later now.
197         Suggested by Bruno Haible.
198         * MODULES.html.sh (func_all_modules): Remove gnu-source.
199
200 2003-08-08  Paul Eggert  <eggert@twinsun.com>
201
202         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
203         * modules/extensions, modules/gnu-source: New files.
204         * modules/timespec, modules/unlocked-io: Depend on extensions.
205
206 2003-08-07 Paul Eggert  <eggert@twinsun.com>
207
208         * modules/restrict: New file.
209         * MODULES.html.sh (func_all_modules): Add restrict.
210         * modules/regex: Depend on restrict.
211
212 2003-08-07  Bruno Haible  <bruno@clisp.org>
213
214         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
215         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
216
217 2003-08-05  Paul Eggert  <eggert@twinsun.com>
218
219         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
220         * modules/bumpalloc: Remove.
221
222 2003-07-31  Bruno Haible  <bruno@clisp.org>
223
224         * modules/getpass-gnu: New file.
225         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
226
227 2003-07-22  Paul Eggert  <eggert@twinsun.com>
228
229         * modules/xalloc (Depends-on): Add exitfail.
230         * modules/xmemcoll: Likewise.
231
232 2003-07-20  Jim Meyering  <jim@meyering.net>
233
234         * modules/closeout (Depends-on): Add exitfail.
235         Suggestion from Bruno Haible.
236
237 2003-07-18  Bruno Haible  <bruno@clisp.org>
238
239         * modules/getndelim2: New file.
240         * modules/getline: Share files with module getndelim2.
241         * modules/getnline: Depend on getndelim2 instead of sharing files with
242         it. Add getnline.c to lib_SOURCES.
243         * MODULES.html.sh (func_all_modules): Add getndelim2.
244
245 2003-07-17  Bruno Haible  <bruno@clisp.org>
246
247         * modules/getnline: New file.
248         * modules/getline: Add lib/getndelim2.c to source file list.
249         * MODULES.html.sh (func_all_modules): Add getnline.
250
251 2003-07-17  Bruno Haible  <bruno@clisp.org>
252
253         * configure.in: Remove file.
254         * Makefile.in: Remove file.
255
256 2003-07-17  Bruno Haible  <bruno@clisp.org>
257
258         * MODULES.html.sh: Put the </BODY> right before </HTML>.
259
260 2003-07-16  Jim Meyering  <jim@meyering.net>
261
262         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
263
264 2003-07-15  Jim Meyering  <jim@meyering.net>
265
266         * modules/save-cwd: Don't depend on error.  From Derek Price.
267
268 2003-07-14  Simon Josefsson  <jas@extundo.com>
269
270         * modules/mempcpy: New file.
271         * MODULES.html.sh (func_all_modules): Add mempcpy.
272
273 2003-07-14  Paul Eggert  <eggert@twinsun.com>
274
275         * modules/getdate, modules/posixtm: Depend on mktime.
276
277 2003-07-10  Simon Josefsson  <jas@extundo.com>
278
279         * modules/strchrnul (Makefile.am): Add strchrnul.h.
280
281 2003-06-26  Bruno Haible  <bruno@clisp.org>
282
283         * modules/human: Depend on module stdbool.
284
285 2003-06-25  Bruno Haible  <bruno@clisp.org>
286
287         * modules/readlink: New file.
288         * modules/xreadlink: Depend on it.
289         * MODULES.html.sh (func_all_modules): Add readlink.
290
291 2003-06-22  Bruno Haible  <bruno@clisp.org>
292
293         * modules/safe-read: Add m4/ssize_t.m4.
294         * modules/xreadlink: Add m4/ssize_t.m4.
295
296 2003-06-11  Simon Josefsson  <jas@extundo.com>
297
298         * modules/sysexits: New file.
299         * MODULES.html.sh (func_all_modules): Add sysexits.
300
301 2003-06-10  Bruno Haible  <bruno@clisp.org>
302
303         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
304
305 2003-06-10  Simon Josefsson  <jas@extundo.com>
306
307         * modules/strchrnul: New file.
308
309 2003-06-10  Simon Josefsson  <jas@extundo.com>
310
311         * modules/argp: New file.
312
313 2003-06-07  Bruno Haible  <bruno@clisp.org>
314
315         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
316         avoid AC_CONFIG_LINKS.
317         * modules/fnmatch (Makefile.am): Use explicit creation rule for
318         fnmatch.h, to avoid AC_CONFIG_LINKS.
319         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
320
321 2003-06-07  Jim Meyering  <jim@meyering.net>
322
323         * modules/strtod: Use $(...) notation, not @...@ for
324         AC_REPLACE'd variables.
325         * modules/localcharset: Likewise.
326
327 2003-06-06  Jim Meyering  <jim@meyering.net>
328             Bruno Haible  <bruno@clisp.org>
329
330         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
331         Adjust Makefile.am snippet not to redirect directly to target.
332         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
333
334 2003-05-30  Bruno Haible  <bruno@clisp.org>
335
336         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
337         * config/config.rpath: Upgrade to gettext-0.12.1.
338
339 2003-05-22    <karl@gnu.org>
340
341         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
342
343 2003-05-09  Bruno Haible  <bruno@clisp.org>
344
345         * modules/error: Add m4/strerror_r.m4 to file list.
346
347 2003-04-10  Bruno Haible  <bruno@clisp.org>
348
349         * modules/findprog: New file.
350         * MODULES.html.sh (func_all_modules): Add it.
351
352 2003-04-04  Bruno Haible  <bruno@clisp.org>
353
354         * modules/linebreak: New file.
355         * MODULES.html.sh (func_all_modules): Add it.
356
357 2003-04-03  Bruno Haible  <bruno@clisp.org>
358
359         * modules/utf8-ucs4: New file.
360         * modules/utf16-ucs4: New file.
361         * modules/ucs4-utf8: New file.
362         * modules/ucs4-utf16: New file.
363         * MODULES.html.sh (func_all_modules): Add them.
364
365 2003-04-02  Bruno Haible  <bruno@clisp.org>
366
367         * modules/binary-io: New file.
368         * MODULES.html.sh (func_all_modules): Add it.
369
370 2003-04-01  Bruno Haible  <bruno@clisp.org>
371
372         * modules/pathname: New file.
373         * MODULES.html.sh (func_all_modules): Add it.
374
375 2003-03-28  Bruno Haible  <bruno@clisp.org>
376
377         * modules/copy-file: New file.
378         * MODULES.html.sh (func_all_modules): Add it.
379
380 2003-02-20  Bruno Haible  <bruno@clisp.org>
381
382         * MODULES.html.sh (func_all_modules): Add poll.
383
384 2003-02-19  Paolo Bonzino  <bonzini@gnu.org>
385
386         * modules/poll: New file.
387
388 2003-02-18  Bruno Haible  <bruno@clisp.org>
389
390         * MODULES.html.sh (func_all_modules): Add mathl.
391
392 2003-02-18  Paolo Bonzino  <bonzini@gnu.org>
393
394         * modules/mathl: New file.
395
396 2003-02-17  Bruno Haible  <bruno@clisp.org>
397
398         * modules/mkdtemp: New module.
399         * MODULES.html.sh (func_all_modules): Add it.
400
401 2003-01-30  Bruno Haible  <bruno@clisp.org>
402
403         * modules/vasnprintf, modules/vasprintf: New modules.
404         * MODULES.html.sh (func_all_modules): Add them.
405
406 2003-01-29  Bruno Haible  <bruno@clisp.org>
407
408         * modules/stpncpy: New module.
409         * MODULES.html.sh (func_all_modules): Add it.
410
411 2003-01-28  Bruno Haible  <bruno@clisp.org>
412
413         * modules/c-ctype: New module.
414         * MODULES.html.sh (func_all_modules): Add it.
415
416 2003-01-27  Bruno Haible  <bruno@clisp.org>
417
418         * modules/xsetenv: New module.
419         * MODULES.html.sh (func_all_modules): Add it.
420
421 2003-01-23  Bruno Haible  <bruno@clisp.org>
422
423         * modules/minmax: New module.
424         * MODULES.html.sh (func_all_modules): Add it.
425
426 2003-01-22  Bruno Haible  <bruno@clisp.org>
427
428         * modules/exit: New module.
429         * MODULES.html.sh (func_all_modules): Add it.
430
431 2003-01-19  Bruno Haible  <bruno@clisp.org>
432
433         * gnulib-tool: Recognize option --extract-maintainer.
434         (func_get_maintainer): New function.
435         * modules/*: Add Maintainer entry.
436
437 2003-01-16  Bruno Haible  <bruno@clisp.org>
438
439         * MODULES.html.sh: Add a table of contents. Add the module name as
440         leftmost column. Add hyperlinks.
441
442 2003-01-11  Bruno Haible  <bruno@clisp.org>
443
444         * modules/stpcpy: Distribute lib/stpcpy.h.
445         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
446
447 2003-01-11  Bruno Haible  <bruno@clisp.org>
448
449         * gnulib-tool (func_create_testdir): Store config/* files in the main
450         directory.
451         * config.rpath: Move to ...
452         * config/config.rpath: ... here.
453         * modules/gettext: Contains config/config.rpath, not config.rpath.
454         * modules/iconv: Likewise.
455
456 2003-01-11  Bruno Haible  <bruno@clisp.org>
457
458         * modules/*: Add a description.
459         * modules/strpbrk: Fix Makefile.am snippet.
460         * modules/strtoimax: Fix dependencies.
461         * modules/strtoumax: Likewise.
462
463 2003-01-11  Bruno Haible  <bruno@clisp.org>
464
465         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
466         * modules/alloca (Makefile.am): All object files depend on alloca.h.
467         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
468
469 2003-01-12  Paul Eggert  <eggert@twinsun.com>
470
471         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
472         to avoid collisions with libcurses and libreadline.
473         * getstr: Remove.
474         * MODULES.html.sh: Remove getstr.
475         * modules/getline: Depend on unlocked-io, not getstr.
476
477 2003-01-10  Bruno Haible  <bruno@clisp.org>
478
479         * modules/alloca: Change Makefile.am requirements. Simplify Include
480         requirements. Add lib/alloca_.h to file list.
481
482 2003-01-09  Bruno Haible  <bruno@clisp.org>
483
484         * modules/stdbool: Change configure.ac, Makefile.am requirements.
485         Simplify Include requirements. Add lib/stdbool.h.in to file list.
486
487 2003-01-09  Bruno Haible  <bruno@clisp.org>
488
489         * gnulib-tool (func_all_modules): Ignore files ending in ~.
490         * MODULES.html.sh: Likewise.
491
492 2003-01-09    <karl@gnu.org>
493
494         * MODULES.html.sh: include `dirname $0` in PATH, to find
495         gnulib-tool.
496
497 2003-01-08  Bruno Haible  <bruno@clisp.org>
498
499         * modules/full-read: Depend on full-write.
500
501 2003-01-07  Bruno Haible  <bruno@clisp.org>
502
503         * MODULES.html.sh: Add copyright notice.
504         (missed_files): Omit CVS directory entries.
505         (func_module): Make it work with sed-3.02.
506         * MODULES.txt: Remove file.
507
508 2003-01-01    <karl@gnu.org>
509
510         * gnulib-tool (func_verify_module): report module name $module in
511         error message, not $1.
512         * gnulib-tool (create-testdir): don't complain if destdir couldn't
513         be created, only if it doesn't exist.
514         * gnulib-tool (last_checkin_date): don't expand the $Date here.
515
516 2002-12-24  Bruno Haible  <bruno@clisp.org>
517
518         * MODULES.txt: Update according to m4/ changes.
519
520         Module gettext.
521         * config.rpath: New file, from gettext-0.11.5.
522
523         * modules/*: New module descriptions.
524         * gnulib-tool: New file.
525         * MODULES.html.sh: New file.
526
527 2002-11-01  Bruno Haible  <bruno@clisp.org>
528
529         * configure.in: Add AC_CONFIG_AUX_DIR call.
530         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
531         test/Makefile.
532         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
533
534 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
535
536         * regex.c (PATFETCH): Remove the translating fetch.
537         (PATFETCH_RAW): Rename to PATFETCH.
538         (set_image_of_range): New fun.
539         (SET_RANGE_TABLE_WORK_AREA): Use it.
540         (regex_compile): Don't translate the pattern chars so eagerly.
541         Only do it when inserting an `exactn' bytecode or when handling
542         a char-range.
543         (mutually_exclusive_p): Avoid empty statement.
544
545 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
546
547         * README: New file
548         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
549         (per RMS's instructions, this is now the canonical source)
550         * lgpl/, gpl/: New directories.
551
552 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
553
554         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
555         as if it was a `charset'.
556
557 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
558
559         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
560         (regex_compile): Catch bogus \(\1\).
561
562 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
563
564         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
565         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
566         Giving in to popular pressure to shut up the compiler with casts.
567
568 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
569
570         * regex.c: More `unsigned char' -> `re_char' changes.
571         Also change several `int' into `re_wchar_t'.
572         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
573         (PUSH_FAILURE_POINTER): Don't cast any more.
574         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
575         We want GCC to complain, since this piece of code makes
576         re_match non-reentrant, which *should* be fixed.
577         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
578         (EXTEND_BUFFER): Use RETALLOC.
579         (SET_LIST_BIT): Don't cast.
580         (re_wchar_t): New type.
581         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
582         that those two functions will always properly return.
583         (IMMEDIATE_QUIT_CHECK): Cast to void.
584         (analyse_first): Use recursion rather than an explicit stack.
585         (re_compile_fastmap): Can't fail anymore.
586         (re_search_2): Don't check re_compile_fastmap for failure.
587         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
588         Now also sets the new value (passed in a new argument).
589         (re_match_2_internal): Use it.
590         Also, use a new var `reg' of type size_t when looping through regs
591         rather than reuse the inappropriate `mcnt'.
592
593 2000-10-24  Andrew Innes  <andrewi@gnu.org>
594
595         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
596         NT-Emacs only.
597         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
598         so that re_search functions only quit when callers expect them to.
599
600 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
601
602         * regex.c (regex_compile): Change the way of handling a range from
603         a char less than 256 to a char not less than 256.
604
605 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
606
607         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.