This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Website patch: update projects to remove attribute nonnull


This one is done right?

Ok to install?


Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/index.html,v
retrieving revision 1.36
diff -u -p -r1.36 index.html
--- index.html	12 Feb 2003 21:46:04 -0000	1.36
+++ index.html	17 May 2003 23:18:10 -0000
@@ -369,18 +369,6 @@ argument types of the function.  Similar
 made if the original attribute is on an old-style function
 definition.</li>
 
-<li>Get Marc Espie's <code>__attribute__((__nonnull__))</code> patch
-in (he may be working on a cleaner version that applies to current
-sources).  See messages <a
-href="http://gcc.gnu.org/ml/gcc-patches/2000-01/msg00360.html";>1</a>,
-<a
-href="http://gcc.gnu.org/ml/gcc-patches/2000-02/msg00211.html";>2</a>
-and <a
-href="http://gcc.gnu.org/ml/gcc-patches/2000-02/msg00829.html";>3</a>
-to gcc-patches.  Once this is done, further related checks could be
-done, such as for functions such as <code>execle</code> that require
-<code>NULL</code>-terminated argument lists.</li>
-
 <li>Possible security warnings under <code>-Wformat-security</code>:
 
   <ul>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]