aboutsummaryrefslogtreecommitdiff
path: root/bin/ed
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace.Rodney W. Grimes1995-05-305-26/+26
* You will find enclosed some changes to make gcc -Wall more happy inJoerg Wunsch1995-03-196-24/+31
* fixed `s' to set dot to last line affected, not the last line inAndrew Moore1995-01-141-1/+4
* src/bin/ed will never build DES encumbered ed again. That is the jobJordan K. Hubbard1994-12-181-7/+1
* Nuked #ifdef __386BSD__ since this is not appropriate and no longer definedDavid Greenman1994-11-031-4/+2
* Don't check existence of -lcrypt to decide if DES is employed,Poul-Henning Kamp1994-10-291-2/+2
* Added $Id$David Greenman1994-09-2414-0/+25
* Submitted by: phkPoul-Henning Kamp1994-07-233-1/+21
* Fix gross spelling and typographical errors pointed out by Keith Bostic.Jordan K. Hubbard1994-04-241-2/+2
* use umask 077 for buffer fileAndrew Moore1994-03-2311-26/+255
* Fixed range address bug: 1,2, == 2,2 not 2,.Andrew Moore1994-02-0122-487/+2782
* Renamed some files that were giving SUP trouble.Andrew Moore1993-08-2713-1/+46
* Only a single slash (/) is now necessary to repeat a search as per Theo'sAndrew Moore1993-08-271-5/+2
* Nullify pattern after failed regcompAndrew Moore1993-08-161-1/+2
* added (unsiged) cast to avoid int overflowAndrew Moore1993-08-094-10/+2
* Remove -I${.CURDIR}, as we now use system's regex.hJ.T. Conklin1993-08-021-1/+1
* Use ./foo.sh, so scripts work if . is not in $PATH.J.T. Conklin1993-08-021-2/+2
* Use system's posix compliant regex library (GNU regex for now).J.T. Conklin1993-08-021-3/+5
* Libcrypt upgradeNate Williams1993-07-201-1/+8
* Consolidate mark code - no functional changes or fixes.Andrew Moore1993-07-022-2/+41
* fixed undo within a global command (would corrupt the buffer)Andrew Moore1993-06-2611-17/+76
* POSIX ed version 0.6 by Andrew Moore (alm@netcom.com).Andrew Moore1993-06-18148-0/+2811