0 Members and 1 Guest are viewing this topic.
Nice work so far (as always).
bsdiff -hbsdiff: usage: bsdiff oldfile newfile patchfile
xdelta -hxdelta: usage: xdelta COMMAND [OPTIONS] [ARG1 ...]xdelta: COMMAND is one of:xdelta: delta Produce a delta from ARG1 to ARG2 producing ARG3xdelta: info List details about delta ARG1xdelta: patch Apply patch ARG1 using file ARG2 producing ARG3xdelta: OPTIONS are:xdelta: -v, --version Print version informationxdelta: -V, --verbose Print verbose error messagesxdelta: -h, --help Print this summaryxdelta: -n, --noverify Disable automatic MD5 verificationxdelta: -p, --pristine Disable automatic GZIP decompressionxdelta: -m, --maxmem=SIZE Set the buffer size limit, e.g. 640K, 16Mxdelta: -[0-9] ZLIB compress level: 0=none, 1=fast, 6=default, 9=bestxdelta: -s=BLOCK_SIZE Sets block size (power of 2), minimum match lengthxdelta: In-core memory requirement is (FROM_LEN * 8) / BLOCK_SIZE
xdelta3 -hXdelta version 3.0s, Copyright (C) 2007, Joshua MacDonaldXdelta comes with ABSOLUTELY NO WARRANTY.This is free software, and you are welcome to redistribute itunder certain conditions; see "COPYING" for details.usage: xdelta3 [command/options] [input [output]]special command names: config prints xdelta3 configuration decode decompress the input encode compress the input test run the builtin testsspecial commands for VCDIFF inputs: printdelta print information about the entire delta printhdr print information about the first window printhdrs print information about all windows recode encode with new application/secondary settingsstandard options: -0 .. -9 compression level -c use stdout -d decompress -e compress -f force overwrite -h show help -q be quiet -v be verbose (max 2) -V show versionmemory options: -B bytes source window size -W bytes input window size -P size compression duplicates window -I size instruction buffer size (0 = unlimited)compression options: -s source source file to copy from (if any) -S [djw|fgk] enable/disable secondary compression -N disable small string-matching compression -D disable external decompression (encode/decode) -R disable external recompression (decode) -n disable checksum (encode/decode) -C soft config (encode, undocumented) -A [apphead] disable/provide application header (encode) -J disable output (check/compute only) -T use alternate code table (test)the XDELTA environment variable may contain extra args: XDELTA="-s source-x.y.tar.gz" \ tar --use-compress-program=xdelta3 \ -cf target-x.z.tar.gz.vcdiff target-x.y/
xdelta patch os.89u patch.xdelta patchedos.89u
* fixed a very old bug, documented in http://www.technicalc.org/buglist/bugs.pdf , in contrast handling: destruction of the value contained in two processor registers, d3 et d4, which shouldn't be destroyed. This is unlikely to change anything for anybody, since the bug has been worked around in TIGCC, and therefore GCC4TI, for years.
and have you either looked at the documentation (I found the appropriate usage example for xdelta3 in one click) [snip]
That said, qazz it might be good if you posted what you do not understand in the links Lionel provided, if you did check them, so it won't look like you did not search, either.