[gs-cvs] rev 7713 - in trunk/gs: doc lib

alexcher at ghostscript.com alexcher at ghostscript.com
Sun Feb 18 19:19:41 PST 2007


Author: alexcher
Date: 2007-02-18 19:19:41 -0800 (Sun, 18 Feb 2007)
New Revision: 7713

Modified:
   trunk/gs/doc/pscet_status.txt
   trunk/gs/lib/gs_cet.ps
Log:
Move redefinition of product, version, revision, and serialnumber in CET
prologue from userdict to systemdict to meet CET 20-15-01.

DIFFERENCES:
None: no comparefiles or CET differences.


Modified: trunk/gs/doc/pscet_status.txt
===================================================================
--- trunk/gs/doc/pscet_status.txt	2007-02-19 00:38:04 UTC (rev 7712)
+++ trunk/gs/doc/pscet_status.txt	2007-02-19 03:19:41 UTC (rev 7713)
@@ -4047,9 +4047,7 @@
 
 20-14-2  OK	Color corrected by rev 7172.
 
-20-15-1  DIFF   userdict /product known
-		CPSI=F GS=T
-		assign: Alex
+20-15-1  OK     Fixed by rev. 7713. - Alex
 
 20-15-2  OK	
 

Modified: trunk/gs/lib/gs_cet.ps
===================================================================
--- trunk/gs/lib/gs_cet.ps	2007-02-19 00:38:04 UTC (rev 7712)
+++ trunk/gs/lib/gs_cet.ps	2007-02-19 03:19:41 UTC (rev 7713)
@@ -14,10 +14,13 @@
 
 currentglobal true setglobal
 
-/version (3017.102) def			% match CPSI 3017.102
-/product (PhotoPRINT SE 5.0v2) def	% match CPSI 3017.102
-/revision 0 def				% match CPSI 3017.103 Tek shows revision 5
-/serialnumber 233640 def		% match CPSI 3017.102 Tek shows serialnumber 1401788461
+{
+  systemdict dup dup dup
+  /version (3017.102) put		% match CPSI 3017.102
+  /product (PhotoPRINT SE 5.0v2) put	% match CPSI 3017.102
+  /revision 0 put			% match CPSI 3017.103 Tek shows revision 5
+  /serialnumber 233640 put		% match CPSI 3017.102 Tek shows serialnumber 1401788461
+} superexec
 
 { } bind dup
 setblackgeneration



More information about the gs-cvs mailing list