[gs-cvs] rev 8874 - in trunk/gs: doc src toolbin
giles at ghostscript.com
giles at ghostscript.com
Thu Jul 24 10:28:52 PDT 2008
Author: giles
Date: 2008-07-24 10:28:51 -0700 (Thu, 24 Jul 2008)
New Revision: 8874
Modified:
trunk/gs/doc/Develop.htm
trunk/gs/src/aes.h
trunk/gs/toolbin/clusterpush.sh
Log:
Fix source style warnings from the nightly regression.
Modified: trunk/gs/doc/Develop.htm
===================================================================
--- trunk/gs/doc/Develop.htm 2008-07-24 02:06:07 UTC (rev 8873)
+++ trunk/gs/doc/Develop.htm 2008-07-24 17:28:51 UTC (rev 8874)
@@ -651,7 +651,9 @@
<a href="../src/gx.h">src/gx.h</a>,
<a href="../src/md5.c">src/md5.c</a>,
<a href="../src/md5.h">src/md5.h</a>,
-<a href="../src/md5main.c">src/md5main.c</a>.
+<a href="../src/md5main.c">src/md5main.c</a>,
+<a href="../src/aes.c">src/aes.c</a>,
+<a href="../src/aes.h">src/aes.h</a>.
</dl>
@@ -1813,6 +1815,17 @@
<a href="../src/gdevpxut.h">src/gdevpxut.h</a>.
<dt>
+Cairo and SVG output devices (cairo, svgwrite):
+<dd>
+<a href="../src/gdevcairo.c">src/gdevcairo.c</a>,
+<a href="../src/gdevsvg.c">src/gdevsvg.c</a>.
+
+<p>
+The svgwrite device produces SVG only. The cairo device uses the cairo
+graphics library to produce PDF, EPS, SVG or PNG output, based on the
+requested filename extension.
+
+<dt>
Text extraction:
<dd>
<a href="../src/gdevtxtw.c">src/gdevtxtw.c</a>.
Modified: trunk/gs/src/aes.h
===================================================================
--- trunk/gs/src/aes.h 2008-07-24 02:06:07 UTC (rev 8873)
+++ trunk/gs/src/aes.h 2008-07-24 17:28:51 UTC (rev 8874)
@@ -29,6 +29,10 @@
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+
+/* $Id$ */
+/* AES block cipher implementation from XYSSL */
+
#ifndef XYSSL_AES_H
#define XYSSL_AES_H
Modified: trunk/gs/toolbin/clusterpush.sh
===================================================================
--- trunk/gs/toolbin/clusterpush.sh 2008-07-24 02:06:07 UTC (rev 8873)
+++ trunk/gs/toolbin/clusterpush.sh 2008-07-24 17:28:51 UTC (rev 8874)
@@ -1,6 +1,7 @@
#!/bin/sh
# helper script to syncronize a working tree with the regression cluster
+# $Id$
HOST=atfxsw01 at tticluster.com
DEST=$USER
Property changes on: trunk/gs/toolbin/clusterpush.sh
___________________________________________________________________
Name: svn:keywords
+ Id
More information about the gs-cvs
mailing list