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

feat: implement kill -l #221

Merged
merged 9 commits into from
Oct 26, 2024
Merged

feat: implement kill -l #221

merged 9 commits into from
Oct 26, 2024

Commits on Oct 25, 2024

  1. feat: implement kill -l

    39555 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    c9bf854 View commit details
    Browse the repository at this point in the history
  2. test(builtins): kill

    39555 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    597c38e View commit details
    Browse the repository at this point in the history
  3. fix: clippy lints

    39555 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    fd67570 View commit details
    Browse the repository at this point in the history
  4. share code with trap builtin

    39555 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    12596e8 View commit details
    Browse the repository at this point in the history
  5. ERR and DEBUG without numbers

    39555 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    8959ffc View commit details
    Browse the repository at this point in the history
  6. filter EXIT

    39555 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    c7eb4b2 View commit details
    Browse the repository at this point in the history
  7. update test

    39555 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    6f6854c View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. Configuration menu
    Copy the full SHA
    5489a81 View commit details
    Browse the repository at this point in the history
  2. limit signals to 31

    39555 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    4fb4974 View commit details
    Browse the repository at this point in the history