summaryrefslogtreecommitdiff
path: root/bin/ed
AgeCommit message (Expand)Author
2014-05-18use reallocarrayMarc Espie
2014-04-20Remove more commentary about recently removed des supportTheo de Raadt
2014-04-14more x removal;Jason McIntyre
2014-04-14remove nonstandard DES support because DES. ok beck deraadt miodTed Unangst
2014-03-06add an ASYNCHRONOUS EVENTS section for signals, as per vi;Jason McIntyre
2014-02-24NO_REALLOC_NULL and NEED_INSQUE are long gone.Todd C. Miller
2014-02-22STANDARDS:Jason McIntyre
2014-01-01Fixed typos and style.Tobias Stoeckmann
2013-11-28remove trailing spaces.Igor Sobrado
2013-11-21add unsigned char casts for specific calls to ctype.h macros.Theo de Raadt
2013-01-15tidyMarc Espie
2012-12-04remove sunos backwards compatTheo de Raadt
2010-09-03add an EXIT STATUS section for /bin;Jason McIntyre
2010-08-12Use symbolic names for the file descriptors rather than numeric values.Kevin Lo
2010-07-27properly escape some "!"; reported by kristapsJason McIntyre
2010-07-22move exit returns blurb out of DIAGNOSTICS; from daniel dickmanJason McIntyre
2010-01-10remove references to docs we no longer install;Jason McIntyre
2010-01-04Stop installing many of the incredibly dated and un-authoritative share/docTheo de Raadt
2009-10-28one more () for halexTheo de Raadt
2009-10-28the code to support -DDES spread it's way outside of -DDES... fix thatTheo de Raadt
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewJason McIntyre
2009-01-28synchronize synopsis and usage.Igor Sobrado
2008-10-01for the `g' and `G' commands, document that if no lines matchJason McIntyre
2008-06-08Prevent a segmentation fault when ed receives a signal while being inTobias Stoeckmann
2008-04-21Initialize the correct variable in HUP handler if ed.hup in currentTobias Stoeckmann
2008-02-12use ftello instead of ftell; from Davil Hill; ok millert@Otto Moerbeek
2007-11-06fix format stringCharles Longeau
2007-09-24typos; from Pierre RiteauJason McIntyre
2007-09-03malloc(n * m) -> calloc(n, m); ok espieTheo de Raadt
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-29- consistent STANDARDS blurbJason McIntyre
2007-02-24There is no filter_lines function, remove its prototype. From Mark Lumsden.Todd C. Miller
2006-04-25various small lint cleanups; ok ottoTheo de Raadt
2006-04-17mark signal raceTheo de Raadt
2004-10-04remove the section on regular expressions - instead point peopleJason McIntyre
2004-05-08use arc4random() instead of crappy rand(); otto okTheo de Raadt
2004-04-19correct path to usd docs;Jason McIntyre
2004-04-06- add a margin when formatting w/ -TasciiJason McIntyre
2004-04-05- redefine the .UL macro so that, even if output is to a non-TTY device,Jason McIntyre
2004-04-05redefine the .UL macro so that, even if output is to a non-TTY device,Jason McIntyre
2004-04-05- fix a macro in e.mac that was causing double blank lines in ASCII outputJason McIntyre
2004-02-12some typos and macro simplification;Jason McIntyre
2004-02-01add paper.txt target;Jason McIntyre
2004-01-31make references to USD docs clearer;Jason McIntyre
2003-12-13sort options, and adjust -width of options' list;Jason McIntyre
2003-10-18typos in comments;Jason McIntyre
2003-09-25replace .Em with more appropriate macros. some other cleanup;Jason McIntyre
2003-09-02escape punctuation;Jason McIntyre