summaryrefslogtreecommitdiff
path: root/win32/config.gc
Commit message (Expand)AuthorAgeFilesLines
* Default i_sysyscall to undefH.Merijn Brand2023-04-301-1/+1
* 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/+5
* hide private functions with __attribute__((visibility("hidden")))Tomasz Konojacki2022-06-181-0/+1
* probe for setenv in ConfigureTomasz Konojacki2022-05-291-0/+1
* define d_inetntop and d_inetpton for mingw buildssisyphus2022-05-271-2/+2
* 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
* 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
* win32: Use -shared option instead of -mdll to create DLLBiswapriyo Nath2021-07-291-1/+1
* Configure: apply recent metaconfig changesKarl Williamson2021-06-121-0/+4
* Configure changes for HAS_NON_INT_BITFIELDSKarl Williamson2021-06-121-0/+1
* win32: remove makefile.mk (#18511)xenu2021-01-281-1/+1
* Add Configure probe for getenv() buffer raceKarl Williamson2020-12-191-0/+1
* Win32: implement symlink() and readlink()Tony Cook2020-12-011-2/+2
* Win32: add lstat(), fetch st_dev and st_ino and fetch st_nlink for fstatTony Cook2020-12-011-1/+1
* win32: remove support for disabling USE_LARGE_FILESTomasz Konojacki2020-11-221-3/+3
* 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-1/+0
* add Configure probe for struct sockaddr_storageTomasz Konojacki2020-05-191-0/+1
* Regenerate Configure and friends after metaconfig changesKarl Williamson2019-12-031-0/+2
* Revert "win32: define HAS_BUILTIN_EXPECT on MinGW"David Mitchell2019-04-241-1/+1
* Define $d_has_C_UTF8 in Windows config filesKarl Williamson2019-04-041-0/+1
* Improve setlocale() detection in Configure-ish filesKarl Williamson2019-03-041-0/+1
* 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
* config.gc - support C99 math for mingwsisyphus2018-12-111-49/+49
* Rely on C89 "const"Aaron Crane2018-11-271-1/+0
* win32: define HAS_BUILTIN_EXPECT on MinGWTomasz Konojacki2018-10-161-1/+1
* define d_ldexpl in win32/config.gcsisyphus2018-09-241-1/+1
* Add HAS_STRTOD_L to metaconfig.h and rebuild ConfigureAaron Crane2018-04-191-0/+1
* Rebuild Configure from latest unitsAaron Crane2018-04-191-0/+1
* d_strchr is C89 and has been removed from ConfigureH.Merijn Brand2018-03-271-1/+0
* Define I_STDINT for gcc, and for VC++ 2010 onwardsSteve Hay2018-01-251-1/+1
* configure probe for mkostemp()Zefram2017-12-221-0/+1
* configure probes for accept4(), dup3(), pipe2()Zefram2017-12-221-0/+3
* 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
* Don't pretend to determine whether ansi2knr is neededAaron Crane2017-10-211-1/+0