[geany/geany] 5a67a4: Fortran: report interfaces
Colomban Wendling
git-noreply at xxxxx
Tue Feb 18 18:33:39 UTC 2014
Branch: refs/heads/master
Author: Colomban Wendling <ban at herbesfolles.org>
Committer: Colomban Wendling <ban at herbesfolles.org>
Date: Tue, 18 Feb 2014 18:33:39 UTC
Commit: 5a67a4f64c633e83d0764eb71caaa6707e19c71f
https://github.com/geany/geany/commit/5a67a4f64c633e83d0764eb71caaa6707e19c71f
Log Message:
-----------
Fortran: report interfaces
Modified Paths:
--------------
tagmanager/ctags/fortran.c
tests/ctags/bug734933.f90.tags
tests/ctags/numlib.f90.tags
tests/ctags/recursive.f95.tags
Modified: tagmanager/ctags/fortran.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -210,7 +210,7 @@
{ TRUE, 'c', "macro", "common blocks"},
{ TRUE, 'e', "entry", "entry points"},
{ TRUE, 'f', "function", "functions"},
- { FALSE, 'i', "interface", "interface contents, generic names, and operators"},
+ { TRUE, 'i', "interface", "interface contents, generic names, and operators"},
{ TRUE, 'k', "member", "type and structure components"},
{ TRUE, 'l', "label", "labels"},
{ FALSE, 'L', "local", "local, common block, and namelist variables"},
Modified: tests/ctags/bug734933.f90.tags
1 files changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -8,6 +8,7 @@ COMPONENT_POINTER
COMP_TMPÌ16384ÎMDCOMPONENTSÖ0
LIM_COMPONENTSÌ16384ÎMDCOMPONENTSÖ0
MDCOMPONENTSÌ256Ö0
+MEMDEALLOCÌ32ÎMDCOMPONENTSÖ0
NAMEÌ64ÎCOMPONENTÖ0
NCOMPÌ16384ÎMDCOMPONENTSÖ0
NUM_COMPONENTSÌ16384ÎMDCOMPONENTSÖ0
Modified: tests/ctags/numlib.f90.tags
3 files changed, 3 insertions(+), 0 deletions(-)
===================================================================
@@ -1,2 +1,5 @@
# format=tagmanager
+a2aldÌ128Înumerical_librariesÖ0
+b2lsfÌ128Înumerical_librariesÖ0
+fcnÌ128Îb2lsfÖ0
numerical_librariesÌ256Ö0
Modified: tests/ctags/recursive.f95.tags
8 files changed, 8 insertions(+), 0 deletions(-)
===================================================================
@@ -1,6 +1,14 @@
# format=tagmanager
approxĚ256Ö0
approx2Ě256Ö0
+arcsinĚ16ÎapproxÖ0
+arcsin1Ě16ÎapproxÖ0
+arcsin2Ě16ÎapproxÖ0
+arcsin3Ě16ÎapproxÖ0
+asĚ16Îapprox2Ö0
+as1Ě16Îapprox2Ö0
+as2Ě16Îapprox2Ö0
+as3Ě16Îapprox2Ö0
partsĚ16384ÎapproxÖ0
parts2Ě16384Îapprox2Ö0
yĚ16384ÎapproxÖ0
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list