Update to 6.5.1:
Version 6.5.1 - Sep 15 2015 [CHANGES] New facilities: o gtags(c, c++): New environment variable GTAGSFORCEENDBLOCK. If this variable is set, each '}' at the first column brings end of all blocks. o gtags: New --skip-unreadable option. If this option is specified, gtags skips unreadable files instead of exiting the command. [FIXED BUGS] o gtags: There was a difference of interpretation of the langmap between gtags and ctags. Now there is no difference. o gtags (C++): Gtags did not pick up 'my_type1' as a definition in the following example: [xxx.cpp] +------------------------ |using my_type1 = double; Now it picks up the symbol as a definition. o gtags (C++): gtags picked up 'DomainId_t' as a definition in the following example: [xxx.cc] +------------------------ |typedef std::map<DomainId_t, int> map_t2; Now it does not pick up it as a definition. o gtags (C, C++): Gtags did not pick up 'pr_debug' as a definition in the following example: [xxx.h] +------------------------ |extern void dump_stack(void) __cold; |#define pr_debug() printk() Now it picks up it as a definition. o gtags (PHP): Gtags did not treat back-quote correctly. [xxx.php] +------------------------ |<?php `ls $echo ~/*`; ?> Now it works. [INCOMPATIBLE CHANGES] o gozilla: Now, gozilla invokes firefox as a generic browser, that is, using command line 'firefox url'. Because firefox have removed the -remote command since version 39.
This commit is contained in:
parent
1a506ca146
commit
2864bcbad5
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.54 2015/06/14 16:14:54 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.55 2015/09/30 20:26:51 wiz Exp $
|
||||
|
||||
DISTNAME= global-6.5
|
||||
DISTNAME= global-6.5.1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=global/}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.25 2015/06/14 16:14:54 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.26 2015/09/30 20:26:51 wiz Exp $
|
||||
|
||||
SHA1 (global-6.5.tar.gz) = f6534bd1cd6d93b767a4021f762ff78bd975d213
|
||||
RMD160 (global-6.5.tar.gz) = cae4da70abfedf474edb50b0af9b2c729a943a66
|
||||
Size (global-6.5.tar.gz) = 2923134 bytes
|
||||
SHA1 (global-6.5.1.tar.gz) = 2ae6c546d13add297d458029adc75dd47eaa4487
|
||||
RMD160 (global-6.5.1.tar.gz) = 7a2336d9221e72ce3cb01670242cb64c8a3f4ba5
|
||||
Size (global-6.5.1.tar.gz) = 2922424 bytes
|
||||
|
|
Loading…
Reference in a new issue