Snapshot format change: extend the slice syntax with a length-only form.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Wed, 12 Dec 2007 18:16:39 +0000 (10:16 -0800)
committerMichael Vrable <mvrable@turin.ucsd.edu>
Wed, 12 Dec 2007 18:16:39 +0000 (10:16 -0800)
commitab51d5778a1f19c204c935de231737df2e62c20c
treeeb84a004798b3b410f427c39dbd807d969ce796f
parent2fc79690f0e5066b689746b18d42b95eca48a0ab
Snapshot format change: extend the slice syntax with a length-only form.

Change slice format so that in addition to <start>+<length>, it is possible
to specify just <length>.  This isn't needed (0+<length>) could be used
instead, but looks more pleasing if lengths are specified more frequently
on objects.  Also update the various tools to correctly parse the new
syntax.

This is part of the new v0.6 format.
contrib/restore.pl
doc/format.txt
lbs.py
ref.cc
ref.h