summaryrefslogtreecommitdiff
path: root/bin/ed
AgeCommit message (Collapse)Author
2008-06-08Prevent a segmentation fault when ed receives a signal while being inTobias Stoeckmann
getpass(). With input by and ok otto
2008-04-21Initialize the correct variable in HUP handler if ed.hup in currentTobias Stoeckmann
directory cannot be written and ~/ed.hup path has to be built up. Also pay special care that HOME is an absolute path name. With input by millert. ok deraadt, millert
2008-02-12use ftello instead of ftell; from Davil Hill; ok millert@Otto Moerbeek
2007-11-06fix format stringCharles Longeau
ok ray@ gilles@
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
- note which options are extensions to POSIX discussed w/ deraadt otto millert
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
to re_format.7 (which is where the list of BREs went); also, rename LIMITATIONS to CAVEATS, as this is a standard mdoc thing, and shuffle it to the end of the page;
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
- some punctuation fixes - typos and other small stuff
2004-04-05- redefine the .UL macro so that, even if output is to a non-TTY device,Jason McIntyre
.UL formats as italic (underline on TTY); this also makes .ul and .UL consistent, and avoids formatting problems when punctuation is involved - simplify .IT macro (from e.mac) - make bold font work for .P1/.P2 (from e.mac) - fix a double blank line issue w/ -Tascii - kill a pesky blank line that was messing the output
2004-04-05redefine the .UL macro so that, even if output is to a non-TTY device,Jason McIntyre
.UL formats as italic (underline on TTY); this also makes .ul and .UL consistent, and avoids formatting problems when punctuation is involved;
2004-04-05- fix a macro in e.mac that was causing double blank lines in ASCII outputJason McIntyre
- add margin when formatting in ASCII - other small fixes
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
from Jared Yanovich
2003-09-25replace .Em with more appropriate macros. some other cleanup;Jason McIntyre
2003-09-02escape punctuation;Jason McIntyre
ok deraadt@
2003-08-07plug some obvious memory leaks; Patrick LatifiTodd C. Miller
2003-07-29install ed advanced tutorial papers;Jason McIntyre
some minor changes; ok mickey@
2003-07-27USD docs for ed are 9-10, not 12,13;Jason McIntyre
2003-07-27`p' can be interrupted; my mistake.Jason McIntyre
2003-07-26install ed tutorial papers;Jason McIntyre
very minor modifications, but get rid of the ugly 2-column display; ok mickey@
2003-06-26oopsMichael Shalayeff
2003-06-26docs from 4.4 w/caldera license nowMichael Shalayeff
2003-06-11ansification, art okTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-05-29- section reorderJason McIntyre
- correct macro - escape some whitespace
2003-04-28typos;Jason McIntyre
suggestions, corrections and ok millert@
2003-02-18intial -> initial;Jason McIntyre
the great intial witch hunt, as prompted by tdeval@ os-aix-dso.c: ok henning@ ab.C: ok drahn@
2003-02-18copyrights added;Jason McIntyre
ed(1): Andrew Moore patch(1): Larry Wall (thanks espie@ for help with this one) units(1): Adrian Mariano
2002-10-04wrong word; cjeker@diehard.n-r-g.comTheo de Raadt
2002-09-06cast nicely, for cbc_decode() and cbc_encode()Theo de Raadt
2002-08-31Unbreak. We have situations where last space in the line is required.Mike Pechkin
From dfa@openbsd.ru
2002-06-09knfTodd T. Fries
2002-03-24Kill unneeded longs; fixes some minor 64 bit issues. deraadt@ OKTodd C. Miller
2002-02-17Mention deprecated '-' flag (same as -s) since it is listed in theTodd C. Miller
SYNOPSIS.
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained ↵Todd C. Miller
outside the tree)
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2002-01-16missed some registers, kill'em!Mike Pechkin
millert@ ok
2002-01-16Use the volatile specifier to fix warnings about variables beingTodd C. Miller
clobbered by longjmp / vfork instead of the gcc "(void)&foo;" hack.
2001-12-21Initial patch for a new mdoc issue.Mike Pechkin
Powered by @mantoya: o) kill extra line in the end of file; o) kill extra space in the end of line; o) replace blank lines with .Pp; millert@ ok