IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 7, 2005, 10:27:42 AM (21 years ago)
Author:
desonia
Message:

changed name of p_psMemSetDeallocator/p_psMemGetDeallocator to
psMemSetDeallocator/psMemGetDeallocator.

-rdd

Location:
trunk/psLib/test/sysUtils
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/sysUtils/tst_psAbort.c

    r3264 r3682  
    88 *  @author  Eric Van Alst, MHPCC
    99 *
    10  *  @version $Revision: 1.4 $  $Name: not supported by cvs2svn $
    11  *  @date  $Date: 2005-02-17 19:26:25 $
     10 *  @version $Revision: 1.5 $  $Name: not supported by cvs2svn $
     11 *  @date  $Date: 2005-04-07 20:27:42 $
    1212 *
    1313 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1414 */
    1515
    16 #include "pslib.h"
     16#include "pslib_strict.h"
    1717#include "psTest.h"
    1818
  • trunk/psLib/test/sysUtils/tst_psConfigure.c

    r3264 r3682  
    1111 *  @author  Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
    14  *  @date  $Date: 2005-02-17 19:26:25 $
     13 *  @version $Revision: 1.3 $  $Name: not supported by cvs2svn $
     14 *  @date  $Date: 2005-04-07 20:27:42 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    1818 */
    1919
    20 #include "pslib.h"
     20#include "pslib_strict.h"
    2121#include "psTest.h"
    2222
  • trunk/psLib/test/sysUtils/tst_psError.c

    r3264 r3682  
    1313 *  @author  Eric Van Alst, MHPCC
    1414 *
    15  *  @version $Revision: 1.17 $  $Name: not supported by cvs2svn $
    16  *  @date  $Date: 2005-02-17 19:26:25 $
     15 *  @version $Revision: 1.18 $  $Name: not supported by cvs2svn $
     16 *  @date  $Date: 2005-04-07 20:27:42 $
    1717 *
    1818 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2323#include <stdlib.h>
    2424#include <string.h>
    25 #include "pslib.h"
     25#include "pslib_strict.h"
    2626#include "psTest.h"
    2727
  • trunk/psLib/test/sysUtils/tst_psLogMsg.c

    r2204 r3682  
    55 *****************************************************************************/
    66#include <stdio.h>
    7 #include "pslib.h"
     7#include "pslib_strict.h"
    88#include "psTest.h"
    99
  • trunk/psLib/test/sysUtils/tst_psMemory.c

    r3264 r3682  
    66*  @author Robert DeSonia, MHPCC
    77*
    8 *  @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
    9 *  @date $Date: 2005-02-17 19:26:25 $
     8*  @version $Revision: 1.32 $ $Name: not supported by cvs2svn $
     9*  @date $Date: 2005-04-07 20:27:42 $
    1010*
    1111*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1212*/
    13 
    14 // need to allow malloc for callback use
    15 #define PS_ALLOW_MALLOC 1
    1613
    1714#include <unistd.h>
     
    2421
    2522#include "psTest.h"
    26 #include "pslib.h"
     23#include "pslib.h" // need to allow malloc for callback use
    2724
    2825static psS32 TPFreeReferencedMemory( void );
  • trunk/psLib/test/sysUtils/tst_psString.c

    r3264 r3682  
    1717 *  @author  Eric Van Alst, MHPCC
    1818 *
    19  *  @version $Revision: 1.12 $  $Name: not supported by cvs2svn $
    20  *  @date  $Date: 2005-02-17 19:26:25 $
     19 *  @version $Revision: 1.13 $  $Name: not supported by cvs2svn $
     20 *  @date  $Date: 2005-04-07 20:27:42 $
    2121 *
    2222 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2525
    2626#include <string.h>
    27 #include "pslib.h"
     27#include "pslib_strict.h"
    2828#include "psTest.h"
    2929
  • trunk/psLib/test/sysUtils/tst_psStringCopy.c

    r3264 r3682  
    1717 *  @author  Eric Van Alst, MHPCC
    1818 *
    19  *  @version $Revision: 1.12 $  $Name: not supported by cvs2svn $
    20  *  @date  $Date: 2005-02-17 19:26:25 $
     19 *  @version $Revision: 1.13 $  $Name: not supported by cvs2svn $
     20 *  @date  $Date: 2005-04-07 20:27:42 $
    2121 *
    2222 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2525
    2626#include <string.h>
    27 #include "pslib.h"
     27#include "pslib_strict.h"
    2828#include "psTest.h"
    2929
  • trunk/psLib/test/sysUtils/tst_psTrace.c

    r3541 r3682  
    66 *****************************************************************************/
    77#include <stdio.h>
    8 #include "pslib.h"
     8#include "pslib_strict.h"
    99#include "psTest.h"
    1010
Note: See TracChangeset for help on using the changeset viewer.