Index: trunk/psLib/test/collections/tst_psArray.c
===================================================================
--- trunk/psLib/test/collections/tst_psArray.c	(revision 3638)
+++ trunk/psLib/test/collections/tst_psArray.c	(revision 3682)
@@ -17,6 +17,6 @@
  *  @author  Ross Harman, MHPCC
  *
- *  @version $Revision: 1.12 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2005-02-18 22:17:20 $
+ *  @version $Revision: 1.13 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2005-04-07 20:27:41 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -26,5 +26,5 @@
 #include <math.h>
 
-#include "pslib.h"
+#include "pslib_strict.h"
 #include "psTest.h"
 
Index: trunk/psLib/test/collections/tst_psBitSet.c
===================================================================
--- trunk/psLib/test/collections/tst_psBitSet.c	(revision 3638)
+++ trunk/psLib/test/collections/tst_psBitSet.c	(revision 3682)
@@ -17,6 +17,6 @@
  *  @author  Ross Harman, MHPCC
  *
- *  @version $Revision: 1.7 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2005-02-18 22:46:50 $
+ *  @version $Revision: 1.8 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2005-04-07 20:27:41 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -24,5 +24,5 @@
  */
 
-#include "pslib.h"
+#include "pslib_strict.h"
 #include "psTest.h"
 
Index: trunk/psLib/test/collections/tst_psHash00.c
===================================================================
--- trunk/psLib/test/collections/tst_psHash00.c	(revision 3638)
+++ trunk/psLib/test/collections/tst_psHash00.c	(revision 3682)
@@ -4,5 +4,5 @@
  *****************************************************************************/
 #include <stdio.h>
-#include "pslib.h"
+#include "pslib_strict.h"
 #include "psTest.h"
 #include "psHash.h"
Index: trunk/psLib/test/collections/tst_psHash01.c
===================================================================
--- trunk/psLib/test/collections/tst_psHash01.c	(revision 3638)
+++ trunk/psLib/test/collections/tst_psHash01.c	(revision 3682)
@@ -4,5 +4,5 @@
 #include <stdio.h>
 #include <string.h>
-#include "pslib.h"
+#include "pslib_strict.h"
 #include "psTest.h"
 #include "psHash.h"
Index: trunk/psLib/test/collections/tst_psHash02.c
===================================================================
--- trunk/psLib/test/collections/tst_psHash02.c	(revision 3638)
+++ trunk/psLib/test/collections/tst_psHash02.c	(revision 3682)
@@ -8,5 +8,5 @@
 #include <stdio.h>
 #include <string.h>
-#include "pslib.h"
+#include "pslib_strict.h"
 #include "psTest.h"
 #include "psHash.h"
Index: trunk/psLib/test/collections/tst_psHash03.c
===================================================================
--- trunk/psLib/test/collections/tst_psHash03.c	(revision 3638)
+++ trunk/psLib/test/collections/tst_psHash03.c	(revision 3682)
@@ -6,5 +6,5 @@
 #include <stdio.h>
 #include <string.h>
-#include "pslib.h"
+#include "pslib_strict.h"
 #include "psTest.h"
 #include "psHash.h"
Index: trunk/psLib/test/collections/tst_psHash04.c
===================================================================
--- trunk/psLib/test/collections/tst_psHash04.c	(revision 3638)
+++ trunk/psLib/test/collections/tst_psHash04.c	(revision 3682)
@@ -3,5 +3,5 @@
  *****************************************************************************/
 #include <stdio.h>
-#include "pslib.h"
+#include "pslib_strict.h"
 #include "psTest.h"
 #include "psHash.h"
Index: trunk/psLib/test/collections/tst_psHash05.c
===================================================================
--- trunk/psLib/test/collections/tst_psHash05.c	(revision 3638)
+++ trunk/psLib/test/collections/tst_psHash05.c	(revision 3682)
@@ -6,6 +6,6 @@
 *  @author Robert DeSonia, MHPCC
 *
-*  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-02-17 19:26:24 $
+*  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-04-07 20:27:41 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -13,5 +13,5 @@
 
 #include "psTest.h"
-#include "pslib.h"
+#include "pslib_strict.h"
 
 static psS32 hashToArray( void );
Index: trunk/psLib/test/collections/tst_psList.c
===================================================================
--- trunk/psLib/test/collections/tst_psList.c	(revision 3638)
+++ trunk/psLib/test/collections/tst_psList.c	(revision 3682)
@@ -6,6 +6,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-02-17 19:26:24 $
+ *  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-04-07 20:27:41 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -13,5 +13,5 @@
 
 #include "psTest.h"
-#include "pslib.h"
+#include "pslib_strict.h"
 
 void printListInt(psList* list);
Index: trunk/psLib/test/collections/tst_psMetadataIO.c
===================================================================
--- trunk/psLib/test/collections/tst_psMetadataIO.c	(revision 3638)
+++ trunk/psLib/test/collections/tst_psMetadataIO.c	(revision 3682)
@@ -14,6 +14,6 @@
  *  @author  Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.12 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2005-03-11 20:38:56 $
+ *  @version $Revision: 1.13 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2005-04-07 20:27:41 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -22,5 +22,5 @@
 
 #include <string.h>
-#include "pslib.h"
+#include "pslib_strict.h"
 #include "psTest.h"
 
Index: trunk/psLib/test/collections/tst_psMetadata_01.c
===================================================================
--- trunk/psLib/test/collections/tst_psMetadata_01.c	(revision 3638)
+++ trunk/psLib/test/collections/tst_psMetadata_01.c	(revision 3682)
@@ -18,6 +18,6 @@
 *  @author  Ross Harman, MHPCC
 *
-*  @version $Revision: 1.23 $  $Name: not supported by cvs2svn $
-*  @date  $Date: 2005-03-11 20:38:56 $
+*  @version $Revision: 1.24 $  $Name: not supported by cvs2svn $
+*  @date  $Date: 2005-04-07 20:27:41 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -26,5 +26,5 @@
 
 #include <string.h>
-#include "pslib.h"
+#include "pslib_strict.h"
 #include "psTest.h"
 
Index: trunk/psLib/test/collections/tst_psMetadata_02.c
===================================================================
--- trunk/psLib/test/collections/tst_psMetadata_02.c	(revision 3638)
+++ trunk/psLib/test/collections/tst_psMetadata_02.c	(revision 3682)
@@ -15,6 +15,6 @@
  *  @author  Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.14 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2005-03-11 20:38:56 $
+ *  @version $Revision: 1.15 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2005-04-07 20:27:41 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -23,5 +23,5 @@
 
 #include <string.h>
-#include "pslib.h"
+#include "pslib_strict.h"
 #include "psTest.h"
 
Index: trunk/psLib/test/collections/tst_psMetadata_03.c
===================================================================
--- trunk/psLib/test/collections/tst_psMetadata_03.c	(revision 3638)
+++ trunk/psLib/test/collections/tst_psMetadata_03.c	(revision 3682)
@@ -18,6 +18,6 @@
 *  @author  Ross Harman, MHPCC
 *
-*  @version $Revision: 1.16 $  $Name: not supported by cvs2svn $
-*  @date  $Date: 2005-03-11 20:38:56 $
+*  @version $Revision: 1.17 $  $Name: not supported by cvs2svn $
+*  @date  $Date: 2005-04-07 20:27:41 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -26,5 +26,5 @@
 
 #include <string.h>
-#include "pslib.h"
+#include "pslib_strict.h"
 #include "psTest.h"
 
Index: trunk/psLib/test/collections/tst_psMetadata_04.c
===================================================================
--- trunk/psLib/test/collections/tst_psMetadata_04.c	(revision 3638)
+++ trunk/psLib/test/collections/tst_psMetadata_04.c	(revision 3682)
@@ -23,6 +23,6 @@
 *  @author  Ross Harman, MHPCC
 *
-*  @version $Revision: 1.17 $  $Name: not supported by cvs2svn $
-*  @date  $Date: 2005-03-11 20:38:56 $
+*  @version $Revision: 1.18 $  $Name: not supported by cvs2svn $
+*  @date  $Date: 2005-04-07 20:27:41 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -31,5 +31,5 @@
 
 #include <string.h>
-#include "pslib.h"
+#include "pslib_strict.h"
 #include "psTest.h"
 
Index: trunk/psLib/test/collections/tst_psMetadata_05.c
===================================================================
--- trunk/psLib/test/collections/tst_psMetadata_05.c	(revision 3638)
+++ trunk/psLib/test/collections/tst_psMetadata_05.c	(revision 3682)
@@ -22,6 +22,6 @@
 *  @author  Ross Harman, MHPCC
 *
-*  @version $Revision: 1.23 $  $Name: not supported by cvs2svn $
-*  @date  $Date: 2005-03-17 19:44:44 $
+*  @version $Revision: 1.24 $  $Name: not supported by cvs2svn $
+*  @date  $Date: 2005-04-07 20:27:41 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -30,5 +30,5 @@
 
 #include <string.h>
-#include "pslib.h"
+#include "pslib_strict.h"
 #include "psTest.h"
 
Index: trunk/psLib/test/collections/tst_psMetadata_06.c
===================================================================
--- trunk/psLib/test/collections/tst_psMetadata_06.c	(revision 3638)
+++ trunk/psLib/test/collections/tst_psMetadata_06.c	(revision 3682)
@@ -13,6 +13,6 @@
 *  @author  Ross Harman, MHPCC
 *
-*  @version $Revision: 1.12 $  $Name: not supported by cvs2svn $
-*  @date  $Date: 2005-03-11 20:38:56 $
+*  @version $Revision: 1.13 $  $Name: not supported by cvs2svn $
+*  @date  $Date: 2005-04-07 20:27:41 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -21,5 +21,5 @@
 
 #include <string.h>
-#include "pslib.h"
+#include "pslib_strict.h"
 #include "psTest.h"
 
Index: trunk/psLib/test/collections/tst_psMetadata_07.c
===================================================================
--- trunk/psLib/test/collections/tst_psMetadata_07.c	(revision 3638)
+++ trunk/psLib/test/collections/tst_psMetadata_07.c	(revision 3682)
@@ -9,6 +9,6 @@
 *  @author  Ross Harman, MHPCC
 *
-*  @version $Revision: 1.9 $  $Name: not supported by cvs2svn $
-*  @date  $Date: 2005-02-28 23:34:10 $
+*  @version $Revision: 1.10 $  $Name: not supported by cvs2svn $
+*  @date  $Date: 2005-04-07 20:27:41 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -16,5 +16,5 @@
 */
 #include "config.h"
-#include "pslib.h"
+#include "pslib_strict.h"
 #include "psTest.h"
 
Index: trunk/psLib/test/collections/tst_psScalar.c
===================================================================
--- trunk/psLib/test/collections/tst_psScalar.c	(revision 3638)
+++ trunk/psLib/test/collections/tst_psScalar.c	(revision 3682)
@@ -5,7 +5,7 @@
  *  @author Eric Van Alst, MHPCC
  *
- *  @version $Revision: 1.3 $
+ *  @version $Revision: 1.4 $
  *           $Name: not supported by cvs2svn $
- *  @date $Date: 2005-02-17 19:26:24 $
+ *  @date $Date: 2005-04-07 20:27:41 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -13,5 +13,5 @@
 
 #include "psTest.h"
-#include "pslib.h"
+#include "pslib_strict.h"
 
 static psS32 testScalarAlloc(void);
Index: trunk/psLib/test/collections/tst_psVector.c
===================================================================
--- trunk/psLib/test/collections/tst_psVector.c	(revision 3638)
+++ trunk/psLib/test/collections/tst_psVector.c	(revision 3682)
@@ -14,6 +14,6 @@
  *  @author  Ross Harman, MHPCC
  *
- *  @version $Revision: 1.7 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2005-02-17 19:26:24 $
+ *  @version $Revision: 1.8 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2005-04-07 20:27:41 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -21,5 +21,5 @@
  */
 
-#include "pslib.h"
+#include "pslib_strict.h"
 #include "psTest.h"
 
Index: trunk/psLib/test/collections/tst_psVectorSort_01.c
===================================================================
--- trunk/psLib/test/collections/tst_psVectorSort_01.c	(revision 3638)
+++ trunk/psLib/test/collections/tst_psVectorSort_01.c	(revision 3682)
@@ -12,6 +12,6 @@
  *  @author  Ross Harman, MHPCC
  *
- *  @version $Revision: 1.7 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2005-03-17 19:26:19 $
+ *  @version $Revision: 1.8 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2005-04-07 20:27:41 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -19,5 +19,5 @@
  */
 
-#include "pslib.h"
+#include "pslib_strict.h"
 #include "psTest.h"
 
Index: trunk/psLib/test/collections/tst_psVectorSort_02.c
===================================================================
--- trunk/psLib/test/collections/tst_psVectorSort_02.c	(revision 3638)
+++ trunk/psLib/test/collections/tst_psVectorSort_02.c	(revision 3682)
@@ -14,6 +14,6 @@
  *  @author  Ross Harman, MHPCC
  *
- *  @version $Revision: 1.7 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2005-02-17 19:26:24 $
+ *  @version $Revision: 1.8 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2005-04-07 20:27:41 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -21,5 +21,5 @@
  */
 
-#include "pslib.h"
+#include "pslib_strict.h"
 #include "psTest.h"
 
Index: trunk/psLib/test/collections/tst_psVectorSort_03.c
===================================================================
--- trunk/psLib/test/collections/tst_psVectorSort_03.c	(revision 3638)
+++ trunk/psLib/test/collections/tst_psVectorSort_03.c	(revision 3682)
@@ -12,6 +12,6 @@
  *  @author  Ross Harman, MHPCC
  *
- *  @version $Revision: 1.7 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2005-02-17 19:26:24 $
+ *  @version $Revision: 1.8 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2005-04-07 20:27:41 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -19,5 +19,5 @@
  */
 
-#include "pslib.h"
+#include "pslib_strict.h"
 #include "psTest.h"
 
Index: trunk/psLib/test/collections/tst_psVectorSort_04.c
===================================================================
--- trunk/psLib/test/collections/tst_psVectorSort_04.c	(revision 3638)
+++ trunk/psLib/test/collections/tst_psVectorSort_04.c	(revision 3682)
@@ -9,6 +9,6 @@
  *  @author  Ross Harman, MHPCC
  *
- *  @version $Revision: 1.6 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2005-02-17 19:26:24 $
+ *  @version $Revision: 1.7 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2005-04-07 20:27:41 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -16,5 +16,5 @@
  */
 
-#include "pslib.h"
+#include "pslib_strict.h"
 #include "psTest.h"
 
