IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 31, 2005, 3:33:39 PM (21 years ago)
Author:
jhoblitt
Message:

continuing SDRS API clean up and implementation re-synchronization
function/parameter/datatype renames

File:
1 edited

Legend:

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

    r4047 r4061  
    1 %%% $Id: ChangeLogSDRS.tex,v 1.105 2005-05-28 03:21:17 jhoblitt Exp $
     1%%% $Id: ChangeLogSDRS.tex,v 1.106 2005-06-01 01:33:39 jhoblitt Exp $
    22
    33\subsection{Changes from version 00 to version 01}
     
    625625  \begin{itemize}
    626626  \item rename psFinalize() $\rightarrow$ psLibCleanup()
    627   \item change parameters expecting \code{__LINE__} to type \code{int}
     627  \item change parameters expecting \code{__LINE__} to type \code{unsigned int}
     628  \item change parameters expected \code{__LINE__} to be named \code{lineno}
    628629  \item change \code{int} $\rightarrow$ \code{size_t} where appropriate
    629630  \item change \code{psBool} $\rightarrow$ \code{bool}
    630631  \item add \code{const} to parameters where appropriate
    631632  \item remove \code{const} from parameters passed by value
     633  \item remove \code{const} from parameters that are actually being modified
    632634  \item change \code{void *} $\rightarrow$ \code{psPtr} where appropriate
    633635  \item change parameter names to be consistent with the current implementation
     
    635637  \item change parameter types to be more consistent with related data structures
    636638  \item change \code{psF64} $\rightarrow$ \code{double} where appropriate
    637   \end{itemize}
    638 \end{itemize}
     639  \item change \code{psC64} $\rightarrow$ \code{complex double}
     640  \item rename functions/datatypes to abv. ``allocate'' as ``alloc''
     641  \item rename functions/datatypes to abv. ``memory'' as ``mem''
     642  \item remove ``my'' from function parameters names
     643  \item add \code{psComparePtrFunc} function pointer
     644  \item change parameters expecting filenames to be named \code{filename}
     645  \item change parameters specifying the number of something to allocated to be named \code{nalloc}
     646  \item change parameters specifying the number of bytes to be allocated to be named \code{size}
     647  \item change parameters specifying the type of something to be named \code{type} where appropriate
     648  \end{itemize}
     649\end{itemize}
Note: See TracChangeset for help on using the changeset viewer.