IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 6, 2005, 1:40:53 PM (21 years ago)
Author:
jhoblitt
Message:

s/long int(?=[ ,]/long/g + formatting fixes

File:
1 edited

Legend:

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

    r4111 r4122  
    1 %%% $Id: ChangeLogSDRS.tex,v 1.128 2005-06-04 02:38:09 jhoblitt Exp $
     1%%% $Id: ChangeLogSDRS.tex,v 1.129 2005-06-06 23:40:52 jhoblitt Exp $
    22
    33\subsection{Changes from version 00 to version 01}
     
    629629  \item change \code{int} $\rightarrow$ \code{size_t} where appropriate
    630630  \item change \code{psBool} $\rightarrow$ \code{bool}
    631   \item change \code{psU64} $\rightarrow$ \code{unsigned long int} where appropriate
     631  \item change \code{psU64} $\rightarrow$ \code{unsigned long} where appropriate
    632632  \item add \code{const} to parameters where appropriate
    633633  \item remove \code{const} from parameters passed by value
     
    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{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}
    662   \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{long int}
    664   \item change \code{psLookupTable} to store it's index as an \code{long int}
    665   \item change \code{psBitSet} to store it's size as an \code{long int}
     658  \item change \code{psVector} to store it's number of elements as an \code{long}
     659  \item change \code{psArray} to store it's number of elements as an \code{long}
     660  \item change \code{psList} to store it's number of elements as an \code{long}
     661  \item change \code{psListIterator} to store the number of elements on the list as an \code{long}
     662  \item change \code{psListIterator} to store it's index as an \code{long}
     663  \item change \code{psHash} to store it's number of elements as an \code{long}
     664  \item change \code{psLookupTable} to store it's index as an \code{long}
     665  \item change \code{psBitSet} to store it's size as an \code{long}
    666666  \item remove \code{psXMLDocFree()}
    667667  \item add \code{psXMLDocAlloc()}
Note: See TracChangeset for help on using the changeset viewer.