Boost C++ Libraries: Ticket #6593: patch: bjam SHELL builtin: fix for strip-eol and added join-lines https://svn.boost.org/trac10/ticket/6593 <p> The implementation of the 'strip-eol' option (which I submitted as a patch some time ago) had a flaw (as identified by Marc Dürner on the boost-build mailing list) in which it could strip newlines in the middle of the output, as opposed to only at the end of output, as intended. </p> <p> This patch fixes that issue and introduces a new option called 'join-lines' which will replace ALL newlines in the output with a space. </p> <p> Note that I've introduced a pair of functions that are candidates for the string module and which perhaps should be moved there. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6593 Trac 1.4.3 codemonkey@… Wed, 22 Feb 2012 18:51:49 GMT attachment set https://svn.boost.org/trac10/ticket/6593 https://svn.boost.org/trac10/ticket/6593 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">builtins.patch</span> </li> </ul> <p> patch </p> Ticket