Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Nov 1999 11:11:02 -0800 (PST)
From:      Martin Cracauer <cracauer@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin/sh cd.c error.c eval.c input.c jobs.c main.c mkinit.c mknodes.c redir.c show.c
Message-ID:  <199911291911.LAA37301@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
cracauer    1999/11/29 11:11:02 PST

  Modified files:
    bin/sh               cd.c error.c eval.c input.c jobs.c main.c 
                         mkinit.c mknodes.c redir.c show.c 
  Log:
  Include strerror(errno) in error messages after failed system calls.
  Fix a warning.
  
  Revision  Changes    Path
  1.20      +2 -2      src/bin/sh/cd.c
  1.15      +2 -1      src/bin/sh/error.c
  1.26      +5 -4      src/bin/sh/eval.c
  1.14      +2 -2      src/bin/sh/input.c
  1.27      +6 -4      src/bin/sh/jobs.c
  1.18      +2 -2      src/bin/sh/main.c
  1.14      +3 -2      src/bin/sh/mkinit.c
  1.11      +5 -4      src/bin/sh/mknodes.c
  1.12      +2 -2      src/bin/sh/redir.c
  1.11      +2 -2      src/bin/sh/show.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911291911.LAA37301>