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

Define default RE2C_FLAGS #14615

Merged
merged 6 commits into from
Jun 24, 2024
Merged

Define default RE2C_FLAGS #14615

merged 6 commits into from
Jun 24, 2024

Commits on Jun 20, 2024

  1. Define default RE2C_FLAGS

    The --no-generation-date flag is a common re2c flag used in all re2c
    invocations. This adds the 2nd optional argument to PHP_PROG_RE2C M4
    macro in BC manner to set the default re2c command-line options and sets
    the default RE2C_FLAGS similarly on Windows.
    petk committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    59ac751 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. [skip ci] Simplify help text

    petk committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    1d87ac6 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    4250662 View commit details
    Browse the repository at this point in the history
  2. [skip ci] Update help text

    petk committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    bd2637d View commit details
    Browse the repository at this point in the history
  3. [skip ci] Update help text

    petk committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    ad0601b View commit details
    Browse the repository at this point in the history
  4. Use AS_VAR_APPEND for -g flag

    petk committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    a834d3b View commit details
    Browse the repository at this point in the history