1. 615a447 Merge "Remove VNDK definition(s)" into main by Treehugger Robot · 9 weeks ago main master
  2. 2261799 Remove VNDK definition(s) by Kiyoung Kim · 2 months ago
  3. ca54684 Merge "Upgrade libpcre2 to pcre2-10.43" into main am: 71cb3f7149 by Sadaf Ebrahimi · 3 months ago
  4. 71cb3f7 Merge "Upgrade libpcre2 to pcre2-10.43" into main by Sadaf Ebrahimi · 3 months ago
  5. 3017f2a Upgrade libpcre2 to pcre2-10.43 by Sadaf Ebrahimi · 3 months ago
  6. 3864abd File tidies for 10.43 by Philip Hazel · 3 months ago
  7. 8bd201e Avoid compiler warnings by Philip Hazel · 3 months ago
  8. 30a3acd conditionally enable differential fuzzing (#381) by Addison Crump · 3 months ago
  9. 488af9e Get rid of warnings in fuzzsupport.c and note its upgrade in ChangeLog by Philip Hazel · 3 months ago
  10. bd1eec7 Fuzzer: fix JIT fuzzing (#322) by Addison Crump · 3 months ago
  11. aa51f00 Minor typo fixes in NEWS file (#380) by Ayesh Karunaratne · 3 months ago
  12. cb22012 Mark pso_list const (#379) by TheEragon · 3 months ago
  13. 061de31 doc/pcre2api.3: 'constant' applies to the pointee; not pointer (#377) by Alejandro Colomar · 4 months ago
  14. 7d59dde Implement PCRE2_DISABLE_RECURSELOOP_CHECK by Philip Hazel · 4 months ago
  15. 037aecd Fix TARGET_INCLUDE_DIRECTORIES for pcre2 posix targets (#374) by Maciej Sroczyński · 4 months ago
  16. d71e89b Check documentation for double-word typos by Philip Hazel · 4 months ago
  17. 6885221 Fix various typos in documentation (#372) by Thomas Voss · 4 months ago
  18. 7b649dc For the pcre2demo man page, put the source code in its own section rather than everything under NAME by Philip Hazel · 5 months ago
  19. 72d9deb Prepare for release in JIT by Zoltan Herczeg · 5 months ago
  20. 6aafc18 pcre2-config.cmake.in: Fix PCRE2 library names (#365) by Jonas Kvinge · 5 months ago
  21. f1c3143 Disable early fails for atomic blocks by Zoltan Herczeg · 5 months ago
  22. 16759fc Improve early fail detection in JIT by Zoltan Herczeg · 5 months ago
  23. ba41b5d Improve hexdigit and any class checks in JIT by Zoltan Herczeg · 5 months ago
  24. ea4bb21 Insert omitted setting of subject length at the end of pcre2_jit_match() by Philip Hazel · 5 months ago
  25. 78b7c5b Ensure jitfast is used when set with replace in pcre2test by Philip Hazel · 5 months ago
  26. aadef0c File tidies for 10.43-RC1 release by Philip Hazel · 5 months ago
  27. 2bba84b Optimize character category matching in JIT by Zoltan Herczeg · 5 months ago
  28. 542cb11 Fix incorrect class character matches in JIT by Zoltan Herczeg · 5 months ago
  29. 92d56a1 Revert "Use standard CMake constructs to export the library's targets. (#260)" (#364) by Carlo Marcelo Arenas Belón · 5 months ago
  30. 600d752 Documentation update by Philip Hazel · 5 months ago
  31. 536e6a1 Improve patch in 62a6498 by skipping irrelevant assertions when looking for a starting code unit. by Philip Hazel · 6 months ago
  32. c9e03ce Minor doc update by Philip Hazel · 6 months ago
  33. 62a6498 Improve logic for setting starting code units by ignoring certain assertions. by Philip Hazel · 6 months ago
  34. 9de4d53 Fix backreferences with unset backref and non-greedy iterators in JIT by Zoltan Herczeg · 6 months ago
  35. 4e8fdb3 JIT compiler update by Zoltan Herczeg · 6 months ago
  36. c3529d0 Improve naming in jit by Zoltan Herczeg · 6 months ago
  37. 1c09efe Fix accept and endanchored interaction in JIT by Zoltan Herczeg · 6 months ago
  38. ad73148 Fix incorrect matching of 0xffffffff to any character with more than one other case in 32-bit UCP (but not UTF) mode. by Philip Hazel · 6 months ago
  39. 014c82d Fix data type anomaly in pcre2_substring_list_free()prototype by Philip Hazel · 6 months ago
  40. afce00e Fix compile loop in 32-bit mode for characters above the Unicode limit when caseless and ucp are set. by Philip Hazel · 6 months ago
  41. 0820852 Fix incorrect auto-possessification at end of variable length lookbehind by Philip Hazel · 6 months ago
  42. 8e83acc Upgrade interpreter to match JIT in handling of nested pattern recursions by Philip Hazel · 6 months ago
  43. 86919c9 Re-factor handling of whole-pattern recursion in the interpreter by Philip Hazel · 6 months ago
  44. 198379c Add some additional tests that I found lying around. by Philip Hazel · 6 months ago
  45. 630b1cd Update docs to point out LDFLAGS=--static for making fully statically linked binaries by Philip Hazel · 6 months ago
  46. e76eae6 Another fix for vreverse support in jit by Zoltan Herczeg · 6 months ago
  47. 936fef2 Fix backref iterators when PCRE2_MATCH_UNSET_BACKREF is set in JIT by Zoltan Herczeg · 6 months ago
  48. 57ee073 Fix bad patch in 05206d66. The interpreter was handling NOTEOL incorrectly in general after trying to fix it in invalid UTF subjects. by Philip Hazel · 6 months ago
  49. 45dcb3d Fix \X matching in 32 bit mode without UTF in JIT by Zoltan Herczeg · 6 months ago
  50. a0c5393 Doc update; add tests for recent patch; remove unnecessary line in pcre2grep (found by coverity) by Philip Hazel · 6 months ago
  51. 04f6668 Fix another oversight in c1306126 by Philip Hazel · 6 months ago
  52. e179a4b Add --group-separator and --no-group-separator to pcre2grep. by Philip Hazel · 6 months ago
  53. 7fe586b Fix incorrect patch in c1306126 by Philip Hazel · 6 months ago
  54. 05206d6 Fix \z behaviour when matching within invalid UTF by Philip Hazel · 6 months ago
  55. c130612 Fix 32-bit quantifier following a character larger than the maximum UTF character. by Philip Hazel · 6 months ago
  56. 9783ca9 Sanity checks for ctype functions (#342) by Addison Crump · 6 months ago
  57. e996437 Add more optional debugging code to pcre2_match(). by Philip Hazel · 6 months ago
  58. dfc2cd1 ci: add manyconfig job (#340) by Carlo Marcelo Arenas Belón · 6 months ago
  59. c06a4b8 pcre2posix: additional updates for recent changes (#338) by Carlo Marcelo Arenas Belón · 6 months ago
  60. 13a933e ci: add dev build to serve as canary (#339) by Carlo Marcelo Arenas Belón · 6 months ago
  61. b88126f Fix oversight in DFA when changing OP_REVERSE; also add some unrelated tests by Philip Hazel · 6 months ago
  62. fdfbcd9 Remove previous incorrect patch by Philip Hazel · 6 months ago
  63. 741390c Fix vreverse issues by Zoltan Herczeg · 6 months ago
  64. 0710ce2 pcre2posix: avoid snprintf quirks in regerror (#333) by Carlo Marcelo Arenas Belón · 6 months ago
  65. d246f2a Fix stupid error in b3dbe8d by Philip Hazel · 6 months ago
  66. b3dbe8d Make data for OP_REVERSE use IMM2_SIZE instead of LINK_SIZE, for consistency with OP_VREVERSE by Philip Hazel · 6 months ago
  67. 2b926df Fix early fail detection by Zoltan Herczeg · 6 months ago
  68. b719b47 Documentation: minor update for consistency by Philip Hazel · 6 months ago
  69. eca3f2b Document that the POSIX API is not thread-safe. by Philip Hazel · 6 months ago
  70. 183e8a9 Add check for ridiculous offsets to substring extraction functions. by Philip Hazel · 6 months ago
  71. ce5b604 Fix PCRE2_ENDANCHORED behaviour in recursion in pcre2_match(). Fixes #331. by Philip Hazel · 6 months ago
  72. f5c4eb7 jit: disable ASAN for arm64 SIMD helper (#306) by Carlo Marcelo Arenas Belón · 6 months ago
  73. b43e745 Fix braposzero check by Zoltan Herczeg · 6 months ago
  74. fbe045b Add AVX2 simd support on x86 (#328) by Zoltan Herczeg · 6 months ago
  75. 52041d8 Fix misbehaviour of pcre2_match() and pcre2_dfa_match() when PCRE2_FIRSTLINE was set for an anchored pattern. by Philip Hazel · 6 months ago
  76. 88b1c47 Use bitset for unicode category select in jit by Zoltan Herczeg · 6 months ago
  77. 9667c91 (hopefully) final unused variable cleanup :) (#321) by Addison Crump · 6 months ago
  78. 50d3394 fixup: if jit support is not provided, do not create unused variables (#320) by Addison Crump · 6 months ago
  79. bec9bf3 Fuzzer improvements (JIT, option entropy) (#317) by Addison Crump · 6 months ago
  80. 494e765 Implement vreverse in jit (#319) by Zoltan Herczeg · 6 months ago
  81. bbe8042 JIT compiler update by Zoltan Herczeg · 7 months ago
  82. 5074d60 build: FTBFS for pcre2_dftables (#314) by Carlo Marcelo Arenas Belón · 7 months ago
  83. 8d3e96c maketables: avoid misleading values in case flipping table (#313) by Carlo Marcelo Arenas Belón · 7 months ago
  84. d11400f test: avoid UB in test17 (#312) by Carlo Marcelo Arenas Belón · 7 months ago
  85. d01cd71 cmake: set PCRE2POSIX_CFLAG in pcre2-config and pkg-config (#311) by Carlo Marcelo Arenas Belón · 7 months ago
  86. 3f05f72 Prefer PCRE2POSIX_SHARED to PCRE2_STATIC for pcre2posix (#310) by Carlo Marcelo Arenas Belón · 7 months ago
  87. 1e146e7 Doc update: clarify ASCII options and update ChangeLog and HTML by Philip Hazel · 7 months ago
  88. 231824f doc: mention binary properties and ascii options (#308) by Carlo Marcelo Arenas Belón · 7 months ago
  89. 3046486 Add (?aT) for updating PCRE2_EXTRA_ASCII_DIGIT in pattern (#307) by Carlo Marcelo Arenas Belón · 7 months ago
  90. 0a55280 Update UCP handling of \b and \B to match recent changes to \w by Philip Hazel · 7 months ago
  91. a0b4ee0 Update HTML docs and ChangeLog for recent patches by Philip Hazel · 8 months ago
  92. d231944 fix a possible integer overflow in DFA matching (#305) by pkuzco · 8 months ago
  93. 1b74f73 Allow restricting [:xdigit:] to ASCII for POSIX compatibility (#301) by Carlo Marcelo Arenas Belón · 8 months ago
  94. 2fef163 Update [[:digit:]] in UCP mode to match Perl by Philip Hazel · 8 months ago
  95. 1b26eae Add properties Mn and Pc to the meaning of \w and its synonyms in UCP mode by Philip Hazel · 8 months ago
  96. 457c0e6 Add more examples fixed by #300; update ChangeLog by Philip Hazel · 8 months ago
  97. 794245e match: also restore originally unset entries in recursion (#300) by Carlo Marcelo Arenas Belón · 8 months ago
  98. 4a2bf0c minor cleanup for previous fix (#299) by Carlo Marcelo Arenas Belón · 8 months ago
  99. ab47f88 Fix ECMAScript interpretation of \u{ 12} to be literal, not a repeated u. by Philip Hazel · 8 months ago
  100. 90991cf Documentation update following PR297 by Philip Hazel · 8 months ago