commit 7b984b85fb770b61c189f1ec6e11f37399b7caa9
parent 9eb5ce660b9b835be368baa9e8acfae03e3bcbfa
Author: Morel BĂ©renger <berenger.morel@neutralite.org>
Date: Sun, 24 Nov 2019 23:40:38 +0100
added some tasks
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/merge.cpp b/merge.cpp
@@ -25,6 +25,8 @@
* Line separator is defined by ENTRY_SEP, or "\\n" if not defined.
*
* TODO:
+ * * check that ENTRY_SEP works as expected;
+ * * fix the fact input needs a "\\n" at end of last line for it to be merged;
* * UTF-8 support (field separators);
* * providing FIELDS variable as command-line option;
* * -v/--version option;
@@ -34,6 +36,7 @@
* * allow to not print twice merged fields;
* * allow to set verbosity on stderr;
* * remove hard-coded limit of UINT16_MAX - 1 for fields start/stop positions;
+ * * print as many lines as there where duplicates?
*
* Coding rules:
* * const affect what is before it, so it must follow the type;