[gs-cvs] rev 7500 - trunk/gs/doc
giles at ghostscript.com
giles at ghostscript.com
Tue Dec 12 17:45:36 PST 2006
Author: giles
Date: 2006-12-12 17:45:35 -0800 (Tue, 12 Dec 2006)
New Revision: 7500
Modified:
trunk/gs/doc/Develop.htm
trunk/gs/doc/Psfiles.htm
Log:
Add recent new source files to the documentation.
Modified: trunk/gs/doc/Develop.htm
===================================================================
--- trunk/gs/doc/Develop.htm 2006-12-13 01:06:05 UTC (rev 7499)
+++ trunk/gs/doc/Develop.htm 2006-12-13 01:45:35 UTC (rev 7500)
@@ -444,6 +444,8 @@
<a href="../src/gsdsrc.c">src/gsdsrc.c</a>,
<a href="../src/gsdsrc.h">src/gsdsrc.h</a>,
<a href="../src/scommon.h">src/scommon.h</a>,
+<a href="../src/strmio.c">src/strmio.c</a>,
+<a href="../src/strmio.h">src/strmio.h</a>,
<a href="../src/sfxboth.c">src/sfxboth.c</a>,
<a href="../src/sfxfd.c">src/sfxfd.c</a>,
<a href="../src/sfxstdio.c">src/sfxstdio.c</a>,
@@ -565,7 +567,7 @@
<dt>
Internal filters:
<dd>
-a<a href="../src/siinterp.c">src/siinterp.c</a>,
+<a href="../src/siinterp.c">src/siinterp.c</a>,
<a href="../src/siinterp.h">src/siinterp.h</a>,
<a href="../src/siscale.c">src/siscale.c</a>,
<a href="../src/siscale.h">src/siscale.h</a>,
@@ -752,6 +754,8 @@
<a href="../src/gxfillsl.h">src/gxfills1.h</a>,
<a href="../src/gxfilltr.h">src/gxfilltr.h</a>,
<a href="../src/gxfillts.h">src/gxfillts.h</a>,
+<a href="../src/gximask.c">src/gximask.c</a>,
+<a href="../src/gximask.h">src/gximask.h</a>,
<a href="../src/gxfdrop.c">src/gxdrop.c</a>,
<a href="../src/gxfdrop.h">src/gxdrop.h</a>,
<a href="../src/gxpaint.c">src/gxpaint.c</a>,
@@ -913,7 +917,10 @@
<dt>
Other:
<dd>
-<a href="../src/gsimpath.c">src/gsimpath.c</a>.
+<a href="../src/gsimpath.c">src/gsimpath.c</a>,
+<a href="../src/simscale.c">src/simscale.c</a>,
+<a href="../src/simscale.h">src/simscale.h</a>.
+.
</dl>
@@ -1181,8 +1188,8 @@
<a href="../src/gswts.h">src/gswts.h</a>,
<a href="../src/gswts.c">src/gswts.c</a>,
<a href="../src/gxwts.h">src/gxwts.h</a>,
-<a href="../src/gxwts.c">src/gxwts.c</a>.
-
+<a href="../src/gxwts.c">src/gxwts.c</a>,
+<a href="../src/wtsimdi.c">src/wtsimdi.c</a>.
</dl>
<p>
@@ -1513,6 +1520,11 @@
<a href="../src/gsserial.c">src/gsserial.c</a>,
<a href="../src/gsserial.h">src/gsserial.h</a>.
+<dt>
+Color mapping:
+<dd>
+<a href="../src/gdevimdi.c">src/gdevimdi.c</a>.
+
</dl>
<h4><a name="Visual_trace"></a>Visual Trace</h4>
@@ -2520,7 +2532,8 @@
<a href="../src/iimage2.h">src/iimage2.h</a>,
<a href="../src/zimage.c">src/zimage.c</a>,
<a href="../src/zimage2.c">src/zimage2.c</a>,
-<a href="../src/zimage3.c">src/zimage3.c</a>.
+<a href="../src/zimage3.c">src/zimage3.c</a>,
+<a href="../src/zfimscale.c">src/zfimscale.c</a>.
<dt>
Other graphics:
@@ -2695,6 +2708,11 @@
<a href="../lib/gs_dpnxt.ps">lib/gs_dpnxt.ps</a>,
<a href="../lib/gs_dps.ps">lib/gs_dps.ps</a>.
+<dt>
+Emulation of other interpreters:
+<dd>
+<a href="../lib/gs_cet.ps">lib/gs_cet.ps</a> (Adobe CPSI).
+
</dl>
<dt>
Modified: trunk/gs/doc/Psfiles.htm
===================================================================
--- trunk/gs/doc/Psfiles.htm 2006-12-13 01:06:05 UTC (rev 7499)
+++ trunk/gs/doc/Psfiles.htm 2006-12-13 01:45:35 UTC (rev 7500)
@@ -384,6 +384,13 @@
</dl>
<dl>
+<dt><a href="../lib/gs_cet.ps"><tt>gs_cet.ps</tt></a>
+<dd>Sets a number of alternate defaults to make Ghostscript
+behave more like Adobe CPSI. Useful for running the CET conformance
+test suite.
+</dl>
+
+<dl>
<dt><a href="../lib/gs_cmdl.ps"><tt>gs_cmdl.ps</tt></a>
<dd>This file is not used yet. Eventually it will replace C code that
parses the Ghostscript command line.
More information about the gs-cvs
mailing list