| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
`sys/types.h` defines `int8_t` incorrectly as `char` which is unsigned.
Adjust ordering so `inttypes.h` defines it as `signed char` first.
|
|
|
|
|
|
|
|
|
| |
We only need a subset of the hash algorithms supported by librhash.
Add preprocessor conditionals to remove source fragments that we do
not need. Write an alternative algorithm enumeration that matches
the indexing on our reduced array.
Also remove a few fragments outright.
|
|
* upstream-librhash:
librhash 2016-11-01 (d839a1a8)
|