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