This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 9761bf4dfa math: Merge strtod_nan_*.h into math-type-macros-*.h new 2afece36f6 support: Add TEST_COMPARE_BLOB, support_quote_blob
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ChangeLog | 13 ++++ support/Makefile | 4 ++ support/check.h | 22 +++++++ support/support.h | 6 ++ support/support_quote_blob.c | 83 ++++++++++++++++++++++++ support/support_test_compare_blob.c | 76 ++++++++++++++++++++++ support/tst-support_quote_blob.c | 61 ++++++++++++++++++ support/tst-test_compare_blob.c | 125 ++++++++++++++++++++++++++++++++++++ 8 files changed, 390 insertions(+) create mode 100644 support/support_quote_blob.c create mode 100644 support/support_test_compare_blob.c create mode 100644 support/tst-support_quote_blob.c create mode 100644 support/tst-test_compare_blob.c