Commits


less chatty regress ok stsp@


regress: look for the diff prog also inside obj/ ok stsp@


fix ed script diff output when lines are inserted at the top of a file


test/verify_all.sh: allow combined cmdline opts


make the C tests compile and run on both OpenBSD and Linux


verify_all.sh: run all tests, then list all errors


run C tests in verify_all.sh


fix unidiff headers for empty files


add a zero-context test and rename the -C option to -U (matches diff(1))


add a test case to trigger a bug where diff chunks grow way too much context


add support for ignoring whitespace (-w option) Tests grow the ability to call diff with options. Options to use are encoded in the test file name as a single dash followed by a string of option letters. E.g. -wp for 'ignore whitespace' and 'do patience'


switch default to unidiff


initial commit