Skip to content

Releases: rdboisvert/Win32-LongPath

v2.2 Additional File Constants

21 Jan 16:23
Compare
Choose a tag to compare
  • added file attribute constants

v2.1 opendirL Returns Failure

29 Jun 20:01
Compare
Choose a tag to compare
  • return error if opendirL fails
  • added test for opendirL failure

Added sysopenL ()

15 Feb 13:26
Compare
Choose a tag to compare
  • Added sysopenL ()
  • Changed retrieval of Perl file handle
  • Improved testing

Fixed flags for Cygwin

08 Sep 16:39
Compare
Choose a tag to compare

Changed _O_xxx access mode flags to O_xxx.

Open File with a Single Reference

17 May 12:44
Compare
Choose a tag to compare

Fixes a bug introduced in Perl 5.22 that can leave open references to closed files.

Only Set Windows Error

22 Mar 15:00
Compare
Choose a tag to compare
  • only set Windows error, not $! (issue #2)

CPAN Compliance/testL 's' Support

02 Feb 14:04
Compare
Choose a tag to compare
  • Added META.yml for CPAN compliance (#108321)
  • testL('s') returns file size similar to the Perl -s function (#107117)

Added support for Cygwin.

04 Dec 15:54
Compare
Choose a tag to compare
v1.03

Added Cygwin support

Added missing definition

30 Sep 17:05
Compare
Choose a tag to compare
v1.02

* put in missing def

Fix to build in ActivePerl PPM

20 Sep 14:36
Compare
Choose a tag to compare
v1.01

* Added IO_REPARSE_TAG_SYMLINK to build under ActivePerl PPM