]> git.eshelyaron.com Git - emacs.git/commit
Revert fixes to allocation of regex matching
authorNoam Postavsky <npostavs@gmail.com>
Mon, 24 Oct 2016 23:54:29 +0000 (19:54 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Wed, 26 Oct 2016 00:15:33 +0000 (20:15 -0400)
commitfee4cef7d720e98922858e19b3161358041ec141
tree191cdafd145e0ff5e403b95080f7baaeefbd170c
parent4c3f7387df339176a94f49895c92fa6a5f526bae
Revert fixes to allocation of regex matching

The fix was not complete, and completing it was proving too complicated.

- Revert "* src/regex.c (re_search_2): Make new code safe for
          -Wjump-misses-init."
  This reverts commit c2a17924a57483d14692c8913edbe8ad24b5ffbb.
- Revert "Port to GCC 6.2.1 + --enable-gcc-warnings"
  This reverts commit f6134bbda259c115c06d4a9a3ab5c39340a15949.
- Revert "Fix handling of allocation in regex matching"
  This reverts commit ad66b3fadb7ae22a4cbb82bb1507c39ceadf3897.
- Revert "Fix handling of buffer relocation in regex.c functions"
  This reverts commit ee04aedc723b035eedaf975422d4eb242894121b.
src/dired.c
src/regex.c
src/regex.h
src/search.c