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

Change wording of EOF behaviour in stage_1 #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Change wording of EOF behaviour in stage_1 #5

wants to merge 2 commits into from

Commits on Nov 5, 2017

  1. Change wording of EOF behaviour in stage_1

    While this is probably less technically correct, I was a bit confused by the
    original wording. I think people who are building a shell will implicitly
    assume the "repeat" part of it, and explicitly saying "exit" makes the
    behaviour that is expected make more sense to me.
    WesleyAC committed Nov 5, 2017
    Configuration menu
    Copy the full SHA
    d8d76cd View commit details
    Browse the repository at this point in the history
  2. Add prints to clarify when shell is killed by timeout

    * Adds print statement to test harness to notify when it sends ^D.
    * Adds a print statement to timeout.c to notify when a script is killed
      by timeout.
    WesleyAC committed Nov 5, 2017
    Configuration menu
    Copy the full SHA
    e5b71bd View commit details
    Browse the repository at this point in the history