Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
This will be useful for regression-testing.
|
|
|
|
|
|
Calling FreeNodeRef while an item from that node is still in use is a BAD
TIME.
|
|
|
|
|
|
|
|
|
|
|
|
Should speed things up, and should fix some determinism issues.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
confusing
Since there's also Rebuilder.treeQueue.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Except for diff-dump-tree.sh, since that's doing a comparison.
|
|
|
|
|
|
|
|
|
|
Switch to
NAME Type = val
instead of
NAME = Type(val)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|