diff libcruft/ChangeLog @ 9372:32b15d5c3147

implement d1mach, i1mach, and r1mach using slamch and dlamch from lapack
author John W. Eaton <jwe@octave.org>
date Mon, 22 Jun 2009 17:04:28 -0400
parents 49a0c58a7dcf
children 14b1d3451858
line wrap: on
line diff
--- a/libcruft/ChangeLog	Mon Jun 22 11:39:45 2009 -0400
+++ b/libcruft/ChangeLog	Mon Jun 22 17:04:28 2009 -0400
@@ -1,3 +1,12 @@
+2009-06-22  John W. Eaton  <jwe@octave.org>
+
+	* misc/i1mach.f, misc/r1mach.f, misc/d1mach.f: Rewite in terms of
+	LAPACK functions slamch and dlamch.
+	* misc/machar.c: Delete.
+	* misc/Makefile.in (CSRC): Remove machar.c from the list.
+	(CEXTRA, XCC, XALL_CFLAGS): Delete variables.
+	(machar.o, smachar.o, pic/machar.o, pic/smachar.o): Delete rules.
+
 2009-05-07  Marco Atzeri  <marco_atzeri@yahoo.it>
 
         * Makefile.in: (SHLPRE): Rename from SHLLIBPRE.