Age | Commit message (Expand) | Author |
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 |
2003-07-18 | remove junk; ok otto tedu | Theo de Raadt |
2003-07-17 | Fix merge error. | Otto Moerbeek |
2003-07-16 | Teach patch how to deal with \ No newline at end of file. | Otto Moerbeek |
2003-04-08 | strcpy trashing, help from tedu; ok tedu | Theo de Raadt |
2003-04-05 | string fixes; ok miod henning | Theo de Raadt |
2000-12-14 | make patch -f and -b actually skip patches for which the file can't be | Bob Beck |
1999-12-04 | avoid overflows | Niels Provos |
1998-11-25 | add -C | Marc Espie |
1997-04-03 | From FreeBSD 1.7 by markm. The log message: | imp |
1996-09-24 | sprintf -> snprintf except where guaranteed safe. | Todd C. Miller |
1996-09-23 | undo last; mkstemp is *hard* to do in here | Theo de Raadt |
1996-09-15 | Be slightly safer opening temp files. | Todd C. Miller |