Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Dec 2016 11:57:37 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r310951 - user/bapt/diff
Message-ID:  <201612311157.uBVBvbS1063642@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612311157.uBVBvbS1063642>