diff options
author | Roland McGrath <roland@gnu.org> | 1996-07-08 17:45:03 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-07-08 17:45:03 +0000 |
commit | 999493cb4a497063c1cb2354a95db21c7ab496f2 (patch) | |
tree | bba675af8be53afce7a56e8e2ff05720c997399e /NEWS | |
parent | f5cb4a5cbae4310fc0dcc5a1a218596505fcdc8b (diff) | |
download | glibc-999493cb4a497063c1cb2354a95db21c7ab496f2.zip glibc-999493cb4a497063c1cb2354a95db21c7ab496f2.tar.gz glibc-999493cb4a497063c1cb2354a95db21c7ab496f2.tar.bz2 |
Mon Jul 8 13:37:40 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* 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.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -205,7 +205,8 @@ Version 2.0 * We have incorporated the 4.4 BSD `db' library (version 1.85). New header files <db.h> and <mpool.h> provide a rich set of functions for several types of simple databases stored in memory and in files, and <ndbm.h> 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'. |