summaryrefslogtreecommitdiff
path: root/win32/win32.h
Commit message (Expand)AuthorAgeFilesLines
* replace "define\t" with "define " in most "normal" core files.Yves Orton2023-04-291-4/+4
* win32: inject a socket-aware version of CloseHandle() into the CRTTomasz Konojacki2023-03-171-78/+0
* win32: initialise winsock unconditionallyTomasz Konojacki2023-03-171-29/+0
* Correct typos as per GH 20435James E Keenan2022-12-291-1/+1
* Win32 stat() didn't handle AF_UNIX socket filesTony Cook2022-11-021-2/+11
* Fix building with clang-clClemens Wasser2022-06-091-2/+2
* fix struct ioinfo definition for MingwTomasz Konojacki2021-12-171-13/+0
* _MSC_VER is now always >= 1800 (i.e. Visual C++ 2013, aka Visual C++ 12.0)Steve Hay2021-12-161-26/+1
* Simplify the code related to prime_env_iter().Nicholas Clark2021-09-151-1/+0
* Restore build with some mingw.org compilers using mingw runtimes >= 3.21Steve Hay2021-01-261-1/+3
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-171-5/+5
* remove ${^WIN32_SLOPPY_STAT}Tony Cook2020-12-011-2/+0
* Win32: add lstat(), fetch st_dev and st_ino and fetch st_nlink for fstatTony Cook2020-12-011-0/+32
* Remove PERL_GLOBAL_STRUCTDagfinn Ilmari Mannsåker2020-07-201-5/+0
* new function specifier: PERL_STATIC_FORCE_INLINETomasz Konojacki2020-03-091-0/+2
* perl.h: define PERL_BITFIELD8/16/32 as U8/U16/U32Yves Orton2020-02-081-3/+3
* fix defines for PERL_BITFIELDxx on Linux and Win32Yves Orton2020-02-081-2/+2
* move and clean-up macros wrapping __attribute__()Tomasz Konojacki2020-01-171-5/+0
* (perl #134221) MSVC doesn't define O_ACCMODETony Cook2019-07-191-0/+4
* The Windows CE Chainsaw MassacreSteve Hay2019-06-181-13/+1
* implement diagnostics ignore/restore macros for Visual C++Tomasz Konojacki2019-04-051-3/+3
* remove all exported symbols from GCC win32 miniperlDaniel Dragan2018-07-241-1/+1
* Make gets() declaration extern "C"Steve Hay2018-04-231-1/+1
* Make PERLIO_FILE_file() an lvalueLeon Timmermans2018-04-231-1/+1
* fix win32 with Ming.org GCC 3.4.5 buildDaniel Dragan2018-04-121-12/+31
* Don't attempt to define or use STANDARD_CAaron Crane2017-10-211-1/+0
* Add support for VS2015 (VC++ 14.0)Steve Hay2017-02-191-14/+81
* reimplement $^WIN32_SLOPPY_STAT as a magic varDaniel Dragan2015-10-191-0/+2
* add Win32 USE_NO_REGISTRY build optionDaniel Dragan2015-10-121-1/+11
* refactor win32_get_*lib() funcs to match rest of PERL_IMPLICIT_SYS APIDaniel Dragan2015-06-031-3/+0
* remove redundant PERL_EXPORT_C and PERL_XS_EXPORT_C macrosDaniel Dragan2015-06-031-8/+0
* handle existing mkstemp() in mingw-w64-v4KMX2015-05-211-0/+2
* [PATCH] fix PL_nan_u from leaking in every translation object on Win32 VCDaniel Dragan2015-02-041-0/+25
* Corrections to spelling and grammatical errors.Lajos Veres2015-01-281-2/+2
* Remove Windows makefile support for building without PerlIOSteve Hay2015-01-071-1/+0
* use textmode when opening scripts in miniperl to match perlTony Cook2015-01-061-0/+1
* build miniperl with PerlIOTony Cook2015-01-061-0/+3
* Remove sources of "unreferenced label" warning on Win32Steve Hay2014-12-311-2/+0
* Fix link error in perl521.dll with MinGW/gcc -xc++Steve Hay2014-12-241-2/+1
* [perl #123438] Wrong comment style in win32/win32.hkmx2014-12-161-2/+2
* Move the VC6 "broken-nan" define from win32.h to perl.h.Jarkko Hietaniemi2014-09-231-6/+0
* On VC6 (broken NaN compare) redefine Perl_isinf.Jarkko Hietaniemi2014-09-201-1/+2
* speed up miniperl require on Win32Daniel Dragan2014-04-081-0/+3
* fix killpg on Win32, to meet posix expectations for killpgDaniel Dragan2014-03-271-1/+0
* fix missing _rotl64 symbol on Visual C 2003Daniel Dragan2014-01-091-0/+5
* win32/win32sck.c: dont close() a freed socket os handleDaniel Dragan2013-11-021-0/+94
* Add support for building with Visual C++ 2013Steve Hay2013-10-221-1/+3
* WinCE Makefile and make_ext.pl general and XS fixesDaniel Dragan2013-10-211-0/+3
* Add a USING_MSVC6 macro to identify Microsoft Visual C++ 6.0Steve Hay2013-09-191-1/+1
* Intercept assignment to $! to translate WSAExxx values to Exxx values on WindowsSteve Hay2013-09-161-0/+2