Age | Commit message (Expand) | Author | Files | Lines |
2021-07-08 | Move mcheck symbol from stdlib to malloc | Siddhesh Poyarekar | 1 | -1/+1 |
2021-06-03 | dlfcn: Cleanups after -ldl is no longer required | Florian Weimer | 1 | -5/+3 |
2021-05-16 | Enable support for GCC 11 -Wmismatched-dealloc. | Martin Sebor | 3 | -6/+95 |
2021-05-14 | stdlib: Fix data race in __run_exit_handlers [BZ #27749] | Vitaly Buka | 3 | -17/+133 |
2021-05-06 | Annotate additional APIs with GCC attribute access. | Martin Sebor | 1 | -2/+4 |
2021-04-21 | nptl: Move pthread_setcancelstate into libc | Florian Weimer | 1 | -7/+2 |
2021-04-12 | support: Add capability to fork an sgid child | Siddhesh Poyarekar | 1 | -181/+18 |
2021-03-29 | fork.h: replace with register-atfork.h | Samuel Thibault | 1 | -3/+1 |
2021-03-24 | stdlib: Fix BZ #26241 testcase on GNU/Hurd | Samuel Thibault | 1 | -3/+4 |
2021-01-20 | stdlib: Add testcase for BZ #26241 | Adhemerval Zanella | 2 | -1/+103 |
2021-01-11 | posix: Fix return value of system if shell can not be executed [BZ #27053] | Adhemerval Zanella | 1 | -0/+17 |
2021-01-05 | stdlib: Sync canonicalize with gnulib [BZ #10635] [BZ #26592] [BZ #26341] [BZ... | Adhemerval Zanella | 2 | -170/+387 |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 208 | -208/+208 |
2020-12-31 | nonstring: Enable __FORTIFY_LEVEL=3 | Siddhesh Poyarekar | 1 | -18/+24 |
2020-12-18 | getenv: Move call to strlen to the branch it's used in. | Lode Willems | 1 | -1/+1 |
2020-12-14 | Remove strtoimax, strtoumax, wcstoimax, wcstoumax inlines | Joseph Myers | 1 | -118/+0 |
2020-12-12 | Fix spelling and grammar in several comments | Jonny Grant | 1 | -1/+1 |
2020-12-08 | Make strtoimax, strtoumax, wcstoimax, wcstoumax into aliases | Joseph Myers | 7 | -5/+2 |
2020-10-08 | Revert "Fix missing redirects in testsuite targets" | Andreas Schwab | 1 | -2/+2 |
2020-09-11 | Remove internal usage of extensible stat functions | Adhemerval Zanella | 1 | -1/+1 |
2020-07-01 | Fix typo in comment in bug 26137 fix. | Joseph Myers | 1 | -1/+1 |
2020-06-30 | Fix strtod multiple-precision division bug (bug 26137). | Joseph Myers | 3 | -2/+3577 |
2020-06-30 | random: range is not portably RAND_MAX [BZ #7003] | John Marshall | 1 | -1/+1 |
2020-06-01 | mbstowcs: Document, test, and fix null pointer dst semantics (Bug 25219) | Carlos O'Donell | 1 | -1/+1 |
2020-05-04 | improve out-of-bounds checking with GCC 10 attribute access [BZ #25219] | Martin Sebor | 2 | -10/+16 |
2020-04-30 | Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI | Paul E. Murphy | 3 | -3/+3 |
2020-04-28 | Remove unused floating-point configuration from gmp-impl.h. | Joseph Myers | 1 | -50/+0 |
2020-04-09 | Add GRND_INSECURE from Linux 5.6 to sys/random.h | Joseph Myers | 1 | -0/+1 |
2020-03-25 | stdlib: Move tst-system to tests-container | Adhemerval Zanella | 2 | -5/+8 |
2020-03-23 | posix: Fix system error return value [BZ #25715] | Adhemerval Zanella | 1 | -4/+118 |
2020-03-10 | gcc PR 89877: miscompilation due to missing cc clobber in longlong.h macros | Vineet Gupta | 1 | -2/+4 |
2020-02-17 | Prepare redirections for IEEE long double on powerpc64le | Gabriel F. T. Gomes | 3 | -2/+27 |
2020-02-17 | stdlib: Reduce namespace pollution in <inttypes.h> | Florian Weimer | 1 | -24/+24 |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 208 | -208/+208 |
2019-12-13 | hurd: Fix local PLT | Samuel Thibault | 1 | -2/+4 |
2019-12-03 | Expand $(as-needed) and $(no-as-needed) throughout the build system | Florian Weimer | 1 | -1/+1 |
2019-12-03 | ldbl-128ibm-compat: Add strfmon_l with IEEE long double format | Rajalakshmi Srinivasaraghavan | 1 | -4/+27 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 208 | -208/+208 |
2019-08-23 | Fix spellings of contributor names in comments and doc | Paul Eggert | 1 | -1/+1 |
2019-08-13 | Declare most TS 18661-1 interfaces for C2X. | Joseph Myers | 3 | -3/+3 |
2019-04-18 | malloc: make malloc fail with requests larger than PTRDIFF_MAX (BZ#23741) | Adhemerval Zanella | 1 | -5/+8 |
2019-04-17 | stdlib/tst-secure-getenv: handle >64 groups | Mike Gerow | 1 | -4/+15 |
2019-03-13 | Move inttypes.h and stdint.h to stdlib. | Zack Weinberg | 2 | -0/+753 |
2019-02-27 | Add some spaces before '('. | Joseph Myers | 4 | -6/+6 |
2019-02-22 | Break some lines before not after operators. | Joseph Myers | 3 | -24/+25 |
2019-02-03 | testsuite: stdlib/isomac.c: add missing include | Aurelien Jarno | 1 | -0/+1 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 206 | -206/+206 |
2018-12-21 | Update longlong.h. | Joseph Myers | 1 | -58/+57 |
2018-12-05 | Add __v*printf_internal with flags arguments | Zack Weinberg | 1 | -1/+1 |
2018-11-30 | stdlib: assert on NULL function pointer in atexit etc. [BZ #20544] | Paul Pluzhnikov | 4 | -1/+125 |