| Revision: | 1.6 |
| Committed: | Sun Mar 30 12:41:50 2025 UTC (17 months, 2 weeks ago) by root |
| Branch: | MAIN |
| CVS Tags: | rel-1_0 |
| Changes since 1.5: | +1 -1 lines |
| Log Message: | 1.0 |
| # | Content |
|---|---|
| 1 | Revision history for Perl extension String::CRC32C |
| 2 | |
| 3 | 1.0 Sun 30 Mar 2025 14:41:30 CEST |
| 4 | - port to c89. maybe. |
| 5 | - http://perlmulticore.schmorp.de/ support added. |
| 6 | |
| 7 | 0.02 forgot |
| 8 | - only compile optimised implementation when sse 4.2 is actually |
| 9 | enabled in the compiler. |
| 10 | - added $String::CRC32C::IMPL. |
| 11 | - misc prtability fixes in crc32 code. |
| 12 | |
| 13 | 0.01 Mon 24 Mar 2025 11:12:57 CET |
| 14 | - cloned from Convert-Scalar, which is my module starter. |
| 15 |