A maintenance release is now available.
Consider updating if you are using Version 5.8.0 or older.
New Features
-
preprocessing (ccbm_prep):
- allow
#endif to have trailing garbage (FR19525)
Improvements
-
archiving (asts-ccbm-archiv):
- added option
--c-suffix
to find and store files that are named <f>.c<SUFFIX>
-
Utilities:
- string library now includes several crc computations: crc16, crc32, MD4sum, MD5sum
Bugfixes
-
preprocessing (ccbm_prep):
- ensure marker is always first statement in
while() body (fixes #19502)