CVSROOT:        /sources/global
Module name:    global
Changes by:     Shigio YAMAGUCHI <shigio>       07/01/10 00:18:35

Modified files:
        global         : global.c 
        gtags          : gtags.c 
        libutil        : dbop.c dbop.h format.h gtagsop.c gtagsop.h 

Log message:
        New compression function [format version 5]:
        
        Tag name might be compressed (GTAGS_COMPNAME).
        Each line number might be expressed as difference from the previous
        line number except for the head (GTAGS_COMPLINE).
            ex: 10,3,2 means '10 13 15'.
        In addition,successive line numbers are expressed as a range 
(GTAGS_COMPLINE).
            ex: 10-3 means '10 11 12 13'.
        
        Though new global can read older tag file since version-5.0,
        the older global cannot read new format.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/global/global/global.c?cvsroot=global&r1=1.175&r2=1.176
http://cvs.savannah.gnu.org/viewcvs/global/gtags/gtags.c?cvsroot=global&r1=1.207&r2=1.208
http://cvs.savannah.gnu.org/viewcvs/global/libutil/dbop.c?cvsroot=global&r1=1.37&r2=1.38
http://cvs.savannah.gnu.org/viewcvs/global/libutil/dbop.h?cvsroot=global&r1=1.22&r2=1.23
http://cvs.savannah.gnu.org/viewcvs/global/libutil/format.h?cvsroot=global&r1=1.7&r2=1.8
http://cvs.savannah.gnu.org/viewcvs/global/libutil/gtagsop.c?cvsroot=global&r1=1.105&r2=1.106
http://cvs.savannah.gnu.org/viewcvs/global/libutil/gtagsop.h?cvsroot=global&r1=1.37&r2=1.38


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

Reply via email to