2001/09/15 In src/dap3.c, function "plot1", changed
           title0 to static, allocated once, don't free.
2001/09/15 Renamed functions "invprobchisq", "invprobf",
           "invprobn", and "invprobt" to "chisqpoint",
           "fpoint", "npoint", and "tpoint", resp.:
           src/dap[345].c, src/prob.c, src/dap_make.h,
           src/dap.h, doc/dap.texi
2001/09/14 Corrected a bug: function "invprobn" was
           returning the negative of what it was
           supposed to: src/prob.c Fixed calls to
           "invprobn" in src/dap3.c and src/dap5.c
           accordingly.
2001/09/14 Changed src/dap3.c: added parameters "marks"
           and "nmarks" and added variables "plotmarks"
           and "pn" to functions "plotlinreg" and
           "plotlogreg" so that they could process files
           that are partitioned. Updated doc/dap.texi and
           examples "ms95.c" and "cda88.c", and their
           output accordingly.
2001/09/06 Changed unsigned's to unsigned int's in
           src/machdep.c
2001/09/06 Setting dblhigh, dbllow moved to main() from
           inset(), outset() in src/dap0.c

Dap is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
