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-12-21 | Reverted all enums | Ladislav Zezula | |
2022-12-19 | Merge pull request #274 from KOLANICH-libs/sizes_enums | Ladislav Zezula | |
Merged. Thank you for the contribution. | |||
2022-12-19 | Fixed comment | Ladislav Zezula | |
2022-12-19 | Pragma moved | Ladislav Zezula | |
2022-12-19 | pklib: Replace magic nums that I have forgotten to replace. | KOLANICH | |
2022-12-19 | Added `#pragma once` into the top of `pklib.h`. | KOLANICH | |
2022-12-16 | Add enums for sizes of different data structures in `pklib.h`. The enums ↵ | KOLANICH | |
document the dependencies between sizes of different structures. | |||
2022-04-19 | Minor fix | Ladislav Zezula | |
2022-04-18 | remove incorrect notes | pionere | |
2022-04-18 | make tables constant (in explode.c) | pionere | |
2022-04-18 | use 'static' table in GenDecodeTabs | 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-30 | Fixed address typo in pklib struct documentation | Lajos.Meszaros | |
2020-05-10 | * ZLIB updated | Ladislav Zezula | |
* Minor fixes | |||
2016-11-06 | + Public include directories moved to "include" directory | Ladislav Zezula | |
2016-11-05 | fix cmake dependency and move headers to include | Lectem | |
2015-05-28 | + Fixed defects found by Coverity (well, most of them) | Ladislav Zezula | |
2013-01-11 | Initial creation | Ladislav Zezula | |