*** empty log message ***
[findutils.git] / TODO
blob1959af3027d1f665c8daa74d2ecd41421e52d229
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 internationalization
9 case insensitive locate option
11 Eliminate unnecessary strcpy calls in xargs.
13 Need to transfer appropriate parts of m4 directory
15 Files which were modified in findutils/lib
16 changed in findutils:
17 getline.c (skipped for now)
18 nextelem.c (twice)
21 alloca.c
22 dirname.c
23 error.c
24 fileblocks.c
25 filemode.c
26 fnmatch.c
27 fnmatch.h
28 getline.c
29 getopt.c
30 getopt.h
31 getopt1.c
32 idcache.c
33 memcmp.c
34 memset.c
35 mktime.c
36 modechange.c
37 modechange.h
38 pathmax.h
39 regex.c
40 regex.h
41 savedir.c
42 stpcpy.c
43 strdup.c
44 strftime.c
45 strstr.c
46 strtol.c
47 xgetcwd.c
48 xmalloc.c
49 xstrdup.c
51 compare new getline.c with modified Debian getline.c
52 can getstr in locate.c be replaced with something more standard?