[gs-cvs] rev 8119 - trunk/gs/lib

alexcher at ghostscript.com alexcher at ghostscript.com
Thu Jul 12 06:34:24 PDT 2007


Author: alexcher
Date: 2007-07-12 06:34:24 -0700 (Thu, 12 Jul 2007)
New Revision: 8119

Modified:
   trunk/gs/lib/gs_lev2.ps
Log:
Add a few dummy system parameters for compatibility with Adobe products.
Bug 689272, customer 411.

DIFFERENCES:
No differences in Comparefiles collection. Cases 8-4-3, 27-4-1, 27-09-2 of the
CET suite shows differences in the files that enumerate or test system
parameters. Cases 27-7c-2, 29-7c-4 depend on the directory enumeration
order in the page device processing. This is a bug in the page device code.


Modified: trunk/gs/lib/gs_lev2.ps
===================================================================
--- trunk/gs/lib/gs_lev2.ps	2007-07-11 21:17:39 UTC (rev 8118)
+++ trunk/gs/lib/gs_lev2.ps	2007-07-12 13:34:24 UTC (rev 8119)
@@ -305,20 +305,27 @@
 pssystemparams begin
   /CurDisplayList 0 .forcedef
   /CurFormCache 0 .forcedef
+  /CurInputDevice () .forcedef
   /CurOutlineCache 0 .forcedef
+  /CurOutputDevice () .forcedef
   /CurPatternCache 0 .forcedef
   /CurUPathCache 0 .forcedef
   /CurScreenStorage 0 .forcedef
   /CurSourceList 0 .forcedef
   /DoPrintErrors false .forcedef
+  /JobTimeout 0 .forcedef
+  /LicenseID (LN-001) .forcedef     % bogus
   /MaxDisplayList 140000 .forcedef
   /MaxFormCache 100000 .forcedef
+  /MaxImageBuffer 524288 .forcedef
   /MaxOutlineCache 65000 .forcedef
   /MaxPatternCache 100000 .forcedef
   /MaxUPathCache 300000 .forcedef
   /MaxScreenStorage 84000 .forcedef
   /MaxSourceList 25000 .forcedef
+  /PrinterName product .forcedef
   /RamSize 4194304 .forcedef
+  /WaitTimeout 40 .forcedef
 end
 
 % Define the procedures for handling comment scanning.  The names



More information about the gs-cvs mailing list