Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-2-0] src/usr.bin/gzip



Module Name:    src
Committed By:   tron
Date:           Sun May 30 14:55:57 UTC 2004

Modified Files:
        src/usr.bin/gzip [netbsd-2-0]: gzip.c

Log Message:
Pull up revision 1.45 (requested by mrg in ticket #420):
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.29.2.11 -r1.29.2.12 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