diff options
author | Andreas Gruenbacher <agruen@suse.de> | 2009-03-22 22:24:03 +0100 |
---|---|---|
committer | Andreas Gruenbacher <agruen@suse.de> | 2009-03-22 22:32:04 +0100 |
commit | b85f4543b42f53f00de28ab0100cc155877357a5 (patch) | |
tree | 4f150a4eff4cf9c2e606ce1e8841595a1d9e38ba /NEWS | |
parent | f10b753b709da47f0c115512739dbb15e615ac9d (diff) | |
download | patch-b85f4543b42f53f00de28ab0100cc155877357a5.tar.gz |
When conforming to POSIX and no filename was given or found, ask
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,7 +2,8 @@ * Unless a filename has been specified on the command line, look only for filenames in the patch until one has been found. Start looking for hunks only after that. This prevents patch from tripping over - garbage that isn't a patch. + garbage that isn't a patch. When conforming to POSIX, this behavior + is turned off and patch will ask for a filename when none is found. * Reject more malformed normal format commands and check for trailing garbage. Recognize ed commands without addresses. * All reject files have file name headers, which allows to use them |