diff --git a/Error-log b/Error-log index dc0d801..88ad7c1 100644 --- a/Error-log +++ b/Error-log @@ -132,3 +132,13 @@ scsh.scm Reported by euler@lavielle.COM (Lutz Euler) 2/24/97. Fixed by Shivers 2/24/97. + +Alan Bawden has reported a lot of bugs 4/97: + Ignoring SIGPIPE is fine for scsh, but screws up sleazy C programs + exec'd from scsh. Scsh now runs with SIGPIPE's handler set to a no-op + C fun. + + user-info C code was returning garbage strings when there was an error, + crashing the system. + + set-file-group had bugs (uid/gid args were transposed in the syscall)