bug-global
[Top][All Lists]
Advanced

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

[PATCH] Allow specifying both of -r and -s for -f on 2-pass mode


From: Hideki IWAMOTO
Subject: [PATCH] Allow specifying both of -r and -s for -f on 2-pass mode
Date: Sat, 21 Nov 2009 01:23:00 +0900

Hi.

This patch allows specifying both of -r and -s for "global -f" command in 
2-pass mode. 


Example:
$ env GTAGSLABEL=gtags global -fr test.c
g                   1 test.c         void f(void){g();}
$ env GTAGSLABEL=gtags global -fs test.c
h                   2 test.c         void g(void){h();}
$ env GTAGSLABEL=gtags global -frs test.c
global: both of -s and -r are not allowed.
$ env GTAGSLABEL=gtags-2pass global -fr test.c
g                   1 test.c         void f(void){g();}
$ env GTAGSLABEL=gtags-2pass global -fs test.c
h                   2 test.c         void g(void){h();}
$ env GTAGSLABEL=gtags-2pass global -frs test.c
g                   1 test.c         void f(void){g();}
h                   2 test.c         void g(void){h();}

----
Hideki IWAMOTO  address@hidden

Attachment: 20091120-global-frs.patch
Description: Binary data


reply via email to

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