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

alexcher at ghostscript.com alexcher at ghostscript.com
Wed Feb 21 06:43:51 PST 2007


Author: alexcher
Date: 2007-02-21 06:43:50 -0800 (Wed, 21 Feb 2007)
New Revision: 7727

Modified:
   trunk/gs/doc/pscet_status.txt
   trunk/gs/lib/gs_lev2.ps
Log:
Make redefined /quit a procedure to match CET 28-10-01.

DIFFERENCES:
No comparefiles or other CET differences.


Modified: trunk/gs/doc/pscet_status.txt
===================================================================
--- trunk/gs/doc/pscet_status.txt	2007-02-21 01:14:19 UTC (rev 7726)
+++ trunk/gs/doc/pscet_status.txt	2007-02-21 14:43:50 UTC (rev 7727)
@@ -4892,7 +4892,7 @@
 28-09-2  OK	Visually reviewed by RJJ
 		(previous report of '1' in more 15 is without gs_cet.ps).
 
-28-10-1  DIFF	Postscript language (STOP) vs (--string--) gs,cpsi  --- assigned Ray
+28-10-1  OK  	Fixed by rev. 7727. - Alex
 
 28-10-2  OK	Minor differences in boxed black/white 'T' 'F' glyphs, font renderer ufst.
 

Modified: trunk/gs/lib/gs_lev2.ps
===================================================================
--- trunk/gs/lib/gs_lev2.ps	2007-02-21 01:14:19 UTC (rev 7726)
+++ trunk/gs/lib/gs_lev2.ps	2007-02-21 14:43:50 UTC (rev 7727)
@@ -468,7 +468,7 @@
       pop
       serverdict /.jobsave save put
       serverdict /.jobsavelevel 1 put
-      .userdict /quit /stop load put
+      .userdict /quit { stop } .bind put  % CET 28-10 requires a procedure
     } ifelse
 		% Reset the interpreter state.
   clear cleardictstack



More information about the gs-cvs mailing list