summaryrefslogtreecommitdiff
path: root/Configure
Commit message (Expand)AuthorAgeFilesLines
* Improve detection of memrchr, strlcat, and strlcpy.Andy Dougherty2019-04-021-6/+57
* Another attempt to improve Configure detection of memmem() [perl #133760].Andy Dougherty2019-04-021-40/+18
* Improve Configure detection of memmem() [perl #133760].Andy Dougherty2019-04-021-2/+41
* Add ability to include literal text in the prototype check.Andy Dougherty2019-04-021-0/+1
* Add HAS_STRTOD_L to metaconfig.h and rebuild ConfigureAaron Crane2018-04-191-0/+6
* Rebuild Configure using metaconfig langinfo changeAaron Crane2018-04-191-9/+9
* Rebuild Configure from latest unitsAaron Crane2018-04-191-24/+24
* Regen after backporting and mergingH.Merijn Brand2018-04-161-4/+21
* Whitespace consistencyH.Merijn Brand2018-03-271-98/+84
* Actually make I18N::Langinfo avail on all platformsKarl Williamson2018-03-121-2/+6
* configure probe for mkostemp()Zefram2017-12-221-0/+6
* configure probes for accept4(), dup3(), pipe2()Zefram2017-12-221-0/+18
* Restore ability to build on platforms without snprintf()Aaron Crane2017-11-181-0/+69
* Rebuild Configure from current metaconfigAaron Crane2017-11-181-1/+1
* Configure: rebuild from latest unitsAaron Crane2017-10-231-37/+37
* Rely on C89 <string.h>Aaron Crane2017-10-211-76/+24
* Don't attempt to use non-standard <memory.h>Aaron Crane2017-10-211-26/+0
* Rely on C89 <assert.h>Aaron Crane2017-10-211-6/+0
* Rely on C89 <math.h>Aaron Crane2017-10-211-49/+14
* Rely on C89 strerror()Aaron Crane2017-10-211-43/+12
* Drop support for the hp9000s500 cpp symbolAaron Crane2017-10-211-9/+1
* Don't try to use <values.h>Aaron Crane2017-10-211-13/+0
* Rely on C89 <float.h> defining DBL_DIGAaron Crane2017-10-211-23/+0
* Rely on C89 <float.h>Aaron Crane2017-10-211-23/+2
* Rely on C89 <limits.h>Aaron Crane2017-10-211-12/+0
* Rely on C89 <time.h>Aaron Crane2017-10-211-14/+5
* Rely on C89 strchr() and strrchr()Aaron Crane2017-10-211-37/+0
* Rely on C89 sprintf() return value semanticsAaron Crane2017-10-211-65/+0
* Rely on C89 <stddef.h>Aaron Crane2017-10-211-6/+0
* Rely on C89 <stdlib.h>Aaron Crane2017-10-211-102/+101
* Rely on C89 <stdarg.h>Aaron Crane2017-10-211-115/+0
* Rely on C89 prototypesAaron Crane2017-10-211-30/+0
* Don't pretend to determine whether ansi2knr is neededAaron Crane2017-10-211-48/+22
* Rely on C89 variadic prototypesAaron Crane2017-10-211-126/+109
* Configure: assume C89 headers in need_va_copy probeAaron Crane2017-10-211-132/+122
* Rely on C89 vprintf()Aaron Crane2017-10-211-194/+109
* Configure: assume C89 headers in d_c99_variadic_macros probeAaron Crane2017-10-211-134/+126
* Rely on C89 snprintf()Aaron Crane2017-10-211-69/+0
* Assume C89 "volatile" keywordAaron Crane2017-10-211-51/+9
* Assume we have C89 memchr()Aaron Crane2017-10-211-6/+0
* Assume we have sane C89 memcmp()Aaron Crane2017-10-211-92/+24
* Assume we have C89 memcpy() and memmove()Aaron Crane2017-10-211-96/+0
* Don't look for a "safe" memcpy()Aaron Crane2017-10-211-78/+0
* Assume we have C89 memset()Aaron Crane2017-10-211-12/+0
* Remove USE_STRUCT_COPY in favour of C89 struct assignmentAaron Crane2017-10-211-26/+0
* Configure: fix nl_langinfo_l() probeAaron Crane2017-10-211-38/+41
* Add new Configure probesH.Merijn Brand2017-10-211-0/+245
* Fix typo in comment about Configure modificationDominic Hargreaves2017-10-131-1/+1
* Clarify policy on updates to ConfigureDominic Hargreaves2017-10-131-10/+8
* fix comment for upstream metaH.Merijn Brand2017-10-131-1/+1