summaryrefslogtreecommitdiffstats
path: root/bin/ed
Commit message (Expand)AuthorAgeFilesLines
...
* Document missing multibyte character handling in utilities specifiedtjr2004-07-031-1/+5
* Remove clause 3 from the UCB licenses.markm2004-04-061-4/+0
* Don't check for the existance of src/crypto/ for building items thatmarkm2003-07-241-1/+1
* This code isn't WARNS=6 clean in the standard (crypto) caseru2003-07-201-0/+1
* Make this code WARNS=6 clean again (after GCC 3.1.1 import).ru2003-07-202-14/+13
* Unbreak NOCRYPT buildworld.ru2003-06-291-1/+1
* Get this area compiling with the highest WARNS= that it works with.markm2003-06-131-0/+1
* Fix for the NO_OPENSSL case.markm2003-06-081-1/+1
* Make ed compile in the NOCRYPT case.jhay2003-06-031-0/+4
* Modernise. Use libcrypto for DES instead of libcipher.markm2003-06-023-52/+51
* Retire the useless NOSECURE knob.des2003-05-191-1/+1
* Fix a broken reference to locale(5) and point to re_format(7) too for ankeramida2003-05-031-2/+3
* Quiet warnings about copyright[].obrien2003-05-011-0/+2
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* Replace various spellings with FALLTHROUGH which is lint()ablecharnier2002-08-251-2/+2
* Fix some easy WARNS.markm2002-07-312-8/+8
* mdoc(7) police: a bit of tidying.ru2002-07-041-55/+126
* Consistently use __FBSDIDobrien2002-06-308-33/+16
* Add a description of the restrictions that red(1) imposes to users,keramida2002-06-241-7/+24
* Bogusness may have happened using a variable assignment here before, butjmallett2002-06-201-1/+1
* We have a place for extern declarations of global variables in ed.h, do notjmallett2002-06-202-3/+2
* Use `The .Nm utility'charnier2002-04-161-11/+18
* o __P has been reovedimp2002-02-029-258/+150
* -lcipher is an installable library.ru2001-12-061-2/+2
* Default to WARNS=2. Binary builds that cannot handle this must explicitlyobrien2001-12-041-1/+0
* File positions are off_t nowdays, not long, so:ache2001-09-011-3/+3
* mdoc(7) police: join split punctuation to macro calls.ru2001-08-101-3/+3
* o Correctly define rcsid.mike2001-08-0610-182/+158
* Remove whitespace at EOL.dd2001-07-151-7/+7
* Back out previous commit: it doesn't help anything since write_file(),dd2001-06-281-2/+2
* Don't call exit(3) from a signal handler.dd2001-06-241-2/+2
* Correct a spelling nit (a -> an).dd2001-06-041-1/+1
* Use PATH_MAX rather than MAXPATHLEN. Also fix a possible off by oneimp2001-05-293-16/+11
* Remove a comment which seemed to confuse makewhatis:ben2001-03-291-1/+0
* Switch from using rand() or random() to a stronger, more appropriate PRNGkris2001-03-051-8/+1
* Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.ru2001-02-281-1/+1
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-3/+4
* Prepare for mdoc(7)NG.ru2000-12-181-1/+1
* Prepare for mdoc(7)NG.ru2000-12-151-14/+11
* Constifykris2000-11-271-1/+1
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-3/+3
* Properly declare the multiple-columns list.ru2000-11-061-1/+1
* Finish conversion from man(7) to mdoc(7).ru2000-11-061-9/+13
* Include sys/types.hbrian2000-10-162-0/+4
* Locale support was added by ache long ago.sheldonh2000-07-171-4/+2
* Supply only one author name per instance of %A, as per mdoc.samples(7).sheldonh2000-05-101-1/+2
* Fixes a potential buffer overflow with 'ed [MAXPATHLEN + 1 characters]'.joe2000-04-301-3/+5
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-4/+8
* Change DISTRIBUTION name to match reality.markm2000-02-291-1/+1
* Add `.Nm red' to NAME section.phantom2000-01-101-1/+2
OpenPOWER on IntegriCloud