gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog server/PropertyList.h


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog server/PropertyList.h
Date: Mon, 30 Oct 2006 08:16:19 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/10/30 08:16:19

Modified files:
        .              : ChangeLog 
        server         : PropertyList.h 

Log message:
                * server/PropertyList.h: added <cctype> include for toupper.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1437&r2=1.1438
http://cvs.savannah.gnu.org/viewcvs/gnash/server/PropertyList.h?cvsroot=gnash&r1=1.4&r2=1.5

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1437
retrieving revision 1.1438
diff -u -b -r1.1437 -r1.1438
--- ChangeLog   29 Oct 2006 23:42:55 -0000      1.1437
+++ ChangeLog   30 Oct 2006 08:16:18 -0000      1.1438
@@ -1,3 +1,7 @@
+2006-10-30 Sandro Santilli <address@hidden>
+
+       * server/PropertyList.h: added <cctype> include for toupper.
+
 2006-10-29 Markus Gothe <address@hidden>
 
        * libbase/tu_opengl_includes.h: Fixed bug #18145.

Index: server/PropertyList.h
===================================================================
RCS file: /sources/gnash/gnash/server/PropertyList.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- server/PropertyList.h       29 Oct 2006 18:34:11 -0000      1.4
+++ server/PropertyList.h       30 Oct 2006 08:16:19 -0000      1.5
@@ -28,6 +28,7 @@
 #include <string> // for use within map and for StringNoCaseLessThen
 
 #include <cassert> // for inlines
+#include <cctype> // for toupper
 
 // Forward declaration
 namespace gnash {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]