bug-global
[Top][All Lists]
Advanced

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

Re: [Fwd: fix for bug in 4.5.2 global.c]


From: Shigio Yamaguchi
Subject: Re: [Fwd: fix for bug in 4.5.2 global.c]
Date: Tue, 06 May 2003 22:05:34 +0900

Hi,
> the bug happened beacuse the --cxref flag was not set on one of the 
> 'calls' to
> gtags from within global, and this caused put_converting() in gtags.c to
> output its result incorrectly.

I have understand the bug and committed your patch.
 
> I am a big fan of GLOBAL, keep up the good work.

Thank you for your cooperation!

> *** global.c.4.5.2    Mon May  5 23:01:40 2003
> --- global.c.patched  Mon May  5 23:01:31 2003
> ***************
> *** 489,494 ****
> --- 489,496 ----
>                               strbuf_puts(pathfilter, " --absolute ");
>                       else            /* relative path name */
>                               strbuf_puts(pathfilter, " --relative ");
> +                         if (xflag)
> +                             strbuf_puts(pathfilter, " --cxref ");
>                       strbuf_puts(pathfilter, lib);
>                       strbuf_putc(pathfilter, ' ');
>                       strbuf_puts(pathfilter, cwd);
--
Shigio Yamaguchi <address@hidden> - Tama Communications Corporation
Spare mail address: <address@hidden>
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3




reply via email to

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