Source-Changes archive

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

CVS commit: gnusrc/gnu/usr.bin/gzip



Module Name:    gnusrc
Committed By:   lukem
Date:           Sat Jul  7 21:57:43 UTC 2001

Modified Files:
        gnusrc/gnu/usr.bin/gzip: deflate.c gzip.1 gzip.c gzip.h trees.c
            unpack.c util.c zip.c

Log Message:
use off_t instead of long to store sizes which will be displayed with "--list".
fixes wacky display problems for files > 2GB in size.  tested ok on i386 and
alpha (no change for the latter).


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 gnusrc/gnu/usr.bin/gzip/deflate.c \
    gnusrc/gnu/usr.bin/gzip/trees.c gnusrc/gnu/usr.bin/gzip/unpack.c \
    gnusrc/gnu/usr.bin/gzip/util.c gnusrc/gnu/usr.bin/gzip/zip.c
cvs rdiff -r1.5 -r1.6 gnusrc/gnu/usr.bin/gzip/gzip.1
cvs rdiff -r1.7 -r1.8 gnusrc/gnu/usr.bin/gzip/gzip.c
cvs rdiff -r1.4 -r1.5 gnusrc/gnu/usr.bin/gzip/gzip.h

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