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

mingw-w64-pcre2: update to 10.44 #123

Merged
merged 2 commits into from
Jun 7, 2024
Merged

mingw-w64-pcre2: update to 10.44 #123

merged 2 commits into from
Jun 7, 2024

Commits on Jun 7, 2024

  1. mingw-w64-pcre2: update to 10.44

    Signed-off-by: Matthias Aßhauer <mha1993@live.de>
    rimrul committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    562e0a6 View commit details
    Browse the repository at this point in the history
  2. pcre2: work around incorrect assumptions in the test suite

    The tests verify that a certain amount of memory is allocated for given
    patterns. The way those tests are implemented, these sizes are
    hardcoded, and they work well as long as the code is compiled using
    a 64-bit CPU architecture.
    
    However, when compiling for i686, all of those numbers are off by 24.
    
    Work around this for now.
    
    Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
    dscho committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    abf0707 View commit details
    Browse the repository at this point in the history