diff options
author | Peter Wemm <peter@FreeBSD.org> | 2004-04-15 01:01:56 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2004-04-15 01:01:56 +0000 |
commit | 10bfecb8b52fe1781d1b496d2b47fff0e15c0806 (patch) | |
tree | fd220ac1ddaebaa4a730f86d6f727fb639279056 /contrib/cvs/diff/ChangeLog | |
parent | c8ae5f056296ca06d45a165f9c8588a777b19a89 (diff) |
Notes
Diffstat (limited to 'contrib/cvs/diff/ChangeLog')
-rw-r--r-- | contrib/cvs/diff/ChangeLog | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/contrib/cvs/diff/ChangeLog b/contrib/cvs/diff/ChangeLog index 8c819d5a92bd..dbbea3f3be08 100644 --- a/contrib/cvs/diff/ChangeLog +++ b/contrib/cvs/diff/ChangeLog @@ -1,3 +1,39 @@ +2004-03-20 Derek Price <derek@ximbiot.com> + + * diff.c (diff_run): Update string arg to const. + * diffrun.h: Update prototype to match. + +2003-07-12 Larry Jones <lawrence.jones@eds.com> + + * io.c (find_identical_ends): Update to match current diffutils + code and improve handling of files with no newline at end. + (Patch from Andrew Moise <chops@demiurgestudios.com>.) + +2003-06-13 Derek Price <derek@ximbiot.com> + + * diff3.c (read_diff): Fix memory leak. + (Patch from Kenneth Lorber <keni@his.com>.) + +2003-05-21 Derek Price <derek@ximbiot.com> + + * Makefile.in: Regenerate with Automake version 1.7.5. + +2003-05-09 Derek Price <derek@ximbiot.com> + + * system.h: Define S_ISSOCK on SCO OpenServer. + +2003-04-10 Larry Jones <lawrence.jones@eds.com> + + * Makefile.in: Regenerated. + +2003-02-25 Derek Price <derek@ximbiot.com> + + * Makefile.in: Regenerated. + +2003-02-01 Larry Jones <lawrence.jones@eds.com> + + * util.c (finish_output): Handle EINTR from waitpid. + 2002-09-24 Derek Price <derek@ximbiot.com> * Makefile.in: Regenerated using Automake 1.6.3. |