Ignore:
Timestamp:
03/05/2024 02:22:51 PM (8 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
ken/TL2024, 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
  • postlfs/shells/zsh.xml

    r648752cf rabfacaf  
    8282    <bridgehead renderas="sect4">Optional</bridgehead>
    8383    <para role="optional">
    84       <xref linkend="pcre"/>,
    85       <xref linkend="valgrind"/>, and
     84      <!-- <xref linkend="pcre2"/>, The next zsh release will support it -->
     85      <xref linkend="valgrind"/> and
    8686      <ulink url='https://fbb-git.gitlab.io/yodl/'>yodl</ulink>
    8787    </para>
     
    189189      use of the <application>GDBM</application> library.
    190190    </para>
    191 
    192     <para>
    193       <option>--enable-pcre</option>: This option allows zsh to use
    194       the <application>PCRE</application> regular expression library in shell
     191<!-- the next zsh release will support it
     192    <para>
     193      <option>- -enable-pcre</option>: This option allows zsh to use
     194      the <application>PCRE2</application> regular expression library in shell
    195195      builtins.
    196196    </para>
     197-->
    197198  </sect2>
    198199
Note: See TracChangeset for help on using the changeset viewer.