aboutsummaryrefslogtreecommitdiff
path: root/bin/ed/test
Commit message (Collapse)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-164-4/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* $Id$ -> $FreeBSD$Peter Wemm1999-08-274-4/+4
| | | | Notes: svn path=/head/; revision=50471
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-224-4/+4
| | | | Notes: svn path=/head/; revision=22988
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-144-4/+4
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* add forgotten $Id$Wolfram Schneider1996-09-223-0/+6
| | | | Notes: svn path=/head/; revision=18471
* Bring in my changes for removing the pestilent obj links (unless youJordan K. Hubbard1996-06-241-2/+2
| | | | | | | | really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current. Notes: svn path=/head/; revision=16663
* This commit was generated by cvs2svn to compensate for changes in r13122,Peter Wemm1995-12-302-0/+0
| | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=13123
* Added $Id$David Greenman1994-09-241-0/+2
| | | | Notes: svn path=/head/; revision=3044
* Submitted by: phkPoul-Henning Kamp1994-07-233-1/+21
| | | | | | | | 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. Notes: svn path=/head/; revision=1796
* Fixed range address bug: 1,2, == 2,2 not 2,.Andrew Moore1994-02-0110-86/+111
| | | | | | | | Overhauled the name space, reworked some modules and removed the obsolescent Addison-Wesley copyright. Notes: svn path=/head/; revision=1057
* Renamed some files that were giving SUP trouble.Andrew Moore1993-08-2713-1/+46
| | | | Notes: svn path=/head/; revision=340
* Use ./foo.sh, so scripts work if . is not in $PATH.J.T. Conklin1993-08-021-2/+2
| | | | Notes: svn path=/head/; revision=228
* fixed undo within a global command (would corrupt the buffer)Andrew Moore1993-06-266-0/+39
| | | | | | | | changed move within a global to behave as in SunOS added a couple error messages Notes: svn path=/head/; revision=49
* POSIX ed version 0.6 by Andrew Moore (alm@netcom.com).Andrew Moore1993-06-18140-0/+652
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=16