Ticket Change Details
Not logged in
Overview

Artifact ID: 902dd5b4eb85cc1144a5a15b52afc28d6db1b78d
Ticket: e382a8bce330bf98df065377deef51374df9cdb7
Corrections to delta format description
User & Date: anonymous 2010-03-22 02:04:03
Changes

  1. comment changed to:
    Recommend the following changes to src/delta_format.wiki
    
    1. Revert the output of the unified diff to its oldest original (delta_format.html, not .wiki) form in artifact/403bbf0aac. As it is computer generated output, the two 'decendent' typos should never have been spell-corrected (the point of the diff is to show the spelling error being corrected by a delta).
    
    2. The checksum computed by src/delta.c/checksum() is actually modulo 2^32, not modulo 2^32 - 1.
    
    3. The base-64 encoding is not identical to any described in the RFC; Fossil's encoding uses a different alphabet starting at '0' rather than 'A' as in the RFC.
    
    4. typo s/This is there the/This is where the/
    
    I can supply a patched copy of the file if you would like.
    
  2. foundin changed to: "artifact/4f78615239"
  3. private_contact changed to: "53f86f78f251171b8790b45a9e4e51835e7b2011"
  4. severity changed to: "Minor"
  5. status changed to: "Open"
  6. title changed to: "Corrections to delta format description"
  7. type changed to: "Documentation"