diff liboctave/ChangeLog @ 3121:923049908004

[project @ 1997-12-01 00:01:00 by jwe]
author jwe
date Mon, 01 Dec 1997 00:01:01 +0000
parents f3e1da120048
children dcc6c985d72d
line wrap: on
line diff
--- a/liboctave/ChangeLog	Sun Nov 30 23:56:37 1997 +0000
+++ b/liboctave/ChangeLog	Mon Dec 01 00:01:01 1997 +0000
@@ -1,8 +1,14 @@
 Sun Nov 30 14:59:12 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
-	* dbleBessel.h, dbleBessel.cc: New files.
+	* lo-mappers.cc: Include cmath and lo-specfun.h, not oct-math.h.
+
+	* lo-specfun.h, lo-specfun.cc: New files.
 	* Makefile.in (INCLUDES, SOURCES): Add them to the lists.
 
+	* acosh.c, asinh.c, atanh.c, erf.c, erfc.c, gamma.c, lgamma.c,
+	oct-math.h: Delete.
+	* Makefile.in (SOURCES): Delete them from the list.
+
 Wed Nov 26 20:02:13 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
 	* lo-sysdep.cc (octave_getcwd): Prefer getcwd over getwd.