| Commit message (Expand) | Author | Age | Files | Lines |
* | Locale support was added by ache long ago. | sheldonh | 2000-07-17 | 1 | -4/+2 |
* | Supply only one author name per instance of %A, as per mdoc.samples(7). | sheldonh | 2000-05-10 | 1 | -1/+2 |
* | Fixes a potential buffer overflow with 'ed [MAXPATHLEN + 1 characters]'. | joe | 2000-04-30 | 1 | -3/+5 |
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -4/+8 |
* | Change DISTRIBUTION name to match reality. | markm | 2000-02-29 | 1 | -1/+1 |
* | Add `.Nm red' to NAME section. | phantom | 2000-01-10 | 1 | -1/+2 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-27 | 17 | -17/+17 |
* | Various spelling/formatting changes. | kris | 1999-05-08 | 3 | -6/+6 |
* | Silence some warnings when building on the alpha. | dfr | 1998-08-07 | 3 | -6/+6 |
* | Fix use of -man macro, correct description of the behaviour of the `+n' | jkoshy | 1998-07-21 | 1 | -8/+3 |
* | Convert to mdoc. | charnier | 1998-05-13 | 1 | -544/+441 |
* | Fixed existence test for secure sources (don't test for secure objects). | bde | 1998-03-06 | 1 | -4/+4 |
* | Ensure stdout is line buffered. | helbig | 1997-12-31 | 2 | -3/+7 |
* | Remove simultaneous include of <sys/param.h> and <sys/types.h>. | eivind | 1997-12-10 | 1 | -2/+1 |
* | Un-clobber mktemp->mkstemp patch. | eivind | 1997-10-09 | 1 | -3/+2 |
* | make signal handlers errno safe | eivind | 1997-10-08 | 1 | -3/+8 |
* | mktemp -> mkstemp | eivind | 1997-10-08 | 1 | -2/+3 |
* | fix misspelling | jmg | 1997-08-30 | 1 | -2/+2 |
* | sccsid -> rcsid and fix some minor nits. | steve | 1997-08-07 | 8 | -21/+46 |
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-28 | 1 | -2/+2 |
* | Use mkstemp rather than mktemp to prevent races. | imp | 1997-03-24 | 1 | -4/+8 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 17 | -17/+17 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 17 | -17/+17 |
* | -Wall cleaning. | steve | 1996-12-14 | 8 | -17/+22 |
* | delete doubled words, e.g.: "the the" -> "the" | wosch | 1996-10-05 | 1 | -2/+2 |
* | add forgotten $Id$ | wosch | 1996-09-22 | 3 | -0/+6 |
* | [HISTORY] command appeared in Version 1 AT&T UNIX | wosch | 1996-08-29 | 1 | -1/+6 |
* | Localize it | ache | 1996-08-11 | 2 | -12/+14 |
* | Bring in my changes for removing the pestilent obj links (unless you | jkh | 1996-06-24 | 1 | -2/+2 |
* | Output line count to stdout. Complies to POSIX.2. | tg | 1996-05-23 | 1 | -3/+3 |
* | This commit was generated by cvs2svn to compensate for changes in r13122, | peter | 1995-12-30 | 2 | -0/+0 |
* | Wrong library was picked by ed | ache | 1995-10-22 | 1 | -3/+3 |
* | Correctly build the secure ed(1) only if secure/ exists. | markm | 1995-10-03 | 1 | -2/+2 |
* | Use the same make technique as passwd and xntpd for the secure ed(1). This | markm | 1995-10-01 | 1 | -2/+9 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 5 | -26/+26 |
* | You will find enclosed some changes to make gcc -Wall more happy in | joerg | 1995-03-19 | 6 | -24/+31 |
* | fixed `s' to set dot to last line affected, not the last line in | alm | 1995-01-14 | 1 | -1/+4 |
* | src/bin/ed will never build DES encumbered ed again. That is the job | jkh | 1994-12-18 | 1 | -7/+1 |
* | Nuked #ifdef __386BSD__ since this is not appropriate and no longer defined | dg | 1994-11-03 | 1 | -4/+2 |
* | Don't check existence of -lcrypt to decide if DES is employed, | phk | 1994-10-29 | 1 | -2/+2 |
* | Added $Id$ | dg | 1994-09-24 | 14 | -0/+25 |
* | Submitted by: phk | phk | 1994-07-23 | 3 | -1/+21 |
* | Fix gross spelling and typographical errors pointed out by Keith Bostic. | jkh | 1994-04-24 | 1 | -2/+2 |
* | use umask 077 for buffer file | alm | 1994-03-23 | 11 | -26/+255 |
* | Fixed range address bug: 1,2, == 2,2 not 2,. | alm | 1994-02-01 | 22 | -487/+2782 |
* | Renamed some files that were giving SUP trouble. | alm | 1993-08-27 | 13 | -1/+46 |
* | Only a single slash (/) is now necessary to repeat a search as per Theo's | alm | 1993-08-27 | 1 | -5/+2 |
* | Nullify pattern after failed regcomp | alm | 1993-08-16 | 1 | -1/+2 |
* | added (unsiged) cast to avoid int overflow | alm | 1993-08-09 | 4 | -10/+2 |
* | Remove -I${.CURDIR}, as we now use system's regex.h | conklin | 1993-08-02 | 1 | -1/+1 |