IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 1, 2005, 2:58:26 PM (21 years ago)
Author:
jhoblitt
Message:

change psVector to store it's number of elements as an long int
change psArray to store it's number of elements as an long int
change psList to store it's number of elements as an long int
change psListIterator to store the number of elements on the list as an long int
change psHash to store it's number of elements as an long int
change psLookupTable to store it's index as an long int

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/ChangeLogSDRS.tex

    r4084 r4085  
    1 %%% $Id: ChangeLogSDRS.tex,v 1.120 2005-06-02 00:42:48 jhoblitt Exp $
     1%%% $Id: ChangeLogSDRS.tex,v 1.121 2005-06-02 00:58:26 jhoblitt Exp $
    22
    33\subsection{Changes from version 00 to version 01}
     
    656656  \item change blurb about ``Threads'' to clarify requirements
    657657  \item remove \code{lock} from \code{psList}
    658   \item change \code{psVector} to store it's number of elements as an \code{unsigned long int}
    659   \item change \code{psArray} to store it's number of elements as an \code{unsigned long int}
    660   \item change \code{psList} to store it's number of elements as an \code{unsigned long int}
    661   \item change \code{psListIterator} to store the number of elements on the list as an \code{unsigned long int}
     658  \item change \code{psVector} to store it's number of elements as an \code{long int}
     659  \item change \code{psArray} to store it's number of elements as an \code{long int}
     660  \item change \code{psList} to store it's number of elements as an \code{long int}
     661  \item change \code{psListIterator} to store the number of elements on the list as an \code{long int}
    662662  \item change \code{psListIterator} to store it's index as an \code{long int}
    663   \item change \code{psHash} to store it's number of elements as an \code{unsigned long int}
    664   \item change \code{psLookupTable} to store it's index as an \code{unsigned long int}
     663  \item change \code{psHash} to store it's number of elements as an \code{long int}
     664  \item change \code{psLookupTable} to store it's index as an \code{long int}
    665665  \item change \code{psBitSet} to store it's size as an \code{long int}
    666666\end{itemize}
Note: See TracChangeset for help on using the changeset viewer.