SF.net SVN: geany:[4415] trunk

ntrel at users.sourceforge.net ntrel at xxxxx
Tue Nov 10 17:49:24 UTC 2009


Revision: 4415
          http://geany.svn.sourceforge.net/geany/?rev=4415&view=rev
Author:   ntrel
Date:     2009-11-10 17:49:24 +0000 (Tue, 10 Nov 2009)

Log Message:
-----------
Fix Geany segfault with constant tags (#2895168).

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

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2009-11-09 19:13:45 UTC (rev 4414)
+++ trunk/ChangeLog	2009-11-10 17:49:24 UTC (rev 4415)
@@ -1,3 +1,9 @@
+2009-11-10  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>
+
+ * tagmanager/perl.c:
+   Fix Geany segfault with constant tags (#2895168).
+
+
 2009-11-09  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>
 
  * src/vte.c:

Modified: trunk/tagmanager/perl.c
===================================================================
--- trunk/tagmanager/perl.c	2009-11-09 19:13:45 UTC (rev 4414)
+++ trunk/tagmanager/perl.c	2009-11-10 17:49:24 UTC (rev 4415)
@@ -40,7 +40,7 @@
 } perlKind;
 
 static kindOption PerlKinds [] = {
-	{ TRUE,  'e', "enumerator", "constants" },
+	{ TRUE,  'e', "enum",       "constants" },
 	{ TRUE,  'o', "other",      "formats" },
 	{ TRUE,  'm', "macro",      "labels" },
 	{ TRUE,  'p', "package",    "packages" },


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