summaryrefslogtreecommitdiff
path: root/configure.com
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't try to use <values.h>Aaron Crane2017-10-211-1/+0
* Rely on C89 <float.h>Aaron Crane2017-10-211-1/+0
* Rely on C89 <limits.h>Aaron Crane2017-10-211-1/+0
* Rely on C89 sprintf() return value semanticsAaron Crane2017-10-211-1/+0
* Rely on C89 <stddef.h>Aaron Crane2017-10-211-1/+0
* Rely on C89 <stdarg.h>Aaron Crane2017-10-211-3/+0
* Rely on C89 variadic prototypesAaron Crane2017-10-211-1/+0
* Rely on C89 vprintf()Aaron Crane2017-10-211-2/+0
* Rely on C89 snprintf()Aaron Crane2017-10-211-4/+0
* Assume C89 "volatile" keywordAaron Crane2017-10-211-1/+0
* Assume we have C89 memchr()Aaron Crane2017-10-211-2/+0
* Assume we have sane C89 memcmp()Aaron Crane2017-10-211-4/+0
* Assume we have C89 memcpy() and memmove()Aaron Crane2017-10-211-5/+0
* Don't look for a "safe" memcpy()Aaron Crane2017-10-211-1/+0
* Assume we have C89 memset()Aaron Crane2017-10-211-3/+0
* Remove USE_STRUCT_COPY in favour of C89 struct assignmentAaron Crane2017-10-211-1/+0
* Add new Configure probesH.Merijn Brand2017-10-211-0/+10
* Actually test for memrchr in VMSH.Merijn Brand2017-10-131-1/+19
* Finish adding memrchr Configure probeDagfinn Ilmari Mannsåker2017-10-131-0/+1
* add probes for openat, unlinkat, renameat, linkat and fchmodatTony Cook2017-09-111-0/+5
* configure.com: default_inc_excludes_dot catch-upCraig A. Berry2017-03-141-2/+23
* Remove utils/c2ph and utils/pstructAbigail2017-01-161-2/+0