xref: /freebsd/usr.bin/diff/TODO (revision 19d2e3de755b7c9ca2f5c90b5902fc8f214b2490)
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