> This is revised version.
>
> gtags/gtags.c | 33 +++-
> gtags/manual.in | 4
> libutil/Makefile.am | 2
> libutil/filelist.c | 418 +++++++++++++++++++++++++++++++++++++++++++++++++
+++
> libutil/filelist.h | 27 +++
> libutil/global.h | 1
> 6 files changed, 480 insertions(+), 5 deletions(-)
It seems that filelist.c and find.c have large amount of common code.
How about using the same find_xxx() interface for reading from file list?
In fact, in the aspect on the call side, it should be seeing in the same.
For example,
[open]
find_open(flag) flag == USE_FIND or USE_FILELIST
or
find_open()
find_open_filelist()
[read]
find_read()
[close]
find_close()
By the way, I cannot connect the Internet for about one week.
Thank you for your job!
--
Shigio YAMAGUCHI <[EMAIL PROTECTED]> - Tama Communications Corporation
PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3
_______________________________________________
Bug-global mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-global