Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r61397 - in website/public_html/beta/feed: . history
From: daniel_james_at_[hidden]
Date: 2010-04-19 03:56:06


Author: danieljames
Date: 2010-04-19 03:56:05 EDT (Mon, 19 Apr 2010)
New Revision: 61397
URL: http://svn.boost.org/trac/boost/changeset/61397

Log:
Array and quickbook notes.
Text files modified:
   website/public_html/beta/feed/history.rss | 47 +++++++++++++++++++++++++++++++++++++++
   website/public_html/beta/feed/history/boost_1_43_0.qbk | 16 +++++++++++++
   website/public_html/beta/feed/news.rss | 47 +++++++++++++++++++++++++++++++++++++++
   3 files changed, 108 insertions(+), 2 deletions(-)

Modified: website/public_html/beta/feed/history.rss
==============================================================================
--- website/public_html/beta/feed/history.rss (original)
+++ website/public_html/beta/feed/history.rss 2010-04-19 03:56:05 EDT (Mon, 19 Apr 2010)
@@ -6,7 +6,7 @@
     <description/>
     <language>en-us</language>
     <copyright>Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)</copyright>
- <item><title>Version 1.43.0</title><pubDate>$Date: 2010/04/18 19:18:22 $</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
+ <item><title>Version 1.43.0</title><pubDate>$Date: 2010/04/19 07:54:32 $</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       Updated Libraries: Random
     &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><boostbook:download>http://sourceforge.net/projects/boost/files/boost/1.43.0/><description>&lt;div class=&quot;description&quot;&gt;
   
@@ -16,6 +16,20 @@
     &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Updated Libraries&lt;/span&gt;&lt;/h3&gt;
     &lt;ul&gt;
       &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/array/index.html&quot;&gt;Array&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ Added support for SunCC compiler.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Added 'fill' member function.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Changed exception code to use boost::throw_exception.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
         &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/iostreams/index.html&quot;&gt;Iostreams&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&gt;
           &lt;li&gt;
@@ -77,6 +91,37 @@
       &lt;/li&gt;
     &lt;/ul&gt;
   &lt;/div&gt;
+ &lt;div id=&quot;version_1_43_0.updated_tools&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Updated Tools&lt;/span&gt;&lt;/h3&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/tools/quickbook/index.html&quot;&gt;/tools/quickbook/index.html&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ Unicode escape characters.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Support the UTF-8 byte order mark.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Disallow &lt;code&gt;&lt;span class=&quot;special&quot;&gt;[&lt;/span&gt;&lt;/code&gt; in simple markup.
+ Fixes some errors with mismatched punctuation.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Add a command line flag (&lt;code&gt;&lt;span class=&quot;special&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;D&lt;/span&gt;&lt;/code&gt;) to define macros at the command
+ line.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Improved post-processor output.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Check that &lt;code&gt;&lt;span class=&quot;special&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;section&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;]&lt;/span&gt;&lt;/code&gt; and &lt;code&gt;&lt;span class=&quot;special&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;endsect&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;]&lt;/span&gt;&lt;/code&gt;
+ tags are balanced in templates.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
   &lt;div id=&quot;version_1_43_0.compilers_tested&quot;&gt;
     &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Compilers Tested&lt;/span&gt;&lt;/h3&gt;
     &lt;p&gt;

Modified: website/public_html/beta/feed/history/boost_1_43_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_43_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_43_0.qbk 2010-04-19 03:56:05 EDT (Mon, 19 Apr 2010)
@@ -21,6 +21,11 @@
 
 [section Updated Libraries]
 
+* [phrase library..[@/libs/array/index.html Array]:]
+ * Added support for SunCC compiler.
+ * Added 'fill' member function.
+ * Changed exception code to use boost::throw_exception.
+
 * [phrase library..[@/libs/iostreams/index.html Iostreams]:]
   * Minor fixes
     ([@
https://svn.boost.org/trac/boost/ticket/3839 #3839],
@@ -59,6 +64,17 @@
   
 [endsect]
 
+[section Updated Tools]
+
+* [phrase library..[@/tools/quickbook/index.html]:]
+ * Unicode escape characters.
+ * Support the UTF-8 byte order mark.
+ * Disallow `[` in simple markup. Fixes some errors with mismatched punctuation.
+ * Add a command line flag (`-D`) to define macros at the command line.
+ * Improved post-processor output.
+ * Check that `[section]` and `[endsect]` tags are balanced in templates.
+
+[endsect]
 
 [section Compilers Tested]
 

Modified: website/public_html/beta/feed/news.rss
==============================================================================
--- website/public_html/beta/feed/news.rss (original)
+++ website/public_html/beta/feed/news.rss 2010-04-19 03:56:05 EDT (Mon, 19 Apr 2010)
@@ -6,7 +6,7 @@
     <description/>
     <language>en-us</language>
     <copyright>Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)</copyright>
- <item><title>Version 1.43.0</title><pubDate>$Date: 2010/04/18 19:18:22 $</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
+ <item><title>Version 1.43.0</title><pubDate>$Date: 2010/04/19 07:54:32 $</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       Updated Libraries: Random
     &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><boostbook:download>http://sourceforge.net/projects/boost/files/boost/1.43.0/><description>&lt;div class=&quot;description&quot;&gt;
   
@@ -16,6 +16,20 @@
     &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Updated Libraries&lt;/span&gt;&lt;/h3&gt;
     &lt;ul&gt;
       &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/array/index.html&quot;&gt;Array&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ Added support for SunCC compiler.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Added 'fill' member function.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Changed exception code to use boost::throw_exception.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
         &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/iostreams/index.html&quot;&gt;Iostreams&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&gt;
           &lt;li&gt;
@@ -77,6 +91,37 @@
       &lt;/li&gt;
     &lt;/ul&gt;
   &lt;/div&gt;
+ &lt;div id=&quot;version_1_43_0.updated_tools&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Updated Tools&lt;/span&gt;&lt;/h3&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/tools/quickbook/index.html&quot;&gt;/tools/quickbook/index.html&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ Unicode escape characters.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Support the UTF-8 byte order mark.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Disallow &lt;code&gt;&lt;span class=&quot;special&quot;&gt;[&lt;/span&gt;&lt;/code&gt; in simple markup.
+ Fixes some errors with mismatched punctuation.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Add a command line flag (&lt;code&gt;&lt;span class=&quot;special&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;D&lt;/span&gt;&lt;/code&gt;) to define macros at the command
+ line.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Improved post-processor output.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Check that &lt;code&gt;&lt;span class=&quot;special&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;section&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;]&lt;/span&gt;&lt;/code&gt; and &lt;code&gt;&lt;span class=&quot;special&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;endsect&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;]&lt;/span&gt;&lt;/code&gt;
+ tags are balanced in templates.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
   &lt;div id=&quot;version_1_43_0.compilers_tested&quot;&gt;
     &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Compilers Tested&lt;/span&gt;&lt;/h3&gt;
     &lt;p&gt;


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