Update global to 6.5.4.
Version 6.5.4 - Mar 27 2016 This is a bug fix release. [CHANGES] Changed: o gtags.conf: The entries which include '.xml' were commented out, because they require libxml.a. If you use them, please uncomment them. [FIXED BUGS] Serious bug: o universal-ctags.la: Universal ctags plug-in parser did not work on almost files. Now it works. $ echo 'void a() {}' >a.inl $ echo 'void b() {}' >b.cpp $ gtags --gtagslabel=new-ctags $ global -x '.*' a 1 a.inl void a() {} (b.cpp is ignored.) Version 6.5.3 - Mar 18 2016 [CHANGES] New facilities: o Added new plug-in parser 'universal-ctags.la'. o gtags.conf: - Added new entry 'universal-ctags'. - Added new variable 'ctagscom'. You can overwrite the path of ctags(1) dynamically for exuberant-ctags.la, universal-ctags.la and pygments-parser.la. Changed: o gtags.conf: Added the following patterns to the skip list. '*.o,*.a,*.so,*.lo,*.zip,*.gz,*.bz2,*.xz,*.lzh,*.Z,*.tgz,*.min.js,*min.css' o gtags: Added some explanations for the --explain option. [FIXED BUGS] o global: Global generated incorrect path with the --color option. Now, it works well. [bad case] +- GTAGS +- hi/ |- foo.cpp +- what/ $ cd hi/what $ global -P hi/foo.cpp --color foo.cpp # It should be '../foo.cpp'. o global: Global aborted in obstack_free() in some cases. Now it works well. o htags: Htags ended abnormally when there is a file which includes single quote characters in its file name. Now, it works.
This commit is contained in:
parent
4f9051be6b
commit
4755059243
3 changed files with 14 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.57 2015/12/27 23:49:14 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.58 2016/04/08 15:01:08 wiz Exp $
|
||||
|
||||
DISTNAME= global-6.5.2
|
||||
DISTNAME= global-6.5.4
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=global/}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.23 2015/12/27 23:49:14 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.24 2016/04/08 15:01:08 wiz Exp $
|
||||
bin/global
|
||||
bin/globash
|
||||
bin/gozilla
|
||||
|
@ -9,6 +9,7 @@ bin/htags-server
|
|||
info/global.info
|
||||
lib/gtags/exuberant-ctags.la
|
||||
lib/gtags/pygments-parser.la
|
||||
lib/gtags/universal-ctags.la
|
||||
lib/gtags/user-custom.la
|
||||
man/man1/global.1
|
||||
man/man1/globash.1
|
||||
|
@ -36,11 +37,11 @@ share/gtags/README
|
|||
share/gtags/README.PATCHES
|
||||
share/gtags/SERVERSIDE_HOWTO
|
||||
share/gtags/THANKS
|
||||
share/gtags/completion.cgi.tmpl
|
||||
share/gtags/completion.cgi
|
||||
share/gtags/elvis-2.2_0.patch
|
||||
share/gtags/elvis.rc
|
||||
share/gtags/geco.rc
|
||||
share/gtags/global.cgi.tmpl
|
||||
share/gtags/global.cgi
|
||||
share/gtags/globash.rc
|
||||
share/gtags/gtags-cscope.vim
|
||||
share/gtags/gtags.conf
|
||||
|
@ -86,13 +87,13 @@ share/gtags/jquery/jquery.suggest.css
|
|||
share/gtags/jquery/jquery.suggest.js
|
||||
share/gtags/jquery/jquery.treeview.css
|
||||
share/gtags/jquery/jquery.treeview.js
|
||||
share/gtags/jscode_suggest.tmpl
|
||||
share/gtags/jscode_treeview.tmpl
|
||||
share/gtags/jscode_suggest
|
||||
share/gtags/jscode_treeview
|
||||
share/gtags/script/elvis-global
|
||||
share/gtags/script/global-client
|
||||
share/gtags/script/gtags-client
|
||||
share/gtags/script/htags-client
|
||||
share/gtags/script/less-global
|
||||
share/gtags/script/pygments_parser.py
|
||||
share/gtags/style.css.tmpl
|
||||
share/gtags/style.css
|
||||
share/gtags/vim74-gtags-cscope.patch
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.28 2015/12/27 23:49:14 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.29 2016/04/08 15:01:08 wiz Exp $
|
||||
|
||||
SHA1 (global-6.5.2.tar.gz) = 4796d688928bb8b3fb2193f49b1fed7589daedbf
|
||||
RMD160 (global-6.5.2.tar.gz) = fb73ff8ed7951ff627b0991b0c7b410ea8a89624
|
||||
SHA512 (global-6.5.2.tar.gz) = b2eb71f60622bd74adb3e2d5a5a18e91f30ebb5cdeb9cd7408c3a8ea62a9902f8bb9d7de251e76226d61f61fd719ac60443655a2819ae27cb943bb76f237b58e
|
||||
Size (global-6.5.2.tar.gz) = 2924850 bytes
|
||||
SHA1 (global-6.5.4.tar.gz) = f214c9c6cdd2c72ddba44a9bafc22af30b4259c3
|
||||
RMD160 (global-6.5.4.tar.gz) = 6f4bba9136019ec186f6d3dd30482155b6006668
|
||||
SHA512 (global-6.5.4.tar.gz) = fe574b4b5fc0a289e500baffc90f57845653e874ba0d3271c1a17a92c91ccbfd5526517eab08d7a79a147687190ce4ed0a3524acb2bdd88eedaeeaa3221c8c0f
|
||||
Size (global-6.5.4.tar.gz) = 2933151 bytes
|
||||
|
|
Loading…
Reference in a new issue