Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/gzip
Module Name: src
Committed By: agc
Date: Fri May 21 12:16:10 UTC 2004
Modified Files:
src/usr.bin/gzip: Makefile gzip.c
Log Message:
WARNS=3: add some const poisoning, and sort out local variable
definitions shadowing other variables.
Pass storage for file names into the file_compress and file_uncompress
functions, so that we don't run the risk of leaking memory. Remove a global
variable that's no longer needed.
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/usr.bin/gzip/Makefile
cvs rdiff -r1.44 -r1.45 src/usr.bin/gzip/gzip.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index