bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Add 2-pass mode to gtags


From: Hideki IWAMOTO
Subject: Re: [PATCH] Add 2-pass mode to gtags
Date: Wed, 27 Jan 2010 22:50:37 +0900

HI.
On Wed, 27 Jan 2010 14:28:13 +0900, Shigio YAMAGUCHI wrote...
> Hi,
> > RCS file: libutil/C.c
> 
> How about making new 'libparser' directory?
> It seems that modules for parser like 'C.c' are not suitable
> for 'libutil' (utility) directory.

Source files of built-in parser moved to libparser directory. 
A regenerated patch file is attached.

 Makefile.am           |    2
 configure.ac          |   14
 global/global.c       |  152 ++++++++++
 gtags.conf.in         |    5
 gtags/gtags.c         |  401 +++++++++++++++++++++++++---
 gtags/manual.in       |    4
 libparser/.cvsignore  |    7
 libparser/C.c         |  664 +++++++++++++++++++++++++++++++++++++++++++++++
 libparser/Cpp.c       |  706 ++++++++++++++++++++++++++++++++++++++++++++++++++
 libparser/Makefile.am |   23 +
 libparser/asm_parse.y |  166 +++++++++++
 libparser/asm_scan.l  |  210 ++++++++++++++
 libparser/internal.h  |   52 +++
 libparser/java.c      |  163 +++++++++++
 libparser/parser.c    |  277 +++++++++++++++++++
 libparser/parser.h    |   53 +++
 libparser/php.l       |  357 +++++++++++++++++++++++++
 libutil/gtagsop.c     |  200 +++++++++++++-
 libutil/gtagsop.h     |   11
 reconf.sh             |   13
 20 files changed, 3418 insertions(+), 62 deletions(-)

----
Hideki IWAMOTO  address@hidden

Attachment: 20100127-builtin-parser+1pass-parsing.patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]