Boost logo

Boost-Commit :

From: john_at_[hidden]
Date: 2007-08-25 04:53:30


Author: johnmaddock
Date: 2007-08-25 04:53:29 EDT (Sat, 25 Aug 2007)
New Revision: 38924
URL: http://svn.boost.org/trac/boost/changeset/38924

Log:
Fix for http://svn.boost.org/trac/boost/ticket/1075.
Text files modified:
   trunk/libs/regex/doc/html/boost_regex/background_information/examples.html | 6 +++---
   trunk/libs/regex/doc/html/boost_regex/background_information/history.html | 8 ++++----
   trunk/libs/regex/doc/html/boost_regex/background_information/standards.html | 6 +++---
   trunk/libs/regex/doc/html/boost_regex/ref/non_std_strings/icu/unicode_algo.html | 6 +++---
   trunk/libs/regex/doc/html/index.html | 2 +-
   trunk/libs/regex/doc/icu_strings.qbk | 4 ++--
   trunk/libs/regex/example/snippets/icu_example.cpp | 4 ++--
   7 files changed, 18 insertions(+), 18 deletions(-)

Modified: trunk/libs/regex/doc/html/boost_regex/background_information/examples.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/background_information/examples.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/background_information/examples.html 2007-08-25 04:53:29 EDT (Sat, 25 Aug 2007)
@@ -27,7 +27,7 @@
 <a name="boost_regex.background_information.examples"></a><a href="examples.html" title="Test and Example Programs"> Test and
       Example Programs</a></h3></div></div></div>
 <a name="boost_regex.background_information.examples.test_programs"></a><h5>
-<a name="id657630"></a>
+<a name="id657635"></a>
         <a href="examples.html#boost_regex.background_information.examples.test_programs">Test
         Programs</a>
       </h5>
@@ -97,7 +97,7 @@
         Files: captures_test.cpp.
       </p>
 <a name="boost_regex.background_information.examples.example_programs"></a><h5>
-<a name="id657847"></a>
+<a name="id657851"></a>
         <a href="examples.html#boost_regex.background_information.examples.example_programs">Example
         programs</a>
       </h5>
@@ -123,7 +123,7 @@
         Files: regex_timer.cpp.
       </p>
 <a name="boost_regex.background_information.examples.code_snippets"></a><h5>
-<a name="id657930"></a>
+<a name="id657934"></a>
         <a href="examples.html#boost_regex.background_information.examples.code_snippets">Code
         snippets</a>
       </h5>

Modified: trunk/libs/regex/doc/html/boost_regex/background_information/history.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/background_information/history.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/background_information/history.html 2007-08-25 04:53:29 EDT (Sat, 25 Aug 2007)
@@ -25,7 +25,7 @@
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_regex.background_information.history"></a> History</h3></div></div></div>
 <a name="boost_regex.background_information.history.boost_1_34"></a><h5>
-<a name="id660133"></a>
+<a name="id660132"></a>
         <a href="history.html#boost_regex.background_information.history.boost_1_34">Boost
         1.34</a>
       </h5>
@@ -48,7 +48,7 @@
         </li>
 </ul></div>
 <a name="boost_regex.background_information.history.boost_1_33_1"></a><h5>
-<a name="id660186"></a>
+<a name="id660185"></a>
         <a href="history.html#boost_regex.background_information.history.boost_1_33_1">Boost
         1.33.1</a>
       </h5>
@@ -173,7 +173,7 @@
         </li>
 </ul></div>
 <a name="boost_regex.background_information.history.boost_1_32_1"></a><h5>
-<a name="id660425"></a>
+<a name="id660424"></a>
         <a href="history.html#boost_regex.background_information.history.boost_1_32_1">Boost
         1.32.1</a>
       </h5>
@@ -181,7 +181,7 @@
           Fixed bug in partial matches of bounded repeats of '.'.
         </li></ul></div>
 <a name="boost_regex.background_information.history.boost_1_31_0"></a><h5>
-<a name="id660460"></a>
+<a name="id660459"></a>
         <a href="history.html#boost_regex.background_information.history.boost_1_31_0">Boost
         1.31.0</a>
       </h5>

Modified: trunk/libs/regex/doc/html/boost_regex/background_information/standards.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/background_information/standards.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/background_information/standards.html 2007-08-25 04:53:29 EDT (Sat, 25 Aug 2007)
@@ -27,7 +27,7 @@
 <a name="boost_regex.background_information.standards"></a><a href="standards.html" title="Standards Conformance"> Standards
       Conformance</a></h3></div></div></div>
 <a name="boost_regex.background_information.standards.c__"></a><h5>
-<a name="id658935"></a>
+<a name="id658934"></a>
         <a href="standards.html#boost_regex.background_information.standards.c__">C++</a>
       </h5>
 <p>
@@ -35,7 +35,7 @@
         report on C++ Library Extensions</a>.
       </p>
 <a name="boost_regex.background_information.standards.ecmascript___javascript"></a><h5>
-<a name="id658975"></a>
+<a name="id658974"></a>
         <a href="standards.html#boost_regex.background_information.standards.ecmascript___javascript">ECMAScript
         / JavaScript</a>
       </h5>
@@ -81,7 +81,7 @@
         a custom traits class.
       </p>
 <a name="boost_regex.background_information.standards.unicode"></a><h5>
-<a name="id659102"></a>
+<a name="id659101"></a>
         <a href="standards.html#boost_regex.background_information.standards.unicode">Unicode</a>
       </h5>
 <p>

Modified: trunk/libs/regex/doc/html/boost_regex/ref/non_std_strings/icu/unicode_algo.html
==============================================================================
--- trunk/libs/regex/doc/html/boost_regex/ref/non_std_strings/icu/unicode_algo.html (original)
+++ trunk/libs/regex/doc/html/boost_regex/ref/non_std_strings/icu/unicode_algo.html 2007-08-25 04:53:29 EDT (Sat, 25 Aug 2007)
@@ -80,7 +80,7 @@
    <span class="identifier">boost</span><span class="special">::</span><span class="identifier">smatch</span> <span class="identifier">what</span><span class="special">;</span>
    <span class="keyword">if</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">u32regex_match</span><span class="special">(</span><span class="identifier">path</span><span class="special">,</span> <span class="identifier">what</span><span class="special">,</span> <span class="identifier">r</span><span class="special">))</span>
    <span class="special">{</span>
- <span class="comment">// extract $1 as a CString:
+ <span class="comment">// extract $1 as a std::string:
 </span> <span class="keyword">return</span> <span class="identifier">what</span><span class="special">.</span><span class="identifier">str</span><span class="special">(</span><span class="number">1</span><span class="special">);</span>
    <span class="special">}</span>
    <span class="keyword">else</span>
@@ -120,7 +120,7 @@
    <span class="identifier">boost</span><span class="special">::</span><span class="identifier">u16match</span> <span class="identifier">what</span><span class="special">;</span>
    <span class="keyword">if</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">u32regex_search</span><span class="special">(</span><span class="identifier">text</span><span class="special">,</span> <span class="identifier">what</span><span class="special">,</span> <span class="identifier">r</span><span class="special">))</span>
    <span class="special">{</span>
- <span class="comment">// extract $0 as a CString:
+ <span class="comment">// extract $0 as a UnicodeString:
 </span> <span class="keyword">return</span> <span class="identifier">UnicodeString</span><span class="special">(</span><span class="identifier">what</span><span class="special">[</span><span class="number">0</span><span class="special">].</span><span class="identifier">first</span><span class="special">,</span> <span class="identifier">what</span><span class="special">.</span><span class="identifier">length</span><span class="special">(</span><span class="number">0</span><span class="special">));</span>
    <span class="special">}</span>
    <span class="keyword">else</span>
@@ -130,7 +130,7 @@
 <span class="special">}</span>
 </pre>
 <a name="boost_regex.ref.non_std_strings.icu.unicode_algo.u32regex_replace"></a><h5>
-<a name="id616763"></a>
+<a name="id616762"></a>
             <a href="unicode_algo.html#boost_regex.ref.non_std_strings.icu.unicode_algo.u32regex_replace">u32regex_replace</a>
           </h5>
 <p>

Modified: trunk/libs/regex/doc/html/index.html
==============================================================================
--- trunk/libs/regex/doc/html/index.html (original)
+++ trunk/libs/regex/doc/html/index.html 2007-08-25 04:53:29 EDT (Sat, 25 Aug 2007)
@@ -202,7 +202,7 @@
   </p>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
-<td align="left"><p><small>Last revised: August 13, 2007 at 17:46:28 GMT</small></p></td>
+<td align="left"><p><small>Last revised: August 25, 2007 at 08:47:36 GMT</small></p></td>
 <td align="right"><small></small></td>
 </tr></table>
 <hr>

Modified: trunk/libs/regex/doc/icu_strings.qbk
==============================================================================
--- trunk/libs/regex/doc/icu_strings.qbk (original)
+++ trunk/libs/regex/doc/icu_strings.qbk 2007-08-25 04:53:29 EDT (Sat, 25 Aug 2007)
@@ -138,7 +138,7 @@
       boost::smatch what;
       if(boost::u32regex_match(path, what, r))
       {
- // extract $1 as a CString:
+ // extract $1 as a std::string:
          return what.str(1);
       }
       else
@@ -172,7 +172,7 @@
       boost::u16match what;
       if(boost::u32regex_search(text, what, r))
       {
- // extract $0 as a CString:
+ // extract $0 as a UnicodeString:
          return UnicodeString(what[0].first, what.length(0));
       }
       else

Modified: trunk/libs/regex/example/snippets/icu_example.cpp
==============================================================================
--- trunk/libs/regex/example/snippets/icu_example.cpp (original)
+++ trunk/libs/regex/example/snippets/icu_example.cpp 2007-08-25 04:53:29 EDT (Sat, 25 Aug 2007)
@@ -43,7 +43,7 @@
    boost::smatch what;
    if(boost::u32regex_match(path, what, r))
    {
- // extract $1 as a CString:
+ // extract $1 as a std::string:
       return what.str(1);
    }
    else
@@ -61,7 +61,7 @@
    boost::u16match what;
    if(boost::u32regex_search(text, what, r))
    {
- // extract $0 as a CString:
+ // extract $0 as a UnicodeString:
       return UnicodeString(what[0].first, what.length(0));
    }
    else


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