Changeset 4047 for trunk/doc/pslib/ChangeLogSDRS.tex
- Timestamp:
- May 27, 2005, 5:21:17 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/ChangeLogSDRS.tex (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/ChangeLogSDRS.tex
r4040 r4047 1 %%% $Id: ChangeLogSDRS.tex,v 1.10 4 2005-05-27 00:38:08 eugeneExp $1 %%% $Id: ChangeLogSDRS.tex,v 1.105 2005-05-28 03:21:17 jhoblitt Exp $ 2 2 3 3 \subsection{Changes from version 00 to version 01} … … 622 622 \item added the psVectorClipFitPoly* functions 623 623 624 \end{itemize} 624 \item SDRS API clean up and implementation re-synchronization 625 \begin{itemize} 626 \item rename psFinalize() $\rightarrow$ psLibCleanup() 627 \item change parameters expecting \code{__LINE__} to type \code{int} 628 \item change \code{int} $\rightarrow$ \code{size_t} where appropriate 629 \item change \code{psBool} $\rightarrow$ \code{bool} 630 \item add \code{const} to parameters where appropriate 631 \item remove \code{const} from parameters passed by value 632 \item change \code{void *} $\rightarrow$ \code{psPtr} where appropriate 633 \item change parameter names to be consistent with the current implementation 634 \item change parameter names to be more consistent between related functions 635 \item change parameter types to be more consistent with related data structures 636 \item change \code{psF64} $\rightarrow$ \code{double} where appropriate 637 \end{itemize} 638 \end{itemize}
Note:
See TracChangeset
for help on using the changeset viewer.
