Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | crc32: comment header formatting problem. | Kaz Kylheku | 2019-07-08 | 1 | -1/+3 |
| | | | | * crc32.c, crc32.h: Repair accidentally joined lines. | ||||
* | New: CRC-32 functions. | Kaz Kylheku | 2019-06-24 | 1 | -0/+26 |
* Makefile (OBJS): Add chksums/crc32.o. * chksum.c (crc32_stream, crc32): New functions. (chksum_init): Register crc32-stream and crc32 intrinsic functions. * chksums/crc32.c, chksums/crc32.h: New files. * txr.1: Documented. |