rc

[fork] interactive rc shell
Log | Files | Refs | README | LICENSE

commit ed2dea21e2615a249edc6c7aa9cb14df50ee699d
parent 2a58f5fa894cb104a7caff2e24d2238f0c80a9db
Author: tim <tim>
Date:   Mon,  7 Jul 1997 15:43:23 +0000

some changes

Diffstat:
MChangeLog | 15+++++++++++++++
1 file changed, 15 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -261,3 +261,18 @@ wait.c: Got rid of memory leak in rc_fork, renamed SIGCHK to sigchk. walk.c: Fixed pre-redirection bug, removed spurious setsigdefaults(), renamed SIGCHK to sigchk. + + +Changes since rc-1.5beta1 + + Configuration: rc now uses GNU autoconf. + + Portability: mksignal works on HPUX 10. + + Portability: resources can be (quad_t). + + Bug: if rc was started with SIGCLD == SIG_IGN (e.g. by Solaris's + rshd) it would loop. Fixed by resetting SIGCLD to SIG_DFL if it + was SIG_IGN when rc was started. + + Portability: POSIXish systems don't have NGROUPS.