blob: 2ec42b544ab65c5a5bc34c48cde85c679bbc2472 (
plain)
1
2
3
4
5
|
o Code simplification and refactoring:
- Avoid using character buffers when constructing most directory
objects: this approach was unweildy and error-prone. Instead,
build smartlists of strings, and concatenate them when done.
|