Skip to content

Commit

Permalink
doc: mostly wording issues, but more importantly a fixed group link (P…
Browse files Browse the repository at this point in the history
…CRE2Project#114)

Not sure when the previous link broke, but this one seems to work
  • Loading branch information
carenas authored Apr 30, 2022
1 parent 51a5fcd commit 15a82c3
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ [email protected].
You can access the archives and also subscribe or manage your subscription
here:

https://groups.google.com/pcre2-dev
https://groups.google.com/g/pcre2-dev

Please read the NEWS file if you are upgrading from a previous release. The
contents of this README file are:
Expand Down Expand Up @@ -375,7 +375,8 @@ library. They are also documented in the pcre2build man page.
necessary to specify something like LIBS="-lncurses" as well. This is
because, to quote the readline INSTALL, "Readline uses the termcap functions,
but does not link with the termcap or curses library itself, allowing
applications which link with readline the to choose an appropriate library."
applications which link with readline the option to choose an appropriate
library."
If you get error messages about missing functions tgetstr, tgetent, tputs,
tgetflag, or tgoto, this is the problem, and linking with the ncurses library
should fix it.
Expand All @@ -400,10 +401,10 @@ library. They are also documented in the pcre2build man page.
Setting --enable-fuzz-support also causes a binary called pcre2fuzzcheck to
be created. This is normally run under valgrind or used when PCRE2 is
compiled with address sanitizing enabled. It calls the fuzzing function and
outputs information about it is doing. The input strings are specified by
arguments: if an argument starts with "=" the rest of it is a literal input
string. Otherwise, it is assumed to be a file name, and the contents of the
file are the test string.
outputs information about what it is doing. The input strings are specified
by arguments: if an argument starts with "=" the rest of it is a literal
input string. Otherwise, it is assumed to be a file name, and the contents
of the file are the test string.

. Releases before 10.30 could be compiled with --disable-stack-for-recursion,
which caused pcre2_match() to use individual blocks on the heap for
Expand Down

0 comments on commit 15a82c3

Please sign in to comment.