History log of /netbsd-src/bin/ed/test/README (Results 1 – 8 of 8)
Revision Date Author Comments
# 49f0ad86 21-Mar-1995 cgd <cgd@NetBSD.org>

convert to new RCS id conventions.


# 59ddb06d 20-Feb-1994 alm <alm@NetBSD.org>

`s3' applies the last substitution to the 3rd (or nth) match.
Split up the code to several files.


# 9380925b 23-Nov-1993 alm <alm@NetBSD.org>

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 b

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'.

show more ...


# 82f8524f 12-Nov-1993 alm <alm@NetBSD.org>

rename !* -> bang* and \n* -> nl*


# a723dd79 27-May-1993 alm <alm@NetBSD.org>

Added more tests...


# 2621a68c 08-May-1993 alm <alm@NetBSD.org>

added support for lines of arbitrary length
added support for 8-bit data, including NULs


# 336e165c 10-Apr-1993 cgd <cgd@NetBSD.org>

updated to alm's ed-0.2


# 9b082a69 08-Apr-1993 cgd <cgd@NetBSD.org>

added ed, from Andrew Moore, alm@netcom.com