aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-14Define ISO 639-3 "tok" [BZ #28950]Carlos O'Donell1-0/+1
2022-03-11nss: Protect against errno changes in function lookup (bug 28953)Florian Weimer4-4/+142
2022-03-11nss: Do not mention NSS test modules in <gnu/lib-names.h>Florian Weimer2-13/+5
2022-03-10malloc: Exit early on test failure in tst-reallocFlorian Weimer1-31/+15
2022-03-10Add some missing access function attributesSteve Grubb2-11/+17
2022-03-08libio: Ensure output buffer for wchars (bug #28828)José Bollo4-2/+36
2022-03-08inet: Return EAI_MEMORY when nrl_domainname() fails to allocate memoryAdhemerval Zanella1-68/+74
2022-03-08inet: Remove strdupa from nrl_domainname()Adhemerval Zanella1-5/+5
2022-03-08inet: Fix getnameinfo (NI_NOFQDN) race condition (BZ#28566)Adhemerval Zanella1-70/+78
2022-03-08benchtests: make compare_strings.py accept string as attribute valueSu Lifan1-1/+6
2022-03-07x86_64: Fix svml_d_tanh8_core_avx512.S code formattingSunil K Pandey1-360/+358
2022-03-07x86_64: Fix svml_d_tanh4_core_avx2.S code formattingSunil K Pandey1-1166/+1164
2022-03-07x86_64: Fix svml_d_tanh2_core_sse4.S code formattingSunil K Pandey1-1160/+1158
2022-03-07x86_64: Fix svml_s_tanhf8_core_avx2.S code formattingSunil K Pandey1-732/+730
2022-03-07x86_64: Fix svml_s_tanhf4_core_sse4.S code formattingSunil K Pandey1-721/+719
2022-03-07x86_64: Fix svml_s_tanhf16_core_avx512.S code formattingSunil K Pandey1-269/+267
2022-03-07x86_64: Fix svml_d_tan8_core_avx512.S code formattingSunil K Pandey1-2624/+2621
2022-03-07x86_64: Fix svml_d_tan4_core_avx2.S code formattingSunil K Pandey1-6047/+6044
2022-03-07x86_64: Fix svml_d_tan2_core_sse4.S code formattingSunil K Pandey1-6073/+6070
2022-03-07x86_64: Fix svml_s_tanf8_core_avx2.S code formattingSunil K Pandey1-2470/+2467
2022-03-07x86_64: Fix svml_s_tanf4_core_sse4.S code formattingSunil K Pandey1-2511/+2508
2022-03-07x86_64: Fix svml_s_tanf16_core_avx512.S code formattingSunil K Pandey1-818/+815
2022-03-07x86_64: Fix svml_d_sinh8_core_avx512.S code formattingSunil K Pandey1-399/+397
2022-03-07x86_64: Fix svml_d_sinh4_core_avx2.S code formattingSunil K Pandey1-408/+406
2022-03-07x86_64: Fix svml_d_sinh2_core_sse4.S code formattingSunil K Pandey1-393/+391
2022-03-07x86_64: Fix svml_s_sinhf8_core_avx2.S code formattingSunil K Pandey1-247/+245
2022-03-07x86_64: Fix svml_s_sinhf4_core_sse4.S code formattingSunil K Pandey1-246/+244
2022-03-07x86_64: Fix svml_s_sinhf16_core_avx512.S code formattingSunil K Pandey1-256/+254
2022-03-07x86_64: Fix svml_d_log28_core_avx512.S code formattingSunil K Pandey1-236/+235
2022-03-07x86_64: Fix svml_d_log24_core_avx2.S code formattingSunil K Pandey1-1242/+1241
2022-03-07x86_64: Fix svml_d_log22_core_sse4.S code formattingSunil K Pandey1-1256/+1255
2022-03-07x86_64: Fix svml_s_log2f8_core_avx2.S code formattingSunil K Pandey1-168/+167
2022-03-07x86_64: Fix svml_s_log2f4_core_sse4.S code formattingSunil K Pandey1-165/+164
2022-03-07x86_64: Fix svml_s_log2f16_core_avx512.S code formattingSunil K Pandey1-174/+173
2022-03-07x86_64: Fix svml_d_log1p8_core_avx512.S code formattingSunil K Pandey1-260/+259
2022-03-07x86_64: Fix svml_d_log1p4_core_avx2.S code formattingSunil K Pandey1-1294/+1293
2022-03-07x86_64: Fix svml_d_log1p2_core_sse4.S code formattingSunil K Pandey1-1308/+1307
2022-03-07x86_64: Fix svml_s_log1pf8_core_avx2.S code formattingSunil K Pandey1-196/+195
2022-03-07x86_64: Fix svml_s_log1pf4_core_sse4.S code formattingSunil K Pandey1-194/+193
2022-03-07x86_64: Fix svml_s_log1pf16_core_avx512.S code formattingSunil K Pandey1-213/+212
2022-03-07x86_64: Fix svml_d_log108_core_avx512.S code formattingSunil K Pandey1-242/+241
2022-03-07x86_64: Fix svml_d_log104_core_avx2.S code formattingSunil K Pandey1-992/+991
2022-03-07x86_64: Fix svml_d_log102_core_sse4.S code formattingSunil K Pandey1-1006/+1005
2022-03-07x86_64: Fix svml_s_log10f8_core_avx2.S code formattingSunil K Pandey1-185/+184
2022-03-07x86_64: Fix svml_s_log10f4_core_sse4.S code formattingSunil K Pandey1-185/+184
2022-03-07x86_64: Fix svml_s_log10f16_core_avx512.S code formattingSunil K Pandey1-181/+180
2022-03-07x86_64: Fix svml_d_hypot8_core_avx512.S code formattingSunil K Pandey1-144/+142
2022-03-07x86_64: Fix svml_d_hypot4_core_avx2.S code formattingSunil K Pandey1-198/+196
2022-03-07x86_64: Fix svml_d_hypot2_core_sse4.S code formattingSunil K Pandey1-188/+186
2022-03-07x86_64: Fix svml_s_hypotf8_core_avx2.S code formattingSunil K Pandey1-168/+166