--- f:\temp\index_1.26.2.1_1.htm 2007-06-03 17:18:27.000000000 -0400 +++ C:\boost\site\libs\filesystem\doc\index.htm 2007-06-03 17:07:03.000000000 -0400 @@ -310,13 +310,13 @@ (boost::filesystem::path). Users can force this restriction by defining the macro BOOST_FILESYSTEM_NARROW_ONLY. That may be useful for dealing with legacy compilers or operating systems.

Building the object-library

The object-library will normally be built automatically. See Getting Started. It can also be -built manually using a Jamfile +built manually using a Jamfile supplied in directory libs/filesystem/build, or the user can construct an IDE project or make file which includes the object-library source files.

The object-library source files are supplied in directory libs/filesystem/src. These source files implement the library for POSIX or Windows compatible operating systems; no implementation is supplied for other operating systems. Note that many operating systems not @@ -476,18 +476,18 @@

  • Preservation of existing user code whenever possible. Deprecated features (symbolic_link_exists(), etc.) remain available for legacy code.
  • Clearer specification, by reference to [POSIX-01], the ISO/IEEE Single Unix Standard, with provisions for Windows and other operating systems.
  • -
  • New functions - status, - symlink_status, - is_file, - is_symlink, create_hard_link, - create_symlink, path member and non-member swap, path inserter, path +
  • New functions status, + symlink_status, + is_file, + is_symlink, + create_hard_link, + create_symlink, path member and non-member swap, path inserter, path extractor, additional path relational and "/" operator overloads, additional path member template functions taking iterator arguments.
  • More efficient operations when iterating over directories.
  • Separation within the implementation of the distinction between the native operating system path syntax and API. This is important for CYGWIN users because it allows them to build for either the Windows or POSIX API's.
  • @@ -500,53 +500,50 @@
  • Some small implementation fixes.
  • Version 1.32.0

    Version 1.31.0


    Revised -04 May, 2007

    +03 June, 2007

    © Copyright Beman Dawes, 2002-2005

    Use, modification, and distribution are subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at www.boost.org/LICENSE_1_0.txt)