| Commit message (Expand) | Author | Age | Files | Lines |
* | win32_symlink(): we replace any /, we no longer need to check for them | Tony Cook | 2023-01-10 | 1 | -2/+1 |
* | win32_symlink: correctly handle linking to abs path to a directory | Tony Cook | 2023-01-10 | 1 | -2/+2 |
* | on win32 translate / to \ in symlink targets | Tony Cook | 2023-01-10 | 1 | -0/+18 |
* | make win32_lstat() return the length of the link in st_size | Tony Cook | 2023-01-10 | 1 | -31/+62 |
* | Correct typos as per GH 20435 | James E Keenan | 2022-12-29 | 1 | -2/+2 |
* | make win32_readlink() return PrintName instead of SubstituteName | Tony Cook | 2022-11-02 | 1 | -4/+4 |
* | Win32 stat() didn't handle AF_UNIX socket files | Tony Cook | 2022-11-02 | 1 | -50/+225 |
* | win32.c: Add mutexes around some calls | Karl Williamson | 2022-09-29 | 1 | -1/+12 |
* | win32.c: use _mkgmtime() instead of mktime() in stat() | Tomasz Konojacki | 2022-08-09 | 1 | -13/+10 |
* | remove some leftover debug output from filetime_from_time() | Tony Cook | 2022-06-03 | 1 | -1/+0 |
* | Eliminate a variable keeping the length of a string | Max Maischein | 2022-02-18 | 1 | -3/+1 |
* | _MSC_VER is now always >= 1800 (i.e. Visual C++ 2013, aka Visual C++ 12.0) | Steve Hay | 2021-12-16 | 1 | -12/+1 |
* | win32.c: Save a '&' instr by casting to U8 | Karl Williamson | 2021-07-30 | 1 | -5/+5 |
* | win32.c: make reading UTF-8 characters from the console possible | Tomasz Konojacki | 2021-04-14 | 1 | -1/+125 |
* | 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 |