CVSROOT: /cvs Module name: src Changes by: mart...@cvs.openbsd.org 2018/06/04 07:26:21
Modified files: bin/ed : glbl.c main.c Log message: Definitively choose the existing semantics for the scroll and null command. POSIX states: "An empty command list shall be equivalent to the p command", so changing the behaviour of a null-command in any other case is a violation of POSIX. OK millert@