PATCH: Add explicit revision number to title
Mark Mitchell
mark at codesourcery.com
Mon Oct 6 05:55:53 UTC 2003
I was asked to add a revision number to the title of the C++ ABI
document so that it was easy to refer to a particular version. I've
done that here, using the expedient technique of referencing the CVS
revision of the document.
--
Mark Mitchell
CodeSourcery, LLC
mark at codesourcery.com
Index: abi.html
===================================================================
RCS file: /usr/local/Repository/cxx-abi/abi.html,v
retrieving revision 1.69
diff -c -5 -p -r1.69 abi.html
*** abi.html 5 Sep 2003 22:38:48 -0000 1.69
--- abi.html 6 Oct 2003 05:47:19 -0000
***************
*** 10,20 ****
</HEAD>
<BODY>
<hr />
! <h1>Itanium C++ ABI</h1>
<p> <hr> <p>
<h2> Contents </h2>
<ul>
--- 10,20 ----
</HEAD>
<BODY>
<hr />
! <h1>Itanium C++ ABI (Revision $Revision$)</h1>
<p> <hr> <p>
<h2> Contents </h2>
<ul>
*************** unwind table location.
*** 4903,4912 ****
--- 4903,4916 ----
<p> <hr> <p>
<a name=revisions>
<h2> Appendix R: Revision History </h2>
<p> <hr> <p>
+
+ <p>This version of this document is Revision $Revision$. No special
+ significance should be attached to the form of the revision number; it
+ is simply a identifying number.</p>
<p>
<font color=blue>[030905]</font>
Specify the behavior of <code>__cxa_vec_new</code>,
<code>__cxa_vec_new2</code>, and <code>__cxa_vec_new3</code> in the
More information about the cxx-abi-dev
mailing list