This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: How to generate diffs on binary file from CVS?


dj@delorie.com ("DJ Delorie") writes:
> > It should be easy enough to implement:
> 
> Assuming O_BINARY or "wb" works, plus all the other portability stuff.
> It really need a tcl-based solution.

When i've had to do things like this, i've resorted to the base64
tcl package from
ftp://tcl.activestate.com/pub/tcl/tcllib/tcllib0.8.tar.gz

License probably would not allow its inclusion though.  *sigh*.  (I
also had to teach it to use 'binary format' rather than just
'format.')

(I ran into issues w/ what expect / tcl on cygwin did w.r.t. binary
file handling, when reading binary files...)



cgd


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]