diff options
author | wiz <wiz> | 2015-06-14 16:14:54 +0000 |
---|---|---|
committer | wiz <wiz> | 2015-06-14 16:14:54 +0000 |
commit | 3de571a0d0c4a1b3e8359e8fd37e1da6e038857b (patch) | |
tree | d3e8b736d0a6c5b5873315e08b403134164770c4 /devel/global | |
parent | dc61324eef4745343e34788aacbf02e2421e7426 (diff) | |
download | pkgsrc-3de571a0d0c4a1b3e8359e8fd37e1da6e038857b.tar.gz |
Update to 6.5:
Version 6.5 - June 10 2015
[CHANGES]
New facilities:
o global: New -N (--nearness=[start]) option.
Nearness sort method is available for the output of tag search command.
The result of nearness sort is concatenation of the followings ([1]-[n])
in this order. The default of 'start' is the current directory.
[1] Output of local search in the 'start' directory.
[2] Output of local search in the parent directory except for [1].
[3] Output of local search in the grandparent directory except for [1]-[2].
(repeat until the project root directory)
[n] Output of local search in the project root directory except for [1]-[n-1].
In each directory, they are sorted by alphabetical order.
o global: Now the --literal option also works with the tag search command,
-P command and -I command as well as the -g command.
[FIXED BUGS]
o htags: The -c and -x option of htags(1) were still available in the help
message, even though they had actually been removed. Now, these options
are removed completely.
o gtags (PHP): Against the following source code, gtags(1) aborted with a message
'short of memory'. Now it works.
[nullstring.php]
+----------------
|<?php
|define('');
|?>
+----------------
o gtags (C++): Gtags(1) didn't recognize the shift operator. Now it works.
[a.hh]
+----------------
|class const_mod<uint64_t(1) << 48>
|{
|};
+----------------
$ gtags
gtags: failed to parse template [+1 ./a.hh].
o gtags (C, C++): Gtags(1) couldn't pick up 'E2' as a definition. Now it works.
[test.c]
+----------------
|enum my_enum2
|{
| E2
|};
+----------------
Diffstat (limited to 'devel/global')
-rw-r--r-- | devel/global/Makefile | 5 | ||||
-rw-r--r-- | devel/global/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/global/Makefile b/devel/global/Makefile index 40bcb80575a..73ef1e93110 100644 --- a/devel/global/Makefile +++ b/devel/global/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.53 2015/06/12 10:48:49 wiz Exp $ +# $NetBSD: Makefile,v 1.54 2015/06/14 16:14:54 wiz Exp $ -DISTNAME= global-6.4 -PKGREVISION= 2 +DISTNAME= global-6.5 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=global/} diff --git a/devel/global/distinfo b/devel/global/distinfo index 382b08e20ae..7c14140b072 100644 --- a/devel/global/distinfo +++ b/devel/global/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.24 2015/04/02 22:39:45 wiz Exp $ +$NetBSD: distinfo,v 1.25 2015/06/14 16:14:54 wiz Exp $ -SHA1 (global-6.4.tar.gz) = 5d5c27ba3263aef764a922b46cc453f1de0752fa -RMD160 (global-6.4.tar.gz) = e886c8c29909ea4527d71dfac184e200b9837cfd -Size (global-6.4.tar.gz) = 2897074 bytes +SHA1 (global-6.5.tar.gz) = f6534bd1cd6d93b767a4021f762ff78bd975d213 +RMD160 (global-6.5.tar.gz) = cae4da70abfedf474edb50b0af9b2c729a943a66 +Size (global-6.5.tar.gz) = 2923134 bytes |