Changeset abfacaf for xsoft/other


Ignore:
Timestamp:
03/05/2024 02:22:51 PM (4 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
ken/TL2024, lazarus, trunk, xry111/llvm18
Children:
8aed1dc, 9bb439e
Parents:
648752cf
Message:

Remove most references to PCRE1

Some notes:

  • proftpd has been supporting PCRE2 since 1.3.8a.
  • bluefish actually invokes PCRE via Glib, so since Glib was ported from PCRE1 to PCRE2 bluefish has been using PCRE2 in fact.
  • zsh and rasqal will support PCRE2 in the next release. For zsh pcre is not used with book instruction anyway, and for rasqal the maintainer suggests just relying on Glibc regex.h before the next release.
  • The other distros (Fedora for eg) are already disabling PCRE for slang.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/balsa.xml

    r648752cf rabfacaf  
    9696      <command>sendmail</command> command)
    9797    </para>
    98 
    99 <!-- in 2.6.3 the only references to pcre are in the old spec file,
    100      the INSTALL file which seems to be out of date,
    101      and the ChangeLog where it was defaulted to off in 2008.
    102      Not mentioned in configure.
    103     <bridgehead renderas="sect4">Recommended</bridgehead>
    104     <para role="recommended">
    105       <xref linkend="pcre"/>
    106     </para>-->
    10798
    10899    <bridgehead renderas="sect4">Optional</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.