pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/exctags ctags-5.7 (04 Sep 2007)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9064dd958717
branches:  trunk
changeset: 535481:9064dd958717
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Mon Nov 19 06:42:21 2007 +0000

description:
ctags-5.7 (04 Sep 2007)
* Added support for DIM AS [Freebasic, Bug 1741778].
* Added support for arbitrary nesting depth [Python, Bug 1684786, Debian bug 409078].
* Added support for verbatim string literals [C, Bug 1515910].
* Added support for .ctags as well as ctags.cnf on Windows [Bug 1246506].
* Added support for non-extern, non-static functions returning wchar_t, contributed by Aaron Peromsik [C++, Patch 1458930].
* Added support for numerous revision control systems including Bazaar and Mercurial [Bug 1472894].
* Added support for enums [Java, Bug 1730485, Bug 1517143, Patch 1027395, Patch 1528507].
* Added support for multiple-level namespace declarations [C].
* Added .svn to list of directories ignored during recursion (--recurse).
* Added support for BlitzBasic, PureBasic and FreeBasic [FR 1100506].
* Added support for interfaces and static/public/protected/private functions [PHP].
* Added support for 'package' keyword [Perl].
* Added support for multi-line subroutine, package, and constant definitions [Perl].
* Added support for optional subroutine declarations [Perl].
* Added support for formats [Perl].
* Added support for new convert keyword [Eiffel].
* Added optional tags for forward variable declarations (e.g. 'struct C;') [C, C++].
* Changed parsing of option input file (-L) to strip trailing white space.
* Ignore comments mixed into definitions and declarations [Perl].
* Fixed detecting labels with whitespace after label name [Perl, Bug 1752361]
* Fixed parsing of generic classes/interfaces [Java, Bug 1447756].
* Fixed misidentification of fully qualified function calls as labels [Perl].
* Fixed parsing of inner classes [Python, Bug 1411963].
* Fixed line continuation [Python, Bug 928001, Patch 819471].
* Fixed parsing of annotations [Java, Bug 1691412].
* Fixed block-comment parsing [Verilog, Patch 1458042, Bugs 960316, 1111214, 1606569, 1615060].
* Fixed typo in man page [Debian bug 366412].
* Fixed missing chunk of text in man page and over-use of hyphens in UTF-8 locales [Debian bug 271323].
* Fixed parsing of ` as a method name [Ruby].
* Fixed parsing of keywords in string literals [Ruby, Bug 1742588].
* Fixed potential segmentation violation [Bug 1672834, Bug 1222926].
* Fixed parsing of destructors with whitespace after the '~' [C++, Bug 1585745].
* Fixed default access of unions to be public [C++, Bug 1548443].
* Fixed various memory leaks, mostly contributed by Dmitry Antipov.
* Fixed parsing of `define [Verilog, Bug 961001].
* Fixed crashes involving '/' [Verilog, Bug 1743330].
* Fixed compilation problem on MinGW [Bug 1517424].
* Fixed generation of HTML-formatted man page [Bug 1645864].
* Fixed recognition of Python scripts having '!/usr/bin/python' as first line [Bug 1764148].
* Fixed parsing of Fortran comment-to-end-of-line with no newline before EOF [Debian bug 432872].
* Fixed parsing of << [C/C++, Bugs 1020715, 1093123, 1770479, 1770607].
* Fixed parsing of fully-qualified type names [Java, Bug 814263].
* Fixed handling of lone carriage-return characters in file [Bug 1773926].

diffstat:

 devel/exctags/Makefile |  4 ++--
 devel/exctags/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (27 lines):

diff -r 9df5a10b3506 -r 9064dd958717 devel/exctags/Makefile
--- a/devel/exctags/Makefile    Mon Nov 19 06:32:54 2007 +0000
+++ b/devel/exctags/Makefile    Mon Nov 19 06:42:21 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2007/02/23 00:14:09 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2007/11/19 06:42:21 adrianp Exp $
 #
 
-DISTNAME=      ctags-5.6
+DISTNAME=      ctags-5.7
 PKGNAME=       ex${DISTNAME}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=ctags/}
diff -r 9df5a10b3506 -r 9064dd958717 devel/exctags/distinfo
--- a/devel/exctags/distinfo    Mon Nov 19 06:32:54 2007 +0000
+++ b/devel/exctags/distinfo    Mon Nov 19 06:42:21 2007 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2007/02/23 00:14:09 wiz Exp $
+$NetBSD: distinfo,v 1.10 2007/11/19 06:42:21 adrianp Exp $
 
-SHA1 (ctags-5.6.tar.gz) = 930afaa138624717393fe475201f795251bd5e5e
-RMD160 (ctags-5.6.tar.gz) = 9221bcc105f302b6e05f599914f5d4e24cda62f0
-Size (ctags-5.6.tar.gz) = 267019 bytes
+SHA1 (ctags-5.7.tar.gz) = f7e435286c25181d6cb28ca1ac2d4ba63507a82d
+RMD160 (ctags-5.7.tar.gz) = 8d6d9c0a3e056abfb6356852808afe1c99f9224c
+Size (ctags-5.7.tar.gz) = 287496 bytes
 SHA1 (patch-aa) = 5c8fd497146cf49925210d551072e230b3b06a74



Home | Main Index | Thread Index | Old Index