| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | getenv: Move call to strlen to the branch it's used in. | Lode Willems | 2020-12-18 | 1 | -1/+1 |
* | Remove strtoimax, strtoumax, wcstoimax, wcstoumax inlines | Joseph Myers | 2020-12-14 | 1 | -118/+0 |
* | Fix spelling and grammar in several comments | Jonny Grant | 2020-12-12 | 1 | -1/+1 |
* | Make strtoimax, strtoumax, wcstoimax, wcstoumax into aliases | Joseph Myers | 2020-12-08 | 7 | -5/+2 |
* | Revert "Fix missing redirects in testsuite targets" | Andreas Schwab | 2020-10-08 | 1 | -2/+2 |
* | Remove internal usage of extensible stat functions | Adhemerval Zanella | 2020-09-11 | 1 | -1/+1 |
* | Fix typo in comment in bug 26137 fix. | Joseph Myers | 2020-07-01 | 1 | -1/+1 |
* | Fix strtod multiple-precision division bug (bug 26137). | Joseph Myers | 2020-06-30 | 3 | -2/+3577 |
* | random: range is not portably RAND_MAX [BZ #7003] | John Marshall | 2020-06-30 | 1 | -1/+1 |
* | mbstowcs: Document, test, and fix null pointer dst semantics (Bug 25219) | Carlos O'Donell | 2020-06-01 | 1 | -1/+1 |
* | improve out-of-bounds checking with GCC 10 attribute access [BZ #25219] | Martin Sebor | 2020-05-04 | 2 | -10/+16 |
* | Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI | Paul E. Murphy | 2020-04-30 | 3 | -3/+3 |
* | Remove unused floating-point configuration from gmp-impl.h. | Joseph Myers | 2020-04-28 | 1 | -50/+0 |
* | Add GRND_INSECURE from Linux 5.6 to sys/random.h | Joseph Myers | 2020-04-09 | 1 | -0/+1 |
* | stdlib: Move tst-system to tests-container | Adhemerval Zanella | 2020-03-25 | 2 | -5/+8 |
* | posix: Fix system error return value [BZ #25715] | Adhemerval Zanella | 2020-03-23 | 1 | -4/+118 |
* | gcc PR 89877: miscompilation due to missing cc clobber in longlong.h macros | Vineet Gupta | 2020-03-10 | 1 | -2/+4 |
* | Prepare redirections for IEEE long double on powerpc64le | Gabriel F. T. Gomes | 2020-02-17 | 3 | -2/+27 |
* | stdlib: Reduce namespace pollution in <inttypes.h> | Florian Weimer | 2020-02-17 | 1 | -24/+24 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2020-01-01 | 208 | -208/+208 |
* | hurd: Fix local PLT | Samuel Thibault | 2019-12-13 | 1 | -2/+4 |
* | Expand $(as-needed) and $(no-as-needed) throughout the build system | Florian Weimer | 2019-12-03 | 1 | -1/+1 |
* | ldbl-128ibm-compat: Add strfmon_l with IEEE long double format | Rajalakshmi Srinivasaraghavan | 2019-12-03 | 1 | -4/+27 |
* | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 2019-09-07 | 208 | -208/+208 |
* | Fix spellings of contributor names in comments and doc | Paul Eggert | 2019-08-23 | 1 | -1/+1 |
* | Declare most TS 18661-1 interfaces for C2X. | Joseph Myers | 2019-08-13 | 3 | -3/+3 |
* | malloc: make malloc fail with requests larger than PTRDIFF_MAX (BZ#23741) | Adhemerval Zanella | 2019-04-18 | 1 | -5/+8 |
* | stdlib/tst-secure-getenv: handle >64 groups | Mike Gerow | 2019-04-17 | 1 | -4/+15 |
* | Move inttypes.h and stdint.h to stdlib. | Zack Weinberg | 2019-03-13 | 2 | -0/+753 |
* | Add some spaces before '('. | Joseph Myers | 2019-02-27 | 4 | -6/+6 |
* | Break some lines before not after operators. | Joseph Myers | 2019-02-22 | 3 | -24/+25 |
* | testsuite: stdlib/isomac.c: add missing include | Aurelien Jarno | 2019-02-03 | 1 | -0/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2019-01-01 | 206 | -206/+206 |
* | Update longlong.h. | Joseph Myers | 2018-12-21 | 1 | -58/+57 |
* | Add __v*printf_internal with flags arguments | Zack Weinberg | 2018-12-05 | 1 | -1/+1 |
* | stdlib: assert on NULL function pointer in atexit etc. [BZ #20544] | Paul Pluzhnikov | 2018-11-30 | 4 | -1/+125 |
* | Use STRFMON_LDBL_IS_DBL instead of __ldbl_is_dbl. | Zack Weinberg | 2018-11-16 | 2 | -5/+6 |
* | stdlib/test-bz22786: Avoid memory leaks in the test itself | Florian Weimer | 2018-10-30 | 1 | -2/+4 |
* | stdlib/tst-strtod-overflow: Switch to support_blob_repeat | Florian Weimer | 2018-10-30 | 1 | -6/+10 |
* | stdlib/test-bz22786: Avoid spurious test failures using alias mappings | Florian Weimer | 2018-10-30 | 1 | -10/+6 |
* | Y2038: Add 64-bit time for all architectures | Albert ARIBAUD (3ADEV) | 2018-10-24 | 1 | -1/+1 |
* | Y2038: provide size of default time_t for target architecture | Albert ARIBAUD (3ADEV) | 2018-10-24 | 1 | -1/+1 |
* | Don't reduce test timeout to less than default | Andreas Schwab | 2018-10-17 | 1 | -1/+0 |
* | Fix stack overflow in tst-setcontext9 (bug 23717) | Andreas Schwab | 2018-09-27 | 1 | -2/+2 |
* | Fix tst-setcontext9 for optimized small stacks. | Carlos O'Donell | 2018-09-19 | 1 | -9/+38 |
* | reallocarray: Declare under _DEFAULT_SOURCE | Florian Weimer | 2018-08-30 | 1 | -1/+1 |
* | Test stdlib/test-bz22786 exits now with unsupported if malloc fails. | Stefan Liebler | 2018-08-30 | 1 | -3/+12 |
* | Fix BZ#23400 (creating temporary files in source tree), and undefined behavio... | Paul Pluzhnikov | 2018-08-24 | 1 | -27/+12 |
* | mbstowcs: Remove outdated comment | Florian Weimer | 2018-08-13 | 1 | -6/+1 |
* | Move __fentry__ version definition to sysdeps/{i386,x86_64} | Ilya Leoshkevich | 2018-08-10 | 1 | -3/+0 |