| Age | Commit message (Expand) | Author |
| 2022-05-20 | fix some misspellings and remove trailing whitespaces. | andvar |
| 2021-11-02 | ed(1): use reallocarr instead of realloc(x * y) | nia |
| 2019-01-04 | Unifdef compatibility for broken realloc. | maya |
| 2018-06-18 | Prevent shell execution also in the 'r ! dobad' case, pointed out by | christos |
| 2018-04-09 | Sort option descripts, fix markups, fix typos. | wiz |
| 2018-04-09 | New sentence, new line. Sort SEE ALSO. Remove Xr to non-existing man page. | wiz |
| 2018-04-08 | fix date | snj |
| 2018-04-05 | add -S to disable ! commands. | christos |
| 2018-02-08 | Typos. | dholland |
| 2017-07-03 | Remove workaround for ancient HTML generation code. | wiz |
| 2017-05-21 | Remove MKCRYPTO option. | riastradh |
| 2016-03-02 | PR/50879: David Binderman: remove redundant code. | christos |
| 2016-02-01 | PR/50734: David Binderman: check bounds before dereferencing. | christos |
| 2015-08-28 | Be explicit about what is negated. | joerg |
| 2014-03-31 | PR/48692: Henning Petersen: Missplaced paranthesis in bin/ed gbl.c and main.c | christos |
| 2014-03-25 | Use __printflike. | joerg |
| 2014-03-23 | sprintf considered harmful | dholland |
| 2013-06-28 | Fix violations of the sequence point rule. | joerg |
| 2011-08-29 | Use __dead | joerg |
| 2011-08-21 | use const char [] for format. | christos |
| 2011-08-14 | eliminate non-literal format string. | christos |
| 2011-05-23 | Conditionalize printfs instead of using conditional empty format | joerg |
| 2010-06-09 | If the definition of a static function is #if DES, the declaration | riz |
| 2010-05-14 | Quote punctation. | joerg |
| 2009-07-26 | remove unused global variable | dholland |
| 2009-07-26 | sprinkle static in this file | dholland |
| 2009-07-26 | Remove the need for -Wno-pointer-sign. Does not change the output .o file. | dholland |
| 2009-06-10 | Make sure that buffer is NULL terminated when input to strip_escapes() is | ginsbach |
| 2009-06-10 | Fix potential buffer overflow in filename escape processing | ginsbach |
| 2009-03-26 | Avoid .Xo/.Xc. Fix quoting of commands to give the intended effect. | joerg |
| 2008-08-29 | Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a f... | gmcgarry |
| 2008-07-20 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2008-07-12 | Add test for HAVE_PCC with HAVE_GCC which turn off compiler warning flags. | gmcgarry |
| 2007-03-17 | s/intialized/initialized/ | msaitoh |
| 2006-10-15 | sprinkle volatile | christos |
| 2006-06-11 | PR/33699: Kevin Massey: use strlcpy to prevent stack overflows. | christos |
| 2006-05-11 | sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4. | mrg |
| 2006-03-17 | Handle asprintf returning NULL. | rumble |
| 2005-06-26 | sprinkle a little const, and now everything compiles with WARNS=3 | christos |
| 2005-05-23 | Fixed another instance of isspace(char). | rillig |
| 2005-04-19 | Fixed wrong use of the <ctype.h> functions by adding an explicit conversion | rillig |
| 2005-02-17 | Kill __P(), use ANSI function declarations. | xtraeme |
| 2003-10-26 | use ${HOST_SH} instead of /bin/sh | lukem |
| 2003-10-19 | Fix typos in comments. From Jared Yanovich via jmc@openbsd. | wiz |
| 2003-09-08 | Reinstate paragraph about -E, sort option descriptions, and bump date for -E ... | wiz |
| 2003-09-08 | Some more fixes: sort sections, escape some stuff for HTML output. | wiz |
| 2003-09-08 | Improved version of OpenBSD's mdoc'ed version of ed(1) (v1.42). | wiz |
| 2003-09-05 | plug memory leak. PR bin/22694 | itojun |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-05-01 | Some grammar and punctuation fixes from jmc@openbsd. | wiz |