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

link-parser fixes #1536

Merged
merged 15 commits into from
May 30, 2024
Merged

link-parser fixes #1536

merged 15 commits into from
May 30, 2024

Commits on May 29, 2024

  1. link-parser save_default_opts(): Bugfix saving string defaults

    The test and debug parse options defaults were incorrectly recorded when
    set by link-parser's arguments.
    
    The program crashes upon command completion of !dialect= if the dialect
    variable differs from the default.
    
    Fix this by setting them to a static empty string.
    ampli committed May 29, 2024
    Configuration menu
    Copy the full SHA
    f4c1030 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3695cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37badb4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3770adc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9dd0517 View commit details
    Browse the repository at this point in the history
  6. lg_xdg.c: Fix typos

    ampli committed May 29, 2024
    Configuration menu
    Copy the full SHA
    1d9770f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4f4c4b0 View commit details
    Browse the repository at this point in the history
  8. command-line.c: Correctly use D_USER_FILES

    The printouts for verbosity level D_USER_FILES are to be done exactly at this
    verbosity.
    ampli committed May 29, 2024
    Configuration menu
    Copy the full SHA
    bc3ab79 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4c65644 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b8d3d02 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ea7e658 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bfd69dd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b56ff86 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a9ed4e5 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

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