Module Name: src Committed By: riastradh Date: Wed Jan 22 06:18:01 UTC 2014
Modified Files: src/usr.bin/vndcompress: Makefile common.h vndcompress.c vnduncompress.c Log Message: Change vndcompress to use a default window size of 512. For vnduncompress on nonseekable input, the window size is as large as it needs to be by default, as before. Not clear that this is the right choice -- by default vnduncompress on nonseekable input will just use unbounded memory unsolicited. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/usr.bin/vndcompress/Makefile cvs rdiff -u -r1.5 -r1.6 src/usr.bin/vndcompress/common.h cvs rdiff -u -r1.21 -r1.22 src/usr.bin/vndcompress/vndcompress.c cvs rdiff -u -r1.9 -r1.10 src/usr.bin/vndcompress/vnduncompress.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.