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: pygments/pygments
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.19.0
Choose a base ref
...
head repository: pygments/pygments
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.19.1
Choose a head ref
  • 9 commits
  • 11 files changed
  • 3 contributors

Commits on Jan 5, 2025

  1. Move on past 2.19.0.

    Anteru committed Jan 5, 2025
    Configuration menu
    Copy the full SHA
    452ac62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43bf86f View commit details
    Browse the repository at this point in the history
  3. Fix quoted string handling

    Commit 2dad7c0 introduced regression in the handling of strings with
    double quotes.
    
    The bug was even "featured" in the golden for test_quoted_entries.txt
    since `key 2` attribute was improperly parsed as literal string "key 2 = ".
    
    Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
    kartben committed Jan 5, 2025
    Configuration menu
    Copy the full SHA
    673d824 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2025

  1. Fix Lua regressions.

    Fixes #2836 - the new var name state wouldn't exit correctly if there
    was a `..` but keep going in the var state.
    Anteru committed Jan 6, 2025
    Configuration menu
    Copy the full SHA
    5822fd1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2835 from kartben/fix_ini_double_quotes

    Fix quoted string handling
    Anteru authored Jan 6, 2025
    Configuration menu
    Copy the full SHA
    a985866 View commit details
    Browse the repository at this point in the history
  3. Update CHANGES.

    Anteru committed Jan 6, 2025
    Configuration menu
    Copy the full SHA
    5792a21 View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    cdbcd43 View commit details
    Browse the repository at this point in the history
  5. Prepare 2.19.1 release.

    Anteru committed Jan 6, 2025
    Configuration menu
    Copy the full SHA
    c13f3f1 View commit details
    Browse the repository at this point in the history
  6. Prepare 2.19.1 release.

    Anteru committed Jan 6, 2025
    Configuration menu
    Copy the full SHA
    b583de4 View commit details
    Browse the repository at this point in the history
Loading