Fixed range address bug: 1,2, == 2,2 not 2,.
authorAndrew Moore <alm@FreeBSD.org>
Tue, 1 Feb 1994 00:36:28 +0000 (00:36 +0000)
committerAndrew Moore <alm@FreeBSD.org>
Tue, 1 Feb 1994 00:36:28 +0000 (00:36 +0000)
commit84ee7b23eba3adec6943e0f83070ebb71935570a
tree1ec90ceb802c940026865b2f7e107abd4f7ef1a8
parent8495e2012f6134476ec7f94c0fdd3bd78fd4a95d
Fixed range address bug: 1,2, == 2,2   not 2,.
Overhauled the name space,  reworked some modules and removed the
obsolescent Addison-Wesley copyright.
23 files changed:
bin/ed/Makefile
bin/ed/POSIX
bin/ed/README
bin/ed/buf.c
bin/ed/cbc.c
bin/ed/ed.1
bin/ed/ed.h
bin/ed/glob.c [new file with mode: 0644]
bin/ed/io.c [new file with mode: 0644]
bin/ed/main.c [new file with mode: 0644]
bin/ed/re.c
bin/ed/sub.c [new file with mode: 0644]
bin/ed/test/Makefile
bin/ed/test/README
bin/ed/test/addr.d [new file with mode: 0644]
bin/ed/test/addr.r [new file with mode: 0644]
bin/ed/test/addr.t [new file with mode: 0644]
bin/ed/test/ckscripts.sh
bin/ed/test/g5.d [new file with mode: 0644]
bin/ed/test/g5.r [new file with mode: 0644]
bin/ed/test/g5.t [new file with mode: 0644]
bin/ed/test/mkscripts.sh
bin/ed/undo.c [new file with mode: 0644]