Adding upstream version 1.12~rc1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
6110e8b394
commit
1fcd9bc933
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