gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog libbase/postscript.cpp


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog libbase/postscript.cpp
Date: Sat, 10 Feb 2007 18:27:38 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  07/02/10 18:27:37

Modified files:
        .              : ChangeLog 
        libbase        : postscript.cpp 

Log message:
        namespace std;

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.2305&r2=1.2306
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/postscript.cpp?cvsroot=gnash&r1=1.9&r2=1.10

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2305
retrieving revision 1.2306
diff -u -b -r1.2305 -r1.2306
--- ChangeLog   10 Feb 2007 17:54:06 -0000      1.2305
+++ ChangeLog   10 Feb 2007 18:27:37 -0000      1.2306
@@ -2,7 +2,7 @@
 
        * server/asobj/Math.cpp: using namespace std;
        * server/asobj/Number.cpp: using namespace std;
-       * libbase/tu_math.h: using namespace std;
+       * libbase/postscript.cpp: using namespace std;
        * libbase/tu_file.cpp: namespacing.
 
 2007-02-10 Udo Giacomozzi <address@hidden>

Index: libbase/postscript.cpp
===================================================================
RCS file: /sources/gnash/gnash/libbase/postscript.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- libbase/postscript.cpp      12 Oct 2006 14:05:42 -0000      1.9
+++ libbase/postscript.cpp      10 Feb 2007 18:27:37 -0000      1.10
@@ -14,6 +14,7 @@
 #include <cmath>
 #include <cstdio>
 
+using namespace std;
 // Loosely translated into C++ from:
 // -- ps.lua
 // -- lua interface to postscript




reply via email to

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