alm
a8457251d8
fixed `s' to set dot to last line affected, not the last line in
...
a substitution range.
1995-01-14 11:47:16 +00:00
jkh
09b19ee9f7
src/bin/ed will never build DES encumbered ed again. That is the job
...
for secure/bin/ed ...
1994-12-18 15:15:10 +00:00
dg
6e04bf5b79
Nuked #ifdef __386BSD__ since this is not appropriate and no longer defined
...
in our 2.6.1 gcc port.
1994-11-03 21:46:55 +00:00
phk
351aa878aa
Don't check existence of -lcrypt to decide if DES is employed,
...
instead check that "NOCRYPT" isn't defined.
1994-10-29 10:13:34 +00:00
dg
8722740e7f
Added $Id$
1994-09-24 02:59:15 +00:00
phk
9941d391f3
Submitted by: phk
...
Got rid of a couple of binary files by uuencoding. 49 more to go.
BTW: ed(1) seems to have an exit(2) problem, 5 tests fail.
1994-07-23 18:14:06 +00:00
jkh
95ce2b10f0
Fix gross spelling and typographical errors pointed out by Keith Bostic.
1994-04-24 01:06:32 +00:00
alm
be89471c9d
use umask 077 for buffer file
1994-03-23 04:36:59 +00:00
alm
26c84d7dc7
Fixed range address bug: 1,2, == 2,2 not 2,.
...
Overhauled the name space, reworked some modules and removed the
obsolescent Addison-Wesley copyright.
1994-02-01 00:36:28 +00:00
alm
fa9c18f14c
Renamed some files that were giving SUP trouble.
1993-08-27 22:15:16 +00:00
alm
eb6abffe88
Only a single slash (/) is now necessary to repeat a search as per Theo's
...
request. So the command:
/pattern/;/
finds the second line containing "pattern" after the current line.
Caveat: The commands `st' and `sr' are now both legal and have very
different meanings. This is because ed(1) extends POSIX to include the
old Berkeley syntax s[rgp]*.
(So should two slashes still be required in the case of the substitute
command, as SunOS ed does?)
1993-08-27 22:14:24 +00:00
alm
c05c784bea
Nullify pattern after failed regcomp
1993-08-16 09:30:18 +00:00
alm
df01e6297c
added (unsiged) cast to avoid int overflow
...
removed REGEX directive
1993-08-09 21:34:11 +00:00
conklin
11eb94f52d
Remove -I${.CURDIR}, as we now use system's regex.h
1993-08-02 16:43:54 +00:00
conklin
c183859731
Use ./foo.sh, so scripts work if . is not in $PATH.
1993-08-02 16:42:08 +00:00
conklin
9db585a2cc
Use system's posix compliant regex library (GNU regex for now).
1993-08-02 16:40:59 +00:00
nate
170ec22c9a
Libcrypt upgrade
1993-07-20 22:57:03 +00:00
alm
ffd56febcd
Consolidate mark code - no functional changes or fixes.
1993-07-02 06:16:28 +00:00
alm
3ee56e1af8
fixed undo within a global command (would corrupt the buffer)
...
changed move within a global to behave as in SunOS
added a couple error messages
1993-06-26 06:47:21 +00:00
alm
2405a127fa
This commit was generated by cvs2svn to compensate for changes in r16,
...
which included commits to RCS files with non-trunk default branches.
1993-06-18 13:00:14 +00:00
alm
8eb89f7025
POSIX ed version 0.6 by Andrew Moore (alm@netcom.com).
1993-06-18 13:00:14 +00:00
alm
f608495770
POSIX ed version 0.6 by Andrew Moore (alm@netcom.com).
1993-06-18 13:00:14 +00:00