1
2016-12-22 Arnold D. Robbins <arnold@skeeve.com>
3
* dfa.c: Sync with GNULIB.
4
* intprops.h: New file.
5
* Makefile.am (base_sources): Add intprops.h.
7
Unrelated. Import GNULIB fix for regex: fix integer-overflow
8
bug in never-used code.
9
Problem reported by Clément Pit–Claudel in:
10
http://lists.gnu.org/archive/html/emacs-devel/2016-12/msg00654.html
11
Fix by Paul Eggert <eggert@cs.ucla.edu>:
13
* regex_internal.h: Include intprops.h.
14
* regexec.c (re_search_2_stub): Use it to avoid undefined
15
behavior on integer overflow.
17
Unrelated. Set up a support directory for externally obtained
20
* Makefile.am (base_sources, EXTRA_DIST): Edit lists.
21
(SUBDIRS): Get ordering right.
22
(LDADD): Add support/libsupport.a.
23
(DEFS): Add -I for support directory.
24
* dfa.c, dfa.h, getopt.c, getopt.h, getopt1.c, getopt_int.h,
25
intprops.h, localeinfo.c, localeinfo.h, random.c, random.h,
26
regcomp.c, regex.c, regex.h, regex_internal.c, regex_internal.h,
27
regexec.c, verify.h, xalloc.h: Moved to support.
1
29
2016-12-11 Arnold D. Robbins <arnold@skeeve.com>
3
31
* dfa.c: Sync with GNULIB.