| Commit message (Expand) | Author | Age | Files | Lines |
* | Restore build with some mingw.org compilers using mingw runtimes >= 3.21 | Steve Hay | 2021-01-26 | 1 | -1/+3 |
* | style: Detabify indentation of the C code maintained by the core. | Michael G. Schwern | 2021-01-17 | 1 | -1185/+1185 |
* | win32 symlink: reindent | Tony Cook | 2020-12-01 | 1 | -33/+34 |
* | win32 symlink: treats paths that look like directories as directories | Tony Cook | 2020-12-01 | 1 | -5/+23 |
* | Win32: try to make the new stat pre-Vista compatible | Tony Cook | 2020-12-01 | 1 | -1/+15 |
* | pre-vista support for win32_symlink | Tony Cook | 2020-12-01 | 1 | -1/+14 |
* | lstat(), readlink() and unlink() treat directory junctions as symlinks | Tony Cook | 2020-12-01 | 1 | -18/+46 |
* | remove ${^WIN32_SLOPPY_STAT} | Tony Cook | 2020-12-01 | 1 | -6/+0 |
* | win32 symlink: only use the unprivileged flag if windows is new enough | Tony Cook | 2020-12-01 | 1 | -1/+9 |
* | Win32: re-work FILETIME <=> time_t conversions | Tony Cook | 2020-12-01 | 1 | -15/+41 |
* | Win32: implement our own stat(), and hence our own utime | Tony Cook | 2020-12-01 | 1 | -209/+188 |
* | Win32: implement symlink() and readlink() | Tony Cook | 2020-12-01 | 1 | -36/+147 |
* | Win32: add lstat(), fetch st_dev and st_ino and fetch st_nlink for fstat | Tony Cook | 2020-12-01 | 1 | -4/+195 |
* | win32: remove support for disabling USE_LARGE_FILES | Tomasz Konojacki | 2020-11-22 | 1 | -28/+0 |
* | win32.c: rework the waitpid(-1, WNOHANG) fix | Tomasz Konojacki | 2020-07-24 | 1 | -4/+7 |
* | Remove use of dVAR in core | Dagfinn Ilmari Mannsåker | 2020-07-20 | 1 | -4/+0 |
* | Fix a bunch of repeated-word typos | Dagfinn Ilmari Mannsåker | 2020-05-22 | 1 | -1/+1 |
* | Remove spurious double spaces before open braces in core C code | Dagfinn Ilmari Mannsåker | 2020-04-13 | 1 | -1/+1 |
* | Add mutex for accessing ENV | Karl Williamson | 2020-03-11 | 1 | -0/+1 |
* | win32/win32.c: Use inRANGE macro | Karl Williamson | 2019-12-26 | 1 | -1/+1 |
* | Convert issue links from rt.perl.org to GitHub | Dan Book | 2019-11-26 | 1 | -1/+1 |
* | win32: Add more missing wchar.h includes | Dagfinn Ilmari Mannsåker | 2019-11-15 | 1 | -0/+1 |
* | win32: fix waitpid(-1, WNOHANG) segfault/panic | Tomasz Konojacki | 2019-11-10 | 1 | -1/+4 |
* | (perl #134221) support append mode temp files on Win32 too | Tony Cook | 2019-07-16 | 1 | -1/+9 |
* | add dVAR's for PERL_GLOBAL_STRUCT_PRIVATE builds | David Mitchell | 2019-02-19 | 1 | -0/+5 |
* | Use sv_catpvs where appropriate vs sv_catpv | Karl Williamson | 2018-08-06 | 1 | -1/+1 |
* | win32: fix argumentless sleep() | Tomasz Konojacki | 2018-08-01 | 1 | -0/+8 |
* | avoid reading errno twice in a row | Zefram | 2017-11-11 | 1 | -1/+2 |
* | Change some strncmp(), etc. to strBEGINs() | Karl Williamson | 2017-11-06 | 1 | -1/+1 |
* | Convert strncmp into strnEQ, strnNE | Karl Williamson | 2017-10-24 | 1 | -2/+2 |
* | Convert strcmp into strEQ, strNE | Karl Williamson | 2017-10-24 | 1 | -1/+1 |
* | WIN32: update size after Renew | Hugo van der Sanden | 2017-03-15 | 1 | -1/+1 |
* | Add support for VS2015 (VC++ 14.0) | Steve Hay | 2017-02-19 | 1 | -3/+3 |
* | Add locale mutex | Karl Williamson | 2016-04-09 | 1 | -0/+1 |
* | add shortcut around syscalls when file not found in win32_stat | Daniel Dragan | 2016-02-11 | 1 | -0/+8 |
* | give Win32 miniperl a real getcwd for build perf | Daniel Dragan | 2016-01-07 | 1 | -0/+32 |
* | reimplement $^WIN32_SLOPPY_STAT as a magic var | Daniel Dragan | 2015-10-19 | 1 | -5/+7 |
* | add Win32 USE_NO_REGISTRY build option | Daniel Dragan | 2015-10-12 | 1 | -7/+31 |
* | stop checking the Win32 registry if *"/Software/Perl" doesn't exist | Daniel Dragan | 2015-10-12 | 1 | -24/+48 |
* | Remove PERLIO_IS_STDIO from win32.c and wince.c. | Craig A. Berry | 2015-07-23 | 1 | -3/+2 |
* | ensure chdir('') sets $! to ENOENT on non-IMP_SYS Win32 builds | Tony Cook | 2015-06-18 | 1 | -1/+1 |
* | refactor win32_get_*lib() funcs to match rest of PERL_IMPLICIT_SYS API | Daniel Dragan | 2015-06-03 | 1 | -6/+0 |
* | handle existing mkstemp() in mingw-w64-v4 | KMX | 2015-05-21 | 1 | -0/+2 |
* | remove the shell fallback from list pipe open on Win32 | Tony Cook | 2015-02-10 | 1 | -17/+27 |
* | Corrections to spelling and grammatical errors. | Lajos Veres | 2015-01-28 | 1 | -2/+2 |
* | Remove sources of "unreferenced label" warning on Win32 | Steve Hay | 2014-12-31 | 1 | -1/+0 |
* | win32/win32.c Perl_croak->croak_xs_usage | Daniel Dragan | 2014-12-26 | 1 | -1/+1 |
* | Fix compilation errors in win32.c with MinGW/gcc -xc++ | Steve Hay | 2014-12-24 | 1 | -4/+4 |
* | implement list form of pipe open for Win32 | Tony Cook | 2014-10-22 | 1 | -17/+49 |
* | Change sv_catpvn(…, "…", …) to sv_catpvs(…, "…") | Dagfinn Ilmari Mannsåker | 2014-06-12 | 1 | -2/+2 |