Update the TODO list to reflect what has been changed

This commit is contained in:
Baptiste Daroussin 2017-04-20 19:07:52 +00:00
parent bcf91ad6d3
commit fa0a8c0192
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=317206

View File

@ -5,14 +5,14 @@
* make a libsdiff and use that directly to avoid duplicating the code
to be implemented:
--suppress-common-lines: depends on -y
--ignore-blank-lines
--horizon-lines
--ignore-tab-expansion
--line-format
Will probably be not implemented:
--GTYPE-group-format
--GTYPE-group-format (partially implement - minimal)
--LTYPE-line-format
--speed-large-file: (Do we need that? only a stub?)
--help (We have a manpage already)
--suppress-common-lines: depends on -y (won't be implemented, as it conflicts
the way sdiff expects it and in any case we have sdiff for that feature)