Date: Thu, 27 Aug 1998 09:24:58 -0700 (PDT) From: Martin Cracauer <cracauer@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/bin/sh arith.y arith_lex.l error.c error.h jobs.c jobs.h miscbltin.c trap.c trap.h Message-ID: <199808271624.JAA29602@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
cracauer 1998/08/27 09:24:58 PDT Modified files: (Branch: RELENG_2_2) bin/sh arith.y arith_lex.l error.c error.h jobs.c jobs.h miscbltin.c trap.c trap.h Log: MFC: Do not exit on SIGINT in non-interactive shells, fixes PR 1206. PR: 1206 Obtained from:Basic SIGINT patch from Bruce Evans Revision Changes Path 1.3.2.2 +8 -1 src/bin/sh/arith.y 1.5.2.2 +5 -1 src/bin/sh/arith_lex.l 1.5.2.2 +28 -12 src/bin/sh/error.c 1.4.2.2 +4 -3 src/bin/sh/error.h 1.8.2.5 +29 -9 src/bin/sh/jobs.c 1.3.2.2 +4 -1 src/bin/sh/jobs.h 1.8.2.3 +2 -1 src/bin/sh/miscbltin.c 1.4.2.3 +22 -10 src/bin/sh/trap.c 1.3.2.3 +2 -1 src/bin/sh/trap.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808271624.JAA29602>