Age | Commit message (Collapse) | Author |
|
|
|
- dwHashTableSize must be a power of two, otherwise HASH_INDEX_MASK does not work
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
use MAX_REP_LENGTH
|
|
use MAX_REP_LENGTH everywhere in implode.c + fix a typo
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(https://github.com/ladislav-zezula/StormLib/issues/337)
|
|
(https://github.com/ladislav-zezula/StormLib/issues/336)
|
|
|
|
|
|
|
|
https://github.com/ladislav-zezula/StormLib/issues/333
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+ Refactored udage of UNICODE characters
+ Fixed regression tests on Linux
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|