| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
[DELTA]
0.58 [2022-01-17]
- add Win32::HttpGetFile (thanks to Craig Berry for the implementation
and Tomasz Konojacki for code review) [PR/30]
- skip failing Unicode.t on Cygwin because cwd() no longer returns an
ANSI (short) path there.
- Fixed test 14,15 of GetFullPathName.t when package is unpacked in a
top level folder (thanks to Jianhong Feng) [PR/20]
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
There are a number of files excluded using gitignore rules that are
included in the repository. This can lead to confusion if something
other than git tries to read the ignore files.
Add rules to the gitignore files so that these files won't be ignored.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[DELTA]
0.53 [2019-08-05]
- improve Win32::GetOSDisplayName
- added Win2016/2019 detection and version information by
Richard Leach [PR/15]
- Include wchar.h to allow building with g++ by Tony Cook [rt#127836]
0.52_02 [2018-11-02] by Reini Urban
- added () usage croaks.
- Fixed a -Warray-bounds buffer overflow in LONGPATH,
- Fix various -Wunused warnings
and two -Wmaybe-uninitialized.
0.52_01 [2017-11-30]
- add missing const
|
|
|
|
|
|
|
|
|
|
|
| |
[DELTA]
0.52 [2015-08-19]
- minimal Windows 10 support (thanks to Joel Maslak) [PR/8]
- refactor Windows 10 support to include ProductInfo flags
- add tests for Windows 8.1, 10, and 2012 R2 server
- define additional ProductInfo flags (TODO: add support for
these codes in _GetOSName)
|
|
|
|
|
|
|
|
|
|
|
|
| |
[DELTA]
0.51 [2015-01-26]
- Win32-0.50 was released to CPAN from an out-dated Git repo, so
didn't actually include the merged pull requests.
0.50 [2015-01-26]
- add GetOSName support for Windows 8.1 (thanks to Tony Cook) [PR/6]
- Fix build in C++ mode (thanks to Steve Hay and Daniel Dragan) [PR/7]
|
|
|
|
|
| |
This fixes the build with gcc-4.8.1 from http://www.mingw.org and thus
resolves perl #121643.
|
|
|
|
|
|
|
|
|
|
|
|
| |
[DELTA]
0.48 [2013-11-20]
- Typo fixes by David Steinbrunner.
- Fix required perl version 5.6 -> 5.006.
- Don't call note() in t/GetOSName.t when it has not been
imported from Test::More.
- Convert t/GetOSName.t to Unix line endings like the rest of
this repo.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This was discussed on p5p:
http://www.nntp.perl.org/group/perl.perl5.porters/2013/10/msg208635.html
One LICENSE file (Locale-Codes) has been removed (contrary to one suggestion
in that thread) since it was the only one, and only says "This module is
free software; you can redistribute it and/or modify it under the same
terms as Perl itself." anyway.
Two files that I had previously suggested retaining for the sake of tests
have also been removed. In one case, a test script has been modified (in
Digest-MD5; I will send a ticket upstream); in the other case (in
Test-Harness) I have removed the test which depended on the MANIFEST files,
as suggested in the above thread.
|
|
|
|
|
|
|
|
|
|
|
| |
[DELTA]
0.47 [2013-02-21]
- Make sure %PROCESSOR_ARCHITECTURE% is defined before calling
Win32::GetArchName() in t/Names.t. It may be undefined when
the test is running under Cygwin crond.
- In t/Names.t don't assume that LoginName or NodeName is at
least 2 characters long; it may just be 1.
|
|
|
|
|
|
|
|
| |
[DELTA]
0.46 [2013-02-19]
- add Win2012/Win8 detection (thanks to Michiel Beijen) [rt#82572]
[perl#116352]
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Yes, still has CR/LF line endings; I'll fix it in a CPAN
release with no changes but the line-endings fix first.
|
| |
|
|
|