From 5e00bbd86e43616a9868fe5e7ac41af47b271c0d Mon Sep 17 00:00:00 2001 From: John Maddock Date: Wed, 23 Jul 2003 12:12:10 +0000 Subject: [PATCH] Updated SGI version checks [SVN r19279] --- generate_cpp_c_headers.py | 2 +- .../boost/compatibility/cpp_c_headers/cassert | 4 +- .../boost/compatibility/cpp_c_headers/cctype | 4 +- .../boost/compatibility/cpp_c_headers/cerrno | 4 +- .../boost/compatibility/cpp_c_headers/cfloat | 4 +- .../boost/compatibility/cpp_c_headers/climits | 4 +- .../boost/compatibility/cpp_c_headers/clocale | 4 +- .../boost/compatibility/cpp_c_headers/cmath | 4 +- .../boost/compatibility/cpp_c_headers/csetjmp | 4 +- .../boost/compatibility/cpp_c_headers/csignal | 4 +- .../boost/compatibility/cpp_c_headers/cstdarg | 4 +- .../boost/compatibility/cpp_c_headers/cstddef | 4 +- .../boost/compatibility/cpp_c_headers/cstdio | 4 +- .../boost/compatibility/cpp_c_headers/cstdlib | 4 +- .../boost/compatibility/cpp_c_headers/cstring | 4 +- .../boost/compatibility/cpp_c_headers/ctime | 4 +- .../boost/compatibility/cpp_c_headers/cwchar | 52 +++++++++---------- .../boost/compatibility/cpp_c_headers/cwctype | 10 ++-- 18 files changed, 62 insertions(+), 62 deletions(-) diff --git a/generate_cpp_c_headers.py b/generate_cpp_c_headers.py index a087bb5..341bb3e 100644 --- a/generate_cpp_c_headers.py +++ b/generate_cpp_c_headers.py @@ -33,7 +33,7 @@ # Definition of platform specific exclusion of identifiers. defines = { - 'defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 730': ( + 'defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740': ( 'btowc', 'fwide', 'fwprintf', 'fwscanf', 'mbrlen', 'mbrtowc', 'mbsinit', 'mbsrtowcs', 'swprintf', 'swscanf', 'towctrans', 'vfwprintf', 'vswprintf', 'vwprintf', 'wcrtomb', 'wcsrtombs', 'wctob', 'wctrans', diff --git a/include/boost/compatibility/cpp_c_headers/cassert b/include/boost/compatibility/cpp_c_headers/cassert index 03f0a50..5bc7329 100644 --- a/include/boost/compatibility/cpp_c_headers/cassert +++ b/include/boost/compatibility/cpp_c_headers/cassert @@ -1,6 +1,6 @@ // This file is automatically generated. Do not edit. -// ['../../../libs/compatibility/generate_cpp_c_headers.py'] -// Mon Apr 16 15:16:00 2001 ('PST', 'PDT') +// ['../../libs/compatibility/generate_cpp_c_headers.py'] +// Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST') #ifndef __CASSERT_HEADER #define __CASSERT_HEADER diff --git a/include/boost/compatibility/cpp_c_headers/cctype b/include/boost/compatibility/cpp_c_headers/cctype index fdd01e9..1ad03cb 100644 --- a/include/boost/compatibility/cpp_c_headers/cctype +++ b/include/boost/compatibility/cpp_c_headers/cctype @@ -1,6 +1,6 @@ // This file is automatically generated. Do not edit. -// ['../../../libs/compatibility/generate_cpp_c_headers.py'] -// Mon Apr 16 15:16:00 2001 ('PST', 'PDT') +// ['../../libs/compatibility/generate_cpp_c_headers.py'] +// Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST') #ifndef __CCTYPE_HEADER #define __CCTYPE_HEADER diff --git a/include/boost/compatibility/cpp_c_headers/cerrno b/include/boost/compatibility/cpp_c_headers/cerrno index e369a2c..4d57b80 100644 --- a/include/boost/compatibility/cpp_c_headers/cerrno +++ b/include/boost/compatibility/cpp_c_headers/cerrno @@ -1,6 +1,6 @@ // This file is automatically generated. Do not edit. -// ['../../../libs/compatibility/generate_cpp_c_headers.py'] -// Mon Apr 16 15:16:00 2001 ('PST', 'PDT') +// ['../../libs/compatibility/generate_cpp_c_headers.py'] +// Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST') #ifndef __CERRNO_HEADER #define __CERRNO_HEADER diff --git a/include/boost/compatibility/cpp_c_headers/cfloat b/include/boost/compatibility/cpp_c_headers/cfloat index cab759d..9d3d533 100644 --- a/include/boost/compatibility/cpp_c_headers/cfloat +++ b/include/boost/compatibility/cpp_c_headers/cfloat @@ -1,6 +1,6 @@ // This file is automatically generated. Do not edit. -// ['../../../libs/compatibility/generate_cpp_c_headers.py'] -// Mon Apr 16 15:16:00 2001 ('PST', 'PDT') +// ['../../libs/compatibility/generate_cpp_c_headers.py'] +// Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST') #ifndef __CFLOAT_HEADER #define __CFLOAT_HEADER diff --git a/include/boost/compatibility/cpp_c_headers/climits b/include/boost/compatibility/cpp_c_headers/climits index 77331fd..b71b7f5 100644 --- a/include/boost/compatibility/cpp_c_headers/climits +++ b/include/boost/compatibility/cpp_c_headers/climits @@ -1,6 +1,6 @@ // This file is automatically generated. Do not edit. -// ['../../../libs/compatibility/generate_cpp_c_headers.py'] -// Mon Apr 16 15:16:00 2001 ('PST', 'PDT') +// ['../../libs/compatibility/generate_cpp_c_headers.py'] +// Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST') #ifndef __CLIMITS_HEADER #define __CLIMITS_HEADER diff --git a/include/boost/compatibility/cpp_c_headers/clocale b/include/boost/compatibility/cpp_c_headers/clocale index 89dd324..b3ba3c8 100644 --- a/include/boost/compatibility/cpp_c_headers/clocale +++ b/include/boost/compatibility/cpp_c_headers/clocale @@ -1,6 +1,6 @@ // This file is automatically generated. Do not edit. -// ['../../../libs/compatibility/generate_cpp_c_headers.py'] -// Mon Apr 16 15:16:00 2001 ('PST', 'PDT') +// ['../../libs/compatibility/generate_cpp_c_headers.py'] +// Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST') #ifndef __CLOCALE_HEADER #define __CLOCALE_HEADER diff --git a/include/boost/compatibility/cpp_c_headers/cmath b/include/boost/compatibility/cpp_c_headers/cmath index 6da05f8..70dc884 100644 --- a/include/boost/compatibility/cpp_c_headers/cmath +++ b/include/boost/compatibility/cpp_c_headers/cmath @@ -1,6 +1,6 @@ // This file is automatically generated. Do not edit. -// ['../../../libs/compatibility/generate_cpp_c_headers.py'] -// Mon Apr 16 15:16:00 2001 ('PST', 'PDT') +// ['../../libs/compatibility/generate_cpp_c_headers.py'] +// Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST') #ifndef __CMATH_HEADER #define __CMATH_HEADER diff --git a/include/boost/compatibility/cpp_c_headers/csetjmp b/include/boost/compatibility/cpp_c_headers/csetjmp index 80619c1..aa6a019 100644 --- a/include/boost/compatibility/cpp_c_headers/csetjmp +++ b/include/boost/compatibility/cpp_c_headers/csetjmp @@ -1,6 +1,6 @@ // This file is automatically generated. Do not edit. -// ['../../../libs/compatibility/generate_cpp_c_headers.py'] -// Mon Apr 16 15:16:00 2001 ('PST', 'PDT') +// ['../../libs/compatibility/generate_cpp_c_headers.py'] +// Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST') #ifndef __CSETJMP_HEADER #define __CSETJMP_HEADER diff --git a/include/boost/compatibility/cpp_c_headers/csignal b/include/boost/compatibility/cpp_c_headers/csignal index 00c588a..37e11d9 100644 --- a/include/boost/compatibility/cpp_c_headers/csignal +++ b/include/boost/compatibility/cpp_c_headers/csignal @@ -1,6 +1,6 @@ // This file is automatically generated. Do not edit. -// ['../../../libs/compatibility/generate_cpp_c_headers.py'] -// Mon Apr 16 15:16:00 2001 ('PST', 'PDT') +// ['../../libs/compatibility/generate_cpp_c_headers.py'] +// Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST') #ifndef __CSIGNAL_HEADER #define __CSIGNAL_HEADER diff --git a/include/boost/compatibility/cpp_c_headers/cstdarg b/include/boost/compatibility/cpp_c_headers/cstdarg index d9a093e..5e1dd74 100644 --- a/include/boost/compatibility/cpp_c_headers/cstdarg +++ b/include/boost/compatibility/cpp_c_headers/cstdarg @@ -1,6 +1,6 @@ // This file is automatically generated. Do not edit. -// ['../../../libs/compatibility/generate_cpp_c_headers.py'] -// Mon Apr 16 15:16:00 2001 ('PST', 'PDT') +// ['../../libs/compatibility/generate_cpp_c_headers.py'] +// Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST') #ifndef __CSTDARG_HEADER #define __CSTDARG_HEADER diff --git a/include/boost/compatibility/cpp_c_headers/cstddef b/include/boost/compatibility/cpp_c_headers/cstddef index 9275b41..c00a55c 100644 --- a/include/boost/compatibility/cpp_c_headers/cstddef +++ b/include/boost/compatibility/cpp_c_headers/cstddef @@ -1,6 +1,6 @@ // This file is automatically generated. Do not edit. -// ['../../../libs/compatibility/generate_cpp_c_headers.py'] -// Mon Apr 16 15:16:00 2001 ('PST', 'PDT') +// ['../../libs/compatibility/generate_cpp_c_headers.py'] +// Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST') #ifndef __CSTDDEF_HEADER #define __CSTDDEF_HEADER diff --git a/include/boost/compatibility/cpp_c_headers/cstdio b/include/boost/compatibility/cpp_c_headers/cstdio index 2d92c80..8a48077 100644 --- a/include/boost/compatibility/cpp_c_headers/cstdio +++ b/include/boost/compatibility/cpp_c_headers/cstdio @@ -1,6 +1,6 @@ // This file is automatically generated. Do not edit. -// ['../../../libs/compatibility/generate_cpp_c_headers.py'] -// Mon Apr 16 15:16:00 2001 ('PST', 'PDT') +// ['../../libs/compatibility/generate_cpp_c_headers.py'] +// Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST') #ifndef __CSTDIO_HEADER #define __CSTDIO_HEADER diff --git a/include/boost/compatibility/cpp_c_headers/cstdlib b/include/boost/compatibility/cpp_c_headers/cstdlib index 7ac5130..7592ffc 100644 --- a/include/boost/compatibility/cpp_c_headers/cstdlib +++ b/include/boost/compatibility/cpp_c_headers/cstdlib @@ -1,6 +1,6 @@ // This file is automatically generated. Do not edit. -// ['../../../libs/compatibility/generate_cpp_c_headers.py'] -// Mon Apr 16 15:16:00 2001 ('PST', 'PDT') +// ['../../libs/compatibility/generate_cpp_c_headers.py'] +// Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST') #ifndef __CSTDLIB_HEADER #define __CSTDLIB_HEADER diff --git a/include/boost/compatibility/cpp_c_headers/cstring b/include/boost/compatibility/cpp_c_headers/cstring index bcbf6b1..e913597 100644 --- a/include/boost/compatibility/cpp_c_headers/cstring +++ b/include/boost/compatibility/cpp_c_headers/cstring @@ -1,6 +1,6 @@ // This file is automatically generated. Do not edit. -// ['../../../libs/compatibility/generate_cpp_c_headers.py'] -// Mon Apr 16 15:16:00 2001 ('PST', 'PDT') +// ['../../libs/compatibility/generate_cpp_c_headers.py'] +// Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST') #ifndef __CSTRING_HEADER #define __CSTRING_HEADER diff --git a/include/boost/compatibility/cpp_c_headers/ctime b/include/boost/compatibility/cpp_c_headers/ctime index 9114c3b..0c8ac9a 100644 --- a/include/boost/compatibility/cpp_c_headers/ctime +++ b/include/boost/compatibility/cpp_c_headers/ctime @@ -1,6 +1,6 @@ // This file is automatically generated. Do not edit. -// ['../../../libs/compatibility/generate_cpp_c_headers.py'] -// Mon Apr 16 15:16:00 2001 ('PST', 'PDT') +// ['../../libs/compatibility/generate_cpp_c_headers.py'] +// Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST') #ifndef __CTIME_HEADER #define __CTIME_HEADER diff --git a/include/boost/compatibility/cpp_c_headers/cwchar b/include/boost/compatibility/cpp_c_headers/cwchar index b47e81f..f9fbd30 100644 --- a/include/boost/compatibility/cpp_c_headers/cwchar +++ b/include/boost/compatibility/cpp_c_headers/cwchar @@ -1,6 +1,6 @@ // This file is automatically generated. Do not edit. -// ['../../../libs/compatibility/generate_cpp_c_headers.py'] -// Mon Apr 16 15:16:00 2001 ('PST', 'PDT') +// ['../../libs/compatibility/generate_cpp_c_headers.py'] +// Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST') #ifndef __CWCHAR_HEADER #define __CWCHAR_HEADER @@ -11,7 +11,7 @@ namespace std { using ::mbstate_t; using ::wint_t; using ::size_t; -#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 730) +#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740) using ::btowc; #endif #if !(defined(__linux) && defined(__DECCXX_VER) && __DECCXX_VER <= 60390005) @@ -21,36 +21,36 @@ namespace std { using ::ungetwc; #endif using ::wcscpy; -#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 730) +#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740) using ::wcsrtombs; #endif -#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 730) +#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740) using ::wmemchr; #endif #if !(defined(__linux) && defined(__DECCXX_VER) && __DECCXX_VER <= 60390005) using ::fgetwc; #endif -#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 730) +#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740) using ::mbrlen; #endif #if !(defined(__linux) && defined(__DECCXX_VER) && __DECCXX_VER <= 60390005) -#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 730) +#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740) using ::vfwprintf; #endif #endif using ::wcscspn; using ::wcsspn; -#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 730) +#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740) using ::wmemcmp; #endif #if !(defined(__linux) && defined(__DECCXX_VER) && __DECCXX_VER <= 60390005) using ::fgetws; #endif -#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 730) +#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740) using ::mbrtowc; #endif #if !(defined(__linux) && defined(__DECCXX_VER) && __DECCXX_VER <= 60390005) -#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 730) +#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740) using ::vswprintf; #endif #endif @@ -58,42 +58,42 @@ namespace std { using ::wcsftime; #endif using ::wcsstr; -#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 730) +#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740) using ::wmemcpy; #endif #if !(defined(__linux) && defined(__DECCXX_VER) && __DECCXX_VER <= 60390005) using ::fputwc; #endif -#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 730) +#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740) using ::mbsinit; #endif #if !(defined(__linux) && defined(__DECCXX_VER) && __DECCXX_VER <= 60390005) -#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 730) +#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740) using ::vwprintf; #endif #endif using ::wcslen; using ::wcstod; -#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 730) +#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740) using ::wmemmove; #endif #if !(defined(__linux) && defined(__DECCXX_VER) && __DECCXX_VER <= 60390005) using ::fputws; #endif -#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 730) +#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740) using ::mbsrtowcs; #endif -#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 730) +#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740) using ::wcrtomb; #endif using ::wcsncat; using ::wcstok; -#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 730) +#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740) using ::wmemset; #endif #if !(defined(__linux) && defined(__DECCXX_VER) && __DECCXX_VER <= 60390005) -#if !(defined(__DECCXX_VER) && __DECCXX_VER <= 60390012) -#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 730) +#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740) +#if !(defined(__DECCXX_VER) && __DECCXX_VER <= 60290024) using ::fwide; #endif #endif @@ -105,12 +105,12 @@ namespace std { using ::wcsncmp; using ::wcstol; #if !(defined(__linux) && defined(__DECCXX_VER) && __DECCXX_VER <= 60390005) -#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 730) +#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740) using ::wprintf; #endif #endif #if !(defined(__linux) && defined(__DECCXX_VER) && __DECCXX_VER <= 60390005) -#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 730) +#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740) using ::fwprintf; #endif #endif @@ -121,17 +121,17 @@ namespace std { using ::wcsncpy; using ::wcstoul; #if !(defined(__linux) && defined(__DECCXX_VER) && __DECCXX_VER <= 60390005) -#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 730) +#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740) using ::wscanf; #endif #endif #if !(defined(__linux) && defined(__DECCXX_VER) && __DECCXX_VER <= 60390005) -#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 730) +#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740) using ::fwscanf; #endif #endif #if !(defined(__linux) && defined(__DECCXX_VER) && __DECCXX_VER <= 60390005) -#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 730) +#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740) using ::swprintf; #endif #endif @@ -142,13 +142,13 @@ namespace std { using ::getwc; #endif #if !(defined(__linux) && defined(__DECCXX_VER) && __DECCXX_VER <= 60390005) -#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 730) +#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740) using ::swscanf; #endif #endif using ::wcscoll; using ::wcsrchr; -#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 730) +#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740) using ::wctob; #endif } diff --git a/include/boost/compatibility/cpp_c_headers/cwctype b/include/boost/compatibility/cpp_c_headers/cwctype index 7b2f6bb..cf8f07b 100644 --- a/include/boost/compatibility/cpp_c_headers/cwctype +++ b/include/boost/compatibility/cpp_c_headers/cwctype @@ -1,6 +1,6 @@ // This file is automatically generated. Do not edit. -// ['../../../libs/compatibility/generate_cpp_c_headers.py'] -// Mon Apr 16 15:16:00 2001 ('PST', 'PDT') +// ['../../libs/compatibility/generate_cpp_c_headers.py'] +// Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST') #ifndef __CWCTYPE_HEADER #define __CWCTYPE_HEADER @@ -8,7 +8,7 @@ #include namespace std { -#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 730) +#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740) using ::wctrans_t; #endif using ::wctype_t; @@ -17,10 +17,10 @@ namespace std { using ::iswctype; using ::iswlower; using ::iswspace; -#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 730) +#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740) using ::towctrans; #endif -#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 730) +#if !(defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 740) using ::wctrans; #endif using ::iswalpha;