xref: /freebsd/usr.bin/diff/TODO (revision 3bbe3f672e37e4f609adb3be3a6476edce2243ec)
1-y:
2  * soc implemented it via calling sdiff directly, but some options are
3  incompatible so it is fragile
4  * just recommend the user to run sdiff directly and do not implement it
5  * make a libsdiff and use that directly to avoid duplicating the code
6
7to be implemented:
8--suppress-common-lines: depends on -y
9--ignore-blank-lines
10--horizon-lines
11--ignore-tab-expansion
12--line-format
13
14Will probably be not implemented:
15--GTYPE-group-format
16--LTYPE-line-format
17--speed-large-file: (Do we need that? only a stub?)
18--help (We have a manpage already)
19