| 90b6337c | 04-Apr-2014 |
Matt Stancliff <[email protected]> |
Lua: upgrade cmsgpack to 0.4.0
Main reasons for upgrade: - Remove a warning when building Redis - Add multi pack/unpack - Improve memory usage and use Lua allocator properly - Fix some edge
Lua: upgrade cmsgpack to 0.4.0
Main reasons for upgrade: - Remove a warning when building Redis - Add multi pack/unpack - Improve memory usage and use Lua allocator properly - Fix some edge case encoding/decoding bugs
show more ...
|
| a9900ad3 | 04-Apr-2014 |
Matt Stancliff <[email protected]> |
Lua: Use Redis solaris compatability for cjson too
cjson calls isinf, but some Solaris versions don't have isinf even with the attempted fix we have in deps/Makefile.
We can harmlessly include the
Lua: Use Redis solaris compatability for cjson too
cjson calls isinf, but some Solaris versions don't have isinf even with the attempted fix we have in deps/Makefile.
We can harmlessly include the Redis solarisfixes.h header to give cjson proper isinf.
Note: cjson has a compile-time setting for using their own defined isinf, but the Redis definition in solarisfixes.h is more complete.
Fixes antirez#1620
show more ...
|