summaryrefslogtreecommitdiff
path: root/configure.com
Commit message (Expand)AuthorAgeFilesLines
* Add sys/syscall.h probeH.Merijn Brand2023-04-281-0/+1
* Figure out I32df, U32uf, etc. in Configure rather than in perl.hTAKAI Kousuke2022-11-141-0/+11
* Future proof archname on VMSCraig A. Berry2022-10-191-8/+6
* Remove ancient and broken GCC for VMS supportCraig A. Berry2022-10-181-220/+9
* Remove vestigial reference to /VAXC qualifierCraig A. Berry2022-10-181-2/+0
* Remove sharedperl option on VMSCraig A. Berry2022-10-181-46/+5
* VMS now has mkostempCraig A. Berry2022-09-251-0/+18
* hide private functions with __attribute__((visibility("hidden")))Tomasz Konojacki2022-06-181-0/+1
* Revert "Add Configure question for taint support"Paul "LeoNerd" Evans2022-05-191-1/+0
* Add Configure question for taint supportNeil Bowers2022-04-201-0/+1
* Send bugs to GitHubJames E Keenan2021-10-131-3/+1
* A Configure test for C11 thread local storage specificer, _Thread_localNicholas Clark2021-09-071-0/+2
* detect struct stat.st_dev's size and signedness, and return it safelyTony Cook2021-09-011-0/+2
* only #include <xlocale.h> when it is actually neededTony Cook2021-08-111-0/+1
* Configure: apply recent metaconfig changesKarl Williamson2021-06-121-0/+7
* Configure changes for HAS_NON_INT_BITFIELDSKarl Williamson2021-06-121-0/+2
* Reword usage messages, per review from TuxJames E Keenan2021-02-181-1/+1
* Provide examples for quoting shell wordsJames E Keenan2021-02-181-2/+2
* Hide DECthreads TRY macroCraig A. Berry2021-02-151-0/+1
* Add Configure probe for getenv() buffer raceKarl Williamson2020-12-191-0/+2
* Add the Configure option to enable strict by default in perl programs.Todd Rinaldo2020-09-151-0/+1
* Remove 5005threads vestiges from Configure and friendsDagfinn Ilmari Mannsåker2020-08-211-12/+0
* add Configure probe for struct sockaddr_storageTomasz Konojacki2020-05-191-0/+1
* Detect "new" C99 features in configure.com.Craig A. Berry2020-01-211-17/+200
* Regenerate Configure and friends after metaconfig changesKarl Williamson2019-12-031-0/+2
* Make -Duse64bitint the default on VMS.Craig A. Berry2019-06-221-1/+1
* Improve setlocale() detection in Configure-ish filesKarl Williamson2019-03-041-0/+2
* Add towupper() and towlower() to Configure-ish filesKarl Williamson2019-03-041-0/+2
* Add wctype.h to Configure-ish filesKarl Williamson2019-03-041-0/+1
* Rely on C89 "const"Aaron Crane2018-11-271-1/+0
* Add HAS_STRTOD_L to metaconfig.h and rebuild ConfigureAaron Crane2018-04-191-0/+1
* d_strchr is C89 and has been removed from ConfigureH.Merijn Brand2018-03-271-1/+0
* VMS does have wchar.h.Craig A. Berry2018-02-131-1/+1
* Additional fix-ups for configure.com.Craig A. Berry2018-01-181-0/+5
* VMS does have sendmsg and recvmsg.Craig A. Berry2018-01-171-2/+2
* VMS does have readv and writev.Craig A. Berry2018-01-171-2/+2
* VMS does have mbrlen and mbrtowc.Craig A. Berry2018-01-171-2/+2
* VMS does have fchmod and fchown.Craig A. Berry2018-01-151-2/+7
* VMS does have gai_strerror.Craig A. Berry2018-01-111-1/+1
* configure probe for mkostemp()Zefram2017-12-221-0/+1
* configure probes for accept4(), dup3(), pipe2()Zefram2017-12-221-0/+3
* Specify afs entries in configure.com.Craig A. Berry2017-12-011-0/+2
* Restore ability to build on platforms without snprintf()Aaron Crane2017-11-181-0/+4
* Remove unused probes in configure.com.Craig A. Berry2017-10-251-53/+0
* Probe for strnlen on VMSDagfinn Ilmari Mannsåker2017-10-211-1/+19
* Rely on C89 <string.h>Aaron Crane2017-10-211-1/+0
* Don't attempt to use non-standard <memory.h>Aaron Crane2017-10-211-1/+0
* Rely on C89 <assert.h>Aaron Crane2017-10-211-1/+0
* Rely on C89 <math.h>Aaron Crane2017-10-211-1/+0
* Rely on C89 strerror()Aaron Crane2017-10-211-2/+0