- Slow because of the large number of actions and line counting.
- Somewhat kludge behaviour when doing actions outside of the text rule.
- Terse documentation.
[SVN r18870]
regex.jam: Provide "escape" routine that escapes a string with certain escape
characters
boostbook.jam: Use print.escape to properly escape argument to "echo" on
Windows and Unix (BoostBook now works on non-Cygwin Windows)
[SVN r18148]
transforming the double-quote character into two single quotes, we transform
it into a correctly-escaped double quote.
- Add an "overwrite" option to print.text that overwrites the file instead of
appending to it.
[SVN r18124]
* class.jam; Use new "::" syntax.
* doc.jam; Change comment parsing to keep leading whitespaces.
* doc.jam; Fix problem when a rule's argument has the same name as an inner rule.
* print.jam; Implement ReST syntax of "::" to indicate preformatted text. All forms of the ReST syntax are supported, and the additional form of a preformated paragraph with the first line as "::".
[SVN r16244]
* new/print.jam (wrapped-text): New rule.
* new/property.jam (refine): Fixed a horrible bug. (as-path): New rule,
to be made smarter later.
* sequence.jam: Comment typo fixed, and trailing whitespace killed.
[SVN r13679]