SF.net SVN: geany: [1449] trunk

ntrel at users.sourceforge.net ntrel at xxxxx
Sun Apr 15 12:14:34 UTC 2007


Revision: 1449
          http://svn.sourceforge.net/geany/?rev=1449&view=rev
Author:   ntrel
Date:     2007-04-15 05:14:33 -0700 (Sun, 15 Apr 2007)

Log Message:
-----------
Allow overloaded argument lists in global tag files.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tagmanager/tm_workspace.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2007-04-15 11:46:25 UTC (rev 1448)
+++ trunk/ChangeLog	2007-04-15 12:14:33 UTC (rev 1449)
@@ -2,6 +2,8 @@
 
  * src/sci_cb.c:
    Prevent D module tag lookup for D constructor calltips.
+ * tagmanager/tm_workspace.c:
+   Allow overloaded argument lists in global tag files.
 
 
 2007-04-13  Enrico Tröger  <enrico.troeger at uvena.de>

Modified: trunk/tagmanager/tm_workspace.c
===================================================================
--- trunk/tagmanager/tm_workspace.c	2007-04-15 11:46:25 UTC (rev 1448)
+++ trunk/tagmanager/tm_workspace.c	2007-04-15 12:14:33 UTC (rev 1449)
@@ -207,7 +207,7 @@
 #endif
 	TMTagAttrType sort_attrs[] = {
 		tm_tag_attr_name_t, tm_tag_attr_scope_t,
-		tm_tag_attr_type_t, 0
+		tm_tag_attr_type_t, tm_tag_attr_arglist_t, 0
 	};
 
 	if (NULL == (fp = fopen(temp_file, "w")))


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list