38 Commits

Author SHA1 Message Date
imacat 4e43dcff31 Advanced to version 3.06. 2022-03-19 10:58:39 +08:00
imacat 6b324fe01f Revised the decompression parameters in the test suite helper. 2022-03-19 10:58:26 +08:00
imacat 219945c6d4 Simplified the readline method in the compression I/O. 2022-03-19 10:31:01 +08:00
imacat 606ee6d852 Revised the compression level parameters in the test suite helper. 2022-03-19 10:26:16 +08:00
imacat 4563fa362f Revert "Advanced to version 3.06."
This reverts commit b5fdd9c0a5.
2022-03-19 10:15:14 +08:00
imacat aaa5b34074 Revised the compression switches when calling binary executables for consistency. 2022-03-19 10:15:04 +08:00
imacat 37de9cf319 Added -Level => 9 with the gzip compression. 2022-03-19 10:08:48 +08:00
imacat c4b29f0099 Added BlockSize100K => 9 with the bzip2 compression. 2022-03-19 10:06:28 +08:00
imacat b9878d58d7 Fixed errors calling executables in the test suite helper. 2022-03-19 10:05:19 +08:00
imacat a6eb566703 Revised the compression parameter in the test suite helper. 2022-03-19 10:04:38 +08:00
imacat 6f96e0039e Added Extreme => 1 with the xz compression. 2022-03-19 10:00:07 +08:00
imacat 0a4ee2d130 Removed the unused Append => 0 parameter when creating compression I/O. 2022-03-19 09:58:48 +08:00
imacat ac69039180 Fixed an error in Changes. 2022-03-19 09:51:24 +08:00
imacat b5fdd9c0a5 Advanced to version 3.06. 2022-03-19 09:47:46 +08:00
imacat e977e6ec9c Fixed an error in checking the file type in the test suite helper. 2022-03-19 09:42:11 +08:00
imacat 980409b142 Simplified the code to open files with the compression I/O in the test suite helper. 2022-03-19 09:41:43 +08:00
imacat 8f20c52412 Removed an excess blank line in the test suite helper. 2022-03-19 09:39:30 +08:00
imacat a7143ec9e3 Simplified the code to read from the compression I/O in the test suite helper. 2022-03-19 09:38:15 +08:00
imacat 716af0bc85 Simplified the code to write to the compression I/O in the test suite helper. 2022-03-19 09:35:03 +08:00
imacat 2f11fc5f0f Fixed an error in the error message. 2022-03-19 09:24:52 +08:00
imacat 3b2e2d0fa5 Replaced Compress::Zlib with IO::Compress::Gzip and IO::Uncompress::Gunzip. Replaced Compress::Bzip2 with IO::Compress::Bzip2 and IO::Uncompress::Bunzip2. 2022-03-19 09:23:39 +08:00
imacat e3bf856e8a Fixed the prerequisite modules declared in Makefile.PL and Build.PL. 2022-03-19 08:48:35 +08:00
imacat 9669ce4fdd Fixed an error checking file types in the test suite helper. 2022-03-19 08:39:49 +08:00
imacat 5b8d678b6b Added support for the xz compression. 2022-03-19 00:45:17 +08:00
imacat 3c7030099b Added the information that Compress::Zlib is shipped with the IO-Compress distribution now. 2021-02-11 08:58:27 +08:00
imacat 374441c19f Changed the links of the required and optional Perl modules from the distribution to the module POD. 2021-02-11 08:56:34 +08:00
imacat 3563f89054 Updated the information on Compress::Zlib in README.md, since it is merged into the IO-Compress package and included in the core Perl modules now. 2021-02-11 08:36:50 +08:00
imacat 502162504c Revised README, added Strawberry Perl, replaced the dead link to the outdated NMAKE.EXE with the instruction for the MS-Windows users to use Module::Build instead. NMAKE does not work now anyway. 2021-02-10 11:35:35 +08:00
imacat 5ef16593ca Added Build.bat to .gitignore. 2021-02-10 07:48:23 +08:00
imacat 8b747e207b Replaced MANIFEST.SKIP with the file created by Module::Build and my local extensions. 2021-02-08 09:38:36 +08:00
imacat 74e711cb00 Updated .gitignore, with MANIFEST.SKIP.bak and the distributional files added. 2021-02-08 09:08:22 +08:00
imacat 19625e61a7 Merged the THANKS file to README.md. 2021-02-07 13:46:25 +08:00
imacat 64d0751d2c Added Makefile.old to MANIFEST.SKIP. 2021-02-07 10:40:36 +08:00
imacat be93a04c43 Added Makefile.old to .gitignore. 2021-02-07 10:34:07 +08:00
imacat 279d943d40 Advanced to version 3.05. 2021-02-06 23:31:51 +08:00
imacat 896b7ac5ce Replaced the messy GNU-styled, multi-lingual documents with a single Markdown README.md. Added the GitHub repository to the document and removed the SourceForge website, my web page, and the SourceForge mailing list from the document. Removed the document license, and my PGP key from the package. Removed the signature file from the repository. Changed the license from GPLv3 to APLv2. Various fixes to avoid JetBrains IDE problem detection. 2021-02-06 19:34:55 +08:00
imacat 8e134b3a67 Added .gitignore. 2021-02-06 19:34:19 +08:00
依瑪貓 caa045c368 Initial commit. 2021-02-01 15:05:57 +08:00