diff options
author | Greg McGary <greg@mcgary.org> | 1999-03-29 08:35:25 +0000 |
---|---|---|
committer | Greg McGary <greg@mcgary.org> | 1999-03-29 08:35:25 +0000 |
commit | 642fc36b13f28738055aad821fe9607d75d2e905 (patch) | |
tree | f5b0f100dffa78c8bb04a7812715035e8c283d05 /TODO | |
parent | 7b622fdaceda9f3a39cbc715c668c4eff3e9cef4 (diff) | |
download | idutils-r3_2b.tar.gz idutils-r3_2b.tar.bz2 idutils-r3_2b.zip |
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -6,6 +6,8 @@ id-utils TODO - Future directions - Fix assumption that (sizeof (int) == sizeof (long)) - Integrate changes for MSDOS via djgpp - Port to cygwin + - configure gcc warning flags + - remove arbitrary buffer-size limits and unsafe libc functions (e.g., gets) * lid - use "long long" (if available) integer comparisons @@ -17,7 +19,6 @@ id-utils TODO - Future directions you can index and search archived source without having to unpack it. * mkid - - relax static limit on maximum number of files (currently 32768) - (Optinally?) store tokenized contents of comments. - Store attributes with symbols: type, func, variable struct-tag enum-tag, keyword, etc. Store caller/callee relationships between @@ -26,6 +27,7 @@ id-utils TODO - Future directions - Add times(2) results to statistics output. - 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. * gscope |