bug-global
[Top][All Lists]
Advanced

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

Re: [Global-commit] global gtags/gtags.c gtags/manual.in libutil/ar...


From: Hideki IWAMOTO
Subject: Re: [Global-commit] global gtags/gtags.c gtags/manual.in libutil/ar...
Date: Thu, 06 Feb 2020 03:53:34 +0900

Hi. Yamaguchi san.

Analysis of the  short option looks incomplete.

(1) The case where there is no space between option -C and the argument
is not supported.
The following two command lines should be equivalent.
$ gtags -C dir
$ gtags -Cdir

(2) Cannot concatenate "C" with option without arguments after single
hyphen.
The following two command lines should be equivalent.
$ gtags -v -C dir
$ gtags -vC dir

On Tue,  4 Feb 2020 01:50:07 -0500 (EST)
address@hidden (Shigio YAMAGUCHI) wrote:

> CVSROOT:      /sources/global
> Module name:  global
> Changes by:   Shigio YAMAGUCHI <shigio>       20/02/04 01:50:07
> 
> Modified files:
>       gtags          : gtags.c manual.in 
>       libutil        : args.c 
> 
> Log message:
>       Added new -C, --directory option.
> 
> CVSWeb URLs:
> http://cvs.savannah.gnu.org/viewcvs/global/gtags/gtags.c?cvsroot=global&r1=1.286&r2=1.287
> http://cvs.savannah.gnu.org/viewcvs/global/gtags/manual.in?cvsroot=global&r1=1.127&r2=1.128
> http://cvs.savannah.gnu.org/viewcvs/global/libutil/args.c?cvsroot=global&r1=1.11&r2=1.12
> 
> _______________________________________________
> Global-commit mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/global-commit

-- 
Hideki IWAMOTO <address@hidden>




reply via email to

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