summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Abrahams <dave@boostpro.com>2003-08-04 17:38:10 +0000
committerDave Abrahams <dave@boostpro.com>2003-08-04 17:38:10 +0000
commit451a979fccfbc0cc42b32dd5721a3ae81fe118cb (patch)
treee54858370f693fa46445a9531e4d9259f3f428c4
parent4066fdffdf74cf8210f444db68f8fd57cac2b593 (diff)
downloadboost-451a979fccfbc0cc42b32dd5721a3ae81fe118cb.tar.gz
Updates for Boost 1.30.1
[SVN r19440]
-rw-r--r--index.htm67
m---------libs/python0
2 files changed, 66 insertions, 1 deletions
diff --git a/index.htm b/index.htm
index b1d100addc..cab3176702 100644
--- a/index.htm
+++ b/index.htm
@@ -103,6 +103,71 @@
</center>
<!-- Search Google -->
<h2><a name="Latest News">Latest News</a></h2>
+ <p>August 4, 2003 - Version 1.30.1 (bugfix release)</p>
+
+ Fixes were made to the following libraries:
+
+ <ul>
+ <li>The <a
+ href="libs/lambda/doc/index.html">Boost.Lambda</a>
+ library is now usable with
+ gcc-2.95.2
+
+<li><a
+ href="libs/spirit/index.html">Boost.Spirit</a>:
+<ul>
+ <li> Fixed. Using MSVC++6 (SP5), calling the assign action with a string value on parsers
+using the file_iterator will not work.
+ <li>Fixed: using assign semantic action in a grammar with a multi_pass iterator adaptor
+applied to an std::istream_iterator resulted in a failure to compile under msvc 7.0.
+ <li> Fixed: There is a bug in the "range_run&lt;CharT&gt;::set (range&lt;CharT&gt; const&amp; r)" function in
+the "boost\spirit\utility\impl\chset\range_run.ipp".
+ <li>Fixed: handling of trailing whitespace bug (ast_parse/pt_parse related)
+ <li>Fixed: comment_p and end of data bug
+ <li>Fixed: Most trailing space bug:
+ <li>Fixed:
+ <code>chset&lt;&gt;::operator~(range&lt;&gt;)</code> bug,
+ <code>operator&(chset&lt;&gt;, range&lt;&gt;)</code> bug,
+ <code>operator&(range&lt;&gt;, chset&lt;&gt;)</code> bug,
+ <li> Fixed: <code>impl::detach_clear</code> bug
+ <li> Fixed: mismatch closure return type bug
+ <li> Fixed: <code>access_node_d[]</code> and <code>access_match_d[]</code> iterator bugs
+ <li>Fixed a bug regarding threadsafety of Phoenix/Spirit closures.
+
+ </ul>
+
+<li>The Boost Template <a
+href="libs/mpl/doc/index.html">Metaprogramming Library (MPL)</a>'s typeof implementation is now compatible with Metrowerks CodeWarrior Pro8.
+
+<li><a
+href="libs/function/index.html">Boost.Function</a>: workaround for the new Borland patch (version 0x564) and MSVC++ .NET
+2003.
+
+<li><a href="libs/config/index.html">Boost.Config</a>, <a href="libs/format/doc/format.html">Boost.Format</a>, and <a href="libs/regex/index.html">Boost.Regex</a> have been adjusted to avoid warnings with GCC-3.3, and Boost.Format also now works with string types other than <code>std::string</code>.
+
+<li><a href="libs/smart_ptr/index.htm">Smart Pointers</a>
+<ul>
+ <li><code>checked_delete</code> now works on more platforms
+ <li>Compatibility with the SunPro compiler
+ <li>Added missing <code>#include</code>s.
+ </ul>
+
+<li><a href="libs/python/index.html">Boost.Python</a>
+
+<ul>
+ <li> warning
+suppression for finicky compilers
+ <li> fixed a crashing bug in
+the <code>raw_function</code> facility when no keyword arguments were
+passed.
+ <li> Improved conversion of NULL <code>shared_ptr</code>s to Python.
+</ul>
+
+
+
+ </ul>
+
+
<p>March 19, 2003 - Version 1.30.0</p>
<ul>
<li>
@@ -311,4 +376,4 @@
<p>Revised
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->19 March, 2003<!--webbot bot="Timestamp" endspan i-checksum="28847" --></p>
</body>
-</html> \ No newline at end of file
+</html>
diff --git a/libs/python b/libs/python
-Subproject 66f0c80336ef084220a2b4217de93dc22f23baa
+Subproject ec0d1a6abcfdd1498defae395befe88f2e2d980