Age | Commit message (Expand) | Author |
2018-09-28 | Add unveil(2) to sdiff(1) to the following files: | Ricardo Mestre |
2015-12-29 | fix exit status on pledge(2) failure. | Gleydson Soares |
2015-10-18 | sorry, sdiff -o interactive mode does another spawn | Theo de Raadt |
2015-10-15 | After spawning, the parent can pledge "stdio rpath wpath cpath" | Theo de Raadt |
2015-10-10 | pledge "stdio rpath wpath cpath proc exec". there is some potential | Theo de Raadt |
2015-02-05 | Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@ | Todd C. Miller |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2013-11-26 | unsigned char casts for ctype | Theo de Raadt |
2013-04-01 | Avoid memory leak while parsing diff's output. | Tobias Stoeckmann |
2009-06-07 | Don't leak FILE * if multiple -o flags are given. | Ray Lai |
2009-06-07 | Use SIZE_MAX, not SIZE_T_MAX. | Ray Lai |
2009-06-07 | Don't use $TMPDIR if it is empty. | Ray Lai |
2009-06-07 | Plug file descriptor leak when diffing regular files. | Ray Lai |
2009-06-07 | Remove outdated comment. | Ray Lai |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt |
2007-06-28 | Alias `1' and `2' to `l' and `r', making interactive merges easier | Ray Lai |
2007-06-27 | Add missing undocumented --ignore-case flag, to improve compatibility | Ray Lai |
2006-09-19 | Use S_IS* macros insted of masking with S_IF* flags. The latter may | Otto Moerbeek |
2006-05-25 | Remove xmktemp() and uses plain old mkstemp(3), avoiding race | Ray Lai |
2006-05-10 | Now that lint is smarter, remove /* NOTREACHED */ comments. | Ray Lai |
2006-03-05 | Handle stdin as arg; from Ray Lai; ok jaredy@ | Otto Moerbeek |
2006-02-20 | refactor processq() loop. From Rai Lay; ok jaredy@ | Otto Moerbeek |
2006-02-15 | Fix bug introduced by previous delint and rename a var. From Ray. | Otto Moerbeek |
2006-02-15 | delint; from Ray with input from me and jaredy@; ok jaredy@ | Otto Moerbeek |
2006-02-14 | Fix -I and some cleanup, from Ray Lai in PR 5002; ok jaredy@ | Otto Moerbeek |
2005-12-28 | spacing | Theo de Raadt |
2005-12-27 | remove xstrtonum | Ted Unangst |
2005-12-27 | shorten main initialization | Theo de Raadt |
2005-12-27 | INT_MAX should be big enough for a width | Ted Unangst |
2005-12-27 | remove debug mode | Ted Unangst |
2005-12-27 | sizeof char is always 1 | Ted Unangst |
2005-12-27 | if an allocation function fails, err will print "cannot allocate memory" | Ted Unangst |
2005-12-27 | close can't really fail, don't bother checking | Ted Unangst |
2005-12-27 | remove broken assert on argc, and put argc check in right place | Ted Unangst |
2005-12-27 | variables in header should be extern, defined in a c file. | Ted Unangst |
2005-12-27 | OpenBSD tags | Ted Unangst |
2005-12-27 | add a public domain sdiff implementation contributed by ray lai | Ted Unangst |