Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-18 | Merge pull request #356 from pionere/replength | Ladislav Zezula | |
use MAX_REP_LENGTH | |||
2024-08-18 | use MAX_REP_LENGTH | pionere | |
use MAX_REP_LENGTH everywhere in implode.c + fix a typo | |||
2024-08-18 | use int instead of short in FindRep | pionere | |
use int instead of short to fix a (false positive) vulnerability warning. Even though is not necessary (because the value is limited to 0x204), the generated code seems to be better as well, because a zero-extension becomes unnecessary. | |||
2022-04-18 | remove incorrect notes | pionere | |
2022-04-18 | get rid of nChCode | pionere | |
2022-04-17 | use USHRT_MAX, otherwise it wont work properly on platforms where short has ↵ | pionere | |
a different (not 16) size | |||
2020-11-23 | Removed trailing whitespace | Ladislav Zezula | |
2020-08-14 | Removed if statement, which always evaluates to true | Lajos.Meszaros | |
2020-05-10 | * ZLIB updated | Ladislav Zezula | |
* Minor fixes | |||
2015-05-28 | + Fixed defects found by Coverity (well, most of them) | Ladislav Zezula | |
2013-01-11 | Initial creation | Ladislav Zezula | |