Peter Wemm 8f08f33ed9 Implement allowing 'set -v' in the middle of a script to work.
This means that a script containing:
  echo 1
  set -v
  echo 2
will now produce output, like it does on SYSV machines and other 'proper'
/bin/sh implementations..

This is done by a slight restructure of the input processor allowing it to
read chunks from the file at a time, but process the data by line from the
chunk.

Obtained from:  Christos Zoulas for NetBSD. <christos@deshaw.com>
1995-11-03 18:50:14 +00:00
..
1995-10-23 20:26:53 +00:00
1995-10-23 21:31:48 +00:00
1995-05-30 00:07:29 +00:00
1995-10-22 20:14:13 +00:00
1994-09-24 02:59:15 +00:00
1994-09-24 02:59:15 +00:00
1995-10-23 21:23:27 +00:00
1995-10-28 20:11:18 +00:00
1994-09-24 02:59:15 +00:00
1995-04-13 13:35:09 +00:00
1994-09-24 02:59:15 +00:00
1994-09-24 02:59:15 +00:00
1994-09-24 02:59:15 +00:00
1995-10-28 11:54:42 +00:00
1995-10-22 20:14:13 +00:00