Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
christos
Wed Oct 16 10:31:58 EDT 1996
Update of /cvsroot/src/bin/sh
In directory netbsd1:/var/slash-tmp/cvs-serv22435
Modified Files:
eval.c
Log Message:
PR/287: Exit with 127/126 when command is not found/permission denied.
PR/2808: don't bomb out on "set -e; false && true"
christos
Wed Oct 16 10:35:47 EDT 1996
Update of /cvsroot/src/bin/sh
In directory netbsd1:/var/slash-tmp/cvs-serv22727
Modified Files:
error.c error.h main.c exec.c exec.h
Log Message:
PR/287: Shell does not exit with 126/127 when permission denied/
command not found. Add extra exception type and generalize
error handling routines to take that exception type. Use
a global variable exerrno to keep the last exec error.
christos
Wed Oct 16 10:38:59 EDT 1996
Update of /cvsroot/src/bin/sh
In directory netbsd1:/var/slash-tmp/cvs-serv22999
Modified Files:
expand.c
Log Message:
PR/2808: Fix parsing of $n where n > 9 (from FreeBSD)
Home |
Main Index |
Thread Index |
Old Index