| Commit message (Expand) | Author | Age | Files | Lines |
* | Regen Configure and Glossary after backport of xlocale.h addition | H.Merijn Brand | 2021-08-11 | 1 | -53/+53 |
* | only #include <xlocale.h> when it is actually needed | Tony Cook | 2021-08-11 | 1 | -0/+50 |
* | Disambiguate what user sees in interactive Configure | H.Merijn Brand | 2021-06-16 | 1 | -4/+4 |
* | Configure: apply recent metaconfig changes | Karl Williamson | 2021-06-12 | 1 | -88/+112 |
* | Configure changes for HAS_NON_INT_BITFIELDS | Karl Williamson | 2021-06-12 | 1 | -0/+33 |
* | prevent undefined behaviour at a language level while probing getenv | Tony Cook | 2021-06-09 | 1 | -2/+2 |
* | Sync Configure with META/DIST : >&4 changes and a typo | H.Merijn Brand | 2021-05-31 | 1 | -10/+10 |
* | Prevent incpath to spill into libpth | H.Merijn Brand | 2021-04-16 | 1 | -6/+14 |
* | Reword usage messages, per review from Tux | James E Keenan | 2021-02-18 | 1 | -1/+1 |
* | Provide examples for quoting shell words | James E Keenan | 2021-02-18 | 1 | -2/+2 |
* | Regenerate Configure and frieds after backport | H.Merijn Brand | 2021-02-14 | 1 | -19/+19 |
* | Configure - test that gcvt/qgcvt are not buggy (Issue 18170) | sisyphus | 2020-12-27 | 1 | -0/+15 |
* | Add Configure probe for getenv() buffer race | Karl Williamson | 2020-12-19 | 1 | -0/+82 |
* | Fix build on Haiku beta, set correct Haiku usrinc and locinc, add -fno-stack-... | Thibault DUPONCHELLE | 2020-09-29 | 1 | -14/+15 |
* | Add the Configure option to enable strict by default in perl programs. | H.Merijn Brand | 2020-09-22 | 1 | -30/+30 |
* | Trap SIGBUS when Configure checks for va_copy (#18148) | H.Merijn Brand | 2020-09-22 | 1 | -0/+3 |
* | Add the Configure option to enable strict by default in perl programs. | Todd Rinaldo | 2020-09-15 | 1 | -0/+30 |
* | Regenerate Configure after accepting PR | H.Merijn Brand | 2020-09-02 | 1 | -2/+5 |
* | Merge Configure changes for z/OS and AIX | H.Merijn Brand | 2020-08-22 | 1 | -119/+188 |
* | Make getverlist inside Configure strict/warnings safe and correctly sorted | H.Merijn Brand | 2020-08-21 | 1 | -18/+20 |
* | Remove 5005threads vestiges from Configure and friends | Dagfinn Ilmari Mannsåker | 2020-08-21 | 1 | -81/+4 |
* | A few small cleanups in Configure | H.Merijn Brand | 2020-05-19 | 1 | -9/+0 |
* | add Configure probe for struct sockaddr_storage | Tomasz Konojacki | 2020-05-19 | 1 | -0/+20 |
* | Fix language referring to GitHub issue tracker in various places | Dave Rolsky | 2020-03-14 | 1 | -1/+1 |
* | Configure: avoid here-doc in eval-ed snippet | Dagfinn Ilmari Mannsåker | 2020-01-21 | 1 | -4/+1 |
* | Adapt Configure to GCC version 10 | Petr Písař | 2020-01-21 | 1 | -7/+7 |
* | Regen after backport syncing | H.Merijn Brand | 2020-01-21 | 1 | -2/+6 |
* | Include <stdio.h> in getpgrp/setpgrp probes for printf prototype. | Andy Dougherty | 2019-12-29 | 1 | -0/+2 |
* | Fix strtoll, strtoul, and strtouq probes to compile under clang++. | Andy Dougherty | 2019-12-29 | 1 | -6/+6 |
* | Fix strtoull() probe to run under clang++. | Andy Dougherty | 2019-12-29 | 1 | -2/+2 |
* | Use a compile and run test for lchown() to satisfy clang++. | Andy Dougherty | 2019-12-29 | 1 | -18/+15 |
* | Add <stdlib.h> for futimes compilation test. | Andy Dougherty | 2019-12-29 | 1 | -0/+1 |
* | Update documentation, readmes, comments, and utilities to reference the GitHu... | Dan Book | 2019-12-22 | 1 | -7/+7 |
* | Regenerate Configure and friends after metaconfig changes | Karl Williamson | 2019-12-03 | 1 | -18/+142 |
* | Adapt Configure to GCC version 10 | Petr Písař | 2019-11-12 | 1 | -7/+7 |
* | (perl #133495) remove probing for d_u32align | Tony Cook | 2019-10-08 | 1 | -97/+5 |
* | Add check for malloc_usable_size (Richard Leach) | H.Merijn Brand | 2019-09-16 | 1 | -0/+6 |
* | Configure: Include <stdlib.h> in futimes check | Florian Weimer | 2019-09-10 | 1 | -0/+1 |
* | Change "--sysroot X" to "--sysroot=X" in Configure | Hauke D | 2019-08-26 | 1 | -1/+1 |
* | Reset xxx_convert to empty string if none of 3 utilities is found | James E Keenan | 2019-08-20 | 1 | -5/+6 |
* | Configure: reuse "cached" value of "none" for dir | H.Merijn Brand | 2019-07-25 | 1 | -1/+1 |
* | Remove trailing '/' from prefix | H.Merijn Brand | 2019-07-25 | 1 | -12/+16 |
* | Allow -Uusedtrace / -Dusedtrace=false / -Dusedtrace=no | H.Merijn Brand | 2019-07-09 | 1 | -0/+4 |
* | [PATCH] Remove vestiges of mpeix support (removed in 5.17.x) | Richard Leach | 2019-05-30 | 1 | -1/+1 |
* | Regenerate Configure from latest metaconfig | Aaron Crane | 2019-04-25 | 1 | -6/+3 |
* | Improve setlocale() detection in Configure-ish files | Karl Williamson | 2019-03-04 | 1 | -4/+177 |
* | Add towupper() and towlower() to Configure-ish files | Karl Williamson | 2019-03-04 | 1 | -4/+16 |
* | Add wctype.h to Configure-ish files | Karl Williamson | 2019-03-04 | 1 | -0/+6 |
* | Improve detection of memrchr, strlcat, and strlcpy. | Andy Dougherty | 2019-01-31 | 1 | -6/+57 |
* | Another attempt to improve Configure detection of memmem() [perl #133760]. | Andy Dougherty | 2019-01-23 | 1 | -40/+18 |