Date: Fri, 02 Feb 2001 20:22:36 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: Richard Dawe Message-Id: <9791-Fri02Feb2001202236+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 CC: djgpp-workers AT delorie DOT com In-reply-to: <3A7AE287.957E6EF2@phekda.freeserve.co.uk> (message from Richard Dawe on Fri, 02 Feb 2001 16:38:31 +0000) Subject: Re: Beta of xdelta 1.1.1 port uploaded References: <3A7AE287 DOT 957E6EF2 AT phekda DOT freeserve DOT co DOT uk> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Fri, 02 Feb 2001 16:38:31 +0000 > From: Richard Dawe > > I've just uploaded a port of xdelta 1.1.1 to: > > http://www.phekda.freeserve.co.uk/richdawe/djgpp/xdelta/ Thanks! Which zlib and glib versions did you use to build xdelta? > It seems to work patching emacs 21.0.91 source (emacs-21.0.91.tar.gz) to > various versions, although byte 10 of the patched file differs from the > one I get using xdelta under Linux. After decompression with gzip, the > DJGPP xdelta and Linux xdelta versions of the tar file compare the same, > which is strange. It's not strange. See the description of the gzip file format in the file algorithm.doc (in the gzip distribution): byte 10 is the code of the OS on which the compression was done. The original Emacs pretest was tarred on something Unixy, whereas you patched it on Windows.