Age | Commit message (Expand) | Author |
2023-07-12 | Don't run off the end of path if it ends in /. | Florian Obser |
2023-07-12 | basename(3) can fail, prevent segfault in strlen(3). | Florian Obser |
2023-07-12 | Use ssize_t instead of short for line lengths | Theo Buehler |
2022-12-26 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2019-12-02 | Tweak previous, using fputs here was fine | Jeremie Courreges-Anglas |
2019-12-02 | Use getline(3) to handle lines longer than 8192 bytes in patch files | Jeremie Courreges-Anglas |
2018-04-07 | Remove unused pathnames.h header since patch was refactoring into not invoking | anton |
2017-12-20 | Fix adding and removing files with git-style a/ b/ diffs: only skip | Theo Buehler |
2017-05-30 | Unbreak previous for git diffs that do not have the a/ prefix. | Florian Obser |
2017-05-26 | sometimes patches coming from other places have extra a/ and b/ directories | Ted Unangst |
2017-03-26 | One string buffer can use recallocarray() to ensure that the address space | Theo de Raadt |
2016-09-02 | If reading fails, do not go into infinite loop asking for a filename | Otto Moerbeek |
2015-10-16 | Add native support for ed-style diffs. No need to pledge "proc exec" anymore. | Tobias Stoeckmann |
2015-07-31 | Account for newlines in substitution (s///) commands. Substitution | Todd C. Miller |
2015-07-26 | Remove support for automatically checking files out of RCS. The | Todd C. Miller |
2015-02-05 | Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@ | Todd C. Miller |
2014-12-14 | Handle ed command "s" as a one line command, which it is. | Tobias Stoeckmann |
2014-12-13 | The function savestr allows NULL return values during Plan A patching so in | Tobias Stoeckmann |
2014-12-08 | spaces | Theo de Raadt |
2014-12-01 | three trivial reallocarray() uses | Theo de Raadt |
2014-11-26 | Properly validate line ranges supplied in diff file to prevent overflows. | Tobias Stoeckmann |
2014-11-25 | Introduce strtolinenum to properly check line numbers while parsing: | Tobias Stoeckmann |
2014-11-22 | Remove SCCS support. For this to work, we would need "get", which we don't | Tobias Stoeckmann |
2014-11-18 | Avoid iterating over end of string. | Tobias Stoeckmann |
2014-11-17 | Check fstat return value. Also, use off_t for file size and offsets as | Tobias Stoeckmann |
2013-11-26 | unsigned char casts for ctype | Theo de Raadt |
2013-07-11 | Bring file selection in accordance with the man page; from Stefan Esser | Otto Moerbeek |
2012-04-11 | Silence gcc warnings. | Antoine Jacoutot |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt |
2006-03-11 | type police and assorted cleanup. From Lionel Fourquaux; ok ray@ | Otto Moerbeek |
2004-08-05 | spacing | Theo de Raadt |
2004-07-09 | Properly detect if a patch already has been applied, even if there | Otto Moerbeek |
2004-01-28 | Fix a segv when patch cannot find a file and the user indicates | Otto Moerbeek |
2003-10-31 | o fairly major man page reorganization | Todd C. Miller |
2003-09-28 | realloc(3) cleanup. | Otto Moerbeek |
2003-08-15 | Add license from patch.c to original source files missing a license. | Otto Moerbeek |
2003-08-05 | spacing | Theo de Raadt |
2003-08-01 | - use stdbool.h instead of roll-your-own booleans | Otto Moerbeek |
2003-07-29 | o add pathnames.h | Todd C. Miller |
2003-07-28 | minor knf and cleanups; otto ok | Theo de Raadt |
2003-07-28 | More cleanup: sprinkled some const, removed ugly EXTERN/INTERN.h, | Otto Moerbeek |
2003-07-25 | Add POSIX -b option but don't change the default beahvior wrt backups | Todd C. Miller |
2003-07-22 | just about nothing | Theo de Raadt |
2003-07-22 | POSIX defines allowed commands as {a,c,d,i,s} but patch was only | Todd C. Miller |
2003-07-22 | More cleanup. | Otto Moerbeek |
2003-07-21 | fix header | Theo de Raadt |
2003-07-21 | remove a bit more junk | Theo de Raadt |
2003-07-21 | knf | Theo de Raadt |
2003-07-21 | knf and other cleanup; ok otto | Theo de Raadt |