bug-global
[Top][All Lists]
Advanced

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

Re: [Global-commit] global/htags dupindex.c


From: Hideki IWAMOTO
Subject: Re: [Global-commit] global/htags dupindex.c
Date: Sun, 05 Feb 2006 11:57:55 +0900

On Sat, 04 Feb 2006 14:34:08 +0000, Shigio YAMAGUCHI wrote...
> CVSROOT:      /sources/global
> Module name:  global
> Branch:       
> Changes by:   Shigio YAMAGUCHI <address@hidden>       06/02/04 14:34:08
> 
> Modified files:
>       htags          : dupindex.c 
> 
> Log message:
>       The idea in r1.20 was recovered.
>       When --dynamic option is used, sorting filter is unnecessary for
>       definition and reference.
> 
> CVSWeb URLs:
> http://cvs.savannah.gnu.org/viewcvs/global/global/htags/dupindex.c.diff?tr1=1.30&tr2=1.31&r1=text&r2=text

Note that both of --nofilter=path and --nofilter=sort cannot be specified.

global.c
  201                                 if (!strcmp(optarg, "sort"))
  202                                         nofilter = SORT_FILTER;
  203                                 else if (!strcmp(optarg, "path"))
  204                                         nofilter = PATH_FILTER;

----
Hideki IWAMOTO  address@hidden




reply via email to

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