From a49f45acbec4755c15a771beedc9b1e4dcc7290f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 20 May 2007 14:04:28 +0200 Subject: * TODO: Remove some now-completed or no longer relevant items. --- ChangeLog | 4 ++++ TODO | 16 +--------------- 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/ChangeLog b/ChangeLog index 04d5d4208..dc2870b15 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-05-20 Jim Meyering + + * TODO: Remove some now-completed or no longer relevant items. + 2007-05-19 Jim Meyering Rename uses of futimens -> gl_futimens; glibc now declares the former. diff --git a/TODO b/TODO index 0e626306a..8adec665e 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,3 @@ -stty.c: - use xstrtoul, not sscanf - printf: Now that gnulib supports *printf("%a"), import one of the *printf-posix modules so that printf(1) will support %a even on @@ -50,8 +47,6 @@ seq: give better diagnostics for invalid formats: e.g. no or too many % directives seq: consider allowing format string to contain no %-directives -resolve RH report on cp -a forwarded by Tim Waugh - tail: don't use xlseek; it *exits*. Instead, maybe use a macro and return nonzero. @@ -64,11 +59,6 @@ lib/strftime.c: Since %N is the only format that we need but that would expand /%(-_)?\d*N/ to the desired string and then pass the resulting string to glibc's strftime. -sort: Compress temporary files when doing large external sort/merges. - This improves performance when you can compress/uncompress faster than - you can read/write, which is common in these days of fast CPUs. - suggestion from Charles Randall on 2001-08-10 - unexpand: [http://www.opengroup.org/onlinepubs/007908799/xcu/unexpand.html] printf 'x\t \t y\n'|unexpand -t 8,9 should print its input, unmodified. printf 'x\t \t y\n'|unexpand -t 5,8 should print "x\ty\n" @@ -140,9 +130,6 @@ Changes expected to go in, someday. ------------------------------ -Have euidaccess.m4 check for eaccess as well as euidaccess -If found, then do `#define euidaccess eaccess'. - Remove long-deprecated options. Search case-insensitive for `deprecated' and `remove in '. Automate this. @@ -180,8 +167,7 @@ ls.c: use gettime rather than clock_gettime, gettimeofday, time ----- -Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, -Inc. +Copyright (C) 2002-2007 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -- cgit v1.2.3-54-g00ecf