aboutsummaryrefslogtreecommitdiff
path: root/bin/ed
Commit message (Expand)AuthorAgeFilesLines
* When building picobsd, define WITHOUT_OPENSSL and WITHOUT_KERBEROS andWarner Losh2014-06-061-3/+1
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
* Fix a -Wunsequenced warning.Tim Kientzle2013-06-291-1/+1
* mdoc sweep.Joel Dahl2013-05-121-2/+2
* Fix compiling ed w/ WITHOUT_ED_CRYPTO... These variables aren'tJohn-Mark Gurney2013-03-231-3/+1
* More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-194-15/+6
* Fix warnings found by -Wmising-variable-declarations.Ed Schouten2012-10-197-48/+45
* Add build option MK_ED_CRYPTO to control whether ed(1) is to have theMarcel Moolenaar2012-05-191-3/+3
* Fix some obtuse fprintf tricks in bin/ed.Dimitry Andric2011-12-162-18/+20
* Fix memory leaks in error cases.Christian Brueffer2011-08-271-0/+3
* Fix some typos under bin/Ulrich Spörlein2011-05-221-2/+2
* Fix typos.Rebecca Cran2011-02-121-2/+2
* ed(1): make WARNS=6 cleanUlrich Spörlein2010-03-042-7/+1
* Move WARNS as ed(1) also is only WARNS = 2 clean in the !DES case.Marius Strobl2007-12-091-1/+1
* Don't include encryption features of ed(1) when building for theKen Smith2007-07-021-0/+2
* while(0); -> while (0) in multiline macroWarner Losh2006-08-171-1/+1
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-171-1/+3
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-091-2/+2
* Add the new standard EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-161-33/+33
* no need to have break; after return;Philippe Charnier2005-01-161-1/+1
* /*- or .\"- or #- to begin license clauses.Warner Losh2005-01-101-1/+1
* NOCRYPT -> NO_CRYPTRuslan Ermilov2004-12-211-1/+1
* Join the 21st century: Cryptography is no longer an optional componentColin Percival2004-08-061-1/+0
* Document missing multibyte character handling in utilities specifiedTim J. Robbins2004-07-031-1/+5
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-061-4/+0
* Don't check for the existance of src/crypto/ for building items thatMark Murray2003-07-241-1/+1
* This code isn't WARNS=6 clean in the standard (crypto) caseRuslan Ermilov2003-07-201-0/+1
* Make this code WARNS=6 clean again (after GCC 3.1.1 import).Ruslan Ermilov2003-07-202-14/+13
* Unbreak NOCRYPT buildworld.Ruslan Ermilov2003-06-291-1/+1
* Get this area compiling with the highest WARNS= that it works with.Mark Murray2003-06-131-0/+1
* Fix for the NO_OPENSSL case.Mark Murray2003-06-081-1/+1
* Make ed compile in the NOCRYPT case.John Hay2003-06-031-0/+4
* Modernise. Use libcrypto for DES instead of libcipher.Mark Murray2003-06-023-52/+51
* Retire the useless NOSECURE knob.Dag-Erling Smørgrav2003-05-191-1/+1
* Fix a broken reference to locale(5) and point to re_format(7) too for anGiorgos Keramidas2003-05-031-2/+3
* Quiet warnings about copyright[].David E. O'Brien2003-05-011-0/+2
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
* Replace various spellings with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-2/+2
* Fix some easy WARNS.Mark Murray2002-07-312-8/+8
* mdoc(7) police: a bit of tidying.Ruslan Ermilov2002-07-041-55/+126
* Consistently use __FBSDIDDavid E. O'Brien2002-06-308-33/+16
* Add a description of the restrictions that red(1) imposes to users,Giorgos Keramidas2002-06-241-7/+24
* Bogusness may have happened using a variable assignment here before, butJuli Mallett2002-06-201-1/+1
* We have a place for extern declarations of global variables in ed.h, do notJuli Mallett2002-06-202-3/+2
* Use `The .Nm utility'Philippe Charnier2002-04-161-11/+18
* o __P has been reovedWarner Losh2002-02-029-258/+150
* -lcipher is an installable library.Ruslan Ermilov2001-12-061-2/+2
* Default to WARNS=2. Binary builds that cannot handle this must explicitlyDavid E. O'Brien2001-12-041-1/+0
* File positions are off_t nowdays, not long, so:Andrey A. Chernov2001-09-011-3/+3
* mdoc(7) police: join split punctuation to macro calls.Ruslan Ermilov2001-08-101-3/+3