Subject: changed files: 'src/bin/ed Makefile POSIX README buf.c cbc.c ed.c ed.h re.c'
To: None <source-changes>
From: Andrew Moore <alm>
List: source-changes
Date: 11/22/1993 20:41:57
Update of /b/source/CVS/src/bin/ed
In directory sun-lamp.cs.berkeley.edu:/c/users/alm/src/bin/ed

Modified Files:
	Makefile POSIX README buf.c cbc.c ed.c ed.h re.c 
Log Message:
Added a line-addressing test so this isn't overlooked again.
Added BACKWARDS directive to Makefile for compatibility.
Completely changed the name space as per FSF's request.
Fixed a line-addressing bug introduced by previous `fix', i.e.,
space preceding a digit acts a plus (+) operator, as in `1 1' == `2',
and a plus operator by itself acts as +1, but a space by itself
should not equal a plus operator, i.e., `1 ' != `1+' == `2'.


------------------------------------------------------------------------------