| Commit message (Expand) | Author | Age | Files | Lines |
* | hide private functions with __attribute__((visibility("hidden"))) | Tomasz Konojacki | 2022-06-18 | 1 | -0/+1 |
* | probe for setenv in Configure | Tomasz Konojacki | 2022-05-29 | 1 | -0/+1 |
* | bump version to v5.37.0 | Ricardo Signes | 2022-05-27 | 1 | -8/+8 |
* | bump version to v5.36.0 (RC0) | Ricardo Signes | 2022-05-20 | 1 | -8/+8 |
* | Revert "Add Configure question for taint support" | Paul "LeoNerd" Evans | 2022-05-19 | 1 | -1/+0 |
* | Add Configure question for taint support | Neil Bowers | 2022-04-20 | 1 | -0/+1 |
* | A Configure test for C11 thread local storage specificer, _Thread_local | Nicholas Clark | 2021-09-07 | 1 | -0/+2 |
* | detect struct stat.st_dev's size and signedness, and return it safely | Tony Cook | 2021-09-01 | 1 | -0/+2 |
* | only #include <xlocale.h> when it is actually needed | Tony Cook | 2021-08-11 | 1 | -0/+1 |
* | Configure: apply recent metaconfig changes | Karl Williamson | 2021-06-12 | 1 | -0/+4 |
* | Configure changes for HAS_NON_INT_BITFIELDS | Karl Williamson | 2021-06-12 | 1 | -0/+1 |
* | Bump to 5.35.0: | Sawyer X | 2021-05-21 | 1 | -8/+8 |
* | Bump perl version in various places for 5.34.0 | Sawyer X | 2021-05-04 | 1 | -8/+8 |
* | Add Configure probe for getenv() buffer race | Karl Williamson | 2020-12-19 | 1 | -0/+1 |
* | Add the Configure option to enable strict by default in perl programs. | Todd Rinaldo | 2020-09-15 | 1 | -0/+1 |
* | Remove 5005threads vestiges from Configure and friends | Dagfinn Ilmari Mannsåker | 2020-08-21 | 1 | -1/+0 |
* | Bump to 5.33.0 | Sawyer X | 2020-06-28 | 1 | -8/+8 |
* | Bump perl version in various places for 5.32.0 | Sawyer X | 2020-05-29 | 1 | -8/+8 |
* | add Configure probe for struct sockaddr_storage | Tomasz Konojacki | 2020-05-19 | 1 | -0/+1 |
* | Bump back to 5.31.11, if we need to release it | Sawyer X | 2020-04-09 | 1 | -8/+8 |
* | Bump version to 5.32.0 | Sawyer X | 2020-03-21 | 1 | -8/+8 |
* | Regenerate Configure and friends after metaconfig changes | Karl Williamson | 2019-12-03 | 1 | -0/+2 |
* | Bump the perl version in various places for 5.31.0 | Sawyer X | 2019-05-22 | 1 | -8/+8 |
* | Bump the perl version in various places for 5.30.0 | Sawyer X | 2019-05-10 | 1 | -8/+8 |
* | Improve setlocale() detection in Configure-ish files | Karl Williamson | 2019-03-04 | 1 | -0/+1 |
* | Add towupper() and towlower() to Configure-ish files | Karl Williamson | 2019-03-04 | 1 | -0/+2 |
* | Add wctype.h to Configure-ish files | Karl Williamson | 2019-03-04 | 1 | -0/+1 |
* | Rely on C89 "const" | Aaron Crane | 2018-11-27 | 1 | -1/+0 |
* | Bump version to 5.29.0 and regenerate everything | Sawyer X | 2018-06-24 | 1 | -8/+8 |
* | Fix Module::CoreList versions | Sawyer X | 2018-04-20 | 1 | -8/+8 |
* | Add HAS_STRTOD_L to metaconfig.h and rebuild Configure | Aaron Crane | 2018-04-19 | 1 | -0/+1 |
* | Rebuild Configure from latest units | Aaron Crane | 2018-04-19 | 1 | -0/+1 |
* | d_strchr is C89 and has been removed from Configure | H.Merijn Brand | 2018-03-27 | 1 | -1/+0 |
* | configure probe for mkostemp() | Zefram | 2017-12-22 | 1 | -0/+1 |
* | configure probes for accept4(), dup3(), pipe2() | Zefram | 2017-12-22 | 1 | -0/+3 |
* | Restore ability to build on platforms without snprintf() | Aaron Crane | 2017-11-18 | 1 | -0/+2 |
* | Rely on C89 <string.h> | Aaron Crane | 2017-10-21 | 1 | -1/+0 |
* | Don't attempt to use non-standard <memory.h> | Aaron Crane | 2017-10-21 | 1 | -1/+0 |
* | Rely on C89 <assert.h> | Aaron Crane | 2017-10-21 | 1 | -1/+0 |
* | Rely on C89 <math.h> | Aaron Crane | 2017-10-21 | 1 | -1/+0 |
* | Rely on C89 strerror() | Aaron Crane | 2017-10-21 | 1 | -2/+0 |
* | Don't try to use <values.h> | Aaron Crane | 2017-10-21 | 1 | -1/+0 |
* | Rely on C89 <float.h> | Aaron Crane | 2017-10-21 | 1 | -1/+0 |
* | Rely on C89 <limits.h> | Aaron Crane | 2017-10-21 | 1 | -1/+0 |
* | Rely on C89 sprintf() return value semantics | Aaron Crane | 2017-10-21 | 1 | -1/+0 |
* | Rely on C89 <stddef.h> | Aaron Crane | 2017-10-21 | 1 | -1/+0 |
* | Rely on C89 <stdarg.h> | Aaron Crane | 2017-10-21 | 1 | -3/+0 |
* | Don't pretend to determine whether ansi2knr is needed | Aaron Crane | 2017-10-21 | 1 | -1/+0 |
* | Rely on C89 variadic prototypes | Aaron Crane | 2017-10-21 | 1 | -1/+0 |
* | Rely on C89 vprintf() | Aaron Crane | 2017-10-21 | 1 | -2/+0 |