Merging upstream version 1.12~rc1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
411f37263d
commit
d5110769e8
29 changed files with 1120 additions and 662 deletions
|
@ -1,8 +1,8 @@
|
|||
Worst case test file for zcat -vs.
|
||||
First 4096 input bytes produce 4095 output bytes because of -s.
|
||||
Next 4096 input bytes produce 16384 output bytes, accumulating a total
|
||||
of 20479 bytes in the output buffer.
|
||||
----------------------------------------------
|
||||
of 20479 bytes (5 * 4096 - 1) in the output buffer.
|
||||
-------------------------------
|
||||
|
||||
|
||||
...............................................................
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue