aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2024-02-16File tidies for 10.43Philip Hazel
2024-01-31doc/pcre2api.3: 'constant' applies to the pointee; not pointer (#377)Alejandro Colomar
2024-01-27Implement PCRE2_DISABLE_RECURSELOOP_CHECKPhilip Hazel
2024-01-19Check documentation for double-word typosPhilip Hazel
2024-01-19Fix various typos in documentation (#372)Thomas Voss
2024-01-06For the pcre2demo man page, put the source code in its own section rather tha...Philip Hazel
2023-12-28File tidies for 10.43-RC1 releasePhilip Hazel
2023-12-22Documentation updatePhilip Hazel
2023-12-08Minor doc updatePhilip Hazel
2023-12-02Fix data type anomaly in pcre2_substring_list_free()prototypePhilip Hazel
2023-11-30Upgrade interpreter to match JIT in handling of nested pattern recursionsPhilip Hazel
2023-11-24Update docs to point out LDFLAGS=--static for making fully statically linked ...Philip Hazel
2023-11-21Doc update; add tests for recent patch; remove unnecessary line in pcre2grep ...Philip Hazel
2023-11-20Add --group-separator and --no-group-separator to pcre2grep.Philip Hazel
2023-11-16pcre2posix: additional updates for recent changes (#338)Carlo Marcelo Arenas Belón
2023-11-14Documentation: minor update for consistencyPhilip Hazel
2023-11-14Document that the POSIX API is not thread-safe.Philip Hazel
2023-11-11Fix misbehaviour of pcre2_match() and pcre2_dfa_match() when PCRE2_FIRSTLINE ...Philip Hazel
2023-10-12Doc update: clarify ASCII options and update ChangeLog and HTMLPhilip Hazel
2023-10-12doc: mention binary properties and ascii options (#308)Carlo Marcelo Arenas Belón
2023-10-11Add (?aT) for updating PCRE2_EXTRA_ASCII_DIGIT in pattern (#307)Carlo Marcelo Arenas Belón
2023-10-09Update HTML docs and ChangeLog for recent patchesPhilip Hazel
2023-10-09Allow restricting [:xdigit:] to ASCII for POSIX compatibility (#301)Carlo Marcelo Arenas Belón
2023-10-04Update [[:digit:]] in UCP mode to match PerlPhilip Hazel
2023-10-04Add properties Mn and Pc to the meaning of \w and its synonyms in UCP modePhilip Hazel
2023-10-01minor cleanup for previous fix (#299)Carlo Marcelo Arenas Belón
2023-09-30Documentation update following PR297Philip Hazel
2023-09-30Spaces are not allowed within \u{} in BSUX mode (#297)Carlo Marcelo Arenas Belón
2023-09-25Allow spaces and tabs within {...} constructs to match Perl usage.Philip Hazel
2023-09-20Documentation and tests updatePhilip Hazel
2023-09-13Update meaning of {,5} etc to match update in Perl 5.34.0; refactor quantifie...Philip Hazel
2023-08-30Restore no indent in pcre2demo.3 man pagePhilip Hazel
2023-08-30Add a TH (title) macro to pcre2demo.3 (#292)MatthewVernon
2023-08-16admin: update ChangeLog and config.h for recent changes (#286)Carlo Marcelo Arenas Belón
2023-08-11Update HTML and plain text documentationPhilip Hazel
2023-08-11Update documentation for variable-length lookbehindsPhilip Hazel
2023-08-10jit: add LoongArch support (#281)Carlo Marcelo Arenas Belón
2023-07-17Update pcre2test documentationPhilip Hazel
2023-07-17Update pcre2_compile() to treat a NULL pattern with zero length as an empty s...Philip Hazel
2023-05-16windows: integrate visibility attributes without conflicts (#249)Carlo Marcelo Arenas Belón
2023-05-12pcre2grep: document better possible multiline matching misses (#252)Carlo Marcelo Arenas Belón
2023-04-15pcre2test: print library bitwidth in banner for usability (#227)Carlo Marcelo Arenas Belón
2023-04-11pcre2grep: avoid UCP mode for \d for compatibility with GNU grep (#222)Carlo Marcelo Arenas Belón
2023-04-09avoid inconsistency between \d and [:digit:] when using /a (#223)Carlo Marcelo Arenas Belón
2023-03-22Remove pcre2_ucptables.c from sources in build doc (#216)tobil4sk
2023-02-11pcregrep: minor documentation update (#208)Carlo Marcelo Arenas Belón
2023-02-08Made PCRE2_UCP the default in UTF mode in pcre2grep, and added new options --...Philip Hazel
2023-02-04Documentation update for new PCRE2_EXTRA caseless and ASCII optionsPhilip Hazel
2023-01-23Correct list of JIT-supported architecturesPhilip Hazel
2023-01-23make sure to use either size_t or PCRE2_SIZE correctly (#195)Carlo Marcelo Arenas Belón