freebsd-skq/usr.bin/diff
Baptiste Daroussin fddcb7b82f Implement a basic --changed-group-format
etcupdate(8) requires that option, while GNU diff supports many more variation
of that options, their behaviour beside the simple verion implemented here are
quite inconsistent as such I do not plan to implement those.

The only special keyword supported by this implementation are: %< and %>
%= is not implemented as the documentation of GNU diff says: common lines, but
it actually when tested print the changes from the first file
2017-04-20 14:22:33 +00:00
..
tests Implement a basic --changed-group-format 2017-04-20 14:22:33 +00:00
diff.1 Implement a basic --changed-group-format 2017-04-20 14:22:33 +00:00
diff.c Implement a basic --changed-group-format 2017-04-20 14:22:33 +00:00
diff.h Implement a basic --changed-group-format 2017-04-20 14:22:33 +00:00
diffdir.c Clean up headers declaration 2017-04-15 13:57:35 +00:00
diffreg.c Implement a basic --changed-group-format 2017-04-20 14:22:33 +00:00
Makefile
TODO
xmalloc.c
xmalloc.h