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

src: don't crash with no arguments to print #106

Merged
merged 4 commits into from
Jun 29, 2017
Merged

Commits on Jun 24, 2017

  1. Configuration menu
    Copy the full SHA
    97c034a View commit details
    Browse the repository at this point in the history
  2. src: don't segfault on null commands

    This commit prevents the DoExecute() methods from segfaulting
    when the cmd argument is null.
    cjihrig committed Jun 24, 2017
    Configuration menu
    Copy the full SHA
    1d43035 View commit details
    Browse the repository at this point in the history
  3. test: allow stderr to be scripted

    This commit allows stderr to be scripted in the same way that
    stdout is.
    cjihrig committed Jun 24, 2017
    Configuration menu
    Copy the full SHA
    db44922 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf43e5e View commit details
    Browse the repository at this point in the history