aboutsummaryrefslogtreecommitdiff
path: root/bin/ed
Commit message (Collapse)AuthorAgeFilesLines
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-4/+8
| | | | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. Notes: svn path=/head/; revision=57663
* Change DISTRIBUTION name to match reality.Mark Murray2000-02-291-1/+1
| | | | Notes: svn path=/head/; revision=57622
* Add `.Nm red' to NAME section.Alexey Zelkin2000-01-101-1/+2
| | | | Notes: svn path=/head/; revision=55762
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2717-17/+17
| | | | Notes: svn path=/head/; revision=50471
* Various spelling/formatting changes.Kris Kennaway1999-05-083-6/+6
| | | | | | | Submitted by: Philippe Charnier <charnier@xp11.frmug.org> Notes: svn path=/head/; revision=46684
* Silence some warnings when building on the alpha.Doug Rabson1998-08-073-6/+6
| | | | Notes: svn path=/head/; revision=38161
* Fix use of -man macro, correct description of the behaviour of the `+n'Joseph Koshy1998-07-211-8/+3
| | | | | | | | | command to match whats there in the source. PR: 7328 Notes: svn path=/head/; revision=37793
* Convert to mdoc.Philippe Charnier1998-05-131-544/+441
| | | | Notes: svn path=/head/; revision=36010
* Fixed existence test for secure sources (don't test for secure objects).Bruce Evans1998-03-061-4/+4
| | | | | | | Fixed some formatting. Notes: svn path=/head/; revision=34135
* Ensure stdout is line buffered.Wolfgang Helbig1997-12-312-3/+7
| | | | | | | Change "pat" -> "re" in man page. Notes: svn path=/head/; revision=32138
* Remove simultaneous include of <sys/param.h> and <sys/types.h>.Eivind Eklund1997-12-101-2/+1
| | | | | | | | Reorder includes to be alphabetical some places since I already was in here. Notes: svn path=/head/; revision=31666
* Un-clobber mktemp->mkstemp patch.Eivind Eklund1997-10-091-3/+2
| | | | Notes: svn path=/head/; revision=30247
* make signal handlers errno safeEivind Eklund1997-10-081-3/+8
| | | | | | | Obtained from: OpenBSD (file rev 1.11) - Theo de Raadt <deraadt@openbsd.org> Notes: svn path=/head/; revision=30233
* mktemp -> mkstempEivind Eklund1997-10-081-2/+3
| | | | | | | Obtained from: OpenBSD (file rev 1.4 by Theo de Raadt <deraadt@openbsd.org>) Notes: svn path=/head/; revision=30232
* fix misspellingJohn-Mark Gurney1997-08-301-2/+2
| | | | | | | | | Submitted-by: Josh Gilliam Closes PR:4427 Notes: svn path=/head/; revision=28929
* sccsid -> rcsid and fix some minor nits.Steve Price1997-08-078-21/+46
| | | | Notes: svn path=/head/; revision=27963
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-281-2/+2
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24348
* Use mkstemp rather than mktemp to prevent races.Warner Losh1997-03-241-4/+8
| | | | | | | Obtained from: OpenBSD Notes: svn path=/head/; revision=24181
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-2217-17/+17
| | | | Notes: svn path=/head/; revision=22988
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1417-17/+17
| | | | | | | | | | | 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
* -Wall cleaning.Steve Price1996-12-148-17/+22
| | | | Notes: svn path=/head/; revision=20420
* delete doubled words, e.g.: "the the" -> "the"Wolfram Schneider1996-10-051-2/+2
| | | | Notes: svn path=/head/; revision=18718
* add forgotten $Id$Wolfram Schneider1996-09-223-0/+6
| | | | Notes: svn path=/head/; revision=18471
* [HISTORY] command appeared in Version 1 AT&T UNIXWolfram Schneider1996-08-291-1/+6
| | | | | | | Obtained from: A Quarter Century of UNIX, Peter H. Salus, page 41 Notes: svn path=/head/; revision=17891
* Localize itAndrey A. Chernov1996-08-112-12/+14
| | | | | | | 8bit cleanup Notes: svn path=/head/; revision=17516
* 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
* Output line count to stdout. Complies to POSIX.2.Thomas Gellekum1996-05-231-3/+3
| | | | | | | Reviewed by: joerg Notes: svn path=/head/; revision=15877
* 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
* Wrong library was picked by edAndrey A. Chernov1995-10-221-3/+3
| | | | Notes: svn path=/head/; revision=11684
* Correctly build the secure ed(1) only if secure/ exists.Mark Murray1995-10-031-2/+2
| | | | | | | Pointed out by: bde Notes: svn path=/head/; revision=11149
* Use the same make technique as passwd and xntpd for the secure ed(1). ThisMark Murray1995-10-011-2/+9
| | | | | | | | will allow the secure/bin/ed directory to be cleaned out and the bin/Makefile to be cleaned up. Notes: svn path=/head/; revision=11106
* Remove trailing whitespace.Rodney W. Grimes1995-05-305-26/+26
| | | | | | | Reviewed by: phk Notes: svn path=/head/; revision=8855
* You will find enclosed some changes to make gcc -Wall more happy inJoerg Wunsch1995-03-196-24/+31
| | | | | | | | | | | | /usr/src/bin. Note that some patches are still needed in that directory. I (Joerg) finished most of Philippe's cleanup. /bin/sh will still need *allot* of work, however. Submitted by: charnier@lirmm.fr (Philippe Charnier) Notes: svn path=/head/; revision=7165
* fixed `s' to set dot to last line affected, not the last line inAndrew Moore1995-01-141-1/+4
| | | | | | | a substitution range. Notes: svn path=/head/; revision=5598
* src/bin/ed will never build DES encumbered ed again. That is the jobJordan K. Hubbard1994-12-181-7/+1
| | | | | | | for secure/bin/ed ... Notes: svn path=/head/; revision=5155
* Nuked #ifdef __386BSD__ since this is not appropriate and no longer definedDavid Greenman1994-11-031-4/+2
| | | | | | | in our 2.6.1 gcc port. Notes: svn path=/head/; revision=4128
* Don't check existence of -lcrypt to decide if DES is employed,Poul-Henning Kamp1994-10-291-2/+2
| | | | | | | instead check that "NOCRYPT" isn't defined. Notes: svn path=/head/; revision=3989
* Added $Id$David Greenman1994-09-2414-0/+25
| | | | 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
* Fix gross spelling and typographical errors pointed out by Keith Bostic.Jordan K. Hubbard1994-04-241-2/+2
| | | | Notes: svn path=/head/; revision=1410
* use umask 077 for buffer fileAndrew Moore1994-03-2311-26/+255
| | | | Notes: svn path=/head/; revision=1297
* Fixed range address bug: 1,2, == 2,2 not 2,.Andrew Moore1994-02-0122-477/+2772
| | | | | | | | 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
* Only a single slash (/) is now necessary to repeat a search as per Theo'sAndrew Moore1993-08-271-5/+2
| | | | | | | | | | | | | | 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?) Notes: svn path=/head/; revision=339
* Nullify pattern after failed regcompAndrew Moore1993-08-161-1/+2
| | | | Notes: svn path=/head/; revision=293
* added (unsiged) cast to avoid int overflowAndrew Moore1993-08-094-10/+2
| | | | | | | removed REGEX directive Notes: svn path=/head/; revision=268
* Remove -I${.CURDIR}, as we now use system's regex.hJ.T. Conklin1993-08-021-1/+1
| | | | Notes: svn path=/head/; revision=229
* Use ./foo.sh, so scripts work if . is not in $PATH.J.T. Conklin1993-08-021-2/+2
| | | | Notes: svn path=/head/; revision=228
* Use system's posix compliant regex library (GNU regex for now).J.T. Conklin1993-08-021-3/+5
| | | | Notes: svn path=/head/; revision=227
* Libcrypt upgradeNate Williams1993-07-201-1/+8
| | | | Notes: svn path=/head/; revision=171