History log of /csrg-svn/usr.bin/patch/patch.c (Results 1 – 10 of 10)
Revision Date Author Comments
# 62166 06-Jun-1993 bostic

4.4BSD snapshot (revision 8.1)


# 33496 18-Feb-1988 bostic

complete new version


# 28273 18-May-1986 van

bug from J.Lepreau (apply_hunk adding extra line)


# 26977 29-Mar-1986 van

fixed problems from J. Lepreau w/ diff -c1 output and
freeing memory twice. Fixed problems from D. Kingston with
omitted context (using fix suggested by L.Wall, not Doug's).
Check for running off

fixed problems from J. Lepreau w/ diff -c1 output and
freeing memory twice. Fixed problems from D. Kingston with
omitted context (using fix suggested by L.Wall, not Doug's).
Check for running off end of patch arrays if more than MAXHUNKSIZE
lines in patch and upped MAXHUNKSIZE from 500 to 2000. Output
.rej file in new context diff format if input file is from new
context diff (so patch will be able to process .rej file).

show more ...


# 26490 07-Mar-1986 bloom

fix problems with premature EOF's, add flag to disable autoreverse


# 25795 09-Jan-1986 mckusick

check for null string before calling strlen()


# 25531 25-Nov-1985 van

fix for omitted new context lines at eof. (better fix
coming soon)


# 24302 16-Aug-1985 mckusick

off by one error (sez van@lbl)


# 24295 16-Aug-1985 mckusick

changes for 4.3BSD diff -c (from van@lbl)


# 24294 16-Aug-1985 mckusick

original from Larry Wall