diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-10-14 18:46:12 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-10-14 18:46:12 -0400 |
commit | 396a21b1d016c52e011f8921e0728aa62a1e9df0 (patch) | |
tree | 990090c8362d0c994df98b5ce8d60af31b71f191 /ChangeLog | |
parent | 349290c00a26567051ef953efcb874d7ee7def1e (diff) | |
download | glibc-396a21b1d016c52e011f8921e0728aa62a1e9df0.tar glibc-396a21b1d016c52e011f8921e0728aa62a1e9df0.tar.gz glibc-396a21b1d016c52e011f8921e0728aa62a1e9df0.tar.bz2 glibc-396a21b1d016c52e011f8921e0728aa62a1e9df0.zip |
Support optimized isXXX functions in C++ code
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2011-10-14 Ulrich Drepper <drepper@gmail.com> + + * ctype/ctype.h: Add support for inlined isXXX functions when + compiling C++ code. + 2011-10-14 Andreas Schwab <schwab@redhat.com> * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests. |