~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Arnold D. Robbins
  • Date: 2016-12-22 15:23:16 UTC
  • mfrom: (731.1.11)
  • mto: (731.14.2) (1056.1.1)
  • mto: This revision was merged to the branch mainline in revision 742.
  • Revision ID: git-v1:293b5a86a9053668773e75b35682c41ca64e0db6
Merge branch 'master' into feature/andy

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2016-12-22         Arnold D. Robbins     <arnold@skeeve.com>
 
2
 
 
3
        * dfa.c: Sync with GNULIB.
 
4
        * intprops.h: New file.
 
5
        * Makefile.am (base_sources): Add intprops.h.
 
6
 
 
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>:
 
12
 
 
13
        * regex_internal.h: Include intprops.h.
 
14
        * regexec.c (re_search_2_stub): Use it to avoid undefined
 
15
        behavior on integer overflow.
 
16
 
 
17
        Unrelated. Set up a support directory for externally obtained
 
18
        support files.
 
19
 
 
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.
 
28
 
1
29
2016-12-11         Arnold D. Robbins     <arnold@skeeve.com>
2
30
 
3
31
        * dfa.c: Sync with GNULIB.