summaryrefslogtreecommitdiff
path: root/cpan/Win32
Commit message (Collapse)AuthorAgeFilesLines
* Update Win32 to CPAN version 0.58Chris 'BinGOs' Williams2022-01-195-7/+362
| | | | | | | | | | | | [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]
* Update Win32 from version 0.56 to 0.57Tomasz Konojacki2021-03-132-2/+2
|
* Update Win32 from version 0.54 to 0.56Tomasz Konojacki2021-03-084-366/+370
|
* add gitignore exclusions for files in gitGraham Knop2020-11-231-0/+1
| | | | | | | | 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.
* Update Win32 from version 0.53 to 0.54Steve Hay2020-10-124-97/+276
|
* Update Win32 to CPAN version 0.53Chris 'BinGOs' Williams2019-08-063-22/+70
| | | | | | | | | | | | | | | | | | | [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
* Update Win32 to CPAN version 0.52Jan Dubois2015-08-272-6/+83
| | | | | | | | | | | [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)
* Update Win32 to CPAN version 0.51Chris 'BinGOs' Williams2015-01-262-2/+15
| | | | | | | | | | | | [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]
* Upgrade Win32 from version 0.48 to 0.49Steve Hay2014-04-152-1/+2
| | | | | This fixes the build with gcc-4.8.1 from http://www.mingw.org and thus resolves perl #121643.
* Update Win32 to CPAN version 0.48Chris 'BinGOs' Williams2013-11-212-174/+174
| | | | | | | | | | | | [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.
* Remove all IGNORABLE files under cpan/Steve Hay2013-10-181-195/+0
| | | | | | | | | | | | | | | | 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.
* Update Win32 to CPAN version 0.47Chris 'BinGOs' Williams2013-02-263-3/+11
| | | | | | | | | | | [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.
* Update Win32 to CPAN version 0.46Jan Dubois2013-02-193-7/+26
| | | | | | | | [DELTA] 0.46 [2013-02-19] - add Win2012/Win8 detection (thanks to Michiel Beijen) [rt#82572] [perl#116352]
* Update to Win32-0.45 from CPANJan Dubois2012-08-1518-3657/+3790
|
* Update to Win32-0.44 from CPANJan Dubois2011-01-123-1/+5
|
* Update to Win32-0.43 from CPANJan Dubois2011-01-123-17/+31
|
* Update to Win32-0.42 from CPANJan Dubois2011-01-064-4/+8
|
* Update Win32 from CPAN (from 0.40 to 0.41)Jan Dubois2010-12-104-23/+64
|
* Fix file permissions mangled by #0e5d25bfJan Dubois2010-12-082-0/+0
|
* Upgrade Win32 from CPAN (from 0.39 to 0.40)Jan Dubois2010-12-085-107/+675
| | | | | Yes, still has CR/LF line endings; I'll fix it in a CPAN release with no changes but the line-endings fix first.
* Updating Win32 0.39 to have the same line-endings as CPANJesse Vincent2009-10-1918-3194/+3194
|
* Move Win32 from ext/ to cpan/Nicholas Clark2009-10-0218-0/+3194