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

Fix old math commands #3828

Merged
merged 6 commits into from
Sep 14, 2023
Merged

Fix old math commands #3828

merged 6 commits into from
Sep 14, 2023

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    8883b8f View commit details
    Browse the repository at this point in the history
  2. shell: make ?x commands a parsing failure

    We have moved the `?x` commands to `%x`, thus now no command should
    start with `?`. This patch makes the parser fail to parse `?x`
    strings.
    ret2libc committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    673cb42 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. core/tui: use APIs in panels

    ret2libc committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    fba15ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc296fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fb213d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c22bd9f View commit details
    Browse the repository at this point in the history