From 999493cb4a497063c1cb2354a95db21c7ab496f2 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 8 Jul 1996 17:45:03 +0000 Subject: Mon Jul 8 13:37:40 1996 Roland McGrath * math/math.h (_Mfloat_, _Mlong_double_): New macros, defined iff not already defined to float, long double. Use those macros for _Mdouble_ defns when including mathcalls.h. * math/Makefile [$(long-double-fcts) != yes] (CPPFLAGS): Append -D_Mlong_double_=double. Add more -lm functions to -lc because ldexp uses them. * math/Makefile (calls): Add s_finite, s_copysign, s_scalbn, s_modf. (routines): Remove s_modf, add s_frexpf, s_ldexpf; all but frexp and ldexp have both f and l code, and those have f though not l code. memcpy for possibly overlapping strings. --- NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index ec195fcf5e..edb07b8330 100644 --- a/NEWS +++ b/NEWS @@ -205,7 +205,8 @@ Version 2.0 * We have incorporated the 4.4 BSD `db' library (version 1.85). New header files and provide a rich set of functions for several types of simple databases stored in memory and in files, and is - an old `ndbm'-compatbile interface using the `db' functions. + an old `ndbm'-compatbile interface using the `db' functions. Link with + `-ldb' to get these functions. * New macro `strdupa' copies a string like `strdup', but uses local stack space from `alloca' instead of dynamic heap space from `malloc'. -- cgit 1.4.1