Changeset 4061 for trunk/doc/pslib/ChangeLogSDRS.tex
- Timestamp:
- May 31, 2005, 3:33:39 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/ChangeLogSDRS.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/ChangeLogSDRS.tex
r4047 r4061 1 %%% $Id: ChangeLogSDRS.tex,v 1.10 5 2005-05-28 03:21:17jhoblitt Exp $1 %%% $Id: ChangeLogSDRS.tex,v 1.106 2005-06-01 01:33:39 jhoblitt Exp $ 2 2 3 3 \subsection{Changes from version 00 to version 01} … … 625 625 \begin{itemize} 626 626 \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} 628 629 \item change \code{int} $\rightarrow$ \code{size_t} where appropriate 629 630 \item change \code{psBool} $\rightarrow$ \code{bool} 630 631 \item add \code{const} to parameters where appropriate 631 632 \item remove \code{const} from parameters passed by value 633 \item remove \code{const} from parameters that are actually being modified 632 634 \item change \code{void *} $\rightarrow$ \code{psPtr} where appropriate 633 635 \item change parameter names to be consistent with the current implementation … … 635 637 \item change parameter types to be more consistent with related data structures 636 638 \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.
