gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash libbase/rc.cpp doc/C/usermanual/usage/gna...


From: Benjamin Wolsey
Subject: [Gnash-commit] gnash libbase/rc.cpp doc/C/usermanual/usage/gna...
Date: Thu, 27 Dec 2007 09:14:56 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Benjamin Wolsey <bwy>   07/12/27 09:14:56

Modified files:
        libbase        : rc.cpp 
        doc/C/usermanual/usage: gnashrc.xml 

Log message:
                * libbase/rc.cpp: fix lld format.
                * doc/C/usermanual/usage/gnashrc.xml: document flashSystemOS,
                  flashSystemManufacturer, SOLSafeDir, SOLReadOnly.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/rc.cpp?cvsroot=gnash&r1=1.50&r2=1.51
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/usermanual/usage/gnashrc.xml?cvsroot=gnash&r1=1.16&r2=1.17

Patches:
Index: libbase/rc.cpp
===================================================================
RCS file: /sources/gnash/gnash/libbase/rc.cpp,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -b -r1.50 -r1.51
--- libbase/rc.cpp      26 Dec 2007 18:03:47 -0000      1.50
+++ libbase/rc.cpp      27 Dec 2007 09:14:56 -0000      1.51
@@ -182,7 +182,7 @@
         *num = strtoul(value.c_str(), NULL, 0);
         if (*num == LONG_MAX) {
             long long foo = strtoll(value.c_str(), NULL, 0);
-            log_error("Conversion overflow!: %ll", foo);
+            log_error("Conversion overflow!: %lld", foo);
             
         }
     }

Index: doc/C/usermanual/usage/gnashrc.xml
===================================================================
RCS file: /sources/gnash/gnash/doc/C/usermanual/usage/gnashrc.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- doc/C/usermanual/usage/gnashrc.xml  26 Dec 2007 18:03:47 -0000      1.16
+++ doc/C/usermanual/usage/gnashrc.xml  27 Dec 2007 09:14:56 -0000      1.17
@@ -177,6 +177,19 @@
        instead you need to set the GNASH_FLASH_VERSION environment variable for
        the latter (which doesn't affect $version and 
System.capabilities.version).</entry>
 </row>
+
+<row>
+<entry>flashSystemOS</entry>
+<entry>string</entry>
+<entry>The string that Gnash should return for System.capabilities.OS</entry>
+</row>
+
+<row>
+<entry>flashSystemManufacturer</entry>
+<entry>string</entry>
+<entry>The string that Gnash should return for 
System.capabilities.manufacturer</entry>
+</row>
+
 <row>
 <entry>StreamsTimeout</entry>
 <entry>double</entry>
@@ -185,6 +198,7 @@
 passed w/out anything was received.
 </entry>
 </row>
+
 <row>
 <entry>insecureSSL</entry>
 <entry>on/off</entry>
@@ -196,6 +210,19 @@
 </row>
 
 <row>
+<entry>SOLsafedir</entry>
+<entry>Absolute path</entry>
+<entry>The full path to a directory where &app; should store Shared Object 
files (&quot;flash cookies&quot;) if
+they are enabled.</entry>
+</row>
+
+<row>
+<entry>SOLreadonly</entry>
+<entry>on/off</entry>
+<entry>If set to <emphasis>on</emphasis>, &app; will not write Shared Object 
files.</entry>
+</row>
+
+<row>
 <entry>URLOpenerFormat</entry>
 <entry>string</entry>
 <entry>




reply via email to

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