Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: facelessuser/backrefs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.9
Choose a base ref
...
head repository: facelessuser/backrefs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.0
Choose a head ref
  • 6 commits
  • 9 files changed
  • 1 contributor

Commits on Jun 22, 2025

  1. Configuration menu
    Copy the full SHA
    31fd8c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2025

  1. POSIX character classes should use POSIX compatibility rules by defau…

    …lt (#191)
    
    * POSIX character classes should use POSIX compatibility rules by default
    
    * Fix spelling
    facelessuser authored Jul 28, 2025
    Configuration menu
    Copy the full SHA
    0df8e77 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2025

  1. Fix issues with scoped flags (#192)

    - Scoped ASCII/Unicode flags (`(?a:pattern)`/`(?u:pattern)`) should be
      respected for Unicode properties in `bre`.
    - Fix issues with disabled scoped flags.
    - Regex will allow global flags in scoped groups, but they still apply
      globally.
    - Regex allows disabling in non-scoped groups.
    facelessuser authored Jul 29, 2025
    Configuration menu
    Copy the full SHA
    8e75967 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47d62b1 View commit details
    Browse the repository at this point in the history
  3. Add more flag tests

    facelessuser committed Jul 29, 2025
    Configuration menu
    Copy the full SHA
    9b2e406 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a948f0 View commit details
    Browse the repository at this point in the history
Loading