cvsimport
[findutils.git] / TODO
blob9dd5468573f69be9ddee2fd3a54ca707840c4284
1 -*-outline-*-
2 * -fstype core dumps on sparc-sun-sunos4.1.3_U1 with gcc-2.95.2
3 This is on foxtrot.rahul.net.  dbx does not work on compiled find.
4 Perhaps gcc is installed incorrectly.  "find / -fstype ufs" core dumps
5 quickly.  cc works correctly.
7 * Speed of locate without "-i" option needs to be increased.
9 * Internationalization
10 ** updatedb.sh should be internationalized
12 * Eliminate unnecessary strcpy calls in xargs.
14 * man pages for frcode, bigram, and code
15 Perhaps a better description in texi pages as well.
17 * Add option for find to sort output in lexical order for use for updatedb
18 olarsac@airfrance.fr (Olivier) made the following suggestion:
20 As I was running thru the code looking for the bug I wondered why the updatedb
21 has to use sort...
22 why not add an option to find that sorts the output in lexical order?
23 my point is:
24 - sort on a big list is costly (here we do locate on big big file system)
25 - find may (in theory) sort incrementally very easily by sorting only the current
26 directory entries before recursion
29 * large file problems
30 depcomp gets added by automake
32 * investigate _LIBC when used with TOLOWER and TOUPPER
33 _LIBC is used to determine whether TOLOWER should check isupper first.
34 Is there something better to check?  Alternatively, can tolower be
35 checked at run time to determine whether isupper should be called first.
37 * BeOS problems with multibyte
38 Bruno Haible reported problems with BeOS.
40 * Include example of use of updatedb in documentation.
41 Use something close to the Debian daily cron job.
43 * Supply example for time range commands for find.
45                         --//--
46 This is used by Emacs' spell checker ispell.el:
48 LocalWords: strftime xargs updatedb sh strcpy
49 LocalWords: lib frcode bigram texi depcomp automake
50 LocalWords: LIBOBJS FUNC findutils
51 LocalWords: LIBC TOLOWER TOUPPER tolower isupper
52 LocalWords: Debian cron
53 LocalWords: Haible BeOS