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 /ChangeLog | |
parent | f5cb4a5cbae4310fc0dcc5a1a218596505fcdc8b (diff) | |
download | glibc-999493cb4a497063c1cb2354a95db21c7ab496f2.tar.gz glibc-999493cb4a497063c1cb2354a95db21c7ab496f2.tar.xz glibc-999493cb4a497063c1cb2354a95db21c7ab496f2.zip |
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 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 28e167c2c5..a52a1a273f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,20 @@ +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. + Mon Jul 8 13:10:50 1996 Michael I. Bushnell p/BSG <mib@psilocin.gnu.ai.mit.edu> * string/argz-delete.c (argz_delete): Use memmove instead of - memcpy for possbly overlapping strings. + memcpy for possibly overlapping strings. Mon Jul 8 02:14:25 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> |