Update the TODO list to reflect what has been changed

This commit is contained in:
bapt 2017-04-20 19:07:52 +00:00
parent c064b3f198
commit 7b9710f96e

View File

@ -5,14 +5,14 @@
* make a libsdiff and use that directly to avoid duplicating the code * make a libsdiff and use that directly to avoid duplicating the code
to be implemented: to be implemented:
--suppress-common-lines: depends on -y
--ignore-blank-lines --ignore-blank-lines
--horizon-lines --horizon-lines
--ignore-tab-expansion --ignore-tab-expansion
--line-format --line-format
Will probably be not implemented: Will probably be not implemented:
--GTYPE-group-format --GTYPE-group-format (partially implement - minimal)
--LTYPE-line-format --LTYPE-line-format
--speed-large-file: (Do we need that? only a stub?)
--help (We have a manpage already) --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)