summaryrefslogtreecommitdiff
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* Set $Config{libpth} properly for MinGW buildsTomasz Konojacki2021-01-301-6/+10
* win32: remove makefile.mk (#18511)xenu2021-01-282-1962/+1
* Restore build with some mingw.org compilers using mingw runtimes >= 3.21Steve Hay2021-01-264-4/+8
* Import perl5321delta.podSteve Hay2021-01-231-0/+4
* Bump version to 5.33.7Richard Leach2021-01-213-3/+3
* New perldelta for 5.33.7Richard Leach2021-01-214-6/+10
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-1714-2790/+2790
* win32/makefile.mk - enable USE_QUADMATH builds (mingw compilers only) on MS W...sisyphus2021-01-101-0/+61
* win32/GNUmakefile - enable USE_QUADMATH builds (mingw compilers only) on MS W...sisyphus2021-01-101-0/+52
* win32/config_sh.PL - enable USE_QUADMATH builds (mingw compilers only) on MS ...sisyphus2021-01-101-1/+27
* win32/config_H.gc - enable USE_QUADMATH builds (mingw compilers only) on MS W...sisyphus2021-01-101-0/+8
* reinstate USE_LARGE_FILES for the packaged win32 config.h filesTony Cook2021-01-072-12/+38
* win32/GNUmakefile - define __USE_MINGW_ANSI_STDIO by defaultsisyphus2020-12-271-3/+5
* win32/makefile.mk - define __USE_MINGW_ANSI_STDIO by defaultsisyphus2020-12-271-3/+5
* perlgov: the perl governance documentRicardo Signes2020-12-211-0/+4
* Bump version to 5.33.6Max Maischein2020-12-203-3/+3
* new perldelta for 5.33.6Max Maischein2020-12-204-6/+10
* Add Configure probe for getenv() buffer raceKarl Williamson2020-12-192-0/+2
* Add pod/perldocstyle.podJason McIntosh2020-12-191-0/+4
* fix the results of my stupidityTony Cook2020-12-021-2/+0
* append colon to USE_STRICT_BY_DEFAULT descriptionDavid Mitchell2020-12-012-2/+2
* win32 symlink: reindentTony Cook2020-12-011-33/+34
* win32 symlink: treats paths that look like directories as directoriesTony Cook2020-12-011-5/+23
* Win32: try to make the new stat pre-Vista compatibleTony Cook2020-12-011-1/+15
* pre-vista support for win32_symlinkTony Cook2020-12-011-1/+14
* Win32: don't include version specific config for prebuilt config_h.*Tony Cook2020-12-016-19/+25
* lstat(), readlink() and unlink() treat directory junctions as symlinksTony Cook2020-12-011-18/+46
* remove ${^WIN32_SLOPPY_STAT}Tony Cook2020-12-012-8/+0
* win32 symlink: only use the unprivileged flag if windows is new enoughTony Cook2020-12-011-1/+9
* Win32: re-work FILETIME <=> time_t conversionsTony Cook2020-12-011-15/+41
* Win32: implement our own stat(), and hence our own utimeTony Cook2020-12-011-209/+188
* Win32: implement symlink() and readlink()Tony Cook2020-12-018-49/+179
* Win32: add lstat(), fetch st_dev and st_ino and fetch st_nlink for fstatTony Cook2020-12-018-422/+942
* win32: remove support for disabling USE_LARGE_FILESTomasz Konojacki2020-11-229-117/+14
* Bump version to 5.33.5Tom Hukins2020-11-203-3/+3
* Create new perldelta for 5.33.5Tom Hukins2020-11-204-6/+10
* Bump version to 5.33.4Steve Hay2020-10-203-3/+3
* Create new perldelta for 5.33.4Steve Hay2020-10-204-6/+10
* win32: use the same manifest for Visual C++ and gcc buildsTomasz Konojacki2020-10-144-23/+22
* Fix typosSamanta Navarro2020-10-032-4/+4
* Bump the perl version in various places for 5.33.3Sawyer X2020-09-213-3/+3
* new perldelta for 5.33.3Sawyer X2020-09-214-6/+10
* Add the Configure option to enable strict by default in perl programs.Todd Rinaldo2020-09-152-0/+2
* Document the security team's processes and practicesJohn Lightsey2020-09-101-0/+4
* Remove 5005threads vestiges from Configure and friendsDagfinn Ilmari Mannsåker2020-08-214-18/+12
* Bump the perl version in various places for 5.33.2Karen Etheridge2020-08-203-3/+3
* new perldelta for 5.33.2Karen Etheridge2020-08-204-6/+10
* Make pl2bat use ExtUtils::PL2BatLeon Timmermans2020-07-301-72/+20
* Eliminate -a option of pl2batLeon Timmermans2020-07-301-28/+15
* win32.c: rework the waitpid(-1, WNOHANG) fixTomasz Konojacki2020-07-241-4/+7