summary refs log tree commit diff
path: root/stdlib
Commit message (Expand)AuthorAgeFilesLines
...
* stdlib: Reduce namespace pollution in <inttypes.h>Florian Weimer2020-02-171-24/+24
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-01208-208/+208
* hurd: Fix local PLTSamuel Thibault2019-12-131-2/+4
* Expand $(as-needed) and $(no-as-needed) throughout the build systemFlorian Weimer2019-12-031-1/+1
* ldbl-128ibm-compat: Add strfmon_l with IEEE long double formatRajalakshmi Srinivasaraghavan2019-12-031-4/+27
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-07208-208/+208
* Fix spellings of contributor names in comments and docPaul Eggert2019-08-231-1/+1
* Declare most TS 18661-1 interfaces for C2X.Joseph Myers2019-08-133-3/+3
* malloc: make malloc fail with requests larger than PTRDIFF_MAX (BZ#23741)Adhemerval Zanella2019-04-181-5/+8
* stdlib/tst-secure-getenv: handle >64 groupsMike Gerow2019-04-171-4/+15
* Move inttypes.h and stdint.h to stdlib.Zack Weinberg2019-03-132-0/+753
* Add some spaces before '('.Joseph Myers2019-02-274-6/+6
* Break some lines before not after operators.Joseph Myers2019-02-223-24/+25
* testsuite: stdlib/isomac.c: add missing includeAurelien Jarno2019-02-031-0/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-01206-206/+206
* Update longlong.h.Joseph Myers2018-12-211-58/+57
* Add __v*printf_internal with flags argumentsZack Weinberg2018-12-051-1/+1
* stdlib: assert on NULL function pointer in atexit etc. [BZ #20544]Paul Pluzhnikov2018-11-304-1/+125
* Use STRFMON_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg2018-11-162-5/+6
* stdlib/test-bz22786: Avoid memory leaks in the test itselfFlorian Weimer2018-10-301-2/+4
* stdlib/tst-strtod-overflow: Switch to support_blob_repeatFlorian Weimer2018-10-301-6/+10
* stdlib/test-bz22786: Avoid spurious test failures using alias mappingsFlorian Weimer2018-10-301-10/+6
* Y2038: Add 64-bit time for all architecturesAlbert ARIBAUD (3ADEV)2018-10-241-1/+1
* Y2038: provide size of default time_t for target architectureAlbert ARIBAUD (3ADEV)2018-10-241-1/+1
* Don't reduce test timeout to less than defaultAndreas Schwab2018-10-171-1/+0
* Fix stack overflow in tst-setcontext9 (bug 23717)Andreas Schwab2018-09-271-2/+2
* Fix tst-setcontext9 for optimized small stacks.Carlos O'Donell2018-09-191-9/+38
* reallocarray: Declare under _DEFAULT_SOURCEFlorian Weimer2018-08-301-1/+1
* Test stdlib/test-bz22786 exits now with unsupported if malloc fails.Stefan Liebler2018-08-301-3/+12
* Fix BZ#23400 (creating temporary files in source tree), and undefined behavio...Paul Pluzhnikov2018-08-241-27/+12
* mbstowcs: Remove outdated commentFlorian Weimer2018-08-131-6/+1
* Move __fentry__ version definition to sysdeps/{i386,x86_64}Ilya Leoshkevich2018-08-101-3/+0
* Add tests for setcontext on the context from makecontextH.J. Lu2018-07-255-1/+360
* Add a test for multiple setcontext callsH.J. Lu2018-07-252-1/+89
* Add another test for setcontextH.J. Lu2018-07-252-1/+218
* Add a test for multiple makecontext callsH.J. Lu2018-07-252-1/+110
* Add <bits/indirect-return.h>H.J. Lu2018-07-242-2/+6
* Avoid insecure usage of tmpnam in tests.Joseph Myers2018-07-181-4/+10
* Add long double input for strfmon testRajalakshmi Srinivasaraghavan2018-06-301-10/+28
* Disallow use of DES encryption functions in new programs.Zack Weinberg2018-06-291-6/+0
* Add tests for sign of NaN returned by strtod (bug 23007).Joseph Myers2018-06-153-1/+75
* Fix sign of NaN returned by strtod (bug 23007).Herman ten Brugge2018-06-151-1/+1
* Fix strtod overflow detection (bug 23279).Joseph Myers2018-06-135-4391/+4845
* stdlib: Additional tests need generated locale dependenciesFlorian Weimer2018-05-291-0/+2
* math: Merge strtod_nan_*.h into math-type-macros-*.hFlorian Weimer2018-05-166-63/+4
* Do not include math-barriers.h in math_private.h.Joseph Myers2018-05-111-1/+1
* Fix BZ 22786: integer addition overflow may cause stack buffer overflowPaul Pluzhnikov2018-05-083-2/+92
* Move math_narrow_eval to separate math-narrow-eval.h.Joseph Myers2018-05-091-0/+1
* Fix tst-strfmon_l test for hr_HR localeMike FABIAN2018-04-241-2/+2
* hurd: Avoid some PLTs in libc and librtSamuel Thibault2018-04-021-1/+1