summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJames Youngman <jay@gnu.org>2003-06-16 19:42:27 +0000
committerJames Youngman <jay@gnu.org>2003-06-16 19:42:27 +0000
commit67c71ddec36c2f2544ca80a26ab9aca45f37f921 (patch)
treedd01cdca4d314bfc176d83ddcd9d3c5946e2a10c /TODO
parent407ff6ccf39a32e0715eb8acd649df5a6c79b1f6 (diff)
downloadfindutils-67c71ddec36c2f2544ca80a26ab9aca45f37f921.tar.gz
Removed the TODO items which have now been done.
Diffstat (limited to 'TODO')
-rw-r--r--TODO22
1 files changed, 0 insertions, 22 deletions
diff --git a/TODO b/TODO
index 96e35242..f63013f6 100644
--- a/TODO
+++ b/TODO
@@ -8,12 +8,6 @@ quickly. cc works correctly.
* Speed of locate without "-i" option needs to be increased.
-* There are many bugs to be fixed and features to be added to findutils.
-The current distribution is a snapshot which fixes many
-problems, but leaves others unsolved. Many of the known problems are
-not listed below. Over the next few releases, I hope to fix more
-items, and add the unfixed problems below.
-
* Internationalization
** Is ansi2knr internationalized? Does it need to be?
@@ -39,12 +33,6 @@ See tar distribution for an example.
* Eliminate unnecessary strcpy calls in xargs.
-* lib/getline.c
-getline.c contains a function getstr which is needed in locate,
-but is not in the standard library. In fact getstr is in curses.
-This problem needs to be fixed. Can getstr be removed? Can getline.c
-be optionally included, or is it mandatory?
-
* man pages for frcode, bigram, and code
Perhaps a better description in texi pages as well.
@@ -64,13 +52,6 @@ to handle \n in file names properly
* large file problems
depcomp gets added by automake
-strncasecmp is needed
-which requires strcasecmp
-getline.c temporarily removed from Makefile.am
-remove getline.o from LIBOBJS
-remove extra AM_FUNC_GETLINE
-
-* Is lib/strcasecmp.c required?
* xargs: allow newline or arbitrary character to separate arguments
Tyler 'Crackerjack' MacDonald <yi@yi.org> suggested that it would be
@@ -88,9 +69,6 @@ _LIBC is used to determine whether TOLOWER should check isupper first.
Is there something better to check? Alternatively, can tolower be
checked at run time to determine whether isupper should be called first.
-* make findutils multibyte safe
-Bruno Haible reported many problems with findutils and multibyte.
-
* BeOS problems with multibyte
Bruno Haible reported problems with BeOS.