|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r50841 - in website/public_html/beta/feed: . history
From: john_at_[hidden]
Date: 2009-01-28 05:33:37
Author: johnmaddock
Date: 2009-01-28 05:33:36 EST (Wed, 28 Jan 2009)
New Revision: 50841
URL: http://svn.boost.org/trac/boost/changeset/50841
Log:
Fix syntax error.
Text files modified:
website/public_html/beta/feed/history.rss | 6 +++---
website/public_html/beta/feed/history/boost_1_38_0.qbk | 3 ++-
website/public_html/beta/feed/news.rss | 6 +++---
3 files changed, 8 insertions(+), 7 deletions(-)
Modified: website/public_html/beta/feed/history.rss
==============================================================================
--- website/public_html/beta/feed/history.rss (original)
+++ website/public_html/beta/feed/history.rss 2009-01-28 05:33:36 EST (Wed, 28 Jan 2009)
@@ -133,9 +133,9 @@
<em>Breaking change</em>: empty expressions,
and empty alternatives are now allowed when using the Perl regular expression
syntax. This change has been added for Perl compatibility, when the new
- [syntax_option_type] <em>no_empty_expressions</em> is set
- then the old behaviour is preserved and empty expressions are prohibited.
- This is issue <a href="https://svn.boost.org/trac/boost/ticket/1081">#1081</a>.
+ <code><span class="identifier">syntax_option_type</span></code> <em>no_empty_expressions</em>
+ is set then the old behaviour is preserved and empty expressions are
+ prohibited. This is issue <a href="https://svn.boost.org/trac/boost/ticket/1081">#1081</a>.
</li>
<li>
Added support for Perl style ${n} expressions in format strings (issue
Modified: website/public_html/beta/feed/history/boost_1_38_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_38_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_38_0.qbk 2009-01-28 05:33:36 EST (Wed, 28 Jan 2009)
@@ -80,7 +80,7 @@
* [phrase library..[@/libs/regex/index.html Regex]:]
* [*Breaking change]: empty expressions, and empty alternatives are now
allowed when using the Perl regular expression syntax. This change has
- been added for Perl compatibility, when the new [syntax_option_type]
+ been added for Perl compatibility, when the new `syntax_option_type`
['no_empty_expressions] is set then the old behaviour is preserved and
empty expressions are prohibited. This is issue
[@https://svn.boost.org/trac/boost/ticket/1081 #1081].
@@ -144,3 +144,4 @@
[endsect]
+
Modified: website/public_html/beta/feed/news.rss
==============================================================================
--- website/public_html/beta/feed/news.rss (original)
+++ website/public_html/beta/feed/news.rss 2009-01-28 05:33:36 EST (Wed, 28 Jan 2009)
@@ -133,9 +133,9 @@
<em>Breaking change</em>: empty expressions,
and empty alternatives are now allowed when using the Perl regular expression
syntax. This change has been added for Perl compatibility, when the new
- [syntax_option_type] <em>no_empty_expressions</em> is set
- then the old behaviour is preserved and empty expressions are prohibited.
- This is issue <a href="https://svn.boost.org/trac/boost/ticket/1081">#1081</a>.
+ <code><span class="identifier">syntax_option_type</span></code> <em>no_empty_expressions</em>
+ is set then the old behaviour is preserved and empty expressions are
+ prohibited. This is issue <a href="https://svn.boost.org/trac/boost/ticket/1081">#1081</a>.
</li>
<li>
Added support for Perl style ${n} expressions in format strings (issue
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk