Port vocabulary_maker to MageDawg() / Serialize()
Remove duplicate implementation of DumpSymbol()
Looks like Serialize() is working now
Do not use stream iterators for binary io
It looks like stringstream/ostream_iterator/ist...
Split DumpToGraphviz() away from MakeDawg()
Rename directory vocabulary_maker/ to vocabulary/
Initial test for Serialize()
Initial code for Serialize()
Tests & refactoring for uleb128;
Minor improvements to permutations and swapping
Rename srcEdges to incomingEdges, dstEdges to o...
Highlight tree roots
Implemented DumpToGraphviz()
Bits of implementation of the new vocabulary fi...
Mostly revert revision 58: spanning tree is inf...
Update vocabulary format description to use a s...
Implemented DeltaWriter and DeltaReader
Minor fixes
Implemented ByteRange
Use iterators instead of streams
Add references for "well-known" things
Get rid of chunks
Implemented uleb128::Put4(), fixed uleb128::Get()
Get rid of UCS-4LE
Renamed vocabulary_format.txt to trunk/doc/voca...