-
Notifications
You must be signed in to change notification settings - Fork 107
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
Migrate to pcre2 #249
Commits on Feb 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c832ec6 - Browse repository at this point
Copy the full SHA c832ec6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0e879f - Browse repository at this point
Copy the full SHA c0e879fView commit details -
[regex] Prevent null character breaking patterns
e.g. `new EReg("abc\x00def", "")` would erroneously match "abc" HaxeFoundation/haxe#10592
Configuration menu - View commit details
-
Copy full SHA for 533f537 - Browse repository at this point
Copy the full SHA 533f537View commit details -
Configuration menu - View commit details
-
Copy full SHA for 934ce1d - Browse repository at this point
Copy the full SHA 934ce1dView commit details -
[cmake] Fix static Apache build
We can no longer link pcre as we use pcre2
Configuration menu - View commit details
-
Copy full SHA for 4327517 - Browse repository at this point
Copy the full SHA 4327517View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67f3491 - Browse repository at this point
Copy the full SHA 67f3491View commit details
Commits on Feb 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 040ce51 - Browse repository at this point
Copy the full SHA 040ce51View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2716b2 - Browse repository at this point
Copy the full SHA e2716b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5791181 - Browse repository at this point
Copy the full SHA 5791181View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dd32b7 - Browse repository at this point
Copy the full SHA 2dd32b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bbe7eb - Browse repository at this point
Copy the full SHA 1bbe7ebView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.