# # ChangeLog for tests/collections/string-ostream.cfa # # Generated by Trac 1.6 # May 14, 2026, 5:05:34 AM Mon, 04 May 2026 11:26:38 GMT Peter A. Buhr [bb1eabc] * doc/user/user.tex (modified) * libcfa/src/collections/string.cfa (modified) * libcfa/src/collections/string.hfa (modified) * libcfa/src/iostream.cfa (modified) * libcfa/src/iostream.hfa (modified) * tests/collections/.expect/string-ostream.txt (modified) * tests/collections/string-ostream.cfa (modified) * tests/io/.expect/manipulatorsOutput1.arm64.txt (modified) * tests/io/.expect/manipulatorsOutput1.x64.txt (modified) * tests/io/.expect/manipulatorsOutput1.x86.txt (modified) * tests/io/manipulatorsOutput1.cfa (modified) harmonize output quote manipulator with input quote manipulator, ... Sun, 03 May 2026 12:25:27 GMT Peter A. Buhr [b19b362] * libcfa/src/collections/string.hfa (modified) * libcfa/src/iostream.cfa (modified) * libcfa/src/iostream.hfa (modified) * tests/collections/.expect/string-ostream.txt (added) * tests/collections/string-ostream.cfa (added) * tests/io/.expect/manipulatorsOutput1.arm64.txt (modified) * tests/io/.expect/manipulatorsOutput1.x64.txt (modified) * tests/io/.expect/manipulatorsOutput1.x86.txt (modified) * tests/io/manipulatorsOutput1.cfa (modified) add quote output manipulator for printing char, char *, string ...