From 595fc63c4229813d637c382a5da6cede32d22a18 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 26 Jun 2008 21:16:17 +0200 Subject: * TODO: Add item: remove uses of imaxtostr. --- TODO | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index 81add2005..e7f050821 100644 --- a/TODO +++ b/TODO @@ -14,6 +14,13 @@ document the following in coreutils.texi: uptime Also document the SELinux changes. +Suggestion from Paul Eggert: + More generally, there's not that much use for imaxtostr nowadays, + since the inttypes module and newer versions of gettext allow things + like _("truncating %s at %" PRIdMAX " bytes") to work portably. + I suspect that (if someone cares to take the time) we can remove + all instances of imaxtostr and umaxtostr in coreutils and gnulib. + cp --recursive: use fts and *at functions to perform directory traversals in source and destination hierarchy rather than forming full file names. The latter (current) approach fails unnecessarily when the names -- cgit v1.2.3-54-g00ecf