Age | Commit message (Expand) | Author |
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 |
2004-01-28 | Fix a segv when patch cannot find a file and the user indicates | Otto Moerbeek |
2003-12-08 | MAP_FILE is the default and MAP_PRIVATE has to be given or produces evil warn... | Michael Shalayeff |
2003-11-21 | madvise(sequential) the mmap()ed file and plug an fd leak on mmap() failure; ... | Michael Shalayeff |
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-12 | Fix no newline at end of file case for Plan B. | Otto Moerbeek |
2003-08-10 | Do not add an extra newline at the end if the last line of the input | Otto Moerbeek |
2003-08-10 | Warn if the diff is a context or unified diff and the context | Otto Moerbeek |
2003-08-08 | Avoid scanning the input file twice. | Otto Moerbeek |
2003-08-05 | spacing | Theo de Raadt |
2003-08-05 | - Use mmap(2) instead of malloc(3) and read(2) to get an image of the input | Otto Moerbeek |
2003-08-01 | - use stdbool.h instead of roll-your-own booleans | Otto Moerbeek |
2003-07-31 | Historically, patch would treat a bare -p as -p0. This contradicts | Todd C. Miller |
2003-07-31 | Unbreak relative directory handling. Tweak from millert@ | Otto Moerbeek |
2003-07-31 | Print a maximum of one invalid line number warning per patch in a patch file. | Otto Moerbeek |
2003-07-30 | Add POSIX -i option; tedu@ OK | Todd C. Miller |
2003-07-30 | Make prompting POSIX-compliant. POSIX states "The patch utility | Todd C. Miller |
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 | Don't treat consecutive slashes as path components; matches POSIX | Todd C. Miller |
2003-07-28 | More cleanup: sprinkled some const, removed ugly EXTERN/INTERN.h, | Otto Moerbeek |