index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
patch
/
patch.c
Age
Commit message (
Expand
)
Author
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
2004-11-19
Write reject file in unified format if the original diff was in
Otto Moerbeek
2004-09-14
remove unused variable
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
2003-10-31
o fairly major man page reorganization
Todd C. Miller
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-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
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-29
o add pathnames.h
Todd C. Miller
2003-07-28
minor knf and cleanups; otto ok
Theo de Raadt
2003-07-28
Be more exact on how backup files are handled.
Otto Moerbeek
2003-07-28
Make patch(1) exit value match POSIX and be consistent with diff.
Todd C. Miller
2003-07-25
Add POSIX -b option but don't change the default beahvior wrt backups
Todd C. Miller
2003-07-23
New version of invalid line number fix. Passes patch(1) regressions.
Otto Moerbeek
2003-07-22
Make rejname[] static to patch.c and crank its size to NAME_MAX+1
Todd C. Miller
2003-07-22
Use getopt_long() to parse options instead of rolling our own.
Todd C. Miller
2003-07-22
More cleanup.
Otto Moerbeek
2003-07-21
Back out invalid line number fix. It core dumps in some cases. Problem found by
Otto Moerbeek
2003-07-21
fix header
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-16
Do not produce garbage if the patch file contains invalid line numbers.
Otto Moerbeek
2003-07-02
bump randomness of mktemp to from 6 to 10 X's, as recommended by mktemp(3)
Anil Madhavapeddy
2003-04-05
string fixes; ok miod henning
Theo de Raadt
2002-07-04
4 unchecked mallocs; cloder@acm.org
Theo de Raadt
2002-03-05
patch(1) is now free, thanks Larry!
Niklas Hallqvist
1999-12-04
avoid overflows
Niels Provos
1999-08-31
patch file should hold at least one patch, otherwise we're entitled to
Marc Espie
1998-11-25
add -C
Marc Espie
1997-09-22
Start of -Wall and cleaning up icky bits.
Todd C. Miller
1997-01-17
r?index -> strr?chr
Todd C. Miller
1996-09-24
sprintf -> snprintf except where guaranteed safe.
Todd C. Miller
1996-09-24
Use mkstemp(). Since temp files get re-used we use mkstemp() to make
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
1996-07-01
undo mktemp cleanup until i get it right
Theo de Raadt
1996-06-25
mktemp w/ open & fdopen
Theo de Raadt
1996-06-10
Support the long options that FSF's patch version has. $OpenBSD$ added
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt