mirror of
https://github.com/ckolivas/lrzip.git
synced 2025-12-06 07:12:00 +01:00
Document that big endian should be fixed.
This commit is contained in:
parent
373cfa25e4
commit
5c9c4229dc
|
|
@ -40,7 +40,8 @@ library possible in the future.
|
|||
how big a block of memory to allocate by decreasing the number of threads to
|
||||
be used and then aborting to a minimum value should it still be too much
|
||||
apparent ram.
|
||||
* Numerous other fixes, documentation and cleanups.
|
||||
* Big Endian fixes.
|
||||
* Countless other fixes, documentation and cleanups.
|
||||
|
||||
MARCH 2011, version 0.571 Con Kolivas
|
||||
* Only retry mmaping if it's a memory error, otherwise it may give spurious
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@ preferring to decrease the number of threads used when compressing, and then
|
|||
aborting to a nominal minimum.
|
||||
A new build configuration system which should be more robust and provides
|
||||
neater output during compilation.
|
||||
lrzip should work again on big endian hardware.
|
||||
|
||||
lrzip-0.571
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue