less_charbuf_usage 247 B

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