Ticket #964: portability_guide.htm.patch
File portability_guide.htm.patch, 1.7 KB (added by , 15 years ago) |
---|
-
.htm
old new 48 48 cannot guarantee directory and file name portability. Rather, they are intended to 49 49 give the programmer a "fighting chance" to achieve portability by early 50 50 detection of common naming problems.</p> 51 51 52 52 <h2><a name="name_check_functions">name_check functions</a></h2> 53 53 54 <p>A <i> <a href="path.htm#name_check_typedef">name_check</a></i> function54 <p>A <i>name_check</i> function 55 55 returns true if its argument is a valid name for a particular operating or file 56 56 system. A number of these functions are supplied, and user-supplied <i> 57 57 name_check</i> functions are also allowed.</p> 58 58 59 59 <p>The <a href="#portable_name">portable_name</a> function is of particular 60 60 interest because it has been carefully designed to provide wide … … 196 196 only very high limits on lengths inhibits widest portability.</td> 197 197 </tr> 198 198 </table> 199 199 200 200 <hr> 201 201 <p>Revised 202 <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan --> 22 March, 2005<!--webbot bot="Timestamp" endspan i-checksum="28898" --></p>202 <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->03 June, 2007<!--webbot bot="Timestamp" endspan i-checksum="19946" --></p> 203 203 204 204 <p>© Copyright Beman Dawes, 2002, 2003</p> 205 205 <p> Use, modification, and distribution are subject to the Boost Software 206 206 License, Version 1.0. (See accompanying file <a href="../../../LICENSE_1_0.txt"> 207 207 LICENSE_1_0.txt</a> or copy at <a href="http://www.boost.org/LICENSE_1_0.txt"> 208 208 www.boost.org/LICENSE_1_0.txt</a>)</p> 209 209 210 210 </body> 211 211 212 212 </html>