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

Lookup using $PATHEXT file extensions in which on Windows #2328

Merged
merged 4 commits into from
Jan 17, 2024

Commits on Jan 2, 2024

  1. Lookup process executable using PATHEXT file extensions

    Windows uses some file extensions to determine which file to run when given
    a non-existing file.
    
    This allows to run `calc` instead of `calc.exe`.
    peace-maker committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    214ccbc View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

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

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    724217c View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    peace-maker committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    9d75d02 View commit details
    Browse the repository at this point in the history