svn commit: r310951 - user/bapt/diff

Baptiste Daroussin bapt at FreeBSD.org
Sat Dec 31 11:57:39 UTC 2016


Author: bapt
Date: Sat Dec 31 11:57:37 2016
New Revision: 310951
URL: https://svnweb.freebsd.org/changeset/base/310951

Log:
  Add a TODO entry so people can join in if they want or see the status

Added:
  user/bapt/diff/TODO

Added: user/bapt/diff/TODO
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ user/bapt/diff/TODO	Sat Dec 31 11:57:37 2016	(r310951)
@@ -0,0 +1,19 @@
+-y:
+  * soc implemented it via calling sdiff directly, but some options are
+  incompatible so it is fragile
+  * just recommend the user to run sdiff directly and do not implement it
+  * 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
+--normal
+
+Will probably be not implemented:
+--GTYPE-group-format
+--LTYPE-line-format
+--speed-large-file: (Do we need that? only a stub?)
+--help (We have a manpage already)


More information about the svn-src-user mailing list