diff options
author | Greg McGary <greg@mcgary.org> | 1999-04-04 01:02:13 +0000 |
---|---|---|
committer | Greg McGary <greg@mcgary.org> | 1999-04-04 01:02:13 +0000 |
commit | 807c07073933a788a8ff089a74884e8db59f2c27 (patch) | |
tree | 5226ec2f70e28c350ba6048470f125d6b1813a27 /TODO | |
parent | 924b1a141707c073a7e351427e8749761fb6d82b (diff) | |
download | idutils-ID-UTILS-3_2c.tar.gz idutils-ID-UTILS-3_2c.tar.bz2 idutils-ID-UTILS-3_2c.zip |
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,8 @@ id-utils TODO - Future directions +* General + - Add comments to all substantive functions + * Portability - Fix file name handling for non-UNIX file systems (notably DOS, Windoze & OS/2). @@ -17,6 +20,7 @@ id-utils TODO - Future directions - store & retrieve floating point literals - automatically crack (optionally gzipped or compressed) tar files, so you can index and search archived source without having to unpack it. + - reset access times * mkid - (Optinally?) store tokenized contents of comments. @@ -25,10 +29,12 @@ id-utils TODO - Future directions identifiers. Indicate which files have defns vs. uses. This info is needed to support a cscope interface. - Add times(2) results to statistics output. + - Scale statistics base unit (KB, MB, GB) - treat \ specially for TeX files and do likewise with @ for Texinfo. - report dangling symlinks as such, rather than just saying "can't stat" - don't gripe about dangling symlinks if file won't be scanned anyway - Reinstate "-" on command-line, meaning read stdin for newline-separated args. + - detect and avoid cycles in the tree induced by symlinks to /. * gscope - add a cscope work-alike query interface |