global-commit
[Top][All Lists]
Advanced

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

[Global-commit] global/libutil gpathop.c


From: Shigio YAMAGUCHI
Subject: [Global-commit] global/libutil gpathop.c
Date: Fri, 28 Feb 2020 01:51:31 -0500 (EST)

CVSROOT:        /sources/global
Module name:    global
Changes by:     Shigio YAMAGUCHI <shigio>       20/02/28 01:51:31

Modified files:
        libutil        : gpathop.c 

Log message:
        [Bug fixed]
        If there is no symbol in a project, global(1) failed with
        a worthless message.
        
        [How to reproduce]
        $ mkdir test
        $ cd test
        $ gtags
        $ global -x main
        global: nextkey not found in GPATH.
        
        [Fixed behavior]
        $ mkdir test
        $ cd test
        $ gtags
        $ global -x main
        $ _

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/global/libutil/gpathop.c?cvsroot=global&r1=1.49&r2=1.50



reply via email to

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