Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to pcre2 #249

Merged
merged 11 commits into from
Feb 16, 2022
Merged

Migrate to pcre2 #249

merged 11 commits into from
Feb 16, 2022

Commits on Feb 15, 2022

  1. [regex] Update pcre to pcre2

    tobil4sk committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    c832ec6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0e879f View commit details
    Browse the repository at this point in the history
  3. [regex] Prevent null character breaking patterns

    e.g. `new EReg("abc\x00def", "")` would erroneously match "abc"
    
    HaxeFoundation/haxe#10592
    tobil4sk committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    533f537 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    934ce1d View commit details
    Browse the repository at this point in the history
  5. [cmake] Fix static Apache build

    We can no longer link pcre as we use pcre2
    tobil4sk committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    4327517 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    67f3491 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Configuration menu
    Copy the full SHA
    040ce51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2716b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5791181 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2dd32b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1bbe7eb View commit details
    Browse the repository at this point in the history