This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Win32: implement symlink() and readlink()
authorTony Cook <tony@develop-help.com>
Wed, 7 Oct 2020 05:31:22 +0000 (16:31 +1100)
committerTony Cook <tony@develop-help.com>
Tue, 1 Dec 2020 04:29:33 +0000 (15:29 +1100)
commit680b2c5ee3b53c627074192b3cf14416a24da6ea
treeeca893a731b7a5530d88b990def603caba525ab8
parent92b3a3ebc05e3ce0e84a1ccff46487ca2200b471
Win32: implement symlink() and readlink()

The API used requires Windows Vista or later.

The API itself requires either elevated privileges or a sufficiently
recent version of Windows 10 running in "Developer Mode", so some
tests require updates.
14 files changed:
MANIFEST
iperlsys.h
pod/perlport.pod
pp_sys.c
t/op/stat.t
t/win32/symlink.t [new file with mode: 0644]
win32/Makefile
win32/config.gc
win32/config.vc
win32/config_H.gc
win32/config_H.vc
win32/perlhost.h
win32/win32.c
win32/win32iop.h