diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-03-28 07:18:56 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-03-28 07:18:56 +0000 |
commit | 4668903c627bf95b7767b3fa8c9a726035837aa3 (patch) | |
tree | 4bfa6074955e7d6e0fad8c7d4e5af12ddb8683e3 /ChangeLog | |
parent | 9dedc9695d85dd49118c67b252d722494cc8c2aa (diff) | |
download | glibc-4668903c627bf95b7767b3fa8c9a726035837aa3.tar.gz glibc-4668903c627bf95b7767b3fa8c9a726035837aa3.tar.xz glibc-4668903c627bf95b7767b3fa8c9a726035837aa3.zip |
Update.
* stdlib/isomac.c (fmt): Don't define _LIBC. * include/endian.h: Define BIG_ENDI, LITTLE_ENDI, HIGH_HALF, and LOW_HALF only if _LIBC is defined. * sysdeps/i386/fpu/libm-test-ulps: Slight adjustment of yn() error.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 6d21b186c3..773eee0af7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,12 @@ * version.h (VERSION): Bump to 2.2.3. + * stdlib/isomac.c (fmt): Don't define _LIBC. + * include/endian.h: Define BIG_ENDI, LITTLE_ENDI, HIGH_HALF, and + LOW_HALF only if _LIBC is defined. + + * sysdeps/i386/fpu/libm-test-ulps: Slight adjustment of yn() error. + * posix/fnmatch_loop.c (FCT): Handle !() after * special like @() and +(). * posix/tst-fnmatch.input: Add test cases for matching empty strings. |