Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r60128 - sandbox/filesystem-v3/libs/filesystem/doc
From: bdawes_at_[hidden]
Date: 2010-03-03 13:57:43


Author: bemandawes
Date: 2010-03-03 13:57:42 EST (Wed, 03 Mar 2010)
New Revision: 60128
URL: http://svn.boost.org/trac/boost/changeset/60128

Log:
Initial commit, based on V2
Added:
   sandbox/filesystem-v3/libs/filesystem/doc/path_decomposition_table.txt (contents, props changed)

Added: sandbox/filesystem-v3/libs/filesystem/doc/path_decomposition_table.txt
==============================================================================
--- (empty file)
+++ sandbox/filesystem-v3/libs/filesystem/doc/path_decomposition_table.txt 2010-03-03 13:57:42 EST (Wed, 03 Mar 2010)
@@ -0,0 +1,38 @@
+
+.
+..
+foo
+/
+/foo
+foo/
+/foo/
+foo/bar
+/foo/bar
+///foo///
+///foo///bar
+/.
+./
+/..
+../
+foo/.
+foo/..
+foo/./
+foo/./bar
+foo/..
+foo/../
+foo/../bar
+c:
+c:/
+c:foo
+c:/foo
+c:foo/
+c:/foo/
+c:/foo/bar
+prn:
+c:\
+c:foo
+c:\foo
+c:foo\
+c:\foo\
+c:\foo/
+c:/foo\bar


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