~yadi/squid/te-gzip

« back to all changes in this revision

Viewing changes to CREDITS

  • 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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
383
383
 
384
384
==============================================================================
385
385
 
386
 
compat/GnuRegex.h:
387
 
 
388
 
 * Copyright (C) 1985, 1989, 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
389
 
 *
390
 
 * This program is free software; you can redistribute it and/or modify
391
 
 * it under the terms of the GNU General Public License as published by
392
 
 * the Free Software Foundation; either version 2, or (at your option)
393
 
 * any later version.
394
 
 *
395
 
 * This program is distributed in the hope that it will be useful,
396
 
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
397
 
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
398
 
 * GNU General Public License for more details.
399
 
 *
400
 
 * You should have received a copy of the GNU General Public License
401
 
 * along with this program; if not, write to the Free Software
402
 
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
403
 
 
404
 
==============================================================================
405
 
 
406
 
compat/GnuRegex.c:
407
 
 
408
 
 * Copyright (C) 1993 Free Software Foundation, Inc.
409
 
 *
410
 
 * This program is free software; you can redistribute it and/or modify
411
 
 * it under the terms of the GNU General Public License as published by
412
 
 * the Free Software Foundation; either version 2, or (at your option)
413
 
 * any later version.
414
 
 *
415
 
 * This program is distributed in the hope that it will be useful,
416
 
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
417
 
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
418
 
 * GNU General Public License for more details.
419
 
 *
420
 
 * You should have received a copy of the GNU General Public License
421
 
 * along with this program; if not, write to the Free Software
422
 
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
423
 
 
424
 
==============================================================================
425
 
 
426
386
compat/inet_ntop.c:
427
387
 
428
388
/*