2021-01-02 |
Paul Eggert | Update copyright dates with scripts/update-copyrights |
tree | commitdiff |
2020-12-31 |
Siddhesh Poyarekar | nonstring: Enable __FORTIFY_LEVEL=3 |
tree | commitdiff |
2020-12-18 |
Lode Willems | getenv: Move call to strlen to the branch it's used in. |
tree | commitdiff |
2020-12-14 |
Joseph Myers | Remove strtoimax, strtoumax, wcstoimax, wcstoumax inlines |
tree | commitdiff |
2020-12-12 |
Jonny Grant | Fix spelling and grammar in several comments |
tree | commitdiff |
2020-12-08 |
Joseph Myers | Make strtoimax, strtoumax, wcstoimax, wcstoumax into... |
tree | commitdiff |
2020-10-08 |
Andreas Schwab | Revert "Fix missing redirects in testsuite targets" |
tree | commitdiff |
2020-09-11 |
Adhemerval Zanella | Remove internal usage of extensible stat functions |
tree | commitdiff |
2020-07-01 |
Joseph Myers | Fix typo in comment in bug 26137 fix. |
tree | commitdiff |
2020-06-30 |
Joseph Myers | Fix strtod multiple-precision division bug (bug 26137). |
tree | commitdiff |
2020-06-30 |
John Marshall | random: range is not portably RAND_MAX [BZ #7003] |
tree | commitdiff |
2020-06-01 |
Carlos O'Donell | mbstowcs: Document, test, and fix null pointer dst... |
tree | commitdiff |
2020-05-04 |
Martin Sebor | improve out-of-bounds checking with GCC 10 attribute... |
tree | commitdiff |
2020-04-30 |
Paul E. Murphy | Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIREC... |
tree | commitdiff |
2020-04-28 |
Joseph Myers | Remove unused floating-point configuration from gmp... |
tree | commitdiff |
2020-04-09 |
Joseph Myers | Add GRND_INSECURE from Linux 5.6 to sys/random.h |
tree | commitdiff |
2020-03-25 |
Adhemerval Zanella | stdlib: Move tst-system to tests-container |
tree | commitdiff |
2020-03-23 |
Adhemerval Zanella | posix: Fix system error return value [BZ #25715] |
tree | commitdiff |
2020-03-11 |
Vineet Gupta | gcc PR 89877: miscompilation due to missing cc clobber... |
tree | commitdiff |
2020-02-17 |
Gabriel F. T. Gomes | Prepare redirections for IEEE long double on powerpc64le |
tree | commitdiff |
2020-02-17 |
Florian Weimer | stdlib: Reduce namespace pollution in <inttypes.h> |
tree | commitdiff |
2020-01-01 |
Joseph Myers | Update copyright dates with scripts/update-copyrights. |
tree | commitdiff |
2019-12-13 |
Samuel Thibault | hurd: Fix local PLT |
tree | commitdiff |
2019-12-03 |
Florian Weimer | Expand $(as-needed) and $(no-as-needed) throughout... |
tree | commitdiff |
2019-12-03 |
Rajalakshmi Sriniv... | ldbl-128ibm-compat: Add strfmon_l with IEEE long double... |
tree | commitdiff |
2019-09-07 |
Paul Eggert | Prefer https to http for gnu.org and fsf.org URLs |
tree | commitdiff |
2019-08-23 |
Paul Eggert | Fix spellings of contributor names in comments and doc |
tree | commitdiff |
2019-08-13 |
Joseph Myers | Declare most TS 18661-1 interfaces for C2X. |
tree | commitdiff |
2019-04-18 |
Adhemerval Zanella | malloc: make malloc fail with requests larger than... |
tree | commitdiff |
2019-04-17 |
Mike Gerow | stdlib/tst-secure-getenv: handle >64 groups |
tree | commitdiff |
2019-03-13 |
Zack Weinberg | Move inttypes.h and stdint.h to stdlib. |
tree | commitdiff |
2019-02-27 |
Joseph Myers | Add some spaces before '('. |
tree | commitdiff |
2019-02-22 |
Joseph Myers | Break some lines before not after operators. |
tree | commitdiff |
2019-02-03 |
Aurelien Jarno | testsuite: stdlib/isomac.c: add missing include |
tree | commitdiff |
2019-01-01 |
Joseph Myers | Update copyright dates with scripts/update-copyrights. |
tree | commitdiff |
2018-12-21 |
Joseph Myers | Update longlong.h. |
tree | commitdiff |
2018-12-05 |
Zack Weinberg | Add __v*printf_internal with flags arguments |
tree | commitdiff |
2018-12-01 |
Paul Pluzhnikov | stdlib: assert on NULL function pointer in atexit etc... |
tree | commitdiff |
2018-11-16 |
Zack Weinberg | Use STRFMON_LDBL_IS_DBL instead of __ldbl_is_dbl. |
tree | commitdiff |
2018-10-31 |
Samuel Thibault | Merge branch 'master' of git://sourceware.org/git/glibc |
tree | commitdiff |
2018-10-30 |
Florian Weimer | stdlib/test-bz22786: Avoid memory leaks in the test... |
tree | commitdiff |
2018-10-30 |
Florian Weimer | stdlib/tst-strtod-overflow: Switch to support_blob_repeat |
tree | commitdiff |
2018-10-30 |
Florian Weimer | stdlib/test-bz22786: Avoid spurious test failures using... |
tree | commitdiff |
2018-10-24 |
Albert ARIBAUD ... | Y2038: Add 64-bit time for all architectures |
tree | commitdiff |
2018-10-24 |
Albert ARIBAUD ... | Y2038: provide size of default time_t for target... |
tree | commitdiff |
2018-10-17 |
Andreas Schwab | Don't reduce test timeout to less than default |
tree | commitdiff |
2018-09-27 |
Andreas Schwab | Fix stack overflow in tst-setcontext9 (bug 23717) |
tree | commitdiff |
2018-09-20 |
Carlos O'Donell | Fix tst-setcontext9 for optimized small stacks. |
tree | commitdiff |
2018-08-30 |
Florian Weimer | reallocarray: Declare under _DEFAULT_SOURCE |
tree | commitdiff |
2018-08-30 |
Stefan Liebler | Test stdlib/test-bz22786 exits now with unsupported... |
tree | commitdiff |
2018-08-25 |
Paul Pluzhnikov | Fix BZ#23400 (creating temporary files in source tree... |
tree | commitdiff |
2018-08-13 |
Florian Weimer | mbstowcs: Remove outdated comment |
tree | commitdiff |
2018-08-10 |
Ilya Leoshkevich | Move __fentry__ version definition to sysdeps/{i386... |
tree | commitdiff |
2018-07-25 |
H.J. Lu | Add tests for setcontext on the context from makecontext |
tree | commitdiff |
2018-07-25 |
H.J. Lu | Add a test for multiple setcontext calls |
tree | commitdiff |
2018-07-25 |
H.J. Lu | Add another test for setcontext |
tree | commitdiff |
2018-07-25 |
H.J. Lu | Add a test for multiple makecontext calls |
tree | commitdiff |
2018-07-24 |
H.J. Lu | Add <bits/indirect-return.h> |
tree | commitdiff |
2018-07-18 |
Joseph Myers | Avoid insecure usage of tmpnam in tests. |
tree | commitdiff |
2018-06-30 |
Rajalakshmi Sriniv... | Add long double input for strfmon test |
tree | commitdiff |
2018-06-29 |
Zack Weinberg | Disallow use of DES encryption functions in new programs. |
tree | commitdiff |
2018-06-15 |
Joseph Myers | Add tests for sign of NaN returned by strtod (bug 23007). |
tree | commitdiff |
2018-06-15 |
Herman ten Brugge | Fix sign of NaN returned by strtod (bug 23007). |
tree | commitdiff |
2018-06-13 |
Joseph Myers | Fix strtod overflow detection (bug 23279). |
tree | commitdiff |
2018-05-29 |
Florian Weimer | stdlib: Additional tests need generated locale dependencies |
tree | commitdiff |
2018-05-16 |
Florian Weimer | math: Merge strtod_nan_*.h into math-type-macros-*.h |
tree | commitdiff |
2018-05-11 |
Joseph Myers | Do not include math-barriers.h in math_private.h. |
tree | commitdiff |
2018-05-09 |
Paul Pluzhnikov | Fix BZ 22786: integer addition overflow may cause stack... |
tree | commitdiff |
2018-05-09 |
Joseph Myers | Move math_narrow_eval to separate math-narrow-eval.h. |
tree | commitdiff |
2018-04-24 |
Mike FABIAN | Fix tst-strfmon_l test for hr_HR locale |
tree | commitdiff |
2018-04-02 |
Samuel Thibault | hurd: Avoid some PLTs in libc and librt |
tree | commitdiff |
2018-03-20 |
Joseph Myers | Fix signed integer overflow in random_r (bug 17343). |
tree | commitdiff |
2018-03-04 |
Samuel Thibault | Separate out error_t definition |
tree | commitdiff |
2018-02-26 |
Joseph Myers | Use libc_hidden_* for atoi (bug 15105). |
tree | commitdiff |
2018-02-04 |
Samuel Thibault | hurd: Fix build |
tree | commitdiff |
2018-02-01 |
Adhemerval Zanella | stdlib: Fixing test-*atexit*-race tests on ia64 |
tree | commitdiff |
2018-01-04 |
Florian Weimer | i386: In makecontext, align the stack before calling... |
tree | commitdiff |
2018-01-01 |
Joseph Myers | Update copyright dates with scripts/update-copyrights. |
tree | commitdiff |
2017-12-23 |
Dmitry V. Levin | getrandom: fix comment [BZ #22347] |
tree | commitdiff |
2017-12-20 |
Adhemerval Zanella | Simplify tilegx sysdeps folder |
tree | commitdiff |
2017-12-15 |
Joseph Myers | Fix testing with read-only source directory. |
tree | commitdiff |
2017-12-11 |
H.J. Lu | Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c |
tree | commitdiff |
2017-12-07 |
Joseph Myers | Add _Float32 function aliases. |
tree | commitdiff |
2017-12-06 |
Joseph Myers | Support defining strtof32, wcstof32 aliases. |
tree | commitdiff |
2017-12-06 |
Joseph Myers | Support defining strfromf32 alias. |
tree | commitdiff |
2017-12-06 |
Joseph Myers | Add _Float64, _Float32x function aliases. |
tree | commitdiff |
2017-12-05 |
Joseph Myers | Support defining strtof64, strtof32x, wcstof64, wcstof3... |
tree | commitdiff |
2017-12-05 |
Joseph Myers | Support defining strfromf64, strfromf32x aliases. |
tree | commitdiff |
2017-11-30 |
Mike FABIAN | Fix test case for hr_HR monetary formatting |
tree | commitdiff |
2017-11-27 |
Joseph Myers | Add _Float64x function aliases. |
tree | commitdiff |
2017-11-24 |
Joseph Myers | Support strfromf64x alias. |
tree | commitdiff |
2017-11-24 |
Joseph Myers | Support strtof64x, wcstof64x aliases. |
tree | commitdiff |
2017-11-24 |
Joseph Myers | Define __STDC_WANT_IEC_60559_TYPES_EXT__ in tst-strtod... |
tree | commitdiff |
2017-11-24 |
Joseph Myers | Move wcstof128 symbol versions to wcsmbs/Versions. |
tree | commitdiff |
2017-11-07 |
Joseph Myers | Handle more _FloatN, _FloatNx types in type-generic... |
tree | commitdiff |
2017-11-03 |
Joseph Myers | Declare strtof, strfromf functions for more _FloatN... |
tree | commitdiff |
2017-10-17 |
Mike FABIAN | Place monetary symbol in el_GR and el_CY after the... |
tree | commitdiff |
2017-10-16 |
Joseph Myers | Move some float128 symbol version definitions. |
tree | commitdiff |
2017-10-16 |
Joseph Myers | Support strtof128 etc. aliases. |
tree | commitdiff |
2017-10-13 |
Joseph Myers | Support strfromf128 alias. |
tree | commitdiff |
next |