Age | Commit message (Expand) | Author |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
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-09 | Fix division by zero for files with long lines (> 1024) in Plan B mode | Tobias Stoeckmann |
2014-12-08 | spaces | Theo de Raadt |
2014-12-01 | three trivial reallocarray() uses | Theo de Raadt |
2014-11-26 | Prefer setvbuf() to setlinebuf() for portability; ok deraadt@ | Todd C. Miller |
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-25 | Prevent null pointer dereference on empty input files when diff requires | Tobias Stoeckmann |
2014-11-22 | Remove SCCS support. For this to work, we would need "get", which we don't | Tobias Stoeckmann |
2014-11-21 | Remove the README. It history from more than 20 years ago, and while | Theo de Raadt |
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 |
2014-11-15 | Call munmap with the same size argument as mmap. | Tobias Stoeckmann |
2014-10-08 | userland reallocarray audit. | Doug Hogan |
2014-05-20 | Use errc/warnc to simplify code. | Philip Guenther |
2014-04-15 | patch was moved from user portability (UP) to base in issue 7 | Jason McIntyre |
2013-11-26 | unsigned char casts for ctype | Theo de Raadt |
2013-11-12 | pull in local .h files to satisfy proto | Theo de Raadt |
2013-07-11 | Bring file selection in accordance with the man page; from Stefan Esser | Otto Moerbeek |
2012-05-15 | Fix confusing patch(1) output on failure when using -C. From | Todd C. Miller |
2012-04-11 | Silence gcc warnings. | Antoine Jacoutot |
2012-04-10 | Don't try to mmap a zero length file, from NetBSD. | Antoine Jacoutot |
2010-09-03 | add an EXIT STATUS section for /usr/bin; | Jason McIntyre |
2010-07-24 | Send normal output to stdout instead of everything to stderr. This | Ray Lai |
2010-01-08 | Don't leak memory after strdup() in makedirs(). | Owain Ainsworth |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-04-05 | If no patch can be found in input, in addition to complaining on stderr, | Stefan Sperling |
2009-02-08 | updates to IEEE Std 1003.1-2008; | Jason McIntyre |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre |
2008-10-19 | over-rule -> overrule; from Thomas Pfaff | Jason McIntyre |
2008-08-20 | The code to detect multiple applied diffs to empty files I introduced 4 | Otto Moerbeek |
2008-06-06 | update the description of -b and STANDARDS; suggested by grunk | Jason McIntyre |
2008-01-11 | providing MLINKS for shell builtins makes little sense: what we had was out | Jason McIntyre |
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-31 | - note some apps which are xpg4, not posix | Jason McIntyre |
2007-04-18 | adds a detailed synopsis to the man page; sorts options in | Igor Sobrado |
2006-03-11 | type police and assorted cleanup. From Lionel Fourquaux; ok ray@ | Otto Moerbeek |
2005-11-14 | constuct -> construct | Miod Vallat |
2005-06-20 | umask juggling not needed; with Lionel Fourquaux. | Otto Moerbeek |
2005-05-16 | Do not call out mkdir -p, but reuse the code from mkdir(1). | Marc Espie |
2004-11-19 | Write reject file in unified format if the original diff was in | Otto Moerbeek |
2004-11-19 | Allow for path names containing spaces and other funny chars (except | Otto Moerbeek |
2004-09-14 | remove unused variable | Theo de Raadt |
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-06-18 | Unbreak handling of standard diffs (which have an empty context). | Otto Moerbeek |
2004-06-14 | Teach patch(1) to detect if a diff creating a file (or one adding | Otto Moerbeek |