Fri May 15 12:37:31 1998  Hans-Peter Nilsson  <hp@axis.se>

        * stddef.h (NULL): Define to 0 if __cplusplus, not ((void *) 0)

        * math/log.c: Cut-n-paste:  Changed _Log1p_exzero to _Log_exzero

Sat Sep 20 19:18:37 1997  Hans-Peter Nilsson  <hp@axis.se>

        * stdlib/strtol.c (strtol): Now endptr is NULL-checked before
        referencing it (more grievance).

Wed Sep 10 20:37:52 1997  Hans-Peter Nilsson  <hp@axis.com>

        * stdlib/free.c (free):  Wrong comparison operator (< instead of >) 
        for walking through free-list.  (Good grief!  How could P.J. miss
        this one?)

Mon Apr 14 18:00:59 1997  Hans-Peter Nilsson  <hp@axis.com>

        * math/log.c (log):  Modification for NaN and Inf-type numbers;
        hopefully removed from CSE, so crosscompilation will give the same
        object-files regardless of  host, still assuming IEEE-754.
        math/log1p.c (log1p): Ditto
        math/pow.c (pow, pow_p): Ditto
        math/sqrt.c (sqrt): Ditto
        
Wed Apr  9 13:41:29 1997  Hans-Peter Nilsson  <hp@axis.com>

        * Makefile: Attempt to make it make-independent (Sun-make,
        gnumake).  Now Makefile will call Real.makefile, generating macros
        on the shell line.  Better compliance with GPL-lib2.

Tue Apr  8 15:12:49 1997  Hans-Peter Nilsson  <hp@axis.com>

        * Makefile, version.c:  Added version.c for a version string to be
        included in the library binaries (but never linked in, of
        course).

Thu Mar 20 21:10:34 1997  Hans-Peter Nilsson  <hp@axis.com>

        * stdlib/strtod.c (strtod): Bug with negative numbers fixed.

        * floatlib.c (__cmpsf2): Bug with both numbers negative fixed.


Mon Mar  3 12:09:05 1997  Hans-Peter Nilsson  <hp@axis.com>

        * Checked files for redundant declarations and added COPYING and
        COPYING.LIB from glibc-2.0.  Added README.

Thu Feb 13 13:13:44 1997  Hans-Peter Nilsson  <hp@axis.com>

        * numerous: (Obviously) the first ChangeLog entry.  Previous
        distributions without ChangeLog entry are deprecated.  Some of the
        changes:  removed strings.h link to string.h, cleaned it up
        compiler-warning-wise, gave it a version.h file for the version
        number to hang.
        