X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=README;h=828c449d5f335831afcec5cbdfd93831916bb2bb;hb=fcf73607913050d246dbcc4f39e7717d0960763f;hp=f1f5a953255287190c34b19b63ce1b6a2f904ac5;hpb=f5d365ec44b9e04c03c7e97e94080bcd134f319a;p=miniexpect.git diff --git a/README b/README index f1f5a95..828c449 100644 --- a/README +++ b/README @@ -3,11 +3,11 @@ miniexpect is a very simple expect-like library for C. It has a saner interface than libexpect, and doesn't depend on Tcl. It is also thread safe, const-correct and uses modern C standards. -It is standalone, except that it requires the PCRE (Perl Compatible -Regular Expressions) library from http://www.pcre.org/. The PCRE +It is standalone, except that it requires the PCRE2 (Perl Compatible +Regular Expressions) library from http://www.pcre.org/. The PCRE2 dependency is fundamental because we want to offer the most powerful regular expression syntax to match on, but more importantly because -PCRE has a convenient way to detect partial matches which made this +PCRE2 has a convenient way to detect partial matches which made this library very simple to implement. License