From 40c28f51c98877d3cfff1eadbca1225c3bdb71c7 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 9 Mar 2020 11:07:48 +0100 Subject: [PATCH] docs: add rev(1) to TODO Addresses: https://github.com/karelzak/util-linux/issues/972 Signed-off-by: Karel Zak --- Documentation/TODO | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/TODO b/Documentation/TODO index 8ed2c2d11f..4879027551 100644 --- a/Documentation/TODO +++ b/Documentation/TODO @@ -5,6 +5,12 @@ script (lib/pty-session.c) -------------------------- - (!) add #ifdefs and optional code for non-signalfd() systems +rev +--- + - support huge input lines (for example read input by small fixed buffer + rather than try allocate all buffer for a whole line) + see: https://github.com/karelzak/util-linux/issues/972 + col --- - use unsigned sizes for columns and lines -- 2.47.3