1069 Commits (8d8ae5eebd2c81064cfe88d877940ea4e6046d16)

Author SHA1 Message Date
H.J. Lu 8d8ae5eebd Add a setjmp/longjmp test between user contexts 2 years ago
Paul Eggert dff8da6b3e Update copyright dates with scripts/update-copyrights 2 years ago
H.J. Lu 46432be2f1 tst-setcontext10.c: Undef _FORTIFY_SOURCE 2 years ago
H.J. Lu 49b4de21dc Add a test for setjmp/longjmp within user context 2 years ago
H.J. Lu 08bc191fd1 Add a test for longjmp from user context 2 years ago
Florian Weimer b9390ba936 stdlib: Fix array bounds protection in insertion sort phase of qsort 2 years ago
Florian Weimer 64e4acf24d stdlib: The qsort implementation needs to use heapsort in more cases 2 years ago
Florian Weimer 55364e1f7d stdlib: Handle various corner cases in the fallback heapsort for qsort 2 years ago
Florian Weimer e4d8117b82 stdlib: Avoid another self-comparison in qsort 2 years ago
Florian Weimer f8cfb6836e stdlib: Avoid element self-comparisons in qsort 2 years ago
Adhemerval Zanella bc888a3976 stdlib: Add more qsort{_r} coverage 3 years ago
Adhemerval Zanella 03bf8357e8 stdlib: Remove use of mergesort on qsort (BZ 21719) 3 years ago
Adhemerval Zanella 274a46c9b2 stdlib: Implement introsort for qsort (BZ 19305) 3 years ago
Adhemerval Zanella d097f3c79b stdlib: qsort: Move some macros to inline function 3 years ago
Adhemerval Zanella a035a9857e stdlib: Move insertion sort out qsort 3 years ago
Adhemerval Zanella 21d30c774c stdlib: Optimization qsort{_r} swap implementation 3 years ago
Andreas Schwab 69239bd7a2 stdlib: fix grouping verification with multi-byte thousands separator (bug 30964) 3 years ago
Samuel Thibault 6333a6014f __call_tls_dtors: Use call_function_static_weak 3 years ago
Samuel Thibault cbf4aa422c tst-realpath-toolong: return "unsupported" when PATH_MAX is undefined 3 years ago
Florian Weimer 510fc20d73 stdlib: Improve tst-realpath compatibility with source fortification 3 years ago
Frédéric Bérat 20c894d21e Exclude routines from fortification 3 years ago
Joe Simmons-Talbott 9401024e5e setenv.c: Get rid of alloca. 3 years ago
Joseph Myers 2d88df5411 C2x scanf %b support 3 years ago
Adhemerval Zanella Netto e6ce346d07 stdlib: Tune down fork arc4random tests 3 years ago
Frédéric Bérat f6a532fbd0 tests: Replace various function calls with their x variant 3 years ago
Paul Pluzhnikov 2cbeda847b Fix a few more typos I missed in previous round -- BZ 25337 3 years ago
Paul Pluzhnikov 7f0d9e61f4 Fix all the remaining misspellings -- BZ 25337 3 years ago
Frédéric Bérat 29e25f6f13 tests: fix warn unused results 3 years ago
Adhemerval Zanella 95c9a6e806 Fix special case for C2x strtol binary constant handling (BZ# 30371) 3 years ago
Florian Weimer 10a81dd4cf stdlib: Avoid undefined behavior in stdlib/tst-labs 3 years ago
Florian Weimer 8812b9900e stdlib: Use long long int in stdlib/tst-llabs 3 years ago
Joe Simmons-Talbott d877b52d58 stdlib: Add testcases for llabs(). (BZ #30263) 3 years ago
Joe Simmons-Talbott b11db301e1 stdlib: Add testcases for labs(). (BZ #30263) 3 years ago
Joe Simmons-Talbott 0d21b3783f stdlib: Add testcases for abs(). (BZ #30263) 3 years ago
Carlos O'Donell 91f33a300c stdlib: Reformat Makefile. 3 years ago
наб cea74a4a24 testsuite: stdlib/isomac.c: fix REQUIREMENTS 3 years ago
Joe Simmons-Talbott 868506eb42 system: Add "--" after "-c" for sh (BZ #28519) 3 years ago
Adhemerval Zanella Netto 88677348b4 Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functions 3 years ago
Joseph Myers 2d4728e606 Update printf %b/%B C2x support 3 years ago
Adam Yi d03094649d hurd: fix build of tst-system.c 3 years ago
Adam Yi 436a604b7d posix: Fix system blocks SIGCHLD erroneously [BZ #30163] 3 years ago
Vitaly Buka fd78cfa72e stdlib: Undo post review change to 16adc58e73 [BZ #27749] 3 years ago
Qihao Chencao cc4d6614b5 Use uintptr_t instead of performing pointer subtraction with a null pointer 4 years ago
Adhemerval Zanella a6ccce23af stdlib: Simplify getenv 3 years ago
Joseph Myers 64924422a9 C2x strtol binary constant handling 3 years ago
Wilco Dijkstra 32c7acd464 Replace rawmemchr (s, '\0') with strchr 3 years ago
Sam James 35bcb08eaa stdlib: tests: don't double-define _FORTIFY_SOURCE 3 years ago
Joseph Myers 6d7e8eda9b Update copyright dates with scripts/update-copyrights 3 years ago
Joseph Myers 728ada505a Remove trailing whitespace in gmp.h 3 years ago
Florian Weimer e88b9f0e5c stdio-common: Convert vfprintf and related functions to buffers 3 years ago