diff options
| author | Florian Weimer <fweimer@redhat.com> | 2018-05-16 17:00:35 +0200 |
|---|---|---|
| committer | Florian Weimer <fweimer@redhat.com> | 2018-05-16 17:00:36 +0200 |
| commit | 2afece36f6006844e87d7cb2fcb1ad8b220b2623 (patch) | |
| tree | 52958dc70aaab18d73b3b3ecafc8adfacd0b7131 /ChangeLog | |
| parent | 9761bf4dfae04016bccaa82414719523b090dd60 (diff) | |
| download | glibc-2afece36f6006844e87d7cb2fcb1ad8b220b2623.tar.xz glibc-2afece36f6006844e87d7cb2fcb1ad8b220b2623.zip | |
support: Add TEST_COMPARE_BLOB, support_quote_blob
The declaration of support_test_compare_blob uses unsigned long int,
to avoid including <stddef.h>.
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,5 +1,18 @@ 2018-05-16 Florian Weimer <fweimer@redhat.com> + * support/Makefile (libsupport-routines): Add support_quote_blob, + support_test_compare_blob. + (tests): Add tst-support_quote_blob, tst-test_compare_blob. + * support/check.h (TEST_COMPARE_BLOB): Define. + (support_test_compare_blob): Declare. + * support/support.h (support_quote_blob): Declare. + * support/support_quote_blob.c: New file. + * support/support_test_compare_blob.c: Likewise. + * support/tst-support_quote_blob.c: Likewise. + * support/tst-test_compare_blob.c: Likewise. + +2018-05-16 Florian Weimer <fweimer@redhat.com> + * stdlib/strtod_nan.c: Include <math-type-macros-double.h> instead of <strtod_nan_double.h>. * stdlib/strtod_nan_main.c (STRTOD_NAN): Use SET_NAN_PAYLOAD |
