Index: /trunk/doc/pslib/ChangeLogSDRS.tex
===================================================================
--- /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 3619)
+++ /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 3620)
@@ -1,3 +1,3 @@
-%%% $Id: ChangeLogSDRS.tex,v 1.78 2005-03-30 21:14:48 eugene Exp $
+%%% $Id: ChangeLogSDRS.tex,v 1.79 2005-04-01 04:14:39 jhoblitt Exp $
 
 \subsection{Changes from version 00 to version 01}
@@ -520,3 +520,5 @@
 \item Moved Fixed Pattern out of Astronomical Images 
 \end{itemize}
-\end{itemize}
+
+\item Restrictions on the use of \code{malloc}, \code{calloc}, \code{realloc}, and \code{free} should not be unintentional imposed on 3rd party code.
+\end{itemize}
Index: /trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- /trunk/doc/pslib/psLibSDRS.tex	(revision 3619)
+++ /trunk/doc/pslib/psLibSDRS.tex	(revision 3620)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.192 2005-03-30 21:14:48 eugene Exp $
+%%% $Id: psLibSDRS.tex,v 1.193 2005-04-01 04:14:39 jhoblitt Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -446,4 +446,10 @@
 call \code{p_psAlloc}, \code{p_psRealloc}, or \code{p_psFree} via the
 macros defined above.
+
+The above restrictions must apply strictly to the code within PSLib, and other
+dependent software, such as e.g., PSModules, may choose to enforce the
+restrictions as well.  Software which employs PSLib should be allowed to
+optionally employ this enforcement or not, depending on which version of the
+global include file is chosen.
   
 The functions \code{psAlloc} and \code{psRealloc} must never return a
