]> andersk Git - splint.git/commitdiff
Moved doc/lclint.1 to doc/splint.1
authorevans1629 <evans1629>
Wed, 9 Jan 2002 04:13:54 +0000 (04:13 +0000)
committerevans1629 <evans1629>
Wed, 9 Jan 2002 04:13:54 +0000 (04:13 +0000)
Changed email addess in source comments

193 files changed:
Makefile.am
Makefile.in
README
doc/splint.1 [moved from doc/lclint.1 with 86% similarity]
lib/Makefile.am
lib/Makefile.in
lib/ansi.h
lib/standard.h [new file with mode: 0644]
lib/stdio.h
lib/unix.h
src/Headers/constants.h
src/Headers/version.h
src/abstract.c
src/aliasTable.c
src/annotationInfo.c
src/annotationTable.c
src/cgrammar.y
src/checking.c
src/clabstract.c
src/clause.c
src/clauseStack.c
src/constraint.c
src/constraintExpr.c
src/constraintExprData.c
src/constraintGeneration.c
src/constraintList.c
src/constraintOutput.c
src/constraintResolve.c
src/constraintTerm.c
src/context.c
src/cpperror.c
src/cppexp.c
src/cpphash.c
src/cpplib.c
src/cppmain.c
src/cprim.c
src/cstring.c
src/cstringList.c
src/cstringSList.c
src/cstringTable.c
src/cttable.i
src/ctype.c
src/ctypeList.c
src/cvar.c
src/declaratorInvNodeList.c
src/declaratorNodeList.c
src/ekind.c
src/enumNameList.c
src/enumNameSList.c
src/exprChecks.c
src/exprNode.c
src/exprNodeList.c
src/exprNodeSList.c
src/fcnNodeList.c
src/fileIdList.c
src/fileLib.c
src/fileTable.c
src/fileloc.c
src/filelocList.c
src/filelocStack.c
src/flagMarker.c
src/flagMarkerList.c
src/flagSpec.c
src/flags.c
src/functionClause.c
src/functionClauseList.c
src/functionConstraint.c
src/general.c
src/genericTable.c
src/globSet.c
src/globals.c
src/globalsClause.c
src/guardSet.c
src/idDecl.c
src/idDeclList.c
src/importNodeList.c
src/imports.c
src/initDeclNodeList.c
src/inputStream.c
src/intSet.c
src/interfaceNodeList.c
src/lclctypes.c
src/lclinit.c
src/lcllib.c
src/lclscan.c
src/lclscanline.c
src/lclsyntable.c
src/lcltokentable.c
src/letDeclNodeList.c
src/lh.c
src/llerror.c
src/llmain.c
src/lltok.c
src/loopHeuristics.c
src/lslOpList.c
src/lslOpSet.c
src/lslinit.c
src/lslparse.c
src/lsymbol.c
src/lsymbolList.c
src/lsymbolSet.c
src/ltoken.c
src/ltokenList.c
src/macrocache.c
src/mapping.c
src/message.c
src/messageLog.c
src/metaStateConstraint.c
src/metaStateConstraintList.c
src/metaStateExpression.c
src/metaStateInfo.c
src/metaStateSpecifier.c
src/metaStateTable.c
src/modifiesClause.c
src/mtAnnotationDecl.c
src/mtAnnotationList.c
src/mtAnnotationsNode.c
src/mtContextNode.c
src/mtDeclarationNode.c
src/mtDeclarationPiece.c
src/mtDeclarationPieces.c
src/mtDefaultsDecl.c
src/mtDefaultsDeclList.c
src/mtDefaultsNode.c
src/mtLoseReference.c
src/mtLoseReferenceList.c
src/mtMergeClause.c
src/mtMergeClauseList.c
src/mtMergeItem.c
src/mtMergeNode.c
src/mtTransferAction.c
src/mtTransferClause.c
src/mtTransferClauseList.c
src/mtValuesNode.c
src/mtreader.c
src/mtscanner.c
src/mttok.c
src/multiVal.c
src/nameChecks.c
src/osd.c
src/pairNodeList.c
src/paramNodeList.c
src/programNodeList.c
src/qtype.c
src/qual.c
src/qualList.c
src/quantifierNodeList.c
src/randomNumbers.c
src/reader.c
src/replaceNodeList.c
src/sRef.c
src/sRefList.c
src/sRefSet.c
src/sRefSetList.c
src/sRefTable.c
src/scan.c
src/scanline.c
src/shift.c
src/sigNodeSet.c
src/sort.c
src/sortList.c
src/sortSet.c
src/sortSetList.c
src/stDeclNodeList.c
src/stateClause.c
src/stateClauseList.c
src/stateCombinationTable.c
src/stateInfo.c
src/stateValue.c
src/storeRefNodeList.c
src/structNames.c
src/symtable.c
src/syntable.c
src/termNodeList.c
src/tokentable.c
src/traitRefNodeList.c
src/transferChecks.c
src/typeIdSet.c
src/typeNameNodeList.c
src/uentry.c
src/uentryList.c
src/usymIdSet.c
src/usymtab.c
src/usymtab_interface.c
src/valueTable.c
src/varDeclarationNodeList.c
src/varKinds.c
src/varNodeList.c
src/warnClause.c
src/ynm.c
test/ansireserved.expect
test/external.expect
test/tests2.2.expect

index 83750b98e9d84fec7c99dbbdeb58ddbd2f145cd3..4dac42f5b7746c81f747442d5d4adb89915ce6ed 100644 (file)
 ## the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ## MA 02111-1307, USA.
 ##
-## For information on lclint: lclint-request@cs.virginia.edu
-## To report a bug: lclint-bug@cs.virginia.edu
+## For information on spint: info@splint.org
+## To report a bug: splint-bug@splint.org
 ## 
 
 AUTOMAKE_OPTIONS = 1.5 foreign
 
-SUBDIRS = src lib imports test
+SUBDIRS = src lib imports test doc
+
index 1bca86cfcc970518642e002970317ee08a74f645..95ccebda0930089fdd9547b396a276aad8f021f2 100644 (file)
@@ -95,7 +95,7 @@ RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
        uninstall-info-recursive all-recursive install-data-recursive \
        install-exec-recursive installdirs-recursive install-recursive \
        uninstall-recursive check-recursive installcheck-recursive
-DIST_COMMON = README ./stamp-h.in Makefile.am Makefile.in acinclude.m4 \
+DIST_COMMON = README install.html ./stamp-h.in Makefile.am Makefile.in acinclude.m4 \
        aclocal.m4 config.hin config/config.guess config/config.sub \
        config/depcomp config/install-sh config/missing \
        config/mkinstalldirs configure configure.ac
@@ -403,6 +403,10 @@ uninstall-info: uninstall-info-recursive
        uninstall uninstall-am uninstall-info-am \
        uninstall-info-recursive uninstall-recursive
 
+.PHONY: test
+test:
+       cd test; ${MAKE}
+
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:
diff --git a/README b/README
index 60e6edb6b8d42969df4457c433a55f14e84d57c9..38b3a3b95322d94ddedabb35ee8b8e2f2240e63b 100644 (file)
--- a/README
+++ b/README
 Splint Documentation
 ====================
 
-For documentation on Splint, please see http://www.splint.org
-
-WARNING: this is an Alpha release - new features and changes are not
-reflected in the documentation.  
-
-
-
-     Splint should compile effortlessly on standard Unix systems, and with a bit of effort on non-Unix platforms. If you produce a port for a non-Unix platform, please let splint@cs.virginia.edu know. 
-
-     To build Splint you need: 
-
-         a (hopefully ANSI-conforming) C compiler. GNU gcc is recommended, but most modern C compilers should work.
-        make, the GNU make utility. If you don't have make installed on your system, download it from ftp.gnu.org. 
-         standard Unix tools: gzip, tar 
-
-     Instructions: 
-
-       1.Download http://www.splint.org/downloads/splint-3.0.1.src.tgz. (the latest stable release). 
-
-         Copy this package to the directory where you want to build Spint. When the tar file is extracted, it will create a splint-3.0.1 subdirectory. 
-
-       2.tar xzf splint-3.0.1.src.tgz (extract files from the archive) 
-
-       3.cd splint-3.0.1 (enter the extracted directory) 
-
-       4.configure 
-
-              This will create a Makefile with settings for your system. Use configure --prefix=directory if you want to install Splint in prefix directory directory. 
-
-       5.make 
-
-              GNU's make utility is required; it may be named gmake or gnumake on your system. It is best to do this in an emacs shell or a buffered terminal, so you can scroll through the output. 
-
-              This builds Splint. While it is building, subscribe to the lclint-announce mailing list by sending a message to majordomo@virginia.edu containing the body: 
-
-                   subscribe lclint-announce
-                   
-
-              If the build was successful, it then runs the test suite. You should see: 
-
-                  Testing splint 3.0.1...
-
-                  Version Info:
-                  Splint 3.0.1 --- 07 Jan 2002
-
-                  Maintainer: splint-bug@cs.virginia.edu
-
-                  ... (about 100 lines of test output elided)
-
-                  Checking manual...
-                  Checking tests2.2...
-                  Checking tests2.4...
-                  Checking tests2.5...
-                  Checking db1...
-                  Checking db2...
-                  Checking db3...
-
-         Examine the test output. If there are errors, send a bug report to splint-bug@cs.virginia.edu. 
-
-         The remaining steps are only necessary ff you want to install the Splint binary and libraries in a different directory (set when you ran configure). 
-
-       6.make install 
-       7.Set environment variables: 
-
-              LARCH_PATH - path to search for splint libraries and initializations files. If you are using the standard directories, this should be .:base-directory/splint-3.0.1/lib. 
-
-              LCLIMPORTDIR - directory containing lcl imports files. If you are using the standard directories, this is base-directory/splint-3.0.1/imports. 
-
-         Put the commands to set these variables (the actual commands will depend on the shell you are using) in one of your initialization dotfiles (usually ~/.environment). 
-
-         Set up your PATH to include the directory containing splint-3.0.1/bin/splint, or move the binary to a directory on your command path. 
-
-
+Installation instructions are found with this distribution in
+install.html (or at http://www.splint.org/source.html).
 
+For documentation on Splint, please see http://www.splint.org
 
similarity index 86%
rename from doc/lclint.1
rename to doc/splint.1
index b8adafdcf77f57bc489cdfb345e0c1efd4f33ad6..ab72662e176b886db92349aea640ecde88306e45 100644 (file)
@@ -1,19 +1,22 @@
  .\" $Id$
-.TH lclint 1 "A tool for statically checking C programs"
+.TH splint 1 "A tool for statically checking C programs"
 
 .SH NAME
-lclint \- A tool for statically checking C programs
+splint \- A tool for statically checking C programs
 
 .SH SYNOPSIS
-.BR lclint
+.BR splint
 [options]
 
 .SH DESCRIPTION
-.BR LCLint
-is a tool for statically checking C programs. With minimal effort, LCLint can
-be used as a better lint(1).
-If additional effort is invested adding annotations to programs, LCLint can
-perform stronger checks than can be done by any standard lint.
+.BR Splint
+is a tool for statically checking C programs for security
+vulnerabilities and common programming mistakes. With minimal effort,
+Splint can be used as a better lint(1).If additional effort is invested
+adding annotations to programs, Splint can perform stronger checks than
+can be done by any standard lint.  For full documentation, please see
+http://www.splint.org.  This man page only covers a few of the available
+options. 
 
 .SH OPTIONS
 
@@ -24,7 +27,7 @@ Shows help
 .PP
 .B Initialization
 
-These flags control directories and files used by LCLint. They may be used from the
+These flags control directories and files used by Splint. They may be used from the
 command line or in an options file, but may not be used as control comments in the
 source code. Except where noted. they have the same meaning preceded by \- or +. 
 
@@ -43,12 +46,12 @@ Add directory to path search for .lcl specification files.
 
 .TP 6
 .BI \-f " file"
-Load options file <file>. If this flag is used from the command line, the default ~/.lclintrc file is
+Load options file <file>. If this flag is used from the command line, the default ~/.splintrc file is
 not loaded. This flag may be used in an options file to load in another options file. 
 
 .TP 6
 .B \-nof 
-Prevents the default options files (./.lclintrc and ~/.lclintrc) from being loaded. (Setting
+Prevents the default options files (./.splintrc and ~/.splintrc) from being loaded. (Setting
 -nof overrides +nof, causing the options files to be loaded normally.) 
 
 .TP 6
@@ -120,7 +123,7 @@ Use the strict version of the UNIX standard library.
 .PP
 .B Output
 
-These flags control what additional information is printed by LCLint. Setting +<flag> causes the described
+These flags control what additional information is printed by Splint. Setting +<flag> causes the described
 information to be printed; setting -<flag> prevents it. By default, all these flags are off.
 
 .TP 6
@@ -152,7 +155,7 @@ Display distribution of where checking time is spent.
 
 .TP 6
 .B \-quiet 
-Suppress herald and error count. (If quiet is not set, LCLint prints out a herald with version
+Suppress herald and error count. (If quiet is not set, Splint prints out a herald with version
 information before checking begins, and a line summarizing the total number of errors reported.) 
 
 .TP 6
@@ -167,14 +170,14 @@ message showing the number of suppressed messages is printed.
 .PP
 .B Expected Errors
 
-Normally, LCLint will expect to report no errors. The exit status will be success (0) if no errors are reported,
+Normally, Splint will expect to report no errors. The exit status will be success (0) if no errors are reported,
 and failure if any errors are reported. Flags can be used to set the expected number of reported errors.
 Because of the provided error suppression mechanisms, these options should probably not be used for final
 checking real programs but may be useful in developing programs using make.
 
 .TP 6
 .B \-expect <number> 
-Exactly <number> code errors are expected. LCLint will exit with failure exit status unless
+Exactly <number> code errors are expected. Splint will exit with failure exit status unless
 <number> code errors are detected. 
 
 .TP 6
@@ -213,7 +216,7 @@ class. Default: -
 
 .TP 6
 .BI \-linelen " number"
-Set length of maximum message line to <number> characters. LCLint will split messages longer
+Set length of maximum message line to <number> characters. Splint will split messages longer
 than <number> characters long into multiple lines. Default: 80 
 
 .PP
@@ -226,7 +229,7 @@ command line flag settings. A warning is produced if a mode flag is used after a
 set. 
 
 These are brief descriptions to give a general idea of what each mode does. To see the complete flag settings
-in each mode, use lclint -help modes. A mode flag has the same effect when used with either + or -.
+in each mode, use splint -help modes. A mode flag has the same effect when used with either + or -.
 
 .TP 6
 .B \-weak 
@@ -254,19 +257,15 @@ used in unspecified functions, strict standard library, and strict typing of C o
 reward will be presented to the first person to produce a real program that produces no errors with
 strict checking. 
 
-
-.SH TODO
-Improve this manpage :-)
-
 .SH AUTHOR
 If you need to get in contact with the authors send email to
 .UR
-mailto:lclint-bug@cs.virginia.edu
+mailto:info@splint.org
 .UR
 
 or visit 
 .UR
-http://lclint.cs.virginia.edu
+http://www.splint.org
 .UR
 
 .SH "SEE ALSO"
index 073e65e32f95a68dd7c09b1423c6b26698e9edbd..07f8c094a7bbdddceec80d52fe4f334a0af2f824 100644 (file)
@@ -9,7 +9,7 @@ UnixHeaders = stdio.h stdlib.h
 
 ## List of files
 splintlib_DATA = \
-  ansi.h ansi.lcd ansistrict.lcd posix.h posix.lcd posixstrict.lcd \
+  standard.h standard.lcd standardstrict.lcd posix.h posix.lcd posixstrict.lcd \
   unix.h unix.lcd unixstrict.lcd CTrait.syms CTraitGen.lcl bool.h \
   file.mts file.xh filerw.mts filerw.xh \
   lclinit.lci linux.h lslinit.lsi tainted.mts tainted.xh \
@@ -26,26 +26,26 @@ SPLINT = $(top_builddir)/src/splint$(EXEEXT)
 $(SPLINT):
        cd $(top_builddir)/src; $(MAKE)
 
-ansi.lcd: ansi.h $(SPLINT)
-       -$(SPLINT) -nof -nolib +impconj ansi.h -dump ansi
+standard.lcd: standard.h $(SPLINT)
+       -$(SPLINT) -nof -nolib +impconj standard.h -dump standard
        @touch $@
 
-ansistrict.lcd: ansi.h $(SPLINT)
-       -$(SPLINT) -nof -nolib +impconj -DSTRICT ansi.h -dump ansistrict
+standardstrict.lcd: standard.h $(SPLINT)
+       -$(SPLINT) -nof -nolib +impconj -DSTRICT standard.h -dump standardstrict
        @touch $@
 
-posix.lcd: ansi.h posix.h $(SPLINT)
-       -$(SPLINT) -nof -nolib +impconj ansi.h posix.h -dump posix
+posix.lcd: standard.h posix.h $(SPLINT)
+       -$(SPLINT) -nof -nolib +impconj standard.h posix.h -dump posix
        @touch $@
 
-posixstrict.lcd: ansi.h posix.h $(SPLINT)
-       -$(SPLINT) -nof -nolib +impconj -DSTRICT ansi.h posix.h -dump posixstrict
+posixstrict.lcd: standard.h posix.h $(SPLINT)
+       -$(SPLINT) -nof -nolib +impconj -DSTRICT standard.h posix.h -dump posixstrict
        @touch $@
 
-unix.lcd: ansi.h posix.h unix.h $(UnixHeaders) $(SPLINT)
-       -$(SPLINT) -nof -incondefs -nolib +impconj ansi.h posix.h unix.h stdio.h stdlib.h -dump unix
+unix.lcd: standard.h posix.h unix.h $(UnixHeaders) $(SPLINT)
+       -$(SPLINT) -supcounts -nof -incondefs -nolib +impconj standard.h posix.h unix.h stdio.h stdlib.h -dump unix
        @touch $@
 
-unixstrict.lcd: ansi.h posix.h unix.h $(UnixHeaders) $(SPLINT)
-       -$(SPLINT) -nof -incondefs -nolib +impconj -DSTRICT ansi.h posix.h unix.h  stdio.h stdlib.h  -dump unixstrict
+unixstrict.lcd: standard.h posix.h unix.h $(UnixHeaders) $(SPLINT)
+       -$(SPLINT) -supcounts -nof -incondefs -nolib +impconj -DSTRICT standard.h posix.h unix.h  stdio.h stdlib.h  -dump unixstrict
        @touch $@
index 8c654ed4dbdf43f875158916863489b880aa14c5..55d886fc6e4b4a8a4b7c7e82700ddbae45f83654 100644 (file)
@@ -88,7 +88,7 @@ splintlibdir = $(pkgdatadir)/lib
 UnixHeaders = stdio.h stdlib.h
 
 splintlib_DATA = \
-  ansi.h ansi.lcd ansistrict.lcd posix.h posix.lcd posixstrict.lcd \
+  standard.h standard.lcd standardstrict.lcd posix.h posix.lcd posixstrict.lcd \
   unix.h unix.lcd unixstrict.lcd CTrait.syms CTraitGen.lcl bool.h \
   file.mts file.xh filerw.mts filerw.xh \
   lclinit.lci linux.h lslinit.lsi tainted.mts tainted.xh \
@@ -239,28 +239,28 @@ uninstall-am: uninstall-info-am uninstall-splintlibDATA
 $(SPLINT):
        cd $(top_builddir)/src; $(MAKE)
 
-ansi.lcd: ansi.h $(SPLINT)
-       -$(SPLINT) -nof -nolib +impconj ansi.h -dump ansi
+standard.lcd: standard.h $(SPLINT)
+       -$(SPLINT) -nof -nolib +impconj standard.h -dump standard
        @touch $@
 
-ansistrict.lcd: ansi.h $(SPLINT)
-       -$(SPLINT) -nof -nolib +impconj -DSTRICT ansi.h -dump ansistrict
+standardstrict.lcd: standard.h $(SPLINT)
+       -$(SPLINT) -nof -nolib +impconj -DSTRICT standard.h -dump standardstrict
        @touch $@
 
-posix.lcd: ansi.h posix.h $(SPLINT)
-       -$(SPLINT) -nof -nolib +impconj ansi.h posix.h -dump posix
+posix.lcd: standard.h posix.h $(SPLINT)
+       -$(SPLINT) -nof -nolib +impconj standard.h posix.h -dump posix
        @touch $@
 
-posixstrict.lcd: ansi.h posix.h $(SPLINT)
-       -$(SPLINT) -nof -nolib +impconj -DSTRICT ansi.h posix.h -dump posixstrict
+posixstrict.lcd: standard.h posix.h $(SPLINT)
+       -$(SPLINT) -nof -nolib +impconj -DSTRICT standard.h posix.h -dump posixstrict
        @touch $@
 
-unix.lcd: ansi.h posix.h unix.h $(UnixHeaders) $(SPLINT)
-       -$(SPLINT) -nof -incondefs -nolib +impconj ansi.h posix.h unix.h stdio.h stdlib.h -dump unix
+unix.lcd: standard.h posix.h unix.h $(UnixHeaders) $(SPLINT)
+       -$(SPLINT) -supcounts -nof -incondefs -nolib +impconj standard.h posix.h unix.h stdio.h stdlib.h -dump unix
        @touch $@
 
-unixstrict.lcd: ansi.h posix.h unix.h $(UnixHeaders) $(SPLINT)
-       -$(SPLINT) -nof -incondefs -nolib +impconj -DSTRICT ansi.h posix.h unix.h  stdio.h stdlib.h  -dump unixstrict
+unixstrict.lcd: standard.h posix.h unix.h $(UnixHeaders) $(SPLINT)
+       -$(SPLINT) -supcounts -nof -incondefs -nolib +impconj -DSTRICT standard.h posix.h unix.h  stdio.h stdlib.h  -dump unixstrict
        @touch $@
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
index e6066cdc4de0f43b880ad056de8ab55edf73636e..2274eab0257f42819082687e2b1a328fb7f3bf20 100644 (file)
@@ -1,5 +1,5 @@
 /*
-** ansi.h --- LCLint Standard C Library
+** satndard.h --- ISO C99 Standard Library for Splint.
 **
 ** Process with -DSTRICT to get strict library.
 */
diff --git a/lib/standard.h b/lib/standard.h
new file mode 100644 (file)
index 0000000..2274eab
--- /dev/null
@@ -0,0 +1,1101 @@
+/*
+** satndard.h --- ISO C99 Standard Library for Splint.
+**
+** Process with -DSTRICT to get strict library.
+*/
+
+/*@-nextlinemacros@*/
+/*@+allimponly@*/
+/*@+globsimpmodifiesnothing@*/
+
+/*
+** errno.h
+*/
+
+/*@constant int EDOM;@*/
+/*@constant int ERANGE;@*/
+/*@constant int EILSEQ;@*/
+
+# ifdef STRICT
+/*@checkedstrict@*/ int errno;
+# else 
+/*@unchecked@*/ int errno;
+# endif
+
+/*
+** types 
+*/
+
+typedef /*@integraltype@*/ ptrdiff_t;    
+typedef /*@unsignedintegraltype@*/ size_t;
+typedef /*@signedintegraltype@*/ ssize_t;
+typedef /*@integraltype@*/ wchar_t;
+
+/*
+** Added by Amendment 1 to ISO.
+*/
+
+typedef /*@integraltype@*/ wint_t;
+typedef /*@abstract@*/ mbstate_t;
+
+/*@constant null anytype NULL = 0;@*/
+
+/*
+** assert.h
+*/
+
+/*@constant lltX_bool NDEBUG;@*/
+
+# ifdef STRICT
+/*@falseexit@*/ void assert (/*@sef@*/ lltX_bool e) 
+  /*@*/ ;
+# else
+/*@falseexit@*/ void assert (/*@sef@*/ lltX_bool /*@alt int@*/ e) 
+  /*@*/ ;
+# endif
+
+
+/*
+** ctype.h
+*/
+
+# ifdef STRICT
+lltX_bool isalnum (int c) /*@*/ ;
+lltX_bool isalpha (int c) /*@*/ ;
+lltX_bool iscntrl (int c) /*@*/ ;
+lltX_bool isdigit (int c) /*@*/ ;
+lltX_bool isgraph (int c) /*@*/ ;
+lltX_bool islower (int c) /*@*/ ;
+lltX_bool isprint (int c) /*@*/ ;
+lltX_bool ispunct (int c) /*@*/ ;
+lltX_bool isspace (int c) /*@*/ ;
+lltX_bool isupper (int c) /*@*/ ;
+lltX_bool isxdigit (int c) /*@*/ ;
+char tolower (int c) /*@*/ ;
+char toupper (int c) /*@*/ ;
+# else
+/*
+** evans 2002-01-03: added alt char (was alt unsigned char)
+*/
+
+lltX_bool /*@alt int@*/ isalnum (int /*@alt char, unsigned char@*/ c) /*@*/ ;
+lltX_bool /*@alt int@*/ isalpha (int /*@alt char, unsigned char@*/ c) /*@*/ ;
+lltX_bool /*@alt int@*/ iscntrl (int /*@alt char, unsigned char@*/ c) /*@*/ ;
+lltX_bool /*@alt int@*/ isdigit (int /*@alt char, unsigned char@*/ c) /*@*/ ;
+lltX_bool /*@alt int@*/ isgraph (int /*@alt char, unsigned char@*/ c) /*@*/ ;
+lltX_bool /*@alt int@*/ islower (int /*@alt char, unsigned char@*/ c) /*@*/ ;
+lltX_bool /*@alt int@*/ isprint (int /*@alt char, unsigned char@*/ c) /*@*/ ;
+lltX_bool /*@alt int@*/ ispunct (int /*@alt char, unsigned char@*/ c) /*@*/ ;
+lltX_bool /*@alt int@*/ isspace (int /*@alt char, unsigned char@*/ c) /*@*/ ;
+lltX_bool /*@alt int@*/ isupper (int /*@alt char, unsigned char@*/ c) /*@*/ ;
+lltX_bool /*@alt int@*/ isxdigit (int /*@alt char, unsigned char@*/ c) /*@*/ ;
+char /*@alt int@*/ tolower (int /*@alt char, unsigned char@*/ c) /*@*/ ;
+char /*@alt int@*/ toupper (int /*@alt char, unsigned char@*/ c) /*@*/ ;
+# endif
+
+/*
+** locale.h
+*/
+
+struct lconv
+{
+  char *decimal_point;
+  char *thousands_sep;
+  char *grouping;
+  char *int_curr_symbol;
+  char *currency_symbol;
+  char *mon_decimal_point;
+  char *mon_thousands_sep;
+  char *mon_grouping;
+  char *positive_sign;
+  char *negative_sign;
+  char int_frac_digits;
+  char frac_digits;
+  char p_cs_precedes;
+  char p_sep_by_space;
+  char n_cs_precedes;
+  char n_sep_by_space;
+  char p_sign_posn;
+  char n_sign_posn;
+} ;
+
+/*@constant int LC_ALL;@*/
+/*@constant int LC_COLLATE;@*/
+/*@constant int LC_CTYPE;@*/
+/*@constant int LC_MONETARY;@*/
+/*@constant int LC_NUMERIC;@*/
+/*@constant int LC_TIME;@*/
+
+/*@observer@*/ /*@null@*/ char *setlocale (int category, /*@null@*/ char *locale) 
+   /*@modifies internalState, errno@*/ ;
+
+struct lconv *localeconv (void) /*@*/ ;
+
+/*
+** float.h
+*/
+
+/*
+** Note, these are defined by macros, but NOT necessarily
+** constants.  They may be used as lvalues.
+*/
+
+/*@unchecked@*/ int    DBL_DIG;
+/*@unchecked@*/ double DBL_EPSILON;
+/*@unchecked@*/ int    DBL_MANT_DIG;
+/*@unchecked@*/ double DBL_MAX;
+/*@unchecked@*/ int    DBL_MAX_10_EXP;
+/*@unchecked@*/ int    DBL_MAX_EXP;
+/*@unchecked@*/ double DBL_MIN;
+/*@unchecked@*/ int    DBL_MIN_10_EXP;
+/*@unchecked@*/ int    DBL_MIN_EXP;
+
+/*@unchecked@*/ int   FLT_DIG;
+/*@unchecked@*/ float FLT_EPSILON;
+/*@unchecked@*/ int   FLT_MANT_DIG;
+/*@unchecked@*/ float FLT_MAX;
+/*@unchecked@*/ int   FLT_MAX_10_EXP;
+/*@unchecked@*/ int   FLT_MAX_EXP;
+/*@unchecked@*/ float FLT_MIN;
+/*@unchecked@*/ int   FLT_MIN_10_EXP;
+/*@unchecked@*/ int   FLT_MIN_EXP;
+/*@constant            int   FLT_RADIX@*/
+/*@unchecked@*/ int   FLT_ROUNDS;
+
+/*@unchecked@*/ int         LDBL_DIG;
+/*@unchecked@*/ long double LDBL_EPSILON;
+/*@unchecked@*/ int         LDBL_MANT_DIG;
+/*@unchecked@*/ long double LDBL_MAX;
+/*@unchecked@*/ int         LDBL_MAX_10_EXP;
+/*@unchecked@*/ int         LDBL_MAX_EXP;
+/*@unchecked@*/ long double LDBL_MIN;
+/*@unchecked@*/ int         LDBL_MIN_10_EXP;
+/*@unchecked@*/ int         LDBL_MIN_EXP;
+
+/*
+** limits.h
+*/
+
+/*@constant int CHAR_BIT; @*/
+/*@constant char CHAR_MAX; @*/
+/*@constant char CHAR_MIN; @*/
+/*@constant int INT_MAX; @*/
+/*@constant int INT_MIN; @*/
+/*@constant long int LONG_MAX; @*/
+/*@constant long int LONG_MIN; @*/
+/*@constant long int MB_LEN_MAX@*/
+/*@constant signed char SCHAR_MAX; @*/
+/*@constant signed char SCHAR_MIN; @*/
+/*@constant short SHRT_MAX; @*/
+/*@constant short SHRT_MIN; @*/
+/*@constant unsigned char UCHAR_MAX; @*/
+/*@constant unsigned char UCHAR_MIN; @*/
+/*@constant unsigned int UINT_MAX; @*/
+/*@constant unsigned long ULONG_MAX; @*/
+/*@constant unsigned short USHRT_MAX; @*/
+
+/*
+** math.h
+*/
+
+/*@constant double HUGE_VAL; @*/
+
+/*
+** math functions that may have a range error modify errno 
+*/
+
+double sin (double x) /*@*/ ;
+double cos (double x) /*@*/ ;
+double tan (double x) /*@*/ ;
+double asin (double x) /*@modifies errno@*/ ;
+double acos (double x) /*@modifies errno@*/ ;
+double atan (double x) /*@*/ ;
+double atan2 (double y, double x) /*@*/ ;
+double sinh (double x) /*@*/ ;
+double cosh (double x) /*@modifies errno@*/ ;
+double tanh (double x) /*@*/ ;
+
+double exp (double x) /*@modifies errno@*/ ;
+double ldexp (double x, int n) /*@modifies errno@*/ ;
+double frexp (double x, /*@out@*/ int *xp) /*@modifies *xp;@*/ ;
+
+double log (double x) /*@modifies errno@*/ ;
+double log10 (double x) /*@modifies errno@*/ ;
+
+double pow (double x, double y) /*@modifies errno@*/ ;
+double sqrt (double x) /*@modifies errno@*/ ;
+
+double ceil (double x) /*@*/ ;
+double floor (double x) /*@*/ ;
+double fabs (double x) /*@*/ ;
+
+double modf (double x, /*@out@*/ double *ip) /*@modifies *ip;@*/ ;
+double fmod (double x, double y) /*@*/ ;
+
+/*
+** These functions are optional in iso C.  An implementation does not
+** have to provide them.  They are included in comments here, but
+** are not required to be part of the standard library.
+*/
+
+# ifdef OPTIONAL_MATH
+
+float acosf (float x) /*@modifies errno@*/ ;
+long double acosl (long double x) /*@modifies errno@*/ ;
+float asinf (float x)  /*@modifies errno@*/ ;
+long double asinl (long double x) /*@modifies errno@*/ ;
+float atanf (float x)  /*@*/ ;
+long double atanl (long double x) /*@*/ ;
+float atan2f (float y, float x) /*@*/ ;
+long double atan2l (long double y, long double x) /*@*/ ;
+float ceilf (float x)  /*@*/ ;
+long double ceill (long double x) /*@*/ ;
+float cosf (float x) /*@*/ ;
+long double cosl (long double x) /*@*/ ;
+float coshf (float x)  /*@modifies errno@*/ ;
+long double coshl (long double x) /*@modifies errno@*/ ;
+float expf (float x) /*@modifies errno@*/ ;
+long double expl (long double x) /*@modifies errno@*/;
+float fabsf (float x)  /*@*/ ;
+long double fabsl (long double x) /*@*/ ;
+float floorf (float x) /*@*/ ;
+long double floorl (long double x) /*@*/ ;
+float fmodf (float x, float y) /*@*/ ;
+long double fmodl (long double x, long double y)       /*@*/ ;
+float frexpf (float x, /*@out@*/ int *xp) /*@modifies *xp@*/;
+long double frexpl (long double x, /*@out@*/ int *xp) /*@modifies *xp@*/;
+float ldexpf (float x, int n) /*@modifies errno@*/ ;
+long double ldexpl (long double x, int n) /*@modifies errno@*/ ;
+float logf (float x) /*@modifies errno@*/ ;
+long double logl (long double x) /*@modifies errno@*/ ;
+float log10f (float x) /*@modifies errno@*/;
+long double log10l (long double x) /*@modifies errno@*/;
+float modff (float x, /*@out@*/ float *xp) /*@modifies *xp@*/ ;
+long double modfl (long double x, /*@out@*/ long double *xp) /*@modifies *xp@*/ ;
+float powf (float x, float y) /*@modifies errno@*/ ;
+long double powl (long double x, long double y) /*@modifies errno@*/ ;
+float sinf (float x) /*@*/ ;
+long double sinl (long double x)       /*@*/ ;
+float sinhf (float x) /*@*/ ;
+long double sinhl (long double x) /*@*/ ;
+float sqrtf (float x) /*@modifies errno@*/ ;
+long double sqrtl (long double x) /*@modifies errno@*/ ;
+float tanf (float x) /*@*/ ;
+long double tanl (long double x)       /*@*/ ;
+float tanhf (float x) /*@*/ ;
+long double tanhl (long double x) /*@*/ ;
+
+# endif
+
+/*
+** setjmp.h
+*/
+
+typedef /*@abstract@*/ /*@mutable@*/ void *jmp_buf;
+
+int setjmp (/*@out@*/ jmp_buf env) /*@modifies env;@*/ ;
+/*@mayexit@*/ void longjmp (jmp_buf env, int val) /*@*/ ;
+
+/*
+** signal.h
+*/
+
+/*@constant int SIGABRT; @*/
+/*@constant int SIGFPE; @*/
+/*@constant int SIGILL; @*/
+/*@constant int SIGINT; @*/
+/*@constant int SIGSEGV; @*/
+/*@constant int SIGTERM; @*/
+
+typedef /*@integraltype@*/ sig_atomic_t;
+
+/*@constant void (*SIG_DFL)(int); @*/
+/*@constant void (*SIG_ERR)(int); @*/
+/*@constant void (*SIG_IGN)(int); @*/
+
+/*
+** signal takes an int, and a function takes int returns void, and
+** returns the function (or NULL if unsuccessful).
+*/
+
+/*@null@*/ void (*signal (int sig, /*@null@*/ void (*func)(int))) (int) 
+   /*@modifies internalState, errno;@*/ ;
+
+/*@mayexit@*/ int raise (int sig) ;
+
+/*
+** stdarg.h
+*/
+
+typedef /*@abstract@*/ /*@mutable@*/ void *va_list;
+
+void va_start (/*@out@*/ va_list ap, ...) /*@modifies ap;@*/ ;
+void va_end (va_list va) /*@modifies va;@*/ ;
+
+/*
+** va_arg is builtin
+*/
+
+/*
+** stdio.h
+*/
+
+typedef /*@abstract@*/ /*@mutable@*/ void *FILE;
+typedef /*@abstract@*/ /*@mutable@*/ void *fpos_t;
+
+/*@constant int _IOFBF; @*/
+/*@constant int _IOLBF; @*/
+/*@constant int _IONBF; @*/
+
+/*@constant int BUFSIZ; @*/
+/*@constant int EOF; @*/
+
+/*@constant int FOPEN_MAX; @*/
+/*@constant int FILENAME_MAX; @*/
+
+/*@constant int L_tmpnam; @*/
+
+/*@constant int SEEK_CUR; @*/
+/*@constant int SEEK_END; @*/
+/*@constant int SEEK_SET; @*/
+
+/*@constant int TMP_MAX; @*/
+
+# ifdef STRICT
+/*@checked@*/ FILE *stderr;
+/*@checked@*/ FILE *stdin;
+/*@checked@*/ FILE *stdout;
+# else
+/*@unchecked@*/ FILE *stderr;
+/*@unchecked@*/ FILE *stdin;
+/*@unchecked@*/ FILE *stdout;
+# endif
+
+int remove (char *filename) /*@modifies fileSystem, errno@*/ ;
+int rename (char *old, char *new) /*@modifies fileSystem, errno@*/ ;
+
+/*@null@*/ FILE *tmpfile (void) /*@modifies fileSystem@*/ ;
+/*@observer@*/ char *
+  tmpnam (/*@out@*/ /*@null@*/ /*@returned@*/ char *s) 
+  /*@modifies *s, internalState@*/ ;
+
+int fclose (FILE *stream) /*@modifies *stream, errno, fileSystem;@*/ ;
+int fflush (/*@null@*/ FILE *stream) 
+   /*@modifies *stream, errno, fileSystem;@*/ ;
+
+/*@null@*/ /*@dependent@*/ FILE *fopen (char *filename, char *mode) 
+   /*@modifies fileSystem@*/ ;         
+
+/*@null@*/ FILE *freopen (char *filename, char *mode, FILE *stream) 
+  /*@modifies *stream, fileSystem, errno@*/ ;
+
+  extern void setbuf (FILE *stream, /*@null@*/ /*@exposed@*/ /*@out@*/ char *buf) 
+   /*@modifies fileSystem, *stream, *buf@*/ ;
+
+   extern int setvbuf (FILE *stream, /*@null@*/ /*@exposed@*/ /*@out@*/ char *buf, 
+                   int mode, size_t size)
+   /*@modifies fileSystem, *stream, *buf@*/ ;
+
+# ifdef STRICT
+/*@printflike@*/ 
+int fprintf (FILE *stream, char *format, ...)
+   /*@modifies fileSystem, *stream@*/ ;
+# else
+/*@printflike@*/ 
+int /*@alt void@*/ fprintf (FILE *stream, char *format, ...)
+   /*@modifies fileSystem, *stream@*/ ;
+# endif
+
+/*@scanflike@*/ 
+int fscanf (FILE *stream, char *format, ...)
+   /*@modifies fileSystem, *stream@*/ ;
+
+# ifdef STRICT
+/*@printflike@*/ 
+int printf (char *format, ...) 
+   /*@globals stdout@*/
+   /*@modifies fileSystem, *stdout@*/ ;
+# else
+/*@printflike@*/ 
+int /*@alt void@*/ printf (char *format, ...) 
+   /*@globals stdout@*/
+   /*@modifies fileSystem, *stdout@*/ ;
+# endif
+
+/*@scanflike@*/
+int scanf(char *format, ...)
+   /*@globals stdin@*/
+   /*@modifies fileSystem, *stdin@*/ ;
+
+# ifdef STRICT
+/*@printflike@*/ 
+int sprintf (/*@out@*/ char *s, char *format, ...) 
+   /*@modifies *s@*/ ;
+# else
+/*@printflike@*/ 
+int /*@alt void@*/ sprintf (/*@out@*/ char *s, char *format, ...) 
+   /*@modifies *s@*/ ;
+# endif
+
+/*@scanflike@*/ 
+int sscanf (/*@out@*/ char *s, char *format, ...) /*@*/ ;
+   /* modifies extra arguments */
+
+int vprintf (const char *format, va_list arg)
+   /*@globals stdout@*/
+   /*@modifies fileSystem, *stdout@*/ ;
+
+int vfprintf (FILE *stream, char *format, va_list arg)
+   /*@modifies fileSystem, *stream, arg, errno@*/ ;
+
+int vsprintf (/*@out@*/ char *str, const char *format, va_list ap)
+     /*@warn bufferoverflowhigh "Use vsnprintf instead"@*/
+     /*@modifies str@*/ ;
+
+int vsnprintf (/*@out@*/ char *str, size_t size, const char *format, va_list ap)
+     /*@requires maxSet(str) >= size@*/
+     /*@modifies str@*/ ;
+
+int fgetc (FILE *stream) 
+   /*@modifies fileSystem, *stream, errno@*/ ;
+
+/*@null@*/ char *
+  fgets (/*@returned@*/ /*@out@*/ char *s, int n, FILE *stream)
+     /*@modifies fileSystem, *s, *stream, errno@*/
+     /*@requires maxSet(s) >= (n -1); @*/
+     /*@ensures maxRead(s) <= (n -1) /\ maxRead(s) >= 0; @*/
+     ;
+
+int fputc (int /*@alt char@*/ c, FILE *stream)
+  /*:errorcode EOF:*/
+  /*@modifies fileSystem, *stream, errno@*/ ;
+
+int fputs (char *s, FILE *stream)
+  /*@modifies fileSystem, *stream@*/ ;
+
+/* note use of sef --- stream may be evaluated more than once */
+int getc (/*@sef@*/ FILE *stream)
+  /*@modifies fileSystem, *stream@*/ ;
+
+int getchar (void) /*@globals stdin@*/ /*@modifies fileSystem, *stdin@*/ ;
+
+/*@null@*/ char *gets (/*@out@*/ char *s) 
+   /*@warn bufferoverflowhigh
+           "Use of gets leads to a buffer overflow vulnerability.  Use fgets instead"@*/
+   /*@globals stdin@*/ /*@modifies fileSystem, *s, *stdin, errno@*/ ;
+
+int putc (int /*@alt char@*/ c, /*@sef@*/ FILE *stream)
+   /*:errorcode EOF:*/
+   /*@modifies fileSystem, *stream;@*/ ;
+
+int putchar (int /*@alt char@*/ c)
+   /*:errorcode EOF:*/
+   /*@globals stdout@*/ /*@modifies fileSystem, *stdout@*/ ; 
+
+int puts (const char *s)
+   /*:errorcode EOF:*/
+   /*@globals stdout@*/
+   /*@modifies fileSystem, *stdout@*/ ; 
+
+int ungetc (int /*@alt char@*/ c, FILE *stream)
+  /*@modifies fileSystem, *stream, errno@*/ ;
+
+size_t 
+  fread (/*@out@*/ void *ptr, size_t size, size_t nobj, FILE *stream)
+  /*@modifies fileSystem, *ptr, *stream, errno@*/ ;
+
+size_t fwrite (void *ptr, size_t size, size_t nobj, FILE *stream)
+  /*@modifies fileSystem, *stream, errno@*/ ;
+
+int fgetpos (FILE *stream, /*@out@*/ fpos_t *pos)
+  /*@modifies *pos, errno@*/ ;
+
+int fseek (FILE *stream, long int offset, int whence)
+   /*:errorcode -1:*/
+   /*@modifies fileSystem, *stream, errno@*/ ;
+
+int fsetpos (FILE *stream, fpos_t *pos)
+   /*@modifies fileSystem, *stream, errno@*/ ;
+
+long int ftell(FILE *stream) 
+   /*:errorcode -1:*/ /*@modifies errno*/ ;
+
+void rewind (FILE *stream) /*@modifies *stream@*/ ;
+void clearerr (FILE *stream) /*@modifies *stream@*/ ;
+
+int feof (FILE *stream) /*@modifies errno@*/ ;
+int ferror (FILE *stream) /*@modifies errno@*/ ;
+
+void perror (/*@null@*/ char *s) 
+   /*@globals errno, stderr@*/ /*@modifies fileSystem, *stderr@*/ ; 
+
+/*
+** stdlib.h
+*/
+
+double atof (char *s) /*@*/ ;
+int atoi (char *s) /*@*/ ;
+long int atol (char *s) /*@*/ ;
+
+double strtod (char *s, /*@null@*/ /*@out@*/ char **endp)
+  /*@modifies *endp, errno@*/ ;
+
+long strtol (char *s, /*@null@*/ /*@out@*/ char **endp, int base)
+  /*@modifies *endp, errno@*/ ;
+
+unsigned long 
+  strtoul (char *s, /*@null@*/ /*@out@*/ char **endp, int base)
+  /*@modifies *endp, errno@*/ ;
+
+/*@constant int RAND_MAX; @*/
+int rand (void) /*@modifies internalState@*/ ;
+void srand (unsigned int seed) /*@modifies internalState@*/ ;
+
+/*
+  drl
+  changed 12/29/2000
+*/
+
+/*@null@*/ /*@only@*/ void *calloc (size_t nobj, size_t size) /*@*/
+     /*@ensures maxSet(result) == (nobj - 1); @*/ ;
+/*@null@*/ /*@out@*/ /*@only@*/ void *malloc (size_t size) /*@*/
+     /*@ensures maxSet(result) == (size - 1); @*/ ;
+
+/*end drl changed */
+     
+/* 11 June 1997: removed out on return value */
+
+# if 0
+/*@null@*/ /*@only@*/ void *
+   realloc (/*@null@*/ /*@only@*/ /*@special@*/ void *p, 
+           size_t size) /*@releases p@*/ /*@modifies *p@*/
+     /*@ensures maxSet(result) == (size - 1) @*/;
+# endif
+
+/*
+** LCLint annotations cannot fully describe realloc.  The semantics we
+** want are:
+**    realloc returns null: ownership of parameter is not changed
+**    realloc returns non-null: ownership of parameter is transferred to return value
+**
+** Otherwise, storage is in the same state before and after the call.
+*/
+
+/*@null@*/ /*@only@*/ void *
+   realloc (/*@null@*/ /*@only@*/ /*@out@*/ /*@returned@*/ void *p, size_t size) 
+     /*@modifies *p@*/ /*@ensures maxSet(result) >= (size - 1) @*/;
+
+void free (/*@null@*/ /*@out@*/ /*@only@*/ void *p) /*@modifies p@*/ ;
+
+/*@constant int EXIT_FAILURE; @*/ 
+/*@constant int EXIT_SUCCESS; @*/ 
+
+/*@exits@*/ void abort (void) /*@*/ ;
+/*@exits@*/ void exit (int status) /*@*/ ;
+int atexit (void (*func)(void)) /*@modifies internalState@*/ ;
+
+/*@observer@*/ /*@null@*/ char *getenv (char *name) /*@*/ ;
+
+int system (/*@null@*/ char *s) /*@modifies fileSystem@*/ ;
+
+/*@null@*/ /*@dependent@*/ void *
+  bsearch (void *key, void *base, 
+          size_t n, size_t size, 
+          int (*compar)(void *, void *)) /*@*/ ;
+
+void qsort (void *base, size_t n, size_t size, 
+                  int (*compar)(void *, void *))
+   /*@modifies *base, errno@*/ ;
+
+int abs (int n) /*@*/ ;
+
+typedef /*@concrete@*/ struct 
+{
+  int quot;
+  int rem;
+} div_t ;
+
+div_t div (int num, int denom) /*@*/ ;
+
+long int labs (long int n) /*@*/ ; 
+
+typedef /*@concrete@*/ struct 
+{
+  long int quot;
+  long int rem;
+} ldiv_t ;
+
+ldiv_t ldiv (long num, long denom) /*@*/ ;
+
+/*@constant size_t MB_CUR_MAX; @*/
+
+/*
+** wchar_t and wint_t functions added by Amendment 1 to ISO.
+*/
+
+/*@constant int WCHAR_MAX@*/
+/*@constant int WCHAR_MIN@*/
+/*@constant wint_t WEOF@*/
+
+wint_t btowc (int c) /*@*/ ;
+
+wint_t fgetwc (FILE *fp)       /*@modifies fileSystem, *fp*/ ;
+
+/*@null@*/ wchar_t *fgetws (/*@returned@*/ wchar_t *s, int n, FILE *stream)
+   /*@modifies fileSystem, *s, *stream@*/;
+
+wint_t fputwc (wchar_t c, FILE *stream)
+   /*@modifies fileSystem, *stream@*/;
+
+int fputws (const wchar_t *s, FILE *stream)
+   /*@modifies fileSystem, *stream@*/ ;
+
+int fwide (FILE *stream, int mode) /*@*/ ; 
+   /* does not modify the stream */
+
+/*@printflike@*/ int fwprintf (FILE *stream, const wchar_t *format, ...)
+    /*@modifies *stream, fileSystem@*/ ;
+
+/*@scanflike@*/ int fwscanf (FILE *stream, const wchar_t *format, ...)
+       /*@modifies *stream, fileSystem@*/ ;
+
+/* note use of sef --- stream may be evaluated more than once */
+wint_t getwc (/*@sef@*/ FILE *stream) /*@modifies fileSystem, *stream@*/ ;
+
+wint_t getwchar (void) /*@modifies fileSystem, *stdin@*/;
+
+size_t mbrlen (const char *s, size_t n, /*@null@*/ mbstate_t *ps) /*@*/ ;
+
+size_t mbrtowc (/*@null@*/ wchar_t *pwc, const char *s, size_t n,
+                      /*@null@*/ mbstate_t *ps) 
+   /*@modifies *pwc@*/ ;
+
+int mbsinit (/*@null@*/ const mbstate_t *ps) /*@*/ ;
+
+size_t mbsrtowcs (/*@null@*/ wchar_t *dst, const char **src, size_t len,
+                        /*@null@*/ mbstate_t *ps) 
+   /*@modifies *dst@*/ ;
+
+/* note use of sef --- stream may be evaluated more than once */
+wint_t putwc (wchar_t c, /*@sef@*/ FILE *stream)       /*@modifies fileSystem, *stream@*/ ;
+
+wint_t putwchar (wchar_t c) /*@modifies fileSystem, *stdout@*/ ;
+
+/*@printflike@*/ int swprintf (wchar_t *s, size_t n, const wchar_t *format, ...)
+   /*@modifies *s@*/ ;
+
+/*@scanflike@*/ int swscanf (const wchar_t *s, const wchar_t *format, ...)
+   /*@modifies *stdin@*/ ;
+
+wint_t ungetwc (wint_t c, FILE *stream) /*@modifies fileSystem, *stream@*/ ;
+
+int vfwprintf (FILE *stream, const wchar_t *format, va_list arg)
+   /*@modifies fileSystem, *stream@*/ ;
+
+int vswprintf (wchar_t *s, size_t n, const wchar_t *format, va_list arg)
+   /*@modifies *s@*/ ;
+
+int vwprintf (const wchar_t *format, va_list arg)
+   /*@modifies fileSystem, *stdout@*/ ;
+
+size_t wcrtomb (/*@null@*/ /*@out@*/ char *s, wchar_t wc, /*@null@*/ mbstate_t *ps)
+   /*@modifies *s@*/;
+
+void /*@alt wchar_t *@*/
+  wcscat (/*@unique@*/ /*@returned@*/ /*@out@*/ wchar_t *s1, const wchar_t *s2)
+  /*@modifies *s1@*/ ;
+
+/*@exposed@*/ /*@null@*/ wchar_t *
+  wcschr (/*@returned@*/ const wchar_t *s, wchar_t c)
+  /*@*/ ;
+
+int wcscmp (const wchar_t *s1, const wchar_t *s2) /*@*/ ;
+
+int wcscoll (const wchar_t *s1, const wchar_t *s2) /*@*/ ;
+
+void /*@alt wchar_t *@*/ 
+  wcscpy (/*@unique@*/ /*@out@*/ /*@returned@*/ wchar_t *s1, const wchar_t *s2)
+  /*@modifies *s1@*/ ;
+
+size_t wcscspn (const wchar_t *s1, const wchar_t *s2) /*@*/ ;
+
+size_t wcsftime (/*@out@*/ wchar_t *s, size_t maxsize, const wchar_t *format,
+                       const struct tm *timeptr) 
+   /*@modifies *s@*/ ;
+
+size_t wcslen (const wchar_t *s) /*@*/ ;
+
+void /*@alt wchar_t *@*/
+  wcsncat (/*@unique@*/ /*@returned@*/ /*@out@*/ wchar_t *s1, const wchar_t *s2,
+          size_t n) 
+  /*@modifies *s1@*/ ;
+
+int wcsncmp (const wchar_t *s1, const wchar_t *s2, size_t n) /*@*/ ;
+
+void /*@alt wchar_t *@*/
+  wcsncpy (/*@unique@*/ /*@returned@*/ /*@out@*/ wchar_t *s1, const wchar_t *s2,
+          size_t n) 
+   /*@modifies *s1@*/ ;
+
+/*@null@*/ wchar_t *
+  wcspbrk (/*@returned@*/ const wchar_t *s1, const wchar_t *s2)
+  /*@*/ ;
+
+/*@null@*/ wchar_t *
+  wcsrchr (/*@returned@*/ const wchar_t *s, wchar_t c)
+  /*@*/ ;
+
+size_t
+  wcsrtombs (/*@null@*/ char *dst, const wchar_t **src, size_t len,
+            /*@null@*/ mbstate_t *ps) 
+  /*@modifies *src@*/ ;
+
+size_t wcsspn (const wchar_t *s1, const wchar_t *s2) /*@*/ ;
+
+/*@null@*/ wchar_t *wcsstr (const wchar_t *s1, const wchar_t *s2) /*@*/ ;
+
+double wcstod (const wchar_t *nptr, /*@null@*/ wchar_t **endptr)
+   /*@modifies *endptr@*/ ;
+
+/*@null@*/ wchar_t *
+  wcstok (/*@null@*/ wchar_t *s1, const wchar_t *s2, wchar_t **ptr)
+  /*@modifies *ptr@*/;
+
+long wcstol (const wchar_t *nptr, /*@null@*/ wchar_t **endptr, int base)
+   /*@modifies *endptr@*/;
+
+unsigned long
+  wcstoul (const wchar_t *nptr, /*@null@*/ wchar_t **endptr, int base)
+  /*@modifies *endptr@*/;
+
+size_t
+  wcsxfrm (/*@null@*/ wchar_t *s1, const wchar_t *s2, size_t n)
+  /*@modifies *s1@*/;
+
+int wctob (wint_t c) /*@*/;
+
+/*@null@*/ wchar_t *wmemchr (const wchar_t *s, wchar_t c, size_t n) /*@*/ ;
+
+int wmemcmp (const wchar_t *s1, const wchar_t *s2, size_t n) /*@*/ ;
+
+wchar_t *wmemcpy (/*@returned@*/ wchar_t *s1, const wchar_t *s2, size_t n)
+   /*@modifies *s1@*/;
+
+wchar_t *wmemmove (/*@returned@*/ wchar_t *s1, const wchar_t *s2, size_t n)
+   /*@modifies *s1@*/;
+
+wchar_t *wmemset (/*@returned@*/ wchar_t *s, wchar_t c, size_t n)
+   /*@modifies *s@*/;
+
+/*@printflike@*/ int wprintf (const wchar_t *format, ...)
+   /*@globals stdout@*/ /*@modifies errno, *stdout@*/;
+
+/*@scanflike@*/ int
+  wscanf (const wchar_t *format, ...)
+  /*@globals stdin@*/ /*@modifies errno, *stdin@*/;
+
+/*
+** wctype.h (added by Amendment 1)
+*/
+
+/* Warning: not sure about these (maybe abstract?): */
+typedef /*@integraltype@*/ wctype_t;
+typedef /*@integraltype@*/ wctrans_t;
+
+# ifdef STRICT
+lltX_bool iswalnum (wint_t c) /*@*/ ;
+lltX_bool iswalpha (wint_t c) /*@*/ ;
+lltX_bool iswcntrl (wint_t c) /*@*/ ;
+lltX_bool iswctype (wint_t c, wctype_t ctg) /*@*/ ;
+lltX_bool iswdigit (wint_t c) /*@*/ ;
+lltX_bool iswgraph (wint_t c) /*@*/ ;
+lltX_bool iswlower (wint_t c) /*@*/ ;
+lltX_bool iswprint (wint_t c) /*@*/ ;
+lltX_bool iswpunct (wint_t c) /*@*/ ;
+lltX_bool iswspace (wint_t c) /*@*/ ;
+lltX_bool iswupper (wint_t c) /*@*/ ;
+lltX_bool iswxdigit (wint_t c) /*@*/ ;
+
+wint_t towctrans (wint_t c, wctrans_t ctg) /*@*/ ;
+wint_t towlower (wint_t c) /*@*/ ;
+wint_t towupper (wint_t c) /*@*/ ;
+# else
+lltX_bool /*@alt int@*/ iswalnum (wint_t c) /*@*/ ;
+lltX_bool /*@alt int@*/ iswalpha (wint_t c) /*@*/ ;
+lltX_bool /*@alt int@*/ iswcntrl (wint_t c) /*@*/ ;
+lltX_bool /*@alt int@*/ iswctype (wint_t c, wctype_t ctg) /*@*/ ;
+lltX_bool /*@alt int@*/ iswdigit (wint_t c) /*@*/ ;
+lltX_bool /*@alt int@*/ iswgraph (wint_t c) /*@*/ ;
+lltX_bool /*@alt int@*/ iswlower (wint_t c) /*@*/ ;
+lltX_bool /*@alt int@*/ iswprint (wint_t c) /*@*/ ;
+lltX_bool /*@alt int@*/ iswpunct (wint_t c) /*@*/ ;
+lltX_bool /*@alt int@*/ iswspace (wint_t c) /*@*/ ;
+lltX_bool /*@alt int@*/ iswupper (wint_t c) /*@*/ ;
+lltX_bool /*@alt int@*/ iswxdigit (wint_t c) /*@*/ ;
+
+wint_t /*@alt int@*/ towctrans (wint_t c, wctrans_t ctg)       /*@*/ ;
+wint_t /*@alt int@*/ towlower (wint_t c)       /*@*/ ;
+wint_t /*@alt int@*/ towupper (wint_t c)       /*@*/ ;
+# endif
+
+wctrans_t wctrans (const char *property)       /*@*/ ;
+wctype_t wctype (const char *property) /*@*/ ;
+
+int mblen (char *s, size_t n) /*@*/ ;
+int mbtowc (/*@null@*/ wchar_t *pwc, /*@null@*/ char *s, size_t n) 
+   /*@modifies *pwc@*/ ;
+int wctomb (/*@out@*/ /*@null@*/ char *s, wchar_t wchar) 
+   /*@modifies *s@*/ ;
+size_t mbstowcs (/*@out@*/ wchar_t *pwcs, char *s, size_t n)
+  /*@modifies *pwcs@*/ ;
+size_t wcstombs (/*@out@*/ char *s, wchar_t *pwcs, size_t n)
+  /*@modifies *s@*/ ;
+
+/*
+** string.h
+*/
+     
+void /*@alt void * @*/
+  memcpy (/*@unique@*/ /*@returned@*/ /*@out@*/ void *s1, void *s2, size_t n) 
+  /*@modifies *s1@*/
+     /*@requires maxRead(s2) >= (n - 1) /\ maxSet(s1) >= (n - 1); @*/
+     ;
+
+void /*@alt void * @*/
+  memmove (/*@returned@*/ /*@out@*/ void *s1, void *s2, size_t n)
+  /*@modifies *s1@*/
+  /*@requires maxRead(s2) >= (n - 1) /\ maxSet(s1) >= (n - 1); @*/
+   ;
+
+  
+  /* drl
+     modifed  12/29/2000
+  */
+
+void /*@alt char * @*/ 
+  strcpy (/*@unique@*/ /*@out@*/ /*@returned@*/ char *s1, char *s2) 
+     /*@modifies *s1@*/ 
+     /*@requires maxSet(s1) >= maxRead(s2) @*/
+     /*@ensures maxRead(s1) == maxRead (s2) /\ maxRead(result) == maxRead(s2) /\ maxSet(result) == maxSet(s1); @*/;
+
+void /*@alt char * @*/
+  strncpy (/*@unique@*/ /*@out@*/ /*@returned@*/ char *s1, char *s2, size_t n) 
+  /*@modifies *s1@*/      /*@requires maxSet(s1) >= ( n - 1 ); @*/ /*@ensures maxRead (s2) >= maxRead(s1) /\ maxRead (s1) <= n; @*/; 
+
+void /*@alt char * @*/
+  strcat (/*@unique@*/ /*@returned@*/ char *s1, char *s2) 
+     /*@modifies *s1@*/ /*@requires maxSet(s1) >= (maxRead(s1) + maxRead(s2) );@*/
+     /*@ensures maxRead(result) == (maxRead(s1) + maxRead(s2) );@*/;
+
+void /*@alt char * @*/
+  strncat (/*@unique@*/ /*@returned@*/ char *s1, char *s2, size_t n)
+     /*@modifies *s1@*/ 
+     /*@requires maxSet(s1) >= ( maxRead(s1) + n); @*/
+      /*@ensures maxRead(s1) >= (maxRead(s1) + n); @*/;
+
+     /*drl end*/
+     
+int memcmp (void *s1, void *s2, size_t n) /*@*/ ;
+int strcmp (char *s1, char *s2) /*@*/ ;
+int strcoll (char *s1, char *s2) /*@*/ ;
+int strncmp (char *s1, char *s2, size_t n) /*@*/ ;
+size_t strxfrm (/*@out@*/ /*@null@*/ char *s1, char *s2, size_t n) 
+  /*@modifies *s1@*/ ;  /* s1 may be null only if n == 0 */ 
+
+/*@null@*/ void *memchr (void *s, int c, size_t n) /*@*/ ;
+
+# ifdef STRICT
+/*@exposed@*/ /*@null@*/ char *
+strchr (/*@returned@*/ char *s, char c) /*@*/ /*@ensures maxSet(result) >= 0 /\ maxSet(result) <= maxSet(s) /\ maxRead (result) <= maxRead(s) /\ maxRead(result) >= 0 @*/ ;
+# else
+/*@exposed@*/ /*@null@*/ char *
+  strchr (/*@returned@*/ char *s, int /*@alt char@*/ c) /*@*/ /*@ensures maxSet(result) >= 0 /\ maxSet(result) <= maxSet(s) /\ maxRead (result) <= maxRead(s) /\ maxRead(result) >= 0; @*/ ;
+# endif
+
+size_t strcspn (char *s1, char *s2) /*@*/ ;
+/*@null@*/ /*@exposed@*/ char *
+  strpbrk (/*@returned@*/ char *s, char *t) /*@*/ ;
+
+# ifdef STRICT
+/*@null@*/ /*@exposed@*/ char *
+  strrchr (/*@returned@*/ char *s, char c) /*@*/  /*@ensures maxSet(result) >= 0 /\ maxSet(result) <= maxSet(s) /\ maxRead (result) <= maxRead(s) /\ maxRead(result) >= 0 @*/ ;
+# else
+/*@null@*/ /*@exposed@*/ char *
+  strrchr (/*@returned@*/ char *s, int /*@alt char@*/ c) /*@*/  /*@ensures maxSet(result) >= 0 /\ maxSet(result) <= maxSet(s) /\ maxRead (result) <= maxRead(s) /\ maxRead(result) >= 0 @*/ ;
+# endif
+
+size_t strspn (char *s, char *t) /*@*/ ;
+
+/*@null@*/ /*@exposed@*/  char *
+  strstr (/*@returned@*/ /*@unique@*/ char *s, char *t) /*@*/
+       /*@ensures maxSet(result) >= 0 /\ maxSet(result) <= maxSet(s) /\ maxRead (result) <= maxRead(s) /\ maxRead(result) >= 0 /\ maxRead(result) >= maxRead(t) /\ maxSet(result) >= maxRead(t)@*/ ;
+
+/*@null@*/ /*@exposed@*/ char *
+  strtok (/*@returned@*/ /*@null@*/ char *s, char *t)
+  /*@modifies *s, internalState, errno@*/ ;
+
+void /*@alt void *@*/ memset (/*@out@*/ /*@returned@*/ void *s, 
+                                    int c, size_t n)
+     /*@modifies *s@*/ /*@requires maxSet(s) >= (n - 1) @*/ /*@ensures maxRead(s) >= (n - 1) @*/ ;
+
+/*@observer@*/ char *strerror (int errnum) /*@*/ ;
+
+/*drl */
+size_t strlen (char *s) /*@*/ /*@ensures result == maxRead(s); @*/; 
+
+/*
+** time.h
+*/
+
+/*@constant int CLOCKS_PER_SEC;@*/
+
+typedef /*@integraltype@*/ clock_t;
+typedef /*@integraltype@*/ time_t;
+
+struct tm
+  {
+    int tm_sec;
+    int tm_min;
+    int tm_hour;
+    int tm_mday;
+    int tm_mon;
+    int tm_year;
+    int tm_wday;
+    int tm_yday;
+    int tm_isdst;
+  } ;
+
+clock_t clock (void) /*@modifies internalState@*/ ;
+double difftime (time_t time1, time_t time0) /*@*/ ;
+time_t mktime (struct tm *timeptr) /*@*/ ;
+
+time_t time (/*@null@*/ /*@out@*/ time_t *tp)
+  /*@modifies *tp@*/ ;
+
+/*@observer@*/ char *asctime (struct tm *timeptr) 
+  /*@modifies errno*/ /*@ensures maxSet(result) == 25 /\  maxRead(result) == 25; @*/ ;
+
+/*@observer@*/ char *ctime (time_t *tp) /*@*/
+     /*@ensures maxSet(result) == 25 /\  maxRead(result) == 25; @*/;
+
+/*@null@*/ /*@observer@*/ struct tm *gmtime (time_t *tp) /*@*/ ;
+
+/*@null@*/ /*@observer@*/ struct tm *localtime (time_t *tp) 
+  /*@modifies errno@*/ ;
+
+size_t strftime (/*@out@*/ char *s, size_t smax,
+                       char *fmt, struct tm *timeptr)
+  /*@modifies *s@*/ ;
+
+/*
+** ISO c99: 7.18 Integer types <stdint.h>
+*/
+
+/*
+** These types are OPTIONAL.  Provide warnings on use.
+*/
+
+typedef /*@integraltype@*/ int8_t
+   /*@warn implementationoptional "ISO99 specifies as optional type, implementation need not provide. Consider int_least8_t instead."@*/ ;
+
+typedef /*@integraltype@*/ int16_t
+   /*@warn implementationoptional "ISO99 specifies as optional type, implementation need not provide. Consider int_least16_t instead."@*/ ;
+
+typedef /*@integraltype@*/ int32_t
+   /*@warn implementationoptional "ISO99 specifies as optional type, implementation need not provide. Consider int_least32_t instead."@*/ ;
+
+typedef /*@integraltype@*/ int64_t
+   /*@warn implementationoptional "ISO99 specifies as optional type, implementation need not provide. Consider int_least64_t instead."@*/ ;
+
+typedef /*@unsignedintegraltype@*/ uint8_t
+   /*@warn implementationoptional "ISO99 specifies as optional type, implementation need not provide. Consider uint_least8_t instead."@*/ ;
+
+typedef /*@unsignedintegraltype@*/ uint16_t
+   /*@warn implementationoptional "ISO99 specifies as optional type, implementation need not provide. Consider uint_least16_t instead."@*/ ;
+
+typedef /*@unsignedintegraltype@*/ uint32_t
+   /*@warn implementationoptional "ISO99 specifies as optional type, implementation need not provide. Consider uint_least32_t instead."@*/ ;
+
+typedef /*@unsignedintegraltype@*/ uint64_t
+   /*@warn implementationoptional "ISO99 specifies as optional type, implementation need not provide. Consider uint_least64_t instead."@*/ ;
+
+typedef /*@integraltype@*/ int_least8_t;
+typedef /*@integraltype@*/ int_least16_t;
+typedef /*@integraltype@*/ int_least32_t;
+typedef /*@integraltype@*/ int_least64_t;
+
+typedef /*@unsignedintegraltype@*/ uint_least8_t;
+typedef /*@unsignedintegraltype@*/ uint_least16_t;
+typedef /*@unsignedintegraltype@*/ uint_least32_t;
+typedef /*@unsignedintegraltype@*/ uint_least64_t;
+
+typedef /*@integraltype@*/ int_fast8_t;
+typedef /*@integraltype@*/ int_fast16_t;
+typedef /*@integraltype@*/ int_fast32_t;
+typedef /*@integraltype@*/ int_fast64_t;
+
+typedef /*@unsignedintegraltype@*/ uint_fast8_t;
+typedef /*@unsignedintegraltype@*/ uint_fast16_t;
+typedef /*@unsignedintegraltype@*/ uint_fast32_t;
+typedef /*@unsignedintegraltype@*/ uint_fast64_t;
+
+typedef int *intptr_t
+   /*@warn implementationoptional "ISO99 specifies as optional type, implementation need not provide."@*/ ;
+
+typedef unsigned int *uintptr_t
+   /*@warn implementationoptional "ISO99 specifies as optional type, implementation need not provide."@*/ ;
+
+typedef /*@signedintegraltype@*/ intmax_t;
+typedef /*@unsignedintegraltype@*/ uintmax_t;
+
+/*
+** What should the types be here? 
+*/ /*#*/
+
+/*@constant int INT8_MIN@*/
+/*@constant int INT16_MIN@*/
+/*@constant int INT32_MIN@*/
+/*@constant int INT64_MIN@*/
+
+/*@constant int INT8_MAX@*/
+/*@constant int INT16_MAX@*/
+/*@constant int INT32_MAX@*/
+/*@constant int INT64_MAX@*/
+
+/*@constant int UINT8_MIN@*/
+/*@constant int UINT16_MIN@*/
+/*@constant int UINT32_MIN@*/
+/*@constant int UINT64_MIN@*/
+
+/*@constant int INT_LEAST8_MIN@*/
+/*@constant int INT_LEAST16_MIN@*/
+/*@constant int INT_LEAST32_MIN@*/
+/*@constant int INT_LEAST64_MIN@*/
+
+/*@constant int INT_LEAST8_MAX@*/
+/*@constant int INT_LEAST16_MAX@*/
+/*@constant int INT_LEAST32_MAX@*/
+/*@constant int INT_LEAST64_MAX@*/
+
+/*@constant int UINT_LEAST8_MAX@*/
+/*@constant int UINT_LEAST16_MAX@*/
+/*@constant int UINT_LEAST32_MAX@*/
+/*@constant int UINT_LEAST64_MAX@*/
+
+/*@constant int INT_FAST8_MIN@*/
+/*@constant int INT_FAST16_MIN@*/
+/*@constant int INT_FAST32_MIN@*/
+/*@constant int INT_FAST64_MIN@*/
+
+/*@constant int INT_FAST8_MAX@*/
+/*@constant int INT_FAST16_MAX@*/
+/*@constant int INT_FAST32_MAX@*/
+/*@constant int INT_FAST64_MAX@*/
+
+/*@constant int UINT_FAST8_MAX@*/
+/*@constant int UINT_FAST16_MAX@*/
+/*@constant int UINT_FAST32_MAX@*/
+/*@constant int UINT_FAST64_MAX@*/
+
+/*@constant size_t INTPTR_MIN@*/
+/*@constant size_t INTPTR_MAX@*/
index 47d554ceed803221f82e4d0e3940b851a6c12e57..15f6a55f8e209fc7b2d3e48eeee6a64b723dcdb9 100644 (file)
@@ -111,27 +111,28 @@ extern char * ctermid (/*@returned@*/ /*@out@*/ /*@null@*/ char *s)
  /*@unchecked@*/ extern int opterr;
  /*@unchecked@*/ extern int optreset;
 
- extern int getopt (int argc, char * const *argv, const char *optstring)
-       /*@globals optarg, optind, optopt, opterr, optreset@*/
-       /*@modifies optarg, optind, optopt@*/
-      /*@requires maxRead(argv) >= (argc - 1) @*/
-     
-      ;
-
-       extern /*@null@*/ char *gets (/*@out@*/ char *s) 
-   /*@warn bufferoverflowhigh
-  "Use of gets leads to a buffer overflow vulnerability.  Use fgets instead"@*/
- /*@globals stdin@*/ /*@modifies fileSystem, *s, *stdin, errno@*/ ;
-
- extern int getw (FILE *stream) /*@modifies fileSystem, *stream, errno@*/ ; /*drl added 09-18-001 */ /*legacy */ 
+extern int getopt (int argc, char * const *argv, const char *optstring)
+     /*@globals optarg, optind, optopt, opterr, optreset@*/
+     /*@modifies optarg, optind, optopt@*/
+     /*@requires maxRead(argv) >= (argc - 1) @*/
+     ;
 
+/*@-bufferoverflowhigh@*/
+extern /*@null@*/ char *gets (/*@out@*/ char *s) 
+     /*@warn bufferoverflowhigh
+       "Use of gets leads to a buffer overflow vulnerability.  Use fgets instead"@*/
+     /*@globals stdin@*/
+     /*@modifies fileSystem, *s, *stdin, errno@*/ ;
+     
+extern int getw (FILE *stream) 
+     /*@modifies fileSystem, *stream, errno@*/ ; /*drl added 09-18-001 */ /*legacy */ 
 
- extern int pclose (FILE *stream) /*@modifies fileSystem, *stream, errno@*/ ;
+extern int pclose (FILE *stream) /*@modifies fileSystem, *stream, errno@*/ ;
 
- extern void perror (/*@null@*/ char *s) 
+extern void perror (/*@null@*/ char *s) 
    /*@globals errno, stderr@*/ /*@modifies fileSystem, *stderr@*/ ; 
 
- extern /*@dependent@*/ /*@null@*/ FILE *popen (char *command, char *ttype)
+extern /*@dependent@*/ /*@null@*/ FILE *popen (char *command, char *ttype)
     /*@modifies fileSystem, errno@*/ ;
 
  # ifdef STRICT
index cfe563505d370c4b54280e97e8c4ea39bc92aaae..56b35733044ece96e2bc7abda58005745da67a67 100644 (file)
@@ -509,7 +509,7 @@ int getsockname (int s, /*@out@*/ struct sockaddr *address, socklen_t *address_l
 
 #else  
 int getsockname (int s, /*@out@*/ struct sockaddr *address, socklen_t  /*@alt size_t@*/ *address_len)
-     /*@i556@*/  /*: can't do this? requires maxSet(address) >= (*address_len) @*/ 
+  /*@i556@*/  /*: can't do this? requires maxSet(address) >= (*address_len) @*/ 
   /*@modifies *address, *address_len, errno@*/;
 
 #endif
index a46adbabb7387940b7d3d7a4c75895945bc5f2ab..f8be6c78278f235971d867268a77a20ce13c0afc 100644 (file)
 # define LCLIMPORTDIR           "LCLIMPORTDIR"
 
 /*@constant observer char *LLSTDLIBS_NAME; @*/
-# define LLSTDLIBS_NAME          "ansi"
+# define LLSTDLIBS_NAME          "standard"
 
 /*@constant observer char *LLSTRICTLIBS_NAME; @*/
-# define LLSTRICTLIBS_NAME      "ansistrict"
+# define LLSTRICTLIBS_NAME      "standardstrict"
 
 /*@constant observer char *LLUNIXLIBS_NAME; @*/
 # define LLUNIXLIBS_NAME        "unix"
index 3035e785a33e6c829733fd0de33fd11e83c3a296..458aebe1a7c9998510272561c3f044e82e571730 100644 (file)
@@ -10,7 +10,7 @@
 # define VERSION_H
 
 /*@constant observer char *SPLINT_MAINTAINER; @*/
-# define SPLINT_MAINTAINER "splint-bug@cs.virginia.edu"
+# define SPLINT_MAINTAINER "splint-bug@splint.org"
 
 # else
 # error "Multiple include"
index 7f55b8d593bf6fb51b4ab56de7eabdf7b4388a4a..46f8c4a146afaf4d581b67af94711c5c40790609 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index f7eb7ca18c4137ae86ef35f7502ac85c05c05dd5..8328185875f1314419a6d02a0ce0a4a24092767d 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index c60e39754beb4007a7f10cb64b25b48cb859c1ea..26e7bcc3ca06e067a8aa216dd68f71bbfa6e520d 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 7e54dac65e42ec40bfab3670c98dddab4f33e18e..052a232eb52ef738c19ebbba5610dc6ace1e90b8 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index ad530160f3114e89b07d7353d6b8176b8e0b18cb..b9e2fd2aa85690294064fd26f332bef6bae5563b 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 %{
index a75595f3094474599a7c227201d45b3b84048166..6fe1b2337e8d298661b2b94a0d85c1bd64b8f564 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /* 
index 3327e31e1d244b8a0436a59a1899ec9102d923b3..8bdfe30650b34d8a0fe8d954c2c563e48e9ca7a2 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
@@ -2073,7 +2073,7 @@ sRef checkStateClausesId (uentry ue)
                  "are not recognized in state clauses.  If there is "
                  "sufficient interest in support for this, it may be "
                  "added to a future release.  Send mail to "
-                 "splint@cs.virginia.edu.)",
+                 "info@splint.org.)",
                  s),
         g_currentloc);
       
@@ -2251,7 +2251,7 @@ sRef fixStateClausesId (cstring s)
                          "are not recognized in function clauses.  If there is "
                          "sufficient interest in support for this, it may be "
                          "added to a future release.  Send mail to "
-                         "splint@cs.virginia.edu.)",
+                         "info@splint.org.)",
                          s), 
                 g_currentloc);
              
index 5e54ae505c34ca0d496998043b846ec2989c1d59..527907c1a0e68932e158950a18edb1a2cfa42426 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index a34b0a978d17649577f624de0b8eab307093e3b8..43ae071feffda6659d8bf52c314a296f1a926b80 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index e7db524a22ddee6917c1dfcaf86cb5f23558da50..24596df56a1ef4810d35ba78871df9fce4b2f97f 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 
index a702c32360cdb09e1e619e724ec7a0186bea54d0..1f22b7eb5fed73fe4563ed5751a663340edc8314 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 
index a7fdce6a6d1b591a2d346c7612cccf4eaf6202eb..d2fd3e0f7464c80e1b82e577d6714a2f74819f3a 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 
index 3b80b1cf24a1752d4c79fd2d8ab46b9c0ae88545..54179c43ec2a6da117a9a566c4395e6d972bb8f8 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 
index 5d347cfdd3fb127f9dcd68128ff9c2d605f041ef..99dc7e747e9b6438f50d6e731dec52fcca54cba2 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 
index a80267686e623bcc8cb7773622da27dee810d490..bb456089d9620fdc713fabe457d6b5fc99995207 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 
index 127fe64c609c26be3e5a23849eb32bd46160b3eb..eefac7fb39d6afe70d85d3d2fb828e31f9a99fb5 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 
index 9d25c7b484237d1653cbaf84c5ec18d719c7cec6..65012f95fdfee57d327ef860fdbec7e763fe2f20 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 
index e42eb35997e5b7cf9a5c059de845d87423217ef9..c925eedd807a2b8e9b0c89c4d2ab1c3da418fb84 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 725af102a6b496765e47a5dbbdf2a56a66debd73..14fcd8a1de0b23e6b8762f7530446370fd625cba 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index b3329470ae37d9cb8d28fdbee673bd97562b6433..c19eb8bdb5a662e309e7ecd68fda2b703ab9065a 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
@@ -678,7 +678,7 @@ cppReader_parseEscape (cppReader *pfile, char **string_ptr)
       if (cppReader_isPedantic (pfile))
        {
          cppReader_pedwarn (pfile, 
-                      message ("non-ANSI-standard escape sequence, `\\%c'", c));
+                      message ("non-standard escape sequence, `\\%c'", c));
        }
       return (char) 033;
     case 'f':
index 8850def6fd729c447a122644d359730119a68ed1..0d20855ced0d7c29ef38745383667b3b85070c49 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 9df975245a2cb8d4f996690bbacff00aa00dcb24..9c9c5a5f61650321b38ba74d3acd3ea02a58ee79 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 85142e1125e6204c8de3bf57f947ae29265f453b..d10b2cc65daf0132d550ec0fb8c6ce818e5bc1f3 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index e86325b2264762ee2908eaaf4464aa5b82c6205e..4a0210f8991f5b86c11e632b449efd937e7afd26 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 134d6e1841ba1dcba6f45581b0db53768578ddac..5213e341862be87a4bd9a0e99385df444a6ee789 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 1a71e71a5732f3c6a05050cc4aef292f71a7bc03..dc4d6120f260aef281692bf817d6056312c5d4bd 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 4e5aba794e2324290ca2034d1539b4333234a8f6..9511e28377e27ff88401f13031783b43995e4cf0 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index b0d734696860f3c2f469a79fb30720efb2771841..6f2ba81c0f4be1ae5518eb0f5ab837ea265f22b5 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index e045d764e00079e81199a8ee5dce39c66d38274e..dc1fcff1c5b6bb7401a814e4c07e7cab5d00bf6c 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 757a4c1d1d68526ce2d8acb23d65b18ff30d194c..c4cae383367f570fd92fbc6a24e9e58116fdacbd 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index d17704096cc2d2e761ec536dba1709c9c4cd322e..6f5076445d0760e7e62f57f3cb1c2ea6ec62c197 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 7bcb7184cc881d8ab3a821ce611d1f483cdc2c50..247a529c1f90a0d13b23bbdb108270a951b8070b 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 5466428b0f1e2758ea3b1f0a35c6160d69cdd92f..c98b5c18f6d7ffd7fb92c859d31146aa7977b27c 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index fbe7e7860f55aeac99682e711116b4c2afcc94e0..36d9250ba9a2a85603e818b702ae79e37630686b 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index f393f8a433bd48189ec4afe953df6167a9386944..0d11b5247ecb8c9d4222dd3e1a31901b3fc27544 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 524416c2322cd7c9c48e3d70c4e8dc8708bfe335..410123585d8202088701fb8599637ffa407affcd 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index df36d169f3472d2d48ab6af3486dc939a32f08bd..5dea53fdc8b7449a00b5bba4e33f2ffefddc531b 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index a2c38714fdbdc41d71fe93030cac0692e39ac998..75ce7f386d68a1a0b9ac61ac172fc91b88280264 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 9796fdfad7b0792afe10166a77b251631187ae21..ebac5a12b9e074403cac0be0f5135d26def3fd72 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 5321d5f1f19023d6b8b66746d34fdad2abaa76f1..54392468773430d3e1d30965b95cd05e87528809 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 71146c92f326515dd30397935dbd901416c2e650..d5e931dd899ffba85487ff4d8c58c6ad7da07f4b 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index ac59de157c96ac976f8ba7b5e85c8ad75e9376f9..e1b3c9c4bf0e9c06529064defe60746bee839720 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 5ebd3945c07fb363111393c9c00b96f9aad52cb9..cbff8d42fdb55ef5191e55751aba5d6148ec566a 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index a33141642994b47e346f6e9a4e223c0d4b772b86..dfda85ef80a19280f038072f23ecd2d72d7fc837 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 4f85aa4a50cbc803a123051931b426cff1d65fd9..079783472a21faa065952a4c72b2db2b79f9a2b5 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index e6a7d42e2517ce863dc1c3c37974bf1f7702fe6f..91bcf9e5d21e59c3f207b6e93516e4be841c19b5 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 6d0ff21ce6a117e158537486272bdb2fbd497541..b011a01094f6c2f25684bfb68704fa1de76475be 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index eb4887a5a972362997ea5aa3e5ea5fe42fdcd15f..734e73f56ff7558410a776a4db319fbde90bac0c 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index efb9b0a1fdb87c20ccff5044c7ac6e3328366d31..f1ef51ae0e9a0e2a7d51bba5b989671cd1a41524 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 3b863c779b25d3f2af4ef66cac71a61f5475429f..e935637731d0daa38362646663cb09f6ab4fc789 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index f1a90f9ed93140a021c7b2c1819567c5aab67403..6bceb5ed1d959580a0debbad664db2f902599079 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 0861f68859e3bafb3811908f9c8314d5debc276e..0b99ea7c1fcfdc65dc681d7450a19b7bdf9a7227 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 177fc090e3f8fda75fdbf562e9b7568c589bdc32..83aa8366f439ae2e90ba9d35221be9008894cdf9 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index abf3dd0c43165ed0ec13bb5c4214bdb1eebbbb30..a542b6051a4c451e8e2b6d49006165a4727e9162 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 593ba3fec61d9822e5bdcd7101b29a9b19547c55..e40a70cb12b6ae2d10e49f20b68a97025db3530c 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 51f61c9f3a59c9408ebd40ce12c316a4aaad0b3c..dd72788fd32809088471c8aafd635c546e8682b4 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index bdc07979f033832eb5d981ea5fc6debe381f5246..2325d50a6de047bac68288d6da1d4e769111536f 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 747dbce61236b552770bd8a1e37b7bc4462426cd..d3b1958e07cb97df9c36675a64c2b3aea5491f07 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 7d4e2ea05ca34e3103da89d161f91bc6c57b14ca..4eb1928ac416876a047a5e872ab9c60a88fd13ae 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 4cf0231e11677b3021033844d01e15e31b484b23..e9508d1ee1a229ec27c97ed006b72ea733c877f3 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 693f0b741fb3160675c2d93b735d9b91017262da..f8ab23f120b5ff350fffaef56cbe5e618d5a0113 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index e252c43377400d8dfb96e9e5d62bbf73221acd92..170c5b9c078a4cff8488a47ad88ececc185ed7f1 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 0eac76505b73e617a1f5760d2b9d5dd9fa213322..b63e83c67d06a4c88ebf8613bdebe27d589fd353 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 4fc07e3d1fd235a4b68a599d960f179408c8c206..7751ef73ddcce61e1170875d3f6fe6fca720dbbd 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 0d7a200b36d890e73e3c26153f8454e8c918e2cc..78c91ebe7ba8c51ebaedfa1eaaf70ee055cda720 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index deb5268542f69235eae07183b36307211f91ac5d..968c44204503516b2cf7b261fc58a32694e44810 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 48508112e9480d282cda79ae0799a21f7c43ecc5..116f489882f3ae770c2a8facf666eb509454b728 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 04cddf53ce33011701d6087eb358b715bdf2c7b0..717db6c17cff7781473a63d95ed391eeb23de299 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 57273dfe39a3525ad9699ece83e754f6f51fd9e8..be6244ad77e197c964d4acde9614b3ff3e78f3bb 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 134f56628db919f5412b3c87712c456e194ca77c..9d7ce919c294519535f57f01c6b3b8ae9435e581 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 1efb405412770e34150d09211612684f3aa5a2e8..aeb0641e60916edc2fb044e8195f454317548b6a 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index f9019210f33accb6832c43042a453697565ec925..bd157fcfff9840060126b85587ab72030d489427 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 772564c30acb2de1f5b20d25ad6cc2635799c078..a3fc25533b6794d50d2ee491155ce1856e887e12 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index b249e99b5d417ef0a39685f3035da183060a33b5..0563f605fb19b90ef642560436c0359fa07dd319 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index dc0292824f9bbe89858b948655f45c6d2f8d78cd..e3e038a0d8449346164218246100c019b040baf2 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 034f3d5b0942ba4f8931f5403f99e6c0496b42ed..21971addba6852c02ff2550ec06134ebd11764dc 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index c82d3f774df428471c1a074bf1c6896b96201021..f7677f16a599fa688909891027c657ebb68d4c66 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index fc34fad56b2921f06741b7fd6a62a255be5e219e..9a44f211c7aa9aeb8fc933f5e75e9da872d5e8b3 100644 (file)
--- a/src/lh.c
+++ b/src/lh.c
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 54a9069e53b304964c475fa00b563f5723a9729b..3b00e7e19bd30e7a6f1c86ddbd2c8ce4b773eb9f 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 7b795ec8209692bf20dd70131043e9aaff64ad1d..c31d8861aa6ead6a5028546772bc894e389e4ff1 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index a6c4abe1e62d9d5491dcc76ddad69810054a943e..c8866001777469738d08920c81c0f515be877ed5 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index e722e454c7c47d4e32e16405f8d036e5fab24c96..c8057c1d14ba31a9ac716c3b8a59eb2ec8217683 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 
index 4266667a2728b8ae16143d8405c533fe14cd5204..b662c1dcfc38d59224503f3a840c31c53ebb7169 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index f28982f959b0166faaa5efc7d771996a992bec82..b0c3dc0c4e8bb9d7b4f474d0020879accd851601 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 
index bced7f696a2d331a27c01f3470eefd661ac8ea8d..f3be8460000fa8d8b6799077f49913ed9f13104c 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 053dafd7a30b164730b4c8f0a05e6799d8b4851c..053ed81b3f25356aa4c15ef59e8e8f262d52f0e1 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 9ee3af0c9e658aeaeb1da1680c0c88f0fdff979c..1eca24ffe4418f501fe15b885caaf87a5e73c112 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 1f6fca43c10b919161d7d939d7c1c0d6c5ed249c..4e65c4ed7110533292decb15f17c50f2a71c9278 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 064cc2da34f22128ae9321e1f3bbbc1bec66a86b..894f9867ece688ccce19cb09cb1d80f19fc8e17e 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 8106a24c6196cc4aead5e1fc49f334238b214b23..90d8a393a5d980b5682e8279a327a9713703434c 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index aec0a8203a96ed250bc01f9c48f52adf19dbc0d3..ea7c60a51a86426b8d2d0abe9e69cd11bda7d0f1 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index f23f24676bec6b8d20c0cd14709e1649fae40353..e244784f226204c1301cd305c030b1a9ceb74f39 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 5b29e3a8df546b99dbb8111651c1dc4977a85ce0..64f727689513c328af1b00d616f1154da6dabc0d 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 5749560b17cbee063430aeb9a916907d4c99f5f5..d12a1eb9803055f01f2058f26ead9010108a1c7b 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index f0fe9b287a3fa576ca99c8ae9b9cce9c274451b6..4bc12d56b5eb81b870efe8d153d60919fbd513ee 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 4394af3d70cb79abd4f761a1998725cd4b4eedce..31896e6cf3b805ee7466dfbd8a19e103a5d041b7 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index dcf2613c9165184fcfbe7f710fb7b6c7de2f8160..91aa0398a7bf00285e5177a5d3ebb01990796ea6 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index d0b05a5f9c30408d00b1cb8d6e3aeab8270948e3..7da49ecc15bfa5aaee83f195898d97bc6e56873e 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 9851bf6d48ebec1e46b86624b47c73d15ad39079..18fbc2577988049b6101ebe01143eec15e79bf06 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 6d879ac45607a9bf4447b09ad8f388ad04c22066..e8f8a1a9b56e85e3fc17334323e3faf2fbcd095d 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 81fea8e74f5f188fe2b8436ede82e2758a50e49e..c2eab7e12aff6f2874b28754af9f33a7d0f703ec 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index abd8d827d866f83f88e15c48968b5968f2f14808..b4ee459fff13e9976d735562500806db333574b5 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 735645539ecc53d3b1f5bc08a957e8722602f498..4f1b66991a9971888c76b83c7f76f07b9682963c 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 0f4b601fbe03022b5873115935ec800de01070dc..a066349bc6f6d790e2233c383eb6674962559134 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 25606559d827bb4a412638d634d5099284ed9e8e..b806566696610fc3cbc2b019ab74926f9ede5b7f 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index ccac6f0fc6e47dfdb0e56a806168cc2625a7938d..ba307dae9ef109e64bcc0a7a7142ecd553c0c1e7 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index b07f3e65d40fbd9b9dc6412373f5495bf0b91540..19c4d8f226c7d7472a80cf7944f5d33111c78ad2 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 2aebdc3b1d30fd481d2bce7db683e07d2c0c856e..ca583bc64bbc40b264ae7458632c1d1d38f6fd2b 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index a91751bb550599ce618714f5bbab12cae5f6a0b7..a004da1dcaf318a85cfa6219ce6a3405c5a5c2e5 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 101a4d2dd85d82a34949fac6010420574c730f22..ca73bffeec6e889447bdef10e9fe5e4823a15349 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 062c4d3ccef78d8f5ed5b9f820517961a2b247c9..f782f50b404bc2bcb888439ce79e2b60d507d816 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 332046b982c3015d86dcb5a41a3df2442a966498..e93048651d525542fec26b6b2ea5f073831ba931 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 1baca49b6fb5684b3c681440c242f1216387183b..40e26ec8b48c54f28a6a96ee2abba8085217ff7b 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index d822e01621cfe556f79ae6c6f1b327fe8f2058d1..ced1f5ed5de2ead27bc5085d0b0b61c4ab8ebf16 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 8a25efb83f7bdd98129dc828a5dd7b91e4bcf16f..2b579dec080a078d04f21c3d5232a3201b7e2680 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 9c404b4f0b2c51c25107231d9fef5812536c0984..bbb5d31bf49c58d0b64e92b8575ab84a124b45da 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 405b020e35cfc9122af180bd137f88dd324bb110..66ab19fc5fedc8fa8027c21e1527624f9145475d 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 7424c2f954fde63d2575f048214cee8af97d325a..f4a3ec2df58891a8611dc891ce83840f5010eee9 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 6b1766d52500e2c929bea951005520abd4189516..466d8556357b05de28467fa9fc1cad3750495771 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 10a760eec087d14377eb762635061aaabc6ee83e..7ba350d65c5e5685e2b8b1807d9a80cba05ddcec 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index ecbd323128d0df008a8830591e7a3f916fd81139..c9a947bdcf2671a1579ece69cbf19f1e021aeda8 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 230b3a303f32dc51471bbd562a7a500e40c18b02..d8c2a61b1c7a8d6b3046dc307d7aa47bc5f985eb 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index b63f9097aec4cfcba14712ef8cc3d38c91716bf6..05568d475fd66bafabadf42e376717f135faf53e 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index e3779385d415e800e8c8bc012941da1e3ae11aa2..5ab2c3e322351ecb6be7b0d82062cfffecf37c2f 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 06deb68ceb34c420ed9f16c0fe30f4eced620278..20d02eb7dc40454ec5fbe306eadaded96cdad2e7 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 58fc4285e7ff2ab3a82f4754d00a4cf2c9fb1f3f..5659aafa72b565e2bc45ffa25887c36bba0f654c 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index b9e1a33463adb29266503863ab15de8093eb5fcf..2cb8c563c44ede54444e3d350edd62ede86cbb96 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 823be1d24ca64ad49fc8d971d65c65950f7d5684..133f243ec5c55f11fa57f95c0d02d57b16dea377 100644 (file)
--- a/src/osd.c
+++ b/src/osd.c
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index d4fe8f334245c8676d1e531d7e7a0d88f11736cc..f2c430ac6c029f0be4f582a668e9ed4bdf7c657c 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 72a4d07e0852019ff2f4db6317db11748fd26f6d..b802a68a6c9d20404f1fb1a93266ed6c4ca29998 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index b73f857f56b8698c06849093640ef2d4d06edf67..fcf3d1aed7f35a791d7f84f56d27649523a44556 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index bcb2bff9869bc6890bd08ac4f8401d221bf98804..6c28397b26b5915d59f84816c7ce6c1e757cd572 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 8816779c1765ce88d0652c6defd5882f5a4a16af..91359cbd8617fafbb1abbb40a4c9991741fe0c53 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 8b51286e179f3ef49236bb4216348dd03a5d4009..5a8c62501dce7579da36a738e1d4bb9ed0401c62 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 4a9894864ced222b20fd99d95a6ebf511d5b36ea..d24303ad5164db78c2e83a60d5def0299d8193a2 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index e9c35a0b06dfe92f6daeb52b20c2d2b18027f374..25bbcc8c1876ca05b0f92ac9ca477c37cc7136d8 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index cd63fe96c3e9dac173f455741c91c755b407789a..da08df790fc04b6471391cf749836f92452ec039 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index d2896b9d7c9258f9b75ad2e38fd2fef6f69e8273..d32008df118989f53f1f2e4956778d3a33879cd2 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 3d94f624a17feda3f9b0f3b3c2bbb890798b1753..1934a9d42c68102053a7adf9f775faf7c5989799 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 63fe0536a6f502d70cbceff25fa9be6a040bcb65..3e110fc11491d6afd47803593a0c4e10cc2ecbf7 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index d9bcee241b02d6c548222a7c6dfccaa93a7bcae5..e3fee4659a864be59593c8f3ea1403c1a215be7f 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 8afdb9baa2a591b01c62ba4dcdcc2d2f62006ba7..d262b937189ff3906822070d1ec82528c13b0879 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 82bc3a7c30b2a05c96b312737f02e05ff047a8e8..9ee3bb77d154a44b9588d58a29ea10256d24846d 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 9a00372654b5d0558e50e0e9ce25b35d39c14208..833afa26a3a7affa9ec17e03c3d0a666b24c5d77 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 106a906cdf8eb10345c3660234e0a2ea85440251..a9f8be6e2b766aed3563490c916acf5b97a3872f 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 3dd6f39cf02026686b1c017ea3b42c866a25d4c2..4f7abafd1d1c9c0d3ebcccd5c8bb4544d7133393 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 
index bb341904b65ae782494f17a97259f051b726a0a4..26e17a7f89bd44a7e552fd8eccf5d84f3439437f 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 964f5756e3618668029dc16cbdd7957fd7b88256..bee27a78e9b7f57ab870cc198bf5599773b52c9b 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 740a85eeaad7edf9b12682b7d9370d0937817d24..48b508f9d9b676d4368d08974c150f1e45c6ff56 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 4702b4fb216e41af25ea37298999d400eff04857..6bf9f2f7fc4e5cd7df3b1f573606e9c28b80ff49 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 598b076492a47256b1f33dbad6747ef9c4d68a43..034571c9cd3f78080b68aa08dd9ac938d93ba2a1 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 01578bfd24fd53914a9a4547fd7b68ba803ff058..28439580ccc7667dd8027c189647e54c45f131c1 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 6295d56f93a984b761c83d2916972ca9b205002a..a53c239c9510a039dcc24414dc2fe11e550a586e 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index e3c92fc01dfa81b0a8f8dcc175ec40a83ab9b0e9..b6c20c57cf134a90065d2a8d29229c55bf2aecc1 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 2f6f2e88b2e42312804bc784239a10c83c692769..60d8e0c716fcfe3b285b5b2a7ec078bec25405db 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 033b4a2fae96107bede55bd78cedb7002f0dcc77..3d047fedf114a09deee613cf1b6bb74bb54d9c51 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 
index 3150cfda313f152720a6017343c058064146c0a4..973bd70015bb2eff5a97f73437bbaa24f7d54d4b 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index ea1119a007c61aadd3743addd7045b8fc11f8f4c..46c99dd707501009fa0160b529b14b268066ab40 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index de1a4b45b820d2348f6eac28916b89179884cf98..5d0997418ff7f4cb96c8cc503eb0e9068699500e 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 069f5185f8f7805c025f3cc868f0bc79d656f8a6..636183f166a123ded105ff0f813348469b172197 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 515d4654ab006246b6d6c3349f09e757619eab5b..3d7d5dbb39120c4b011aabe7e401cbdc1bf8f937 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index cd4c11b8f4cee9a7c019bab6e815066e0e8b1256..e781c7490da5d9f2d96166e2dd054d0affc31314 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 4663da50a20edc1a6c2bb7dd38c04677fa41a423..a376effc24e7a7ca7af5b97674baa098d42f202f 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 4a2bb2fc0213a1ca6d39caeef83838c3ab671499..94c69e2380a7b8eff783d531fc0c4ea7b3ff8ea1 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 30f9a98d446bffd97258c7c34079afe36b8c8ad8..5cfe05273f5b493d5360bba3cd7225697d21d315 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 548825d75ceb48e0df9bd055dd8e9f957fc78338..6df70c6567eaa067e0f3b3e5cb295d1ebe40a49c 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 792ea481a4c2559cc8a204f790ef23e1be4181ed..8e1f0ccb3b7d311ff002817cd81b9d9a36fc26af 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 1deb565f4e478725d1e47f1f12c208c2a257b798..4c08dc76c2b95ea6cbe8e19ad7c795e363bb89c8 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index f0b662c4d90dc469afb8d807fbf253000f50f8b3..6c970911f73e573e56117b96e571b402090e62b7 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 65a4eca26965bcb34d3bfe2bb5936ceb588ffb87..07e136c00f80bcecf5947191db54b9eb35fdeee6 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 04bd060bb67c9e81fd9edb4a218a0b7fa9579ef8..9ab042699c0a299fbf0fe5751d7c2b5af0844044 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index bd8553ccb0086f98476f1458a9aff30f69e308c4..3cfdff9c3667dec1f0275604792fad5555ca7dc2 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 092f61fad047cb78f90d65d1c1c200ba344e8c56..623b811f19d35cf8827ed5cf7e141b811a59df45 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 4e92a2c7741cadbdf3feb0a8342daeaedfdfb4e8..4478620aabe9d8bcf4a460021455f35d0a3699c4 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index bbe07122b2026e30162c20f91048c6af9bc70a9c..f708b70345238264d09de8267732ec297deb82a2 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 1e797458c0c8d78a589536cfe933ac5e4877696d..4f858ff90727aa51cc96426c76485ef8fc2be6a8 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 7455108240e8fd6eb1c5cc4dce2c8463334ec3f4..ae6d2baeb3169ef60c229dc6ee35dea4fc26c213 100644 (file)
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 994908f366ec1cf6c0623c273462c9ae1d654736..f03efbc878e4218d380dadde55f0335c70ab7b56 100644 (file)
--- a/src/ynm.c
+++ b/src/ynm.c
@@ -17,8 +17,8 @@
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on splint: splint@cs.virginia.edu
-** To report a bug: splint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
index 7df490f2ba490ea15395a7fefbe1ef54e7c33147..cb9a30b645706c8c41cf6b5f369f4435a7e405fa 100644 (file)
@@ -54,11 +54,11 @@ ansireserved.c:9: Name EVANS is reserved for future library extensions. Macros
     (ISO99:7.26.3)
 ansireserved.c:1:5: Name decimal_point is reserved for the standard library
 ansireserved.c:2:5: Function srand inconsistently declared as variable: int
-   load file ansi.lcd:898:1: Specification of srand as function:
+   load file standard.lcd:898:1: Specification of srand as function:
    [function (unsigned int) returns void]
 ansireserved.c:2:5: Name srand is reserved for the standard library
 ansireserved.c:3:5: Function labs inconsistently declared as variable: int
-   load file ansi.lcd:920:1: Specification of labs as function:
+   load file standard.lcd:920:1: Specification of labs as function:
    [function (long int) returns long int]
 ansireserved.c:3:5: Name labs is reserved for the standard library
 ansireserved.c:4:5: Name _x is in the implementation name space (any identifier
index 7b702e6ddaa73f0a2803aa0e121c7450e490ce30..b69d78d3a64f93caa4e98af8096ff0f671a78aac 100644 (file)
@@ -42,11 +42,11 @@ external.c:5:5: External identifier small2 is not distinguishable from small1
    external.c:4:5: Declaration of small1
 external.c:7:5: External identifier longfunction1 is not distinguishable from
     LONG_MAX in the first 3 characters because alphabetical case is ignored
-   load file ansi.lcd:786:1: Specification of LONG_MAX
+   load file standard.lcd:786:1: Specification of LONG_MAX
    One or more additional indistinguishable external names not reported
 external.c:8:5: External identifier longfunction2 is not distinguishable from
     LONG_MAX in the first 3 characters because alphabetical case is ignored
-   load file ansi.lcd:786:1: Specification of LONG_MAX
+   load file standard.lcd:786:1: Specification of LONG_MAX
    One or more additional indistinguishable external names not reported
 
 Finished checking --- 4 code warnings, as expected
index 5dbeac661968734084989a8be3e0d5f7908f58b4..8a9a00f134fb363675f01812a2e35943895460f7 100644 (file)
@@ -27,9 +27,9 @@ Finished checking --- 2 code warnings, as expected
 
 decl.c:3:21: Structure struct tm declared with fields { int x; }, specified
                 with fields { int tm_sec; int tm_min; int tm_hour;, ... }
-   load file ansi.lcd:962:1: Specification of struct tm
+   load file standard.lcd:962:1: Specification of struct tm
    decl.c:3:17: Field tm_sec in specified corresponds to x in declaration
-   load file ansi.lcd:638:1: Specification of tm_sec
+   load file standard.lcd:638:1: Specification of tm_sec
 
 Finished checking --- 1 code warning, as expected
 
This page took 0.343717 seconds and 5 git commands to generate.