xref: /freebsd-12.1/usr.bin/diff/TODO (revision e68edb8c)
13bbe3f67SBaptiste Daroussin-y:
23bbe3f67SBaptiste Daroussin  * soc implemented it via calling sdiff directly, but some options are
33bbe3f67SBaptiste Daroussin  incompatible so it is fragile
43bbe3f67SBaptiste Daroussin  * just recommend the user to run sdiff directly and do not implement it
53bbe3f67SBaptiste Daroussin  * make a libsdiff and use that directly to avoid duplicating the code
63bbe3f67SBaptiste Daroussin
73bbe3f67SBaptiste Daroussinto be implemented:
83bbe3f67SBaptiste Daroussin--horizon-lines
93bbe3f67SBaptiste Daroussin--ignore-tab-expansion
103bbe3f67SBaptiste Daroussin--line-format
113bbe3f67SBaptiste Daroussin
123bbe3f67SBaptiste DaroussinWill probably be not implemented:
13*fa0a8c01SBaptiste Daroussin--GTYPE-group-format (partially implement - minimal)
143bbe3f67SBaptiste Daroussin--LTYPE-line-format
153bbe3f67SBaptiste Daroussin--help (We have a manpage already)
16*fa0a8c01SBaptiste Daroussin--suppress-common-lines: depends on -y (won't be implemented, as it conflicts
17*fa0a8c01SBaptiste Daroussinthe way sdiff expects it and in any case we have sdiff for that feature)
18