Age | Commit message (Expand) | Author |
2008-06-08 | Prevent a segmentation fault when ed receives a signal while being in | Tobias Stoeckmann |
2008-04-21 | Initialize the correct variable in HUP handler if ed.hup in current | Tobias Stoeckmann |
2008-02-12 | use ftello instead of ftell; from Davil Hill; ok millert@ | Otto Moerbeek |
2007-11-06 | fix format string | Charles Longeau |
2007-09-24 | typos; from Pierre Riteau | Jason McIntyre |
2007-09-03 | malloc(n * m) -> calloc(n, m); ok espie | Theo de Raadt |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-29 | - consistent STANDARDS blurb | Jason McIntyre |
2007-02-24 | There is no filter_lines function, remove its prototype. From Mark Lumsden. | Todd C. Miller |
2006-04-25 | various small lint cleanups; ok otto | Theo de Raadt |
2006-04-17 | mark signal race | Theo de Raadt |
2004-10-04 | remove the section on regular expressions - instead point people | Jason McIntyre |
2004-05-08 | use arc4random() instead of crappy rand(); otto ok | Theo de Raadt |
2004-04-19 | correct path to usd docs; | Jason McIntyre |
2004-04-06 | - add a margin when formatting w/ -Tascii | Jason McIntyre |
2004-04-05 | - redefine the .UL macro so that, even if output is to a non-TTY device, | Jason McIntyre |
2004-04-05 | redefine 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 output | Jason McIntyre |
2004-02-12 | some typos and macro simplification; | Jason McIntyre |
2004-02-01 | add paper.txt target; | Jason McIntyre |
2004-01-31 | make references to USD docs clearer; | Jason McIntyre |
2003-12-13 | sort options, and adjust -width of options' list; | Jason McIntyre |
2003-10-18 | typos in comments; | Jason McIntyre |
2003-09-25 | replace .Em with more appropriate macros. some other cleanup; | Jason McIntyre |
2003-09-02 | escape punctuation; | Jason McIntyre |
2003-08-07 | plug some obvious memory leaks; Patrick Latifi | Todd C. Miller |
2003-07-29 | install ed advanced tutorial papers; | Jason McIntyre |
2003-07-27 | USD docs for ed are 9-10, not 12,13; | Jason McIntyre |
2003-07-27 | `p' can be interrupted; my mistake. | Jason McIntyre |
2003-07-26 | install ed tutorial papers; | Jason McIntyre |
2003-06-26 | oops | Michael Shalayeff |
2003-06-26 | docs from 4.4 w/caldera license now | Michael Shalayeff |
2003-06-11 | ansification, art ok | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-29 | - section reorder | Jason McIntyre |
2003-04-28 | typos; | Jason McIntyre |
2003-02-18 | intial -> initial; | Jason McIntyre |
2003-02-18 | copyrights added; | Jason McIntyre |
2002-10-04 | wrong word; cjeker@diehard.n-r-g.com | Theo de Raadt |
2002-09-06 | cast nicely, for cbc_decode() and cbc_encode() | Theo de Raadt |
2002-08-31 | Unbreak. We have situations where last space in the line is required. | Mike Pechkin |
2002-06-09 | knf | Todd T. Fries |
2002-03-24 | Kill unneeded longs; fixes some minor 64 bit issues. deraadt@ OK | Todd C. Miller |
2002-02-17 | Mention deprecated '-' flag (same as -s) since it is listed in the | Todd C. Miller |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained o... | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-01-16 | missed some registers, kill'em! | Mike Pechkin |
2002-01-16 | Use the volatile specifier to fix warnings about variables being | Todd C. Miller |
2001-12-21 | Initial patch for a new mdoc issue. | Mike Pechkin |