summaryrefslogtreecommitdiff
path: root/win32/config_H.gc
Commit message (Expand)AuthorAgeFilesLines
* Define I_STDINT for gcc, and for VC++ 2010 onwardsSteve Hay2018-01-251-1/+1
* Restore ability to build on platforms without snprintf()Aaron Crane2017-11-181-0/+11
* Rely on C89 <string.h>Aaron Crane2017-10-211-6/+0
* Don't attempt to use non-standard <memory.h>Aaron Crane2017-10-211-6/+0
* Rely on C89 <assert.h>Aaron Crane2017-10-211-6/+0
* Rely on C89 <math.h>Aaron Crane2017-10-211-6/+0
* Rely on C89 strerror()Aaron Crane2017-10-211-12/+0
* Don't try to use <values.h>Aaron Crane2017-10-211-8/+0
* Rely on C89 <float.h> defining DBL_DIGAaron Crane2017-10-211-8/+0
* Rely on C89 <float.h>Aaron Crane2017-10-211-7/+0
* Rely on C89 <limits.h>Aaron Crane2017-10-211-7/+0
* Rely on C89 strchr() and strrchr()Aaron Crane2017-10-211-12/+0
* Rely on C89 sprintf() return value semanticsAaron Crane2017-10-211-8/+0
* Rely on C89 <stddef.h>Aaron Crane2017-10-211-6/+0
* Rely on C89 <stdlib.h>Aaron Crane2017-10-211-6/+0
* Rely on C89 <stdarg.h>Aaron Crane2017-10-211-11/+0
* Rely on C89 prototypesAaron Crane2017-10-211-18/+0
* Rely on C89 variadic prototypesAaron Crane2017-10-211-22/+0
* Rely on C89 vprintf()Aaron Crane2017-10-211-14/+0
* Rely on C89 snprintf()Aaron Crane2017-10-211-11/+0
* Assume C89 "volatile" keywordAaron Crane2017-10-211-9/+0
* Assume we have C89 memchr()Aaron Crane2017-10-211-6/+0
* Assume we have sane C89 memcmp()Aaron Crane2017-10-211-19/+0
* Assume we have C89 memcpy() and memmove()Aaron Crane2017-10-211-28/+0
* Don't look for a "safe" memcpy()Aaron Crane2017-10-211-8/+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-7/+0
* Update win32/config_H.[gv]c canned configuration filesSteve Hay2017-10-191-1582/+2067
* Make DEFAULT_INC_EXCLUDES_DOT the default on WindowsSteve Hay2017-03-121-0/+6
* Configure: add defs summarizing doublekind/longdblkindJarkko Hietaniemi2016-10-281-0/+41
* Configure: mixed-endian double-doublesJarkko Hietaniemi2015-12-141-4/+8
* Revert "Remove unused filesystem stat symbols."Jarkko Hietaniemi2015-10-301-0/+100
* Remove unused BSD sendmsg/recvmg symbols.Jarkko Hietaniemi2015-10-021-36/+0
* Remove unused d_modfl_pow32_bug symbol.Jarkko Hietaniemi2015-10-021-8/+0
* Remove unused filesystem stat symbols.Jarkko Hietaniemi2015-10-021-100/+0
* infnan: Configure scan for fp mantissa bytesJarkko Hietaniemi2015-06-121-0/+19
* infnan: Configure scan for infnan bytesJarkko Hietaniemi2015-06-121-0/+21
* refactor win32_get_*lib() funcs to match rest of PERL_IMPLICIT_SYS APIDaniel Dragan2015-06-031-2/+2
* handle existing mkstemp() in mingw-w64-v4KMX2015-05-211-1/+3
* Remove Windows makefile support for building without PerlIOSteve Hay2015-01-071-1/+1
* Add optional GCC-only support for using long doubles on Win32Steve Hay2014-11-061-4/+4
* Revert a231c375cc and fix 61cd60c6c5 differently insteadSteve Hay2014-09-181-4/+4
* regen_config_h for GCCSteve Hay2014-09-171-58/+197
* Define PERL_PRI[efg]ldbl and PERL_SCNfldbl in Win32 canned config filesSteve Hay2014-09-171-4/+4
* Remove MAD.Jarkko Hietaniemi2014-06-131-6/+0
* config.h: Remove the exceptions for cross-compilation buildsBrian Fraser2014-01-171-1/+1
* Purge sfio support from configure.com, Configure and related files.Nicholas Clark2013-12-271-12/+0
* Update win32/config_H.[gv]c canned configuration filesSteve Hay2013-09-181-16/+18
* Regenerate Configure and chainsaw voidflagsH.Merijn Brand2013-09-161-25/+0
* MinGW(-w64)/gcc on Windows includes <stdbool.h>Steve Hay2013-08-131-1/+1