Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-19 | streams: Teach AutoFile how to XOR | MarcoFalke | |
2023-07-13 | Add AutoFile::detail_fread member function | MarcoFalke | |
New code can call the method without having first to retrieve the raw FILE* pointer via Get(). Also, move implementation to the cpp file. Can be reviewed with: --color-moved=dimmed-zebra --color-moved-ws=ignore-all-space |