~yadi/squid/te-gzip

Viewing all changes in revision 14954.

  • Committer: Amos Jeffries
  • Date: 2016-11-20 09:12:00 UTC
  • mfrom: (14178.1.18 regex)
  • Revision ID: squid3@treenet.co.nz-20161120091200-6igx73hewk83nydi
C++11: Remove GnuRegex and all -lregex related code

Squid is now exclusively using the STL std::regex API provided on all
operating systems in a portable manner.

We no longer have any need of detecting if the system is providing a
libregex, or user has configured one, or if it actually works, or how
to call it, or use the GnuRegex code as a backup when one of those
complex details goes wrong.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: