Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r49474 - branches/release/libs/filesystem/doc
From: bdawes_at_[hidden]
Date: 2008-10-28 07:53:34


Author: bemandawes
Date: 2008-10-28 07:53:33 EDT (Tue, 28 Oct 2008)
New Revision: 49474
URL: http://svn.boost.org/trac/boost/changeset/49474

Log:
Filesystem: merge doc updates
Text files modified:
   branches/release/libs/filesystem/doc/index.htm | 59 +++++++++++++++++++++++++++++++++++----
   1 files changed, 52 insertions(+), 7 deletions(-)

Modified: branches/release/libs/filesystem/doc/index.htm
==============================================================================
--- branches/release/libs/filesystem/doc/index.htm (original)
+++ branches/release/libs/filesystem/doc/index.htm 2008-10-28 07:53:33 EDT (Tue, 28 Oct 2008)
@@ -676,7 +676,44 @@
 
 <h2><a name="Change-history">Change history</a></h2>
 
-<h3>Version 1.35.0</h3>
+<h3>Version 1.37.0</h3>
+
+<ul>
+ <li>Doc fixes: Update release history, add tables of macros and deprecated
+ names.</li>
+ <li>Bug fix: convenience.hpp didn't fully apply BOOST_FILESYSTEM_NO_DEPRECATED
+ to name changes.</li>
+ <li>Bug fix: Ticket #1972 'remove' fixes.</li>
+ <li>Bug fix: Restore deprecated basic_directory_entry names inadvertently
+ removed.</li>
+ <li>Bug fix: Provide deprecated functions has_branch_path and has_leaf,
+ inadvertently omitted from 1.36.0</li>
+ <li>Add workarounds for Codegear/Borland C++ Builder 2009.</li>
+</ul>
+
+<h3>Version 1.36.0 - August 14th, 2008</h3>
+
+<ul>
+ <li>Added stem(), extension(), and replace_extension() member functions to
+ basic_path, based on the basename(), extension(), and change_extension()
+ functions from convenience.hpp.</li>
+ <li>Changed path.hpp function names:<ul>
+ <li>leaf() -&gt; filename().</li>
+ <li>has_leaf() -&gt; has_filename().</li>
+ <li>branch_path() -&gt; parent_path().</li>
+ <li>has_branch_path() -&gt; has_parent_path().</li>
+ <li>remove_leaf() -&gt; remove_filename().</li>
+ </ul>
+ </li>
+ <li>Changed operations.hpp function names:<ul>
+ <li>is_regular() -&gt; is_regular_file().</li>
+ </ul>
+ </li>
+ <li>Bug fix: Add path.cpp #include &lt;cwchar&gt;</li>
+ <li>Cleared path.hpp gcc shadow warnings.</li>
+</ul>
+
+<h3>Version 1.35.0 - March 29th, 2008</h3>
 
 <ul>
   <li>Diagnostics moved to the separate <a href="../../system/doc/index.html">
@@ -686,7 +723,9 @@
   <li>A few minor implementation fixes.</li>
 </ul>
 
-<h3>Version 1.34.0</h3>
+<h3>Version 1.34.1 - July 24th, 2007</h3>
+
+<h3>Version 1.34.0 - May 12th, 2007</h3>
 
 <ul>
   <li>Internationalization, provided by
@@ -718,13 +757,13 @@
   <li>Numerous small implementation fixes.</li>
 </ul>
 
-<h3>Version 1.33.0</h3>
+<h3>Version 1.33.0 - August 11th, 2005</h3>
 
 <ul>
   <li>Some small implementation fixes.</li>
 </ul>
 
-<h3>Version 1.32.0</h3>
+<h3>Version 1.32.0 - November 19th, 2004</h3>
 
 <ul>
   <li>file_size() function added.</li>
@@ -743,7 +782,7 @@
   very long paths correctly.</li>
 </ul>
 
-<h3>Version 1.31.0</h3>
+<h3>Version 1.31.0 - January 26th, 2004</h3>
 
 <ul>
   <li>The object library can now be built for either
@@ -755,12 +794,18 @@
   function normalize(). This changes behavior,
   in that canonical form is now different, but eliminates a subtle
   <a href="design.htm#symbolic-link-use-case">bug</a> when symbolic links to
- directories are present. </li>
+ directories are present.</li>
+</ul>
+
+<h3>&nbsp;<br>
+Version 1.30.0 - March 19th, 2003</h3>
+<ul>
+ <li>Initial official Boost version.</li>
 </ul>
 
 <hr>
 <p>Revised
-<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->13 October, 2008<!--webbot bot="Timestamp" endspan i-checksum="39192" --></p>
+<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->28 October, 2008<!--webbot bot="Timestamp" endspan i-checksum="39203" --></p>
 
 <p>&copy; Copyright Beman Dawes, 2002-2005</p>
 <p> Use, modification, and distribution are subject to the Boost Software


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