[gs-cvs] rev 7940 - trunk/gs/toolbin
giles at ghostscript.com
giles at ghostscript.com
Wed May 9 14:51:57 PDT 2007
Author: giles
Date: 2007-05-09 14:51:57 -0700 (Wed, 09 May 2007)
New Revision: 7940
Modified:
trunk/gs/toolbin/ocheck.py
trunk/gs/toolbin/pscet_status.pl
Log:
Add Id lines and associated properties to some recent script additions.
Modified: trunk/gs/toolbin/ocheck.py
===================================================================
--- trunk/gs/toolbin/ocheck.py 2007-05-09 21:47:00 UTC (rev 7939)
+++ trunk/gs/toolbin/ocheck.py 2007-05-09 21:51:57 UTC (rev 7940)
@@ -6,7 +6,7 @@
# This script requires GNU-compatible 'nm' and 'objdump' programs:
# it has only been tested on (32- and 64-bit) x86 systems.
-# $Id: $
+# $Id$
USAGE = """\
Usage: python ocheck.py [<cwd>] <ld-script> (--exclude [from]:[to]* |
Property changes on: trunk/gs/toolbin/ocheck.py
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Modified: trunk/gs/toolbin/pscet_status.pl
===================================================================
--- trunk/gs/toolbin/pscet_status.pl 2007-05-09 21:47:00 UTC (rev 7939)
+++ trunk/gs/toolbin/pscet_status.pl 2007-05-09 21:51:57 UTC (rev 7940)
@@ -1,6 +1,9 @@
#!/usr/bin/perl -w
$/="";
+# script for generating reports from the pscet status document
+# $Id: $
+
$mydb = "pscet_status.txt";
open(MYDB,$mydb) or die "Unable to open $mydb:$!\n";
Property changes on: trunk/gs/toolbin/pscet_status.pl
___________________________________________________________________
Name: keywords
+ Id
Name: svn:eol-style
+ native
More information about the gs-cvs
mailing list