CVSROOT:        /sources/global
Module name:    global
Changes by:     Shigio YAMAGUCHI <shigio>       14/01/22 03:46:30

Modified files:
        libutil        : gtagsop.c 

Log message:
        [Bug fixed]
        Literal search with the -i option prints an unmatched tag
        in a certain kind of case. Now it works.
        
        $ cat test.c
        #define A
        #define b
        $ gtags
        $ global -xi a
        A                   1 test.c           #define A
        b                   2 test.c           #define b
        
        Submitted by Jason Hood.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/global/libutil/gtagsop.c?cvsroot=global&r1=1.129&r2=1.130

_______________________________________________
Global-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/global-commit

Reply via email to