remove skeleton file
[compress.git] / compress.c
2023-06-27  Laurent MazetMerge branch 'master' of https://secure.softndesign...
2023-06-27  Laurent Mazetmissing help message
2023-01-17  Laurent Mazetchange magic number
2023-01-16  Laurent Mazetfix segfault
2023-01-16  Laurent Mazetincrease test coverage
2022-12-19  Laurent Mazetclean compress
2022-12-12  Laurent Mazetcorrections from linux gcc v11 compilation
2022-12-09  Laurent Mazetcleaning and bug fix
2022-12-09  Laurent Mazetcorrect output stream for error messages
2022-12-09  Laurent Mazetremove calloc calls
2022-12-07  Laurent Mazetremove stdout/stderr calls
2022-12-06  Laurent Mazetremove FILE dependency
2022-12-05  Laurent Mazetchange private function calls
2022-12-05  Laurent Mazetremove calls to standard fprintf function
2022-12-01  Laurent Mazetremove most external function calls (except io)
2022-11-24  Laurent Mazetfix types
2022-11-22  Laurent Mazetdecompression is ready
2022-11-18  Laurent Mazetcompression is ready