summaryrefslogtreecommitdiff
path: root/cpan/Win32API-File
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2013-10-18 15:10:31 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2013-10-18 18:21:25 +0100
commit8db6555210da586fd395dac83edcff64f4451570 (patch)
tree90efa84dda3db78dc6279146a4f76adc1e9d4d11 /cpan/Win32API-File
parentd04bf9eb48f4d379a58de5e8ba2f6fbd17b7d27a (diff)
downloadperl-8db6555210da586fd395dac83edcff64f4451570.tar.gz
Remove all IGNORABLE files under cpan/
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.
Diffstat (limited to 'cpan/Win32API-File')
-rw-r--r--cpan/Win32API-File/Changes138
-rw-r--r--cpan/Win32API-File/README136
2 files changed, 0 insertions, 274 deletions
diff --git a/cpan/Win32API-File/Changes b/cpan/Win32API-File/Changes
deleted file mode 100644
index bb149daf17..0000000000
--- a/cpan/Win32API-File/Changes
+++ /dev/null
@@ -1,138 +0,0 @@
-Revision history for Perl extension Win32API::File.
-
-0.1201 by Alexandr Ciornii 2013-01-28
- - Fix tests on Cygwin (RURBAN)
- - Constants for GetStdHandle and SetStdHandle
-
-0.1200 by Alexandr Ciornii 2011-07-01
- - Spelling fixes by Peter John Acklam
- - Upgraded Makefile.PL
- - Don't bother checking $[
-
-0.1101_01 by Alexandr Ciornii 2011-02-26
- - More metadata in META.yml
- - [Set|Get]StdHandle functions added (Chris 'BinGOs' Williams)
-
-0.1101 by Alexandr Ciornii 2008-11-17
- - require Win32.pm (not core on Cygwin 5.8.8)
- - file.t uses Win32.pm only if necessary
-
-0.1100 by Alexandr Ciornii 2008-11-08
- - license in Makefile.PL and README
-
-0.1001_02 by Alexandr Ciornii 2008-11-01
- - list of changes from perl 5.10
- - adaptation of core perl changes for CPAN
- - ExtUtils::Myconst2perl hidden from indexing
- - pod.t
- - better Makefile.PL
-
-0.1001_01 (perl 5.10)
- - tests adapted for core
- - file.t moved from string checking to error code check
- - file.t uses File::Spec->tmpdir()
- - require Math::BigInt only if not in 64-bit mode
- - remove indirect object notation in File.pm
- - "Exterminate PL_na" by Nicholas Clark
-
-0.1001 2006-07-02 14:04
- - Minor doc tweak, release as standalone for sychronization with
- version in bleadperl (future 5.10)
-
-0.10 2005-09-09
- - Added GetFileAttributes() function and corresponding constants.
- (Patches from Kenneth Olwing from 2004-11-12).
- - cygwin patches from Rafael Kitover and Reini Urban.
- This includes the addition of the GetFileSize(), getFileSize()
- setFilePointer() and GetOverlappedResult() methods and the
- experimental new object oriented interface. All file position
- operations use either Math::BigInt objects or 8 byte integers
- (cygwin) for file offsets.
-
-0.0901 2005-08-30
- - increased version number to show difference to standalone
- CPAN release of Win32API-File-0.09.zip
-
-0.09 2005-02-18
- - Support 5.007+
-
-0.09 [libwin32 version only]
- - Add AUTHOR and ABSTRACT_FROM to Makefile.PL.
- - Trivial speed improvements.
- - Fixed F<test.pl> if Z: is a valid drive letter.
-
-0.08 2000-04-07
- - C<GetOsFHandle> now returns false for failure.
- - New F<buffers.h> supports C++ compilers.
- - Read-only output-only parameters now generate an error.
- - Added fileLastError() since C<$^E> is often quickly overwritten.
- - Complete rewrite of how C constants are made available in Perl.
- - Added fileConstant(), a nice way to look-up constants at run time.
- - Added Get/SetHandleInformation and HANDLE_FLAG_* constants.
- - Added IOCTL_DISK_GET_MEDIA_TYPES since *_STORAGE_* fails for floppy.
- - Added several example scripts.
-
-0.07 1999-08-17
- - Added DeleteFile().
- - Removed prototypes from OsFHandleOpen() and GetOsFHandle() since
- the C<*> doesn't prevent warnings about bareword file handles and
- prevents the useful usage message if no arguments given.
- - Fixed bug due to failed C<(/k/i,/t/i)> in list context returning
- C<()> not C<(undef,undef)> in modern versions of Perl.
- - Change order of C<#include>s so can build with Perl5.005 and later.
- - Fixed C<test.pl> to ignore Perl bug where C<$^E> is truncated.
- - Turned on C<CAPI> in C<Makefile.PL> for certain versions of Perl.
- - Updated C<README>.
-
-0.06 1999-08-10
- - Switch to new buffers.h and "Hungarian" notation!
- - Added full documentation!
- - ReadFile() no longer tries to read more bytes than asked for
- just because the scalar buffer can hold more bytes!
- - createFile() does better DWIM for share mode.
- - Return SV_NO rather than C<0> for Boolean false.
- - For boolean args, non-empty strings are C<1>, don't convert to int.
- - Added ":MEDIA_TYPE" export class.
- - Added C<GENERIC_ALL> and C<GENERIC_EXECUTE> to ":GENERIC_" exports.
- - Added C<FdGetOsFHandle()> and C<GetOsFHandle()>!
- - Added C<OsFHandleOpenFd()> and C<OsFHandleOpen()>!
- - Support calling C<constant()> without the useless integer argument.
- - Auto-load/export constants with C<()> prototype so can be in-lined.
- - Added C<IsRecognizedPartition()> and C<IsContainerPartition()>.
- - Added C<getLogicalDrives()>.
- - Added ":FILE_" export class for specific types of access to files.
- - Added C<SECURITY_SQOS_PRESENT> to ":SECURITY_" export class.
- - Added ":PARTITION_" export class for partition types.
- - Seriously bulked up the test suite.
-
-0.05 1998-08-21
- - "-w" no longer warns that a buffer size of "=99" "isn't numeric".
- nor if pass undef var for buffer size or output-only parameter.
- - Added SetErrorMode() and :SEM_.
- - createFile() sharing now defaults to "rw" to match C RTL.
- - createFile() was ignoring "r" and "w" in access masks.
-
-0.04 1998-08-13
- - Added GetLogicalDrives and GetLogicalDriveStrings.
- - Added GetDriveType and GetVolumeInformation.
- - Added DRIVE_* for GetDriveType().
- - Added FS_* for GetVolumeInformation().
- - Added createFile(), getLogicalDrives(), and attrLetsToBits() helpers.
- - CreateFile() returns: INVALID_HANDLE_VALUE->false, 0->"0 but true".
- - More standardized "Hungarian" notation and uses buffers.h.
- - Large unsigned values no longer made negative.
-
-0.03 1998-04-25
- - Added DDD_* constants to File.pm and moved codes mistakenly
- exported for :DDD_ to be exported for :Misc.
- - Split large group of constants to increase efficiency.
- - Minor cosmetic fixes.
-
-0.02 1998-03-03
- - Added DeviceIoControl().
- - Added some IOCTL_STORAGE_* and IOCTL_DISK_* constants
- - Taught test.pl to verify all exported functions and constants.
-
-0.01 1997-12-08
- - original version; based on Win32API::Registry.
- - release to partner
diff --git a/cpan/Win32API-File/README b/cpan/Win32API-File/README
deleted file mode 100644
index 056bfb28d5..0000000000
--- a/cpan/Win32API-File/README
+++ /dev/null
@@ -1,136 +0,0 @@
-Win32API::File v0.1200 -- Low-level access to Win32 API calls for files.
-
-New since v0.07:
-
- GetHandleInformation SetHandleInformation
- HANDLE_FLAG_INHERIT HANDLE_FLAG_PROTECT_FROM_CLOSE
- fileConstant fileLastError
-
-Low-level and full-power access to the following routines are provided:
-
- CloseHandle CopyFile CreateFile
- DefineDosDevice DeleteFile DeviceIoControl
- GetDriveType GetFileType GetHandleInformation
- GetLogicalDrives GetLogicalDriveStrings GetVolumeInformation
- IsRecognizedPartition IsContainerPartition MoveFile
- MoveFileEx QueryDosDevice ReadFile
- SetFilePointer SetErrorMode SetHandleInformation
- WriteFile
-
-Plus the Unicode versions:
-
- CopyFileW CreateFileW DefineDosDeviceW
- DeleteFileW GetDriveTypeW GetLogicalDriveStringsW
- GetVolumeInformationW MoveFileW MoveFileExW
- QueryDosDeviceW
-
-Full conversion between Win32-native file handles and Perl file handles is
-also supported. Access to the following C run-time library routines [or at
-least the Perl run-time library wrappers for them] is provided:
-
- _get_osfhandle or win32_get_osfhandle as FdGetOsFHandle
- _open_osfhandle or win32_open_osfhandle as OsFHandleOpenFd
-
-The following Perl-friendly wrappers and helper functions are also provided:
-
- OsFHandleOpen GetOsFHandle attrLetsToBits
- createFile fileConstant fileLastError
- getLogicalDrives
-
-Plus the following constants:
-
- CREATE_ALWAYS CREATE_NEW FILE_BEGIN
- FILE_CURRENT FILE_END INVALID_HANDLE_VALUE
- OPEN_ALWAYS OPEN_EXISTING TRUNCATE_EXISTING
-
- DDD_EXACT_MATCH_ON_REMOVE DDD_RAW_TARGET_PATH
- DDD_REMOVE_DEFINITION
-
- DRIVE_UNKNOWN DRIVE_NO_ROOT_DIR DRIVE_REMOVABLE
- DRIVE_FIXED DRIVE_REMOTE DRIVE_CDROM
- DRIVE_RAMDISK
-
- FILE_READ_DATA FILE_LIST_DIRECTORY
- FILE_WRITE_DATA FILE_ADD_FILE
- FILE_APPEND_DATA FILE_ADD_SUBDIRECTORY
- FILE_CREATE_PIPE_INSTANCE FILE_READ_EA
- FILE_WRITE_EA FILE_EXECUTE
- FILE_TRAVERSE FILE_DELETE_CHILD
- FILE_READ_ATTRIBUTES FILE_WRITE_ATTRIBUTES
- FILE_ALL_ACCESS FILE_GENERIC_READ
- FILE_GENERIC_WRITE FILE_GENERIC_EXECUTE
-
- FILE_ATTRIBUTE_ARCHIVE FILE_ATTRIBUTE_COMPRESSED
- FILE_ATTRIBUTE_HIDDEN FILE_ATTRIBUTE_NORMAL
- FILE_ATTRIBUTE_OFFLINE FILE_ATTRIBUTE_READONLY
- FILE_ATTRIBUTE_SYSTEM FILE_ATTRIBUTE_TEMPORARY
-
- FILE_FLAG_BACKUP_SEMANTICS FILE_FLAG_DELETE_ON_CLOSE
- FILE_FLAG_NO_BUFFERING FILE_FLAG_OVERLAPPED
- FILE_FLAG_POSIX_SEMANTICS FILE_FLAG_RANDOM_ACCESS
- FILE_FLAG_SEQUENTIAL_SCAN FILE_FLAG_WRITE_THROUGH
-
- FILE_SHARE_DELETE FILE_SHARE_READ FILE_SHARE_WRITE
-
- FILE_TYPE_CHAR FILE_TYPE_DISK FILE_TYPE_PIPE
- FILE_TYPE_UNKNOWN
-
- FS_CASE_IS_PRESERVED FS_CASE_SENSITIVE
- FS_UNICODE_STORED_ON_DISK FS_PERSISTENT_ACLS
- FS_FILE_COMPRESSION FS_VOL_IS_COMPRESSED
-
- HANDLE_FLAG_INHERIT HANDLE_FLAG_PROTECT_FROM_CLOSE
-
- IOCTL_STORAGE_CHECK_VERIFY IOCTL_STORAGE_MEDIA_REMOVAL
- IOCTL_STORAGE_EJECT_MEDIA IOCTL_STORAGE_LOAD_MEDIA
- IOCTL_STORAGE_RESERVE IOCTL_STORAGE_RELEASE
- IOCTL_STORAGE_FIND_NEW_DEVICES IOCTL_STORAGE_GET_MEDIA_TYPES
-
- IOCTL_DISK_GET_DRIVE_GEOMETRY IOCTL_DISK_GET_PARTITION_INFO
- IOCTL_DISK_SET_PARTITION_INFO IOCTL_DISK_GET_DRIVE_LAYOUT
- IOCTL_DISK_SET_DRIVE_LAYOUT IOCTL_DISK_VERIFY
- IOCTL_DISK_FORMAT_TRACKS IOCTL_DISK_REASSIGN_BLOCKS
- IOCTL_DISK_PERFORMANCE IOCTL_DISK_IS_WRITABLE
- IOCTL_DISK_LOGGING IOCTL_DISK_FORMAT_TRACKS_EX
- IOCTL_DISK_HISTOGRAM_STRUCTURE IOCTL_DISK_HISTOGRAM_DATA
- IOCTL_DISK_HISTOGRAM_RESET IOCTL_DISK_REQUEST_STRUCTURE
- IOCTL_DISK_REQUEST_DATA
-
- GENERIC_ALL GENERIC_EXECUTE
- GENERIC_READ GENERIC_WRITE
-
- Unknown F5_1Pt2_512 F3_1Pt44_512
- F3_2Pt88_512 F3_20Pt8_512 F3_720_512
- F5_360_512 F5_320_512 F5_320_1024
- F5_180_512 F5_160_512 RemovableMedia
- FixedMedia F3_120M_512
-
- MOVEFILE_COPY_ALLOWED MOVEFILE_DELAY_UNTIL_REBOOT
- MOVEFILE_REPLACE_EXISTING MOVEFILE_WRITE_THROUGH
-
- SECURITY_ANONYMOUS SECURITY_CONTEXT_TRACKING
- SECURITY_DELEGATION SECURITY_EFFECTIVE_ONLY
- SECURITY_IDENTIFICATION SECURITY_IMPERSONATION
- SECURITY_SQOS_PRESENT
-
- SEM_FAILCRITICALERRORS SEM_NOGPFAULTERRORBOX
- SEM_NOALIGNMENTFAULTEXCEPT SEM_NOOPENFILEERRORBOX
-
- PARTITION_ENTRY_UNUSED PARTITION_FAT_12
- PARTITION_XENIX_1 PARTITION_XENIX_2
- PARTITION_FAT_16 PARTITION_EXTENDED
- PARTITION_HUGE PARTITION_IFS
- PARTITION_FAT32 PARTITION_FAT32_XINT13
- PARTITION_XINT13 PARTITION_XINT13_EXTENDED
- PARTITION_PREP PARTITION_UNIX
- VALID_NTFT PARTITION_NTFT
-
-Comments, additions, and bug reports are welcomed. Please address
-technical questions that are not full bug reports to
-
-http://perlmonks.org/index.pl?node=Seekers%20of%20Perl%20Wisdom
-
-Tye McQueen, tye@metronet.com, http://perlmonks.org/?node=tye.
-
-This program is free software; you can redistribute it and/or modify it
-under the same terms as Perl itself.