| Commit message (Expand) | Author | Age | Files | Lines |
* | After spawning, the parent can pledge "stdio rpath wpath cpath" |  deraadt | 2015-10-15 | 1 | -1/+4 |
* | pledge "stdio rpath wpath cpath proc exec". there is some potential |  deraadt | 2015-10-10 | 1 | -1/+4 |
* | Reduce usage of predefined strings in manpages. |  bentley | 2015-02-28 | 1 | -5/+5 |
* | Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@ |  millert | 2015-02-05 | 1 | -1/+2 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 1 | -2/+1 |
* | unsigned char casts for ctype |  deraadt | 2013-11-26 | 2 | -7/+7 |
* | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ |  schwarze | 2013-07-16 | 1 | -3/+3 |
* | Avoid memory leak while parsing diff's output. |  tobias | 2013-04-01 | 1 | -3/+6 |
* | paste in EXIT STATUS from diff(1); confirmed by ray |  jmc | 2010-10-16 | 1 | -2/+15 |
* | Don't leak FILE * if multiple -o flags are given. |  ray | 2009-06-07 | 3 | -15/+17 |
* | Use SIZE_MAX, not SIZE_T_MAX. |  ray | 2009-06-07 | 1 | -5/+5 |
* | Don't use $TMPDIR if it is empty. |  ray | 2009-06-07 | 1 | -2/+2 |
* | Plug file descriptor leak when diffing regular files. |  ray | 2009-06-07 | 1 | -2/+4 |
* | Remove outdated comment. |  ray | 2009-06-07 | 1 | -2/+1 |
* | - Be more careful about pre-existing SIGCHLD handlers (or SIG_IGN) by |  deraadt | 2007-10-17 | 1 | -12/+9 |
* | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg |  deraadt | 2007-09-02 | 1 | -2/+2 |
* | *long* options are undocumented; ok ray |  jmc | 2007-06-29 | 1 | -4/+4 |
* | groff understands `|', so no need to duplicate macros. |  jmc | 2007-06-28 | 1 | -3/+3 |
* | Alias `1' and `2' to `l' and `r', making interactive merges easier |  ray | 2007-06-28 | 2 | -7/+9 |
* | Add missing undocumented --ignore-case flag, to improve compatibility |  ray | 2007-06-27 | 1 | -1/+2 |
* | convert to new .Dd format; |  jmc | 2007-05-31 | 1 | -2/+2 |
* | Sync with editit from sendbug. |  ray | 2007-05-11 | 1 | -32/+24 |
* | Copy signal-safe edit function from sendbug. |  ray | 2007-04-25 | 1 | -35/+62 |
* | don't store write(2) return value in size_t; fixes test against -1. |  steven | 2007-02-26 | 1 | -2/+5 |
* | Expand description. |  ray | 2007-02-22 | 1 | -3/+18 |
* | .Xr cmp and sdiff each other |  jasper | 2006-12-20 | 1 | -1/+2 |
* | Use S_IS* macros insted of masking with S_IF* flags. The latter may |  otto | 2006-09-19 | 1 | -2/+2 |
* | Add bug: may not work with binary data. |  ray | 2006-08-04 | 1 | -1/+4 |
* | Remove xmktemp() and uses plain old mkstemp(3), avoiding race |  ray | 2006-05-25 | 5 | -61/+32 |
* | Now that lint is smarter, remove /* NOTREACHED */ comments. |  ray | 2006-05-10 | 3 | -16/+4 |
* | /tmp -> _PATH_TMP |  ray | 2006-03-11 | 1 | -3/+4 |
* | Handle stdin as arg; from Ray Lai; ok jaredy@ |  otto | 2006-03-05 | 1 | -19/+112 |
* | document TMPDIR; from ray lai |  jmc | 2006-02-22 | 1 | -1/+5 |
* | Move two functions to separate file; from Ray Lai; ok jaredy@ |  otto | 2006-02-20 | 4 | -63/+84 |
* | refactor processq() loop. From Rai Lay; ok jaredy@ |  otto | 2006-02-20 | 1 | -12/+6 |
* | - improve description of -I |  jmc | 2006-02-15 | 1 | -2/+6 |
* | Fix bug introduced by previous delint and rename a var. From Ray. |  otto | 2006-02-15 | 1 | -7/+10 |
* | delint; from Ray with input from me and jaredy@; ok jaredy@ |  otto | 2006-02-15 | 3 | -51/+45 |
* | Fix -I and some cleanup, from Ray Lai in PR 5002; ok jaredy@ |  otto | 2006-02-14 | 1 | -86/+121 |
* | In interactive mode force newline between left and right sets in the "e b" |  claudio | 2006-02-02 | 1 | -2/+2 |
* | add an ENVIRONMENT section, and document EDITOR and VISUAL; |  jmc | 2005-12-29 | 1 | -2/+30 |
* | spacing |  deraadt | 2005-12-28 | 2 | -4/+4 |
* | add a SEE ALSO section; |  jmc | 2005-12-27 | 1 | -1/+4 |
* | - kill trailing whitespace |  jmc | 2005-12-27 | 1 | -11/+11 |
* | remove xstrtonum |  tedu | 2005-12-27 | 1 | -59/+32 |
* | shorten main initialization |  deraadt | 2005-12-27 | 1 | -11/+4 |
* | goto labels after case statements make lint happier |  deraadt | 2005-12-27 | 1 | -3/+3 |
* | INT_MAX should be big enough for a width |  tedu | 2005-12-27 | 1 | -4/+3 |
* | remove debug mode |  tedu | 2005-12-27 | 3 | -144/+6 |
* | add DPADD |  deraadt | 2005-12-27 | 1 | -1/+2 |