*** empty log message ***
[findutils.git] / TODO
blob5da7f765a8852bc1f8018e350d394acc2626a460
1 -*-outline-*-
2 * There are many bugs to be fixed and features to be added to findutils.
3 The current distribution is a snapshot which fixes many
4 problems, but leaves others unsolved.  Many of the known problems are
5 not listed below.  Over the next few releases, I hope to fix more
6 items, and add the unfixed problems below.
8 * Internationalization
9 ** Is ansi2knr internationalized?  Does it need to be?
11 ** Should these files be internationalized?
12         strftime.c
14 ** Should translated long options be offered in locate and xargs?
15 ** updatedb.sh should be internationalized as well
17 * new standards with Austin group
18 ** "-H" and "-L" options to find were added by Austin group standards.
19 They need to be implemented.
21 **Austin added the following options to xargs:
22 -I perhaps replaces -i
24 -L perhaps replaces -l
26 -E slightly different from -e
29 * Add case insensitive locate option.  Patch is available.
31 * Should fnmatch.h be a link to fnmatch.hin?
32 See tar distribution for an example. 
34 * Eliminate unnecessary strcpy calls in xargs.
36 * lib/getline.c
37 getline.c contains a function getstr which is needed in locate,
38 but is not in the standard library.  In fact getstr is in curses.
39 This problem needs to be fixed.  Can getstr be removed?  Can getline.c
40 be optionally included, or is it mandatory?
42 * man pages for frcode, bigram, and code
43 Perhaps a better description in texi pages as well.
45 * large file problems
46 depcomp gets added by automake
47 strncasecmp is needed
48 which requires strcasecmp
49 getline.c temporarily removed from Makefile.am
50 remove getline.o from LIBOBJS
51 remove extra AM_FUNC_GETLINE
54                         --//--
55 This is used by Emacs' spell checker ispell.el:
57 LocalWords: ansi knr strftime xargs updatedb sh fnmatch hin strcpy
58 LocalWords: lib getstr getline frcode bigram texi depcomp automake
59 LocalWords: strncasecmp strcasecmp LIBOBJS FUNC