IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 4, 2005, 12:49:39 PM (21 years ago)
Author:
desonia
Message:

general autoconf cleanup.

Location:
trunk/psLib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib

    • Property svn:ignore
      •  

        old new  
         1DoxygenLog
        12bin
        23lib
  • trunk/psLib/test/collections/verified/tst_psBitSet.stderr

    r2281 r3127  
    99<DATE><TIME>|<HOST>|I|testBitSet01a
    1010    Following is an error.
    11 <DATE><TIME>|<HOST>|E|psBitSetAlloc (psBitSet.c:<LINENO>)
     11<DATE><TIME>|<HOST>|E|psBitSetAlloc (FILE:LINENO)
    1212    The number of bit in a psBitSet (-4) must be greater than zero.
    1313
     
    3232<DATE><TIME>|<HOST>|I|testBitSet01b
    3333    Following should be an error
    34 <DATE><TIME>|<HOST>|E|psBitSetSet (psBitSet.c:<LINENO>)
     34<DATE><TIME>|<HOST>|E|psBitSetSet (FILE:LINENO)
    3535    The specified bit position (-4) is invalid.  Position must be between 0 and 23.
    3636<DATE><TIME>|<HOST>|I|testBitSet01b
    3737    Following should be an error
    38 <DATE><TIME>|<HOST>|E|psBitSetSet (psBitSet.c:<LINENO>)
     38<DATE><TIME>|<HOST>|E|psBitSetSet (FILE:LINENO)
    3939    The specified bit position (200) is invalid.  Position must be between 0 and 23.
    4040<DATE><TIME>|<HOST>|I|testBitSet01b
    4141    Following should be an error
    42 <DATE><TIME>|<HOST>|E|psBitSetSet (psBitSet.c:<LINENO>)
     42<DATE><TIME>|<HOST>|E|psBitSetSet (FILE:LINENO)
    4343    Can not operate on a NULL psBitSet.
    4444
     
    5656<DATE><TIME>|<HOST>|I|testBitSet01c
    5757    Following should be an error
    58 <DATE><TIME>|<HOST>|E|psBitSetTest (psBitSet.c:<LINENO>)
     58<DATE><TIME>|<HOST>|E|psBitSetTest (FILE:LINENO)
    5959    The specified bit position (-4) is invalid.  Position must be between 0 and 23.
    6060<DATE><TIME>|<HOST>|I|testBitSet01c
    6161    Following should be an error
    62 <DATE><TIME>|<HOST>|E|psBitSetTest (psBitSet.c:<LINENO>)
     62<DATE><TIME>|<HOST>|E|psBitSetTest (FILE:LINENO)
    6363    The specified bit position (200) is invalid.  Position must be between 0 and 23.
    6464<DATE><TIME>|<HOST>|I|testBitSet01c
    6565    Following should be an error
    66 <DATE><TIME>|<HOST>|E|psBitSetTest (psBitSet.c:<LINENO>)
     66<DATE><TIME>|<HOST>|E|psBitSetTest (FILE:LINENO)
    6767    Can not operate on a NULL psBitSet.
    6868
     
    7777<DATE><TIME>|<HOST>|I|testBitSet06
    7878    Following should be an error
    79 <DATE><TIME>|<HOST>|E|psBitSetOp (psBitSet.c:<LINENO>)
     79<DATE><TIME>|<HOST>|E|psBitSetOp (FILE:LINENO)
    8080    The psBitSet operand must be the same size.
    8181<DATE><TIME>|<HOST>|I|testBitSet06
    8282    Following is an error.
    83 <DATE><TIME>|<HOST>|E|psBitSetOp (psBitSet.c:<LINENO>)
     83<DATE><TIME>|<HOST>|E|psBitSetOp (FILE:LINENO)
    8484    Specified operator, FOO, is invalid.  Valid operators are AND, OR, and XOR.
    8585<DATE><TIME>|<HOST>|I|testBitSet06
    8686    Following is an error.
    87 <DATE><TIME>|<HOST>|E|psBitSetOp (psBitSet.c:<LINENO>)
     87<DATE><TIME>|<HOST>|E|psBitSetOp (FILE:LINENO)
    8888    Specified operator, FOO, is invalid.  Valid operators are AND, OR, and XOR.
    8989
Note: See TracChangeset for help on using the changeset viewer.