gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog doc/C/actionscript/as_value.xml...


From: Martin Guy
Subject: [Gnash-commit] gnash ChangeLog doc/C/actionscript/as_value.xml...
Date: Wed, 18 Apr 2007 17:39:15 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Martin Guy <martinwguy> 07/04/18 17:39:15

Modified files:
        .              : ChangeLog 
        doc/C/actionscript: as_value.xml 
        libbase        : container.h 

Log message:
        Expunge the last references to tu_string.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.2917&r2=1.2918
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/actionscript/as_value.xml?cvsroot=gnash&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/container.h?cvsroot=gnash&r1=1.54&r2=1.55

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2917
retrieving revision 1.2918
diff -u -b -r1.2917 -r1.2918
--- ChangeLog   18 Apr 2007 17:28:13 -0000      1.2917
+++ ChangeLog   18 Apr 2007 17:39:15 -0000      1.2918
@@ -30,6 +30,8 @@
        * server/swf/tag_loaders.cpp: Reformat bizarre indentation caused
          by someone editing with hard tabs set to 4.
        * server/asobj/Date.cpp: Fix signed/unsigned compiler warning.
+       * libbase/container.h, doc/C/actionscript/as_value.xml:
+         Expunge the last references to tu_string.
 
 2007-04-18 Udo Giacomozzi <address@hidden>
 

Index: doc/C/actionscript/as_value.xml
===================================================================
RCS file: /sources/gnash/gnash/doc/C/actionscript/as_value.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- doc/C/actionscript/as_value.xml     19 Mar 2007 16:21:41 -0000      1.2
+++ doc/C/actionscript/as_value.xml     18 Apr 2007 17:39:15 -0000      1.3
@@ -70,10 +70,6 @@
           about which methods are available for the
           <emphasis>as_value</emphasis> object.
         </para>
-        <para>
-          Note that the <emphasis>tu_string</emphasis> and related
-          methods are deprecated.
-        </para>
       </sect2>
 
     </sect1>

Index: libbase/container.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/container.h,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -b -r1.54 -r1.55
--- libbase/container.h 15 Apr 2007 10:52:09 -0000      1.54
+++ libbase/container.h 18 Apr 2007 17:39:15 -0000      1.55
@@ -14,7 +14,7 @@
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-/* $Id: container.h,v 1.54 2007/04/15 10:52:09 bjacques Exp $ */
+/* $Id: container.h,v 1.55 2007/04/18 17:39:15 martinwguy Exp $ */
 
 #ifndef __CONTAINER_H__
 #define __CONTAINER_H__
@@ -675,23 +675,6 @@
 
 } // namespace gnash
 
-// // tu_string is a subset of std::string, for the most part
-// class tu_string : public std::string
-// {
-// public:
-//     tu_string(const char* str) : std::string(str) {}
-//     tu_string() : std::string() {}
-//     tu_string(const tu_string& str) : std::string(str) {}
-
-//     int     length() const { return (int) std::string::length(); }
-// };
-
-
-// template<class U>
-// class string_hash : public hash<tu_string, U, std::hash<std::string> >
-// {
-// };
-
 
 //
 // Homemade containers; almost strict subsets of STL.




reply via email to

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