]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* docs/html/17_intro/BADNAMES: Add list for FreeBSD.
authorLoren J. Rittle <ljrittle@acm.org>
Thu, 20 Jan 2005 19:06:40 +0000 (19:06 +0000)
committerLoren J. Rittle <ljrittle@gcc.gnu.org>
Thu, 20 Jan 2005 19:06:40 +0000 (19:06 +0000)
From-SVN: r93975

libstdc++-v3/ChangeLog
libstdc++-v3/docs/html/17_intro/BADNAMES

index f8cb182ee24caa9339d5c84206a82ac584706e1f..3dba391716fa505af4c2ddebb4317c5f7cf630e3 100644 (file)
@@ -9,6 +9,7 @@
 
        * include/ext/array_allocator.h (array_allocator<>::allocate):
        Avoid __used.  Use __array_used instead.
+       * docs/html/17_intro/BADNAMES: Add list for FreeBSD.
 
 2005-01-18  David Edelsohn  <edelsohn@gnu.org>
 
index 0a1d7a4e90a8c8628792ec11272d817f9cd61b24..575284eaa93f3d84d4abc8ff73ab4a43785f1433 100644 (file)
@@ -1,9 +1,9 @@
 
-This is the list of names "reserved to the implementation" 
-that have been claimed by certain compilers of interest, and
-should not be used in the library.  It will grow, of course.
-We generally are interested in names that are not all-caps,
-except for those like "_T"
+This is the list of names "reserved to the implementation" that
+have been claimed by certain compilers and system headers of interest,
+and should not be used in the library.  It will grow, of course.
+We generally are interested in names that are not all-caps, except
+for those like "_T"
 
 For Solarix:
 _B
@@ -25,6 +25,20 @@ _G
 MS adds:
 _T
 
+BSD adds:
+__used
+__inline
+_Complex
+__istype
+__maskrune
+__tolower
+__toupper
+__wchar_t
+__wint_t
+_res
+_res_ext
+__tg_*
+
 For GCC:
 
   [Note that this list is out of date.  It applies to the old