upgrading to sun-lamp's sh(1) + patches from Nate.
authorAndrew Moore <alm@FreeBSD.org>
Sun, 15 Aug 1993 05:49:29 +0000 (05:49 +0000)
committerAndrew Moore <alm@FreeBSD.org>
Sun, 15 Aug 1993 05:49:29 +0000 (05:49 +0000)
commit68de1ca3c6e257908b40b2f9dca9bdb3d30e30ce
treee9dc51a9f0cf98a6e353d63c57b72072940c8b03
parentcc48dbc2cbc824afe3947dd8e8494f57fe1940ae
upgrading to sun-lamp's sh(1) + patches from Nate.
The principle change is J.T. Conklin's POSIXification of umask handling.
The affected .c files are:
error.c
exec.c
jobs.c
miscbltin.c
mknodes.c
parser.c
trap.c

The rest of the changes (to the .c files) are due to rcs tags.
66 files changed:
bin/sh/Makefile
bin/sh/TOUR
bin/sh/b.c
bin/sh/bltin/bltin.h
bin/sh/bltin/echo.1
bin/sh/bltin/echo.c
bin/sh/builtins
bin/sh/cd.c
bin/sh/dirent.c
bin/sh/errmsg.c
bin/sh/errmsg.h
bin/sh/error.c
bin/sh/error.h
bin/sh/eval.c
bin/sh/eval.h
bin/sh/exec.c
bin/sh/exec.h
bin/sh/expand.c
bin/sh/expand.h
bin/sh/funcs/cmv
bin/sh/funcs/dirs
bin/sh/funcs/kill
bin/sh/funcs/login
bin/sh/funcs/newgrp
bin/sh/funcs/popd
bin/sh/funcs/pushd
bin/sh/funcs/suspend
bin/sh/init.h
bin/sh/input.c
bin/sh/input.h
bin/sh/jobs.c
bin/sh/jobs.h
bin/sh/machdep.h
bin/sh/mail.c
bin/sh/mail.h
bin/sh/main.c
bin/sh/main.h
bin/sh/memalloc.c
bin/sh/memalloc.h
bin/sh/miscbltin.c
bin/sh/mkbuiltins
bin/sh/mkinit.c
bin/sh/mknodes.c
bin/sh/mksignames.c
bin/sh/mksyntax.c
bin/sh/mktokens
bin/sh/mt
bin/sh/mystring.c
bin/sh/mystring.h
bin/sh/nodes.c.pat
bin/sh/nodetypes
bin/sh/options.c
bin/sh/options.h
bin/sh/output.c
bin/sh/output.h
bin/sh/parser.c
bin/sh/parser.h
bin/sh/redir.c
bin/sh/redir.h
bin/sh/sh.1
bin/sh/shell.h
bin/sh/show.c
bin/sh/trap.c
bin/sh/trap.h
bin/sh/var.c
bin/sh/var.h