summaryrefslogtreecommitdiff
path: root/configure.com
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove directory depth check from configure.com.Craig A. Berry2016-12-091-24/+0
* Fix i64size and u64size on VMS.Craig A. Berry2016-12-091-5/+2
* Escape extended characters in configure.com's manifest check.Craig A. Berry2016-12-081-0/+24
* No default breaks win32 and VMSH.Merijn Brand2016-11-121-1/+1
* Remove "." from default @INC when default_inc_excludes_dot is setH.Merijn Brand2016-11-111-0/+1
* configure.com: missing ELSE in usethreads logicCraig A. Berry2016-11-031-0/+2
* Compiler choice clean-up in configure.com.Craig A. Berry2016-11-031-28/+5
* Treat VSI C the same as DEC/Compaq/HP C.Craig A. Berry2016-11-011-3/+6