Searched hist:252636 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/usr.bin/patch/
H A Dpch.cdiff 252636 Wed Jul 03 20:46:08 MDT 2013 obrien Merge r252512 from src/gnu/usr.bin/patch into src/usr.bin/patch:

Make it so that 'patch < FUBAR' and 'patch -i FUBAR' operate the same.

The former makes a copy of stdin, but was not accurately putting the
content of stdin into a temp file. This lead to the undercounting
the number of lines in hunks containing NUL characters when reading
from stdin. Thus resulting in "unexpected end of file in patch" errors.

Completed in 58 milliseconds