gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog libbase/utf8.h


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog libbase/utf8.h
Date: Sat, 22 Mar 2008 18:10:30 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  08/03/22 18:10:30

Modified files:
        .              : ChangeLog 
        libbase        : utf8.h 

Log message:
        Added DSOEXPORT to definations.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.6000&r2=1.6001
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/utf8.h?cvsroot=gnash&r1=1.9&r2=1.10

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.6000
retrieving revision 1.6001
diff -u -b -r1.6000 -r1.6001
--- ChangeLog   22 Mar 2008 18:04:31 -0000      1.6000
+++ ChangeLog   22 Mar 2008 18:10:29 -0000      1.6001
@@ -1,3 +1,12 @@
+2008-03-22 Markus Gothe <address@hidden>
+
+       * libbase/sharedlib.cpp: Got rid off a couples of compiler warnings.
+                                                        Compare getenv with 
NULL not 0!
+       * libbase/postscript{cpp, h}: Unused garbage as well as PD-
+         licensed. On demand we'll write our own implementation.
+       
+       * libbase/utf8.h: Added DSOEXPORT to definations.
+
 2008-03-22  Dossy Shiobara <address@hidden>
 
        * gui/Makefile.am (1.121): Win32 requires extra LDFLAGS to build,
@@ -25,13 +34,6 @@
 
        * packaging/snapshot.am: dist-hook not needed anymore.
 
-2008-03-22 Markus Gothe <address@hidden>
-
-       * libbase/sharedlib.cpp: Got rid off a couples of compiler warnings.
-                                                        Compare getenv with 
NULL not 0!
-       * libbase/postscript{cpp, h}: Unused garbage as well as PD-
-         licensed. On demand we'll write our own implementation.
-
 2008-03-21  Dossy Shiobara <address@hidden>
 
        * libbase/sharedlib.h (1.9): Tweak things so that libltdl works

Index: libbase/utf8.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/utf8.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- libbase/utf8.h      10 Feb 2008 09:36:39 -0000      1.9
+++ libbase/utf8.h      22 Mar 2008 18:10:30 -0000      1.10
@@ -82,11 +82,11 @@
        /// as output.  Advances string iterator past the character
        /// returned, unless the returned character is '\0', in which
        /// case the iterator does not advance.
-       boost::uint32_t decodeNextUnicodeCharacter(std::string::const_iterator& 
it);
+       DSOEXPORT boost::uint32_t 
decodeNextUnicodeCharacter(std::string::const_iterator& it);
 
        /// \brief Encodes the given wide character into a canonical
        /// string, theoretically up to 6 chars in length.
-       std::string encodeUnicodeCharacter(boost::uint32_t ucs_character);
+       DSOEXPORT std::string encodeUnicodeCharacter(boost::uint32_t 
ucs_character);
        
        /// Encodes the given wide character into an at least 8-bit character.
        //




reply via email to

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