Index: trunk/doc/pslib/ChangeLogSDRS.tex
===================================================================
--- trunk/doc/pslib/ChangeLogSDRS.tex	(revision 4047)
+++ trunk/doc/pslib/ChangeLogSDRS.tex	(revision 4061)
@@ -1,3 +1,3 @@
-%%% $Id: ChangeLogSDRS.tex,v 1.105 2005-05-28 03:21:17 jhoblitt Exp $
+%%% $Id: ChangeLogSDRS.tex,v 1.106 2005-06-01 01:33:39 jhoblitt Exp $
 
 \subsection{Changes from version 00 to version 01}
@@ -625,9 +625,11 @@
   \begin{itemize}
   \item rename psFinalize() $\rightarrow$ psLibCleanup()
-  \item change parameters expecting \code{__LINE__} to type \code{int}
+  \item change parameters expecting \code{__LINE__} to type \code{unsigned int}
+  \item change parameters expected \code{__LINE__} to be named \code{lineno}
   \item change \code{int} $\rightarrow$ \code{size_t} where appropriate
   \item change \code{psBool} $\rightarrow$ \code{bool}
   \item add \code{const} to parameters where appropriate
   \item remove \code{const} from parameters passed by value
+  \item remove \code{const} from parameters that are actually being modified
   \item change \code{void *} $\rightarrow$ \code{psPtr} where appropriate
   \item change parameter names to be consistent with the current implementation
@@ -635,4 +637,13 @@
   \item change parameter types to be more consistent with related data structures 
   \item change \code{psF64} $\rightarrow$ \code{double} where appropriate
-  \end{itemize}
-\end{itemize}
+  \item change \code{psC64} $\rightarrow$ \code{complex double}
+  \item rename functions/datatypes to abv. ``allocate'' as ``alloc''
+  \item rename functions/datatypes to abv. ``memory'' as ``mem''
+  \item remove ``my'' from function parameters names
+  \item add \code{psComparePtrFunc} function pointer
+  \item change parameters expecting filenames to be named \code{filename}
+  \item change parameters specifying the number of something to allocated to be named \code{nalloc}
+  \item change parameters specifying the number of bytes to be allocated to be named \code{size}
+  \item change parameters specifying the type of something to be named \code{type} where appropriate
+  \end{itemize}
+\end{itemize}
