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