*** empty log message ***
[findutils.git] / TODO
blobdf9f1673bb2cb538648ff19c0b37b32172b199aa
1 There are many bugs to be fixed and features to be added to
2 findutils.  The current distribution is a snapshot which fixes many
3 problems, but leaves others unsolved.  Many of the known problems are
4 not listed below.  Over the next few releases, I hope to fix more
5 items, and add the unfixed problems below.
7 Is ansi2knr internationalized?  Does it need to be?
8 Should these files be internationalized?
9         strftime.c
10 Should translated long options be offered in locate and xargs?
11 updatedb.sh should be internationalized as well
13 Add case insensitive locate option.  Patch is available.
15 Should fnmatch.h be a link to fnmatch.hin.  See tar distribution for
16 an example. 
18 Eliminate unnecessary strcpy calls in xargs.
20 lib/getline.c contains a function getstr which is needed in locate,
21 but is not in the standard library.  In fact getstr is in curses.
22 This problem needs to be fixed.  Can getstr be removed?  Can getline.c
23 be optionally included?
25 Files which were modified in findutils/lib:
26 changed in findutils:
27 getline.c (skipped for now)
28 nextelem.c (twice)