gccxml_gem 0.9.2-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Rakefile +84 -0
- data/bin/gccxml.exe +0 -0
- data/bin/gccxml_cc1plus.exe +0 -0
- data/bin/gccxml_vcconfig.bat +52 -0
- data/bin/gccxml_vcconfig.exe +0 -0
- data/gccxml.rb +57 -0
- data/share/doc/gccxml-0.9/Copyright.txt +55 -0
- data/share/doc/gccxml-0.9/gccxml.html +168 -0
- data/share/doc/gccxml-0.9/gccxml.txt +293 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/algorithm +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/algorithm.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/bitset +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/bitset.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/cctype +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/cfloat +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/climits +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/cmath +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/complex +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/complex.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/cstddef +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/cstdio +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/cstdlib +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/cstring +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/cstring.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/ctime +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/cwchar +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/cwctype +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/deque +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/deque.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/exception +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/exception.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/fstream +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/fstream.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/function +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/function.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/functional +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/gccxml_typeinfo.h +146 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/iomanip +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/iomanip.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/ios +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/ios.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/iosfwd +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/iosfwd.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/iostream +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/iostream.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/istream +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/istream.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/iterator +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/iterator.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/limits +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/limits.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/list +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/list.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/locale +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/locale.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/map +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/map.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/memory +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/memory.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/new +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/new.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/numeric +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/numeric.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/ostream +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/ostream.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/queue +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/queue.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/codecvt +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/collate +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/ctype +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/iosbase +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/iotraits +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/iterator +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/lochelp +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/locimpl +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/locvector +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/messages +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/money +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/numbrw +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/numeral +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/rwdispatch.h +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/rwlocale +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/rwstderr_macros.h +64 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/string_ref +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/time +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/traits +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/tree +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/usefacet +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/valimp +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/rw/vendor +1 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/set +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/set.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/sstream +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/sstream.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/stack +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/stack.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/stdexcept +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/stdexcept.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/streambuf +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/streambuf.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/string +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/string.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/strstream +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/strstream.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/typeinfo +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/typeinfo.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/utility +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/utility.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/valarray +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/valarray.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/vector +7 -0
- data/share/gccxml-0.9/Borland/5.5/Wrappers/vector.h +7 -0
- data/share/gccxml-0.9/Borland/5.5/except.h +154 -0
- data/share/gccxml-0.9/Borland/5.5/gccxml_fstream.h +431 -0
- data/share/gccxml-0.9/Borland/5.5/gccxml_new.h +166 -0
- data/share/gccxml-0.9/Borland/5.5/gccxml_valarray.h +786 -0
- data/share/gccxml-0.9/Borland/5.5/gccxml_vector.h +1457 -0
- data/share/gccxml-0.9/Borland/5.5/io.h +352 -0
- data/share/gccxml-0.9/Borland/5.5/oaidl.h +7006 -0
- data/share/gccxml-0.9/Borland/5.5/propidl.h +1477 -0
- data/share/gccxml-0.9/Borland/5.5/rw/locimpl.h +477 -0
- data/share/gccxml-0.9/Borland/5.5/rw/rwlocale.h +619 -0
- data/share/gccxml-0.9/Borland/5.5/stdarg.h +55 -0
- data/share/gccxml-0.9/Borland/5.5/valarray.cc +2883 -0
- data/share/gccxml-0.9/GCC/2.95/algorithm +76 -0
- data/share/gccxml-0.9/GCC/2.95/bitset +17 -0
- data/share/gccxml-0.9/GCC/2.95/cctype +24 -0
- data/share/gccxml-0.9/GCC/2.95/clocale +14 -0
- data/share/gccxml-0.9/GCC/2.95/cmath +33 -0
- data/share/gccxml-0.9/GCC/2.95/complex +38 -0
- data/share/gccxml-0.9/GCC/2.95/csetjmp +13 -0
- data/share/gccxml-0.9/GCC/2.95/csignal +14 -0
- data/share/gccxml-0.9/GCC/2.95/cstdarg +12 -0
- data/share/gccxml-0.9/GCC/2.95/cstddef +13 -0
- data/share/gccxml-0.9/GCC/2.95/cstdio +55 -0
- data/share/gccxml-0.9/GCC/2.95/cstdlib +66 -0
- data/share/gccxml-0.9/GCC/2.95/cstring +34 -0
- data/share/gccxml-0.9/GCC/2.95/ctime +24 -0
- data/share/gccxml-0.9/GCC/2.95/cwchar +65 -0
- data/share/gccxml-0.9/GCC/2.95/cwctype +31 -0
- data/share/gccxml-0.9/GCC/2.95/deque +19 -0
- data/share/gccxml-0.9/GCC/2.95/exception +20 -0
- data/share/gccxml-0.9/GCC/2.95/fstream +23 -0
- data/share/gccxml-0.9/GCC/2.95/functional +64 -0
- data/share/gccxml-0.9/GCC/2.95/gccxml_bitset +1066 -0
- data/share/gccxml-0.9/GCC/2.95/iomanip +20 -0
- data/share/gccxml-0.9/GCC/2.95/iosfwd +20 -0
- data/share/gccxml-0.9/GCC/2.95/iostream +27 -0
- data/share/gccxml-0.9/GCC/2.95/iterator +39 -0
- data/share/gccxml-0.9/GCC/2.95/list +19 -0
- data/share/gccxml-0.9/GCC/2.95/map +20 -0
- data/share/gccxml-0.9/GCC/2.95/memory +21 -0
- data/share/gccxml-0.9/GCC/2.95/new +13 -0
- data/share/gccxml-0.9/GCC/2.95/numeric +15 -0
- data/share/gccxml-0.9/GCC/2.95/pthread.h +16 -0
- data/share/gccxml-0.9/GCC/2.95/queue +20 -0
- data/share/gccxml-0.9/GCC/2.95/set +20 -0
- data/share/gccxml-0.9/GCC/2.95/sstream +24 -0
- data/share/gccxml-0.9/GCC/2.95/stack +19 -0
- data/share/gccxml-0.9/GCC/2.95/std/bastring.cc +524 -0
- data/share/gccxml-0.9/GCC/2.95/std/complext.h +397 -0
- data/share/gccxml-0.9/GCC/2.95/std/dcomplex.h +92 -0
- data/share/gccxml-0.9/GCC/2.95/std/fcomplex.h +88 -0
- data/share/gccxml-0.9/GCC/2.95/std/gslice_array.h +170 -0
- data/share/gccxml-0.9/GCC/2.95/std/indirect_array.h +157 -0
- data/share/gccxml-0.9/GCC/2.95/std/ldcomplex.h +96 -0
- data/share/gccxml-0.9/GCC/2.95/std/mask_array.h +154 -0
- data/share/gccxml-0.9/GCC/2.95/std/slice_array.h +156 -0
- data/share/gccxml-0.9/GCC/2.95/std/std_valarray.h +728 -0
- data/share/gccxml-0.9/GCC/2.95/std/straits.h +162 -0
- data/share/gccxml-0.9/GCC/2.95/std/valarray_meta.h +1035 -0
- data/share/gccxml-0.9/GCC/2.95/stdexcept +17 -0
- data/share/gccxml-0.9/GCC/2.95/stl_alloc.h +1057 -0
- data/share/gccxml-0.9/GCC/2.95/stl_bvector.h +836 -0
- data/share/gccxml-0.9/GCC/2.95/stl_deque.h +1699 -0
- data/share/gccxml-0.9/GCC/2.95/stl_list.h +843 -0
- data/share/gccxml-0.9/GCC/2.95/stl_tree.h +1331 -0
- data/share/gccxml-0.9/GCC/2.95/stl_vector.h +828 -0
- data/share/gccxml-0.9/GCC/2.95/string +26 -0
- data/share/gccxml-0.9/GCC/2.95/strstream +23 -0
- data/share/gccxml-0.9/GCC/2.95/typeinfo +11 -0
- data/share/gccxml-0.9/GCC/2.95/utility +25 -0
- data/share/gccxml-0.9/GCC/2.95/valarray +52 -0
- data/share/gccxml-0.9/GCC/2.95/vector +19 -0
- data/share/gccxml-0.9/GCC/2.96/sstream +305 -0
- data/share/gccxml-0.9/GCC/3.0/pthread.h +16 -0
- data/share/gccxml-0.9/GCC/3.1/pthread.h +16 -0
- data/share/gccxml-0.9/GCC/3.2/bits/fstream.tcc +500 -0
- data/share/gccxml-0.9/GCC/3.2/bits/gthr-default.h +581 -0
- data/share/gccxml-0.9/GCC/3.2/bits/istream.tcc +1207 -0
- data/share/gccxml-0.9/GCC/3.2/bits/locale_facets.h +1810 -0
- data/share/gccxml-0.9/GCC/3.2/bits/locale_facets.tcc +2397 -0
- data/share/gccxml-0.9/GCC/3.2/bits/messages_members.h +108 -0
- data/share/gccxml-0.9/GCC/3.2/bits/ostream.tcc +713 -0
- data/share/gccxml-0.9/GCC/3.2/bits/sstream.tcc +241 -0
- data/share/gccxml-0.9/GCC/3.2/bits/stl_deque.h +1682 -0
- data/share/gccxml-0.9/GCC/3.2/bits/stl_list.h +989 -0
- data/share/gccxml-0.9/GCC/3.2/bits/stl_tree.h +1462 -0
- data/share/gccxml-0.9/GCC/3.2/bits/stl_vector.h +1085 -0
- data/share/gccxml-0.9/GCC/3.2/bits/valarray_meta.h +1063 -0
- data/share/gccxml-0.9/GCC/3.2/fstream +579 -0
- data/share/gccxml-0.9/GCC/3.2/pthread.h +16 -0
- data/share/gccxml-0.9/GCC/3.2/sstream +384 -0
- data/share/gccxml-0.9/GCC/3.3/bits/fstream.tcc +530 -0
- data/share/gccxml-0.9/GCC/3.3/bits/list.tcc +378 -0
- data/share/gccxml-0.9/GCC/3.3/bits/locale_facets.h +2050 -0
- data/share/gccxml-0.9/GCC/3.3/bits/messages_members.h +108 -0
- data/share/gccxml-0.9/GCC/3.3/bits/sstream.tcc +243 -0
- data/share/gccxml-0.9/GCC/3.3/bits/stl_deque.h +1603 -0
- data/share/gccxml-0.9/GCC/3.3/bits/stl_list.h +1167 -0
- data/share/gccxml-0.9/GCC/3.3/bits/stl_tree.h +1462 -0
- data/share/gccxml-0.9/GCC/3.3/bits/stl_vector.h +992 -0
- data/share/gccxml-0.9/GCC/3.3/bits/valarray_meta.h +1135 -0
- data/share/gccxml-0.9/GCC/3.3/fstream +842 -0
- data/share/gccxml-0.9/GCC/3.3/gccxml_builtins.h +22 -0
- data/share/gccxml-0.9/GCC/3.3/sstream +638 -0
- data/share/gccxml-0.9/GCC/3.4/bits/gthr-default.h +664 -0
- data/share/gccxml-0.9/GCC/3.4/gccxml_builtins.h +91 -0
- data/share/gccxml-0.9/GCC/4.0/gccxml_builtins.h +128 -0
- data/share/gccxml-0.9/GCC/4.1/bits/gthr-default.h +618 -0
- data/share/gccxml-0.9/GCC/4.1/gccxml_builtins.h +131 -0
- data/share/gccxml-0.9/GCC/4.2/gccxml_builtins.h +131 -0
- data/share/gccxml-0.9/GCC/4.3/gccxml_builtins.h +182 -0
- data/share/gccxml-0.9/IBM/8.0/adapt_headers.sh +34 -0
- data/share/gccxml-0.9/IBM/8.0/stdlib.h.patch +27 -0
- data/share/gccxml-0.9/IBM/8.0/xstring.patch +19 -0
- data/share/gccxml-0.9/IBM/README +8 -0
- data/share/gccxml-0.9/IBM/find_flags +51 -0
- data/share/gccxml-0.9/IBM/find_flags_common +48 -0
- data/share/gccxml-0.9/Intel/find_flags +56 -0
- data/share/gccxml-0.9/Intel/pthread.h +16 -0
- data/share/gccxml-0.9/MIPSpro/7.3/exception +9 -0
- data/share/gccxml-0.9/MIPSpro/7.3/gccxml_mpro_internals.h +21 -0
- data/share/gccxml-0.9/MIPSpro/7.3/iomanip +161 -0
- data/share/gccxml-0.9/MIPSpro/7.3/ostream +9 -0
- data/share/gccxml-0.9/MIPSpro/7.3/stddef.h +9 -0
- data/share/gccxml-0.9/MIPSpro/7.3/stl_config.h +9 -0
- data/share/gccxml-0.9/MIPSpro/7.3/stl_locale.h +17 -0
- data/share/gccxml-0.9/MIPSpro/7.3/stl_monetary.h +14 -0
- data/share/gccxml-0.9/MIPSpro/7.3/stl_numeric_facets.h +13 -0
- data/share/gccxml-0.9/MIPSpro/7.3/stl_threads.h +11 -0
- data/share/gccxml-0.9/MIPSpro/7.3/string +18 -0
- data/share/gccxml-0.9/MIPSpro/find_flags +70 -0
- data/share/gccxml-0.9/MIPSpro/mipspro_defs.cxx +63 -0
- data/share/gccxml-0.9/Sun/5.8/Cstd.patch +156 -0
- data/share/gccxml-0.9/Sun/5.8/adapt_headers.sh +32 -0
- data/share/gccxml-0.9/Sun/5.8/std-5.10.patch +22 -0
- data/share/gccxml-0.9/Sun/README +8 -0
- data/share/gccxml-0.9/Sun/find_flags +51 -0
- data/share/gccxml-0.9/Sun/find_flags_common +42 -0
- data/share/gccxml-0.9/VcInstall/vc6Include.patch +4560 -0
- data/share/gccxml-0.9/VcInstall/vc71Include.patch +921 -0
- data/share/gccxml-0.9/VcInstall/vc71PlatformSDK.patch +146 -0
- data/share/gccxml-0.9/VcInstall/vc7Include.patch +1139 -0
- data/share/gccxml-0.9/VcInstall/vc7PlatformSDK.patch +146 -0
- data/share/gccxml-0.9/VcInstall/vc8ExpressInclude.patch +1887 -0
- data/share/gccxml-0.9/VcInstall/vc8ExpressPlatformSDK.patch +252 -0
- data/share/gccxml-0.9/VcInstall/vc8Include.patch +1887 -0
- data/share/gccxml-0.9/VcInstall/vc8PlatformSDK.patch +252 -0
- data/share/gccxml-0.9/VcInstall/vc8sp1ExpressInclude.patch +1941 -0
- data/share/gccxml-0.9/VcInstall/vc8sp1Include.patch +1970 -0
- data/share/gccxml-0.9/VcInstall/vc8sp1PlatformSDK.patch +252 -0
- data/share/gccxml-0.9/VcInstall/vc9Include.patch +2047 -0
- data/share/gccxml-0.9/VcInstall/vc9PlatformSDK.patch +383 -0
- data/share/gccxml-0.9/VcInstall/vc9sp1Include.patch +2565 -0
- data/share/gccxml-0.9/VcInstall/vcCat.exe +0 -0
- data/share/gccxml-0.9/VcInstall/vcCat.readme.txt +3 -0
- data/share/gccxml-0.9/VcInstall/vcPatch.exe +0 -0
- data/share/gccxml-0.9/VcInstall/vcPatch.readme.txt +27 -0
- data/share/gccxml-0.9/VcInstall/vc_helper +1 -0
- data/share/gccxml-0.9/gccxml_config +2 -0
- data/share/gccxml-0.9/gccxml_identify_compiler.cc +13 -0
- data/share/man/man1/gccxml.1 +246 -0
- metadata +331 -0
@@ -0,0 +1,921 @@
|
|
1
|
+
Index: assert.h
|
2
|
+
===================================================================
|
3
|
+
RCS file: /cvsroot/GxInclude/Vc71/Include/assert.h,v
|
4
|
+
retrieving revision 1.1
|
5
|
+
retrieving revision 1.3
|
6
|
+
diff -c -3 -p -r1.1 -r1.3
|
7
|
+
*** assert.h 10 Jun 2003 16:12:29 -0000 1.1
|
8
|
+
--- assert.h 27 Jan 2006 14:16:50 -0000 1.3
|
9
|
+
*************** _CRTIMP void __cdecl _assert(const char
|
10
|
+
*** 53,58 ****
|
11
|
+
}
|
12
|
+
#endif
|
13
|
+
|
14
|
+
! #define assert(exp) (void)( (exp) || (_assert(#exp, __FILE__, __LINE__), 0) )
|
15
|
+
|
16
|
+
#endif /* NDEBUG */
|
17
|
+
--- 53,58 ----
|
18
|
+
}
|
19
|
+
#endif
|
20
|
+
|
21
|
+
! #define assert(exp) ((void)0)
|
22
|
+
|
23
|
+
#endif /* NDEBUG */
|
24
|
+
Index: functional
|
25
|
+
===================================================================
|
26
|
+
RCS file: /cvsroot/GxInclude/Vc71/Include/functional,v
|
27
|
+
retrieving revision 1.1
|
28
|
+
retrieving revision 1.2
|
29
|
+
diff -c -3 -p -r1.1 -r1.2
|
30
|
+
*** functional 10 Jun 2003 16:12:29 -0000 1.1
|
31
|
+
--- functional 21 Oct 2007 19:58:10 -0000 1.2
|
32
|
+
*************** public:
|
33
|
+
*** 353,359 ****
|
34
|
+
}
|
35
|
+
|
36
|
+
protected:
|
37
|
+
! _Result (__cdecl *_Pfun)(_Arg); // the function pointer
|
38
|
+
};
|
39
|
+
|
40
|
+
// TEMPLATE CLASS pointer_to_binary_function
|
41
|
+
--- 353,360 ----
|
42
|
+
}
|
43
|
+
|
44
|
+
protected:
|
45
|
+
! typedef _Result (__cdecl *_PfunType)(_Arg);
|
46
|
+
! _PfunType _Pfun; // the function pointer
|
47
|
+
};
|
48
|
+
|
49
|
+
// TEMPLATE CLASS pointer_to_binary_function
|
50
|
+
*************** public:
|
51
|
+
*** 376,382 ****
|
52
|
+
}
|
53
|
+
|
54
|
+
protected:
|
55
|
+
! _Result (__cdecl *_Pfun)(_Arg1, _Arg2); // the function pointer
|
56
|
+
};
|
57
|
+
|
58
|
+
// TEMPLATE FUNCTION ptr_fun
|
59
|
+
--- 377,384 ----
|
60
|
+
}
|
61
|
+
|
62
|
+
protected:
|
63
|
+
! typedef _Result (__cdecl *_PfunType)(_Arg1, _Arg2);
|
64
|
+
! _PfunType _Pfun; // the function pointer
|
65
|
+
};
|
66
|
+
|
67
|
+
// TEMPLATE FUNCTION ptr_fun
|
68
|
+
Index: limits
|
69
|
+
===================================================================
|
70
|
+
RCS file: /cvsroot/GxInclude/Vc71/Include/limits,v
|
71
|
+
retrieving revision 1.1
|
72
|
+
retrieving revision 1.2
|
73
|
+
diff -c -3 -p -r1.1 -r1.2
|
74
|
+
*** limits 10 Jun 2003 16:12:29 -0000 1.1
|
75
|
+
--- limits 21 Oct 2007 19:58:10 -0000 1.2
|
76
|
+
*************** struct _CRTIMP2 _Num_base
|
77
|
+
*** 66,83 ****
|
78
|
+
_STCONS(int, radix, 0);
|
79
|
+
};
|
80
|
+
|
81
|
+
// TEMPLATE CLASS numeric_limits
|
82
|
+
template<class _Ty>
|
83
|
+
class numeric_limits
|
84
|
+
: public _Num_base
|
85
|
+
{ // numeric limits for arbitrary type _Ty (say little or nothing)
|
86
|
+
public:
|
87
|
+
! static _Ty (__cdecl min)() _THROW0()
|
88
|
+
{ // return minimum value
|
89
|
+
return (_Ty(0));
|
90
|
+
}
|
91
|
+
|
92
|
+
! static _Ty (__cdecl max)() _THROW0()
|
93
|
+
{ // return maximum value
|
94
|
+
return (_Ty(0));
|
95
|
+
}
|
96
|
+
--- 66,84 ----
|
97
|
+
_STCONS(int, radix, 0);
|
98
|
+
};
|
99
|
+
|
100
|
+
+ #define __GCCXML_AVOID_MACRO_EXPANSION
|
101
|
+
// TEMPLATE CLASS numeric_limits
|
102
|
+
template<class _Ty>
|
103
|
+
class numeric_limits
|
104
|
+
: public _Num_base
|
105
|
+
{ // numeric limits for arbitrary type _Ty (say little or nothing)
|
106
|
+
public:
|
107
|
+
! static _Ty __cdecl min __GCCXML_AVOID_MACRO_EXPANSION() _THROW0()
|
108
|
+
{ // return minimum value
|
109
|
+
return (_Ty(0));
|
110
|
+
}
|
111
|
+
|
112
|
+
! static _Ty __cdecl max __GCCXML_AVOID_MACRO_EXPANSION() _THROW0()
|
113
|
+
{ // return maximum value
|
114
|
+
return (_Ty(0));
|
115
|
+
}
|
116
|
+
*************** template<> class _CRTIMP2 numeric_limits
|
117
|
+
*** 154,165 ****
|
118
|
+
public:
|
119
|
+
typedef char _Ty;
|
120
|
+
|
121
|
+
! static _Ty (__cdecl min)() _THROW0()
|
122
|
+
{ // return minimum value
|
123
|
+
return (CHAR_MIN);
|
124
|
+
}
|
125
|
+
|
126
|
+
! static _Ty (__cdecl max)() _THROW0()
|
127
|
+
{ // return maximum value
|
128
|
+
return (CHAR_MAX);
|
129
|
+
}
|
130
|
+
--- 155,166 ----
|
131
|
+
public:
|
132
|
+
typedef char _Ty;
|
133
|
+
|
134
|
+
! static _Ty __cdecl min __GCCXML_AVOID_MACRO_EXPANSION() _THROW0()
|
135
|
+
{ // return minimum value
|
136
|
+
return (CHAR_MIN);
|
137
|
+
}
|
138
|
+
|
139
|
+
! static _Ty __cdecl max __GCCXML_AVOID_MACRO_EXPANSION() _THROW0()
|
140
|
+
{ // return maximum value
|
141
|
+
return (CHAR_MAX);
|
142
|
+
}
|
143
|
+
*************** template<> class _CRTIMP2 numeric_limits
|
144
|
+
*** 208,219 ****
|
145
|
+
public:
|
146
|
+
typedef wchar_t _Ty;
|
147
|
+
|
148
|
+
! static _Ty (__cdecl min)() _THROW0()
|
149
|
+
{ // return minimum value
|
150
|
+
return ((_Ty)WCHAR_MIN);
|
151
|
+
}
|
152
|
+
|
153
|
+
! static _Ty (__cdecl max)() _THROW0()
|
154
|
+
{ // return maximum value
|
155
|
+
return ((_Ty)WCHAR_MAX);
|
156
|
+
}
|
157
|
+
--- 209,220 ----
|
158
|
+
public:
|
159
|
+
typedef wchar_t _Ty;
|
160
|
+
|
161
|
+
! static _Ty __cdecl min __GCCXML_AVOID_MACRO_EXPANSION() _THROW0()
|
162
|
+
{ // return minimum value
|
163
|
+
return ((_Ty)WCHAR_MIN);
|
164
|
+
}
|
165
|
+
|
166
|
+
! static _Ty __cdecl max __GCCXML_AVOID_MACRO_EXPANSION() _THROW0()
|
167
|
+
{ // return maximum value
|
168
|
+
return ((_Ty)WCHAR_MAX);
|
169
|
+
}
|
170
|
+
*************** template<> class _CRTIMP2 numeric_limits
|
171
|
+
*** 263,274 ****
|
172
|
+
public:
|
173
|
+
typedef bool _Ty;
|
174
|
+
|
175
|
+
! static _Ty (__cdecl min)() _THROW0()
|
176
|
+
{ // return minimum value
|
177
|
+
return (false);
|
178
|
+
}
|
179
|
+
|
180
|
+
! static _Ty (__cdecl max)() _THROW0()
|
181
|
+
{ // return maximum value
|
182
|
+
return (true);
|
183
|
+
}
|
184
|
+
--- 264,275 ----
|
185
|
+
public:
|
186
|
+
typedef bool _Ty;
|
187
|
+
|
188
|
+
! static _Ty __cdecl min __GCCXML_AVOID_MACRO_EXPANSION() _THROW0()
|
189
|
+
{ // return minimum value
|
190
|
+
return (false);
|
191
|
+
}
|
192
|
+
|
193
|
+
! static _Ty __cdecl max __GCCXML_AVOID_MACRO_EXPANSION() _THROW0()
|
194
|
+
{ // return maximum value
|
195
|
+
return (true);
|
196
|
+
}
|
197
|
+
*************** template<> class _CRTIMP2 numeric_limits
|
198
|
+
*** 316,327 ****
|
199
|
+
public:
|
200
|
+
typedef signed char _Ty;
|
201
|
+
|
202
|
+
! static _Ty (__cdecl min)() _THROW0()
|
203
|
+
{ // return minimum value
|
204
|
+
return (SCHAR_MIN);
|
205
|
+
}
|
206
|
+
|
207
|
+
! static _Ty (__cdecl max)() _THROW0()
|
208
|
+
{ // return maximum value
|
209
|
+
return (SCHAR_MAX);
|
210
|
+
}
|
211
|
+
--- 317,328 ----
|
212
|
+
public:
|
213
|
+
typedef signed char _Ty;
|
214
|
+
|
215
|
+
! static _Ty __cdecl min __GCCXML_AVOID_MACRO_EXPANSION() _THROW0()
|
216
|
+
{ // return minimum value
|
217
|
+
return (SCHAR_MIN);
|
218
|
+
}
|
219
|
+
|
220
|
+
! static _Ty __cdecl max __GCCXML_AVOID_MACRO_EXPANSION() _THROW0()
|
221
|
+
{ // return maximum value
|
222
|
+
return (SCHAR_MAX);
|
223
|
+
}
|
224
|
+
*************** template<> class _CRTIMP2 numeric_limits
|
225
|
+
*** 368,379 ****
|
226
|
+
public:
|
227
|
+
typedef unsigned char _Ty;
|
228
|
+
|
229
|
+
! static _Ty (__cdecl min)() _THROW0()
|
230
|
+
{ // return minimum value
|
231
|
+
return (0);
|
232
|
+
}
|
233
|
+
|
234
|
+
! static _Ty (__cdecl max)() _THROW0()
|
235
|
+
{ // return maximum value
|
236
|
+
return (UCHAR_MAX);
|
237
|
+
}
|
238
|
+
--- 369,380 ----
|
239
|
+
public:
|
240
|
+
typedef unsigned char _Ty;
|
241
|
+
|
242
|
+
! static _Ty __cdecl min __GCCXML_AVOID_MACRO_EXPANSION() _THROW0()
|
243
|
+
{ // return minimum value
|
244
|
+
return (0);
|
245
|
+
}
|
246
|
+
|
247
|
+
! static _Ty __cdecl max __GCCXML_AVOID_MACRO_EXPANSION() _THROW0()
|
248
|
+
{ // return maximum value
|
249
|
+
return (UCHAR_MAX);
|
250
|
+
}
|
251
|
+
*************** template<> class _CRTIMP2 numeric_limits
|
252
|
+
*** 420,431 ****
|
253
|
+
public:
|
254
|
+
typedef short _Ty;
|
255
|
+
|
256
|
+
! static _Ty (__cdecl min)() _THROW0()
|
257
|
+
{ // return minimum value
|
258
|
+
return (SHRT_MIN);
|
259
|
+
}
|
260
|
+
|
261
|
+
! static _Ty (__cdecl max)() _THROW0()
|
262
|
+
{ // return maximum value
|
263
|
+
return (SHRT_MAX);
|
264
|
+
}
|
265
|
+
--- 421,432 ----
|
266
|
+
public:
|
267
|
+
typedef short _Ty;
|
268
|
+
|
269
|
+
! static _Ty __cdecl min __GCCXML_AVOID_MACRO_EXPANSION() _THROW0()
|
270
|
+
{ // return minimum value
|
271
|
+
return (SHRT_MIN);
|
272
|
+
}
|
273
|
+
|
274
|
+
! static _Ty __cdecl max __GCCXML_AVOID_MACRO_EXPANSION() _THROW0()
|
275
|
+
{ // return maximum value
|
276
|
+
return (SHRT_MAX);
|
277
|
+
}
|
278
|
+
*************** template<> class _CRTIMP2 numeric_limits
|
279
|
+
*** 473,484 ****
|
280
|
+
public:
|
281
|
+
typedef unsigned short _Ty;
|
282
|
+
|
283
|
+
! static _Ty (__cdecl min)() _THROW0()
|
284
|
+
{ // return minimum value
|
285
|
+
return (0);
|
286
|
+
}
|
287
|
+
|
288
|
+
! static _Ty (__cdecl max)() _THROW0()
|
289
|
+
{ // return maximum value
|
290
|
+
return (USHRT_MAX);
|
291
|
+
}
|
292
|
+
--- 474,485 ----
|
293
|
+
public:
|
294
|
+
typedef unsigned short _Ty;
|
295
|
+
|
296
|
+
! static _Ty __cdecl min __GCCXML_AVOID_MACRO_EXPANSION() _THROW0()
|
297
|
+
{ // return minimum value
|
298
|
+
return (0);
|
299
|
+
}
|
300
|
+
|
301
|
+
! static _Ty __cdecl max __GCCXML_AVOID_MACRO_EXPANSION() _THROW0()
|
302
|
+
{ // return maximum value
|
303
|
+
return (USHRT_MAX);
|
304
|
+
}
|
305
|
+
*************** template<> class _CRTIMP2 numeric_limits
|
306
|
+
*** 526,537 ****
|
307
|
+
public:
|
308
|
+
typedef int _Ty;
|
309
|
+
|
310
|
+
! static _Ty (__cdecl min)() _THROW0()
|
311
|
+
{ // return minimum value
|
312
|
+
return (INT_MIN);
|
313
|
+
}
|
314
|
+
|
315
|
+
! static _Ty (__cdecl max)() _THROW0()
|
316
|
+
{ // return maximum value
|
317
|
+
return (INT_MAX);
|
318
|
+
}
|
319
|
+
--- 527,538 ----
|
320
|
+
public:
|
321
|
+
typedef int _Ty;
|
322
|
+
|
323
|
+
! static _Ty __cdecl min __GCCXML_AVOID_MACRO_EXPANSION() _THROW0()
|
324
|
+
{ // return minimum value
|
325
|
+
return (INT_MIN);
|
326
|
+
}
|
327
|
+
|
328
|
+
! static _Ty __cdecl max __GCCXML_AVOID_MACRO_EXPANSION() _THROW0()
|
329
|
+
{ // return maximum value
|
330
|
+
return (INT_MAX);
|
331
|
+
}
|
332
|
+
*************** template<> class _CRTIMP2 numeric_limits
|
333
|
+
*** 579,590 ****
|
334
|
+
public:
|
335
|
+
typedef unsigned int _Ty;
|
336
|
+
|
337
|
+
! static _Ty (__cdecl min)() _THROW0()
|
338
|
+
{ // return minimum value
|
339
|
+
return (0);
|
340
|
+
}
|
341
|
+
|
342
|
+
! static _Ty (__cdecl max)() _THROW0()
|
343
|
+
{ // return maximum value
|
344
|
+
return (UINT_MAX);
|
345
|
+
}
|
346
|
+
--- 580,591 ----
|
347
|
+
public:
|
348
|
+
typedef unsigned int _Ty;
|
349
|
+
|
350
|
+
! static _Ty __cdecl min __GCCXML_AVOID_MACRO_EXPANSION() _THROW0()
|
351
|
+
{ // return minimum value
|
352
|
+
return (0);
|
353
|
+
}
|
354
|
+
|
355
|
+
! static _Ty __cdecl max __GCCXML_AVOID_MACRO_EXPANSION() _THROW0()
|
356
|
+
{ // return maximum value
|
357
|
+
return (UINT_MAX);
|
358
|
+
}
|
359
|
+
*************** template<> class _CRTIMP2 numeric_limits
|
360
|
+
*** 632,643 ****
|
361
|
+
public:
|
362
|
+
typedef long _Ty;
|
363
|
+
|
364
|
+
! static _Ty (__cdecl min)() _THROW0()
|
365
|
+
{ // return minimum value
|
366
|
+
return (LONG_MIN);
|
367
|
+
}
|
368
|
+
|
369
|
+
! static _Ty (__cdecl max)() _THROW0()
|
370
|
+
{ // return maximum value
|
371
|
+
return (LONG_MAX);
|
372
|
+
}
|
373
|
+
--- 633,644 ----
|
374
|
+
public:
|
375
|
+
typedef long _Ty;
|
376
|
+
|
377
|
+
! static _Ty __cdecl min __GCCXML_AVOID_MACRO_EXPANSION() _THROW0()
|
378
|
+
{ // return minimum value
|
379
|
+
return (LONG_MIN);
|
380
|
+
}
|
381
|
+
|
382
|
+
! static _Ty __cdecl max __GCCXML_AVOID_MACRO_EXPANSION() _THROW0()
|
383
|
+
{ // return maximum value
|
384
|
+
return (LONG_MAX);
|
385
|
+
}
|
386
|
+
*************** template<> class _CRTIMP2 numeric_limits
|
387
|
+
*** 685,696 ****
|
388
|
+
public:
|
389
|
+
typedef unsigned long _Ty;
|
390
|
+
|
391
|
+
! static _Ty (__cdecl min)() _THROW0()
|
392
|
+
{ // return minimum value
|
393
|
+
return (0);
|
394
|
+
}
|
395
|
+
|
396
|
+
! static _Ty (__cdecl max)() _THROW0()
|
397
|
+
{ // return maximum value
|
398
|
+
return (ULONG_MAX);
|
399
|
+
}
|
400
|
+
--- 686,697 ----
|
401
|
+
public:
|
402
|
+
typedef unsigned long _Ty;
|
403
|
+
|
404
|
+
! static _Ty __cdecl min __GCCXML_AVOID_MACRO_EXPANSION() _THROW0()
|
405
|
+
{ // return minimum value
|
406
|
+
return (0);
|
407
|
+
}
|
408
|
+
|
409
|
+
! static _Ty __cdecl max __GCCXML_AVOID_MACRO_EXPANSION() _THROW0()
|
410
|
+
{ // return maximum value
|
411
|
+
return (ULONG_MAX);
|
412
|
+
}
|
413
|
+
*************** template<> class _CRTIMP2 numeric_limits
|
414
|
+
*** 739,750 ****
|
415
|
+
public:
|
416
|
+
typedef _LONGLONG _Ty;
|
417
|
+
|
418
|
+
! static _Ty (__cdecl min)() _THROW0()
|
419
|
+
{ // return minimum value
|
420
|
+
return (-_LLONG_MAX - _C2);
|
421
|
+
}
|
422
|
+
|
423
|
+
! static _Ty (__cdecl max)() _THROW0()
|
424
|
+
{ // return maximum value
|
425
|
+
return (_LLONG_MAX);
|
426
|
+
}
|
427
|
+
--- 740,751 ----
|
428
|
+
public:
|
429
|
+
typedef _LONGLONG _Ty;
|
430
|
+
|
431
|
+
! static _Ty __cdecl min __GCCXML_AVOID_MACRO_EXPANSION() _THROW0()
|
432
|
+
{ // return minimum value
|
433
|
+
return (-_LLONG_MAX - _C2);
|
434
|
+
}
|
435
|
+
|
436
|
+
! static _Ty __cdecl max __GCCXML_AVOID_MACRO_EXPANSION() _THROW0()
|
437
|
+
{ // return maximum value
|
438
|
+
return (_LLONG_MAX);
|
439
|
+
}
|
440
|
+
*************** template<> class _CRTIMP2 numeric_limits
|
441
|
+
*** 792,803 ****
|
442
|
+
public:
|
443
|
+
typedef _ULONGLONG _Ty;
|
444
|
+
|
445
|
+
! static _Ty (__cdecl min)() _THROW0()
|
446
|
+
{ // return minimum value
|
447
|
+
return (0);
|
448
|
+
}
|
449
|
+
|
450
|
+
! static _Ty (__cdecl max)() _THROW0()
|
451
|
+
{ // return maximum value
|
452
|
+
return (_ULLONG_MAX);
|
453
|
+
}
|
454
|
+
--- 793,804 ----
|
455
|
+
public:
|
456
|
+
typedef _ULONGLONG _Ty;
|
457
|
+
|
458
|
+
! static _Ty __cdecl min __GCCXML_AVOID_MACRO_EXPANSION() _THROW0()
|
459
|
+
{ // return minimum value
|
460
|
+
return (0);
|
461
|
+
}
|
462
|
+
|
463
|
+
! static _Ty __cdecl max __GCCXML_AVOID_MACRO_EXPANSION() _THROW0()
|
464
|
+
{ // return maximum value
|
465
|
+
return (_ULLONG_MAX);
|
466
|
+
}
|
467
|
+
*************** template<> class _CRTIMP2 numeric_limits
|
468
|
+
*** 846,857 ****
|
469
|
+
public:
|
470
|
+
typedef float _Ty;
|
471
|
+
|
472
|
+
! static _Ty (__cdecl min)() _THROW0()
|
473
|
+
{ // return minimum value
|
474
|
+
return (FLT_MIN);
|
475
|
+
}
|
476
|
+
|
477
|
+
! static _Ty (__cdecl max)() _THROW0()
|
478
|
+
{ // return maximum value
|
479
|
+
return (FLT_MAX);
|
480
|
+
}
|
481
|
+
--- 847,858 ----
|
482
|
+
public:
|
483
|
+
typedef float _Ty;
|
484
|
+
|
485
|
+
! static _Ty __cdecl min __GCCXML_AVOID_MACRO_EXPANSION() _THROW0()
|
486
|
+
{ // return minimum value
|
487
|
+
return (FLT_MIN);
|
488
|
+
}
|
489
|
+
|
490
|
+
! static _Ty __cdecl max __GCCXML_AVOID_MACRO_EXPANSION() _THROW0()
|
491
|
+
{ // return maximum value
|
492
|
+
return (FLT_MAX);
|
493
|
+
}
|
494
|
+
*************** template<> class _CRTIMP2 numeric_limits
|
495
|
+
*** 901,912 ****
|
496
|
+
public:
|
497
|
+
typedef double _Ty;
|
498
|
+
|
499
|
+
! static _Ty (__cdecl min)() _THROW0()
|
500
|
+
{ // return minimum value
|
501
|
+
return (DBL_MIN);
|
502
|
+
}
|
503
|
+
|
504
|
+
! static _Ty (__cdecl max)() _THROW0()
|
505
|
+
{ // return maximum value
|
506
|
+
return (DBL_MAX);
|
507
|
+
}
|
508
|
+
--- 902,913 ----
|
509
|
+
public:
|
510
|
+
typedef double _Ty;
|
511
|
+
|
512
|
+
! static _Ty __cdecl min __GCCXML_AVOID_MACRO_EXPANSION() _THROW0()
|
513
|
+
{ // return minimum value
|
514
|
+
return (DBL_MIN);
|
515
|
+
}
|
516
|
+
|
517
|
+
! static _Ty __cdecl max __GCCXML_AVOID_MACRO_EXPANSION() _THROW0()
|
518
|
+
{ // return maximum value
|
519
|
+
return (DBL_MAX);
|
520
|
+
}
|
521
|
+
*************** template<> class _CRTIMP2 numeric_limits
|
522
|
+
*** 956,967 ****
|
523
|
+
public:
|
524
|
+
typedef long double _Ty;
|
525
|
+
|
526
|
+
! static _Ty (__cdecl min)() _THROW0()
|
527
|
+
{ // return minimum value
|
528
|
+
return (LDBL_MIN);
|
529
|
+
}
|
530
|
+
|
531
|
+
! static _Ty (__cdecl max)() _THROW0()
|
532
|
+
{ // return maximum value
|
533
|
+
return (LDBL_MAX);
|
534
|
+
}
|
535
|
+
--- 957,968 ----
|
536
|
+
public:
|
537
|
+
typedef long double _Ty;
|
538
|
+
|
539
|
+
! static _Ty __cdecl min __GCCXML_AVOID_MACRO_EXPANSION() _THROW0()
|
540
|
+
{ // return minimum value
|
541
|
+
return (LDBL_MIN);
|
542
|
+
}
|
543
|
+
|
544
|
+
! static _Ty __cdecl max __GCCXML_AVOID_MACRO_EXPANSION() _THROW0()
|
545
|
+
{ // return maximum value
|
546
|
+
return (LDBL_MAX);
|
547
|
+
}
|
548
|
+
Index: limits.h
|
549
|
+
===================================================================
|
550
|
+
RCS file: /cvsroot/GxInclude/Vc71/Include/limits.h,v
|
551
|
+
retrieving revision 1.1
|
552
|
+
retrieving revision 1.2
|
553
|
+
diff -c -3 -p -r1.1 -r1.2
|
554
|
+
*** limits.h 10 Jun 2003 16:12:29 -0000 1.1
|
555
|
+
--- limits.h 18 Mar 2005 22:16:06 -0000 1.2
|
556
|
+
***************
|
557
|
+
*** 50,58 ****
|
558
|
+
|
559
|
+
/* Make sure these macros don't show up in ANSI C++ code */
|
560
|
+
#if !defined(__cplusplus) || defined(_MSC_EXTENSIONS)
|
561
|
+
! #define LLONG_MAX 0x7fffffffffffffff /*maximum signed __int64 value */
|
562
|
+
! #define LLONG_MIN 0x8000000000000000 /*minimum signed __int64 value */
|
563
|
+
! #define ULLONG_MAX 0xffffffffffffffff /*maximum unsigned __int64 value */
|
564
|
+
#endif
|
565
|
+
|
566
|
+
#if _INTEGRAL_MAX_BITS >= 8
|
567
|
+
--- 50,58 ----
|
568
|
+
|
569
|
+
/* Make sure these macros don't show up in ANSI C++ code */
|
570
|
+
#if !defined(__cplusplus) || defined(_MSC_EXTENSIONS)
|
571
|
+
! #define LLONG_MAX 0x7fffffffffffffffi64 /*maximum signed __int64 value */
|
572
|
+
! #define LLONG_MIN 0x8000000000000000i64 /*minimum signed __int64 value */
|
573
|
+
! #define ULLONG_MAX 0xffffffffffffffffui64 /*maximum unsigned __int64 value */
|
574
|
+
#endif
|
575
|
+
|
576
|
+
#if _INTEGRAL_MAX_BITS >= 8
|
577
|
+
Index: process.h
|
578
|
+
===================================================================
|
579
|
+
RCS file: /cvsroot/GxInclude/Vc71/Include/process.h,v
|
580
|
+
retrieving revision 1.1
|
581
|
+
retrieving revision 1.2
|
582
|
+
diff -c -3 -p -r1.1 -r1.2
|
583
|
+
*** process.h 10 Jun 2003 16:12:29 -0000 1.1
|
584
|
+
--- process.h 1 Feb 2005 20:40:08 -0000 1.2
|
585
|
+
*************** _CRTIMP int __cdecl _wsystem(const wchar
|
586
|
+
*** 177,183 ****
|
587
|
+
*/
|
588
|
+
intptr_t __cdecl _loaddll(char *);
|
589
|
+
int __cdecl _unloaddll(intptr_t);
|
590
|
+
! int (__cdecl * __cdecl _getdllprocaddr(intptr_t, char *, intptr_t))();
|
591
|
+
/* --------- The preceding functions are OBSOLETE --------- */
|
592
|
+
|
593
|
+
|
594
|
+
--- 177,184 ----
|
595
|
+
*/
|
596
|
+
intptr_t __cdecl _loaddll(char *);
|
597
|
+
int __cdecl _unloaddll(intptr_t);
|
598
|
+
! typedef int (__cdecl * _getdllprocaddr_type)();
|
599
|
+
! _getdllprocaddr_type __cdecl _getdllprocaddr(intptr_t, char *, intptr_t);
|
600
|
+
/* --------- The preceding functions are OBSOLETE --------- */
|
601
|
+
|
602
|
+
|
603
|
+
Index: signal.h
|
604
|
+
===================================================================
|
605
|
+
RCS file: /cvsroot/GxInclude/Vc71/Include/signal.h,v
|
606
|
+
retrieving revision 1.1
|
607
|
+
retrieving revision 1.2
|
608
|
+
diff -c -3 -p -r1.1 -r1.2
|
609
|
+
*** signal.h 10 Jun 2003 16:12:29 -0000 1.1
|
610
|
+
--- signal.h 17 May 2004 17:34:46 -0000 1.2
|
611
|
+
*************** extern void * _pxcptinfoptrs;
|
612
|
+
*** 89,95 ****
|
613
|
+
|
614
|
+
/* Function prototypes */
|
615
|
+
|
616
|
+
! _CRTIMP void (__cdecl * __cdecl signal(int, void (__cdecl *)(int)))(int);
|
617
|
+
_CRTIMP int __cdecl raise(int);
|
618
|
+
|
619
|
+
|
620
|
+
--- 89,96 ----
|
621
|
+
|
622
|
+
/* Function prototypes */
|
623
|
+
|
624
|
+
! typedef void (__cdecl * __signal_handler_t)(int);
|
625
|
+
! _CRTIMP __signal_handler_t __cdecl signal(int, __signal_handler_t);
|
626
|
+
_CRTIMP int __cdecl raise(int);
|
627
|
+
|
628
|
+
|
629
|
+
Index: stddef.h
|
630
|
+
===================================================================
|
631
|
+
RCS file: /cvsroot/GxInclude/Vc71/Include/stddef.h,v
|
632
|
+
retrieving revision 1.1
|
633
|
+
retrieving revision 1.2
|
634
|
+
diff -c -3 -p -r1.1 -r1.2
|
635
|
+
*** stddef.h 10 Jun 2003 16:12:29 -0000 1.1
|
636
|
+
--- stddef.h 9 Jan 2009 13:47:14 -0000 1.2
|
637
|
+
*************** typedef unsigned short wchar_t;
|
638
|
+
*** 122,132 ****
|
639
|
+
--- 122,135 ----
|
640
|
+
|
641
|
+
/* Define offsetof macro */
|
642
|
+
|
643
|
+
+ #define offsetof(s,m) ((size_t)__builtin_offsetof(s,m))
|
644
|
+
+ #if 0 /* replaced for gccxml */
|
645
|
+
#ifdef _WIN64
|
646
|
+
#define offsetof(s,m) (size_t)( (ptrdiff_t)&(((s *)0)->m) )
|
647
|
+
#else
|
648
|
+
#define offsetof(s,m) (size_t)&(((s *)0)->m)
|
649
|
+
#endif
|
650
|
+
+ #endif /* 0 */
|
651
|
+
|
652
|
+
|
653
|
+
#ifdef _MT
|
654
|
+
Index: typeinfo.h
|
655
|
+
===================================================================
|
656
|
+
RCS file: /cvsroot/GxInclude/Vc71/Include/typeinfo.h,v
|
657
|
+
retrieving revision 1.1
|
658
|
+
retrieving revision 1.2
|
659
|
+
diff -c -3 -p -r1.1 -r1.2
|
660
|
+
*** typeinfo.h 10 Jun 2003 16:12:29 -0000 1.1
|
661
|
+
--- typeinfo.h 17 May 2004 14:29:56 -0000 1.2
|
662
|
+
***************
|
663
|
+
*** 37,42 ****
|
664
|
+
--- 37,43 ----
|
665
|
+
#endif /* _DLL */
|
666
|
+
#endif /* _CRTIMP */
|
667
|
+
|
668
|
+
+ namespace std {
|
669
|
+
class type_info {
|
670
|
+
public:
|
671
|
+
_CRTIMP virtual ~type_info();
|
672
|
+
*************** private:
|
673
|
+
*** 51,57 ****
|
674
|
+
type_info(const type_info& rhs);
|
675
|
+
type_info& operator=(const type_info& rhs);
|
676
|
+
};
|
677
|
+
!
|
678
|
+
|
679
|
+
// This include must occur below the definition of class type_info
|
680
|
+
#include <stdexcpt.h>
|
681
|
+
--- 52,59 ----
|
682
|
+
type_info(const type_info& rhs);
|
683
|
+
type_info& operator=(const type_info& rhs);
|
684
|
+
};
|
685
|
+
! }
|
686
|
+
! using std::type_info;
|
687
|
+
|
688
|
+
// This include must occur below the definition of class type_info
|
689
|
+
#include <stdexcpt.h>
|
690
|
+
Index: valarray
|
691
|
+
===================================================================
|
692
|
+
RCS file: /cvsroot/GxInclude/Vc71/Include/valarray,v
|
693
|
+
retrieving revision 1.1
|
694
|
+
retrieving revision 1.2
|
695
|
+
diff -c -3 -p -r1.1 -r1.2
|
696
|
+
*** valarray 10 Jun 2003 16:12:29 -0000 1.1
|
697
|
+
--- valarray 21 Oct 2007 19:58:10 -0000 1.2
|
698
|
+
***************
|
699
|
+
*** 5,10 ****
|
700
|
+
--- 5,12 ----
|
701
|
+
#include <cmath>
|
702
|
+
#include <xstddef>
|
703
|
+
|
704
|
+
+ #define __GCCXML_AVOID_MACRO_EXPANSION
|
705
|
+
+
|
706
|
+
#pragma pack(push,8)
|
707
|
+
#pragma warning(push,3)
|
708
|
+
|
709
|
+
*************** public:
|
710
|
+
*** 311,317 ****
|
711
|
+
return (_Sum);
|
712
|
+
}
|
713
|
+
|
714
|
+
! _Ty min() const
|
715
|
+
{ // return smallest of all elements
|
716
|
+
_Ty _Min = _Myptr[0];
|
717
|
+
for (size_t _Idx = 0; ++_Idx < size(); )
|
718
|
+
--- 313,319 ----
|
719
|
+
return (_Sum);
|
720
|
+
}
|
721
|
+
|
722
|
+
! _Ty min __GCCXML_AVOID_MACRO_EXPANSION() const
|
723
|
+
{ // return smallest of all elements
|
724
|
+
_Ty _Min = _Myptr[0];
|
725
|
+
for (size_t _Idx = 0; ++_Idx < size(); )
|
726
|
+
*************** public:
|
727
|
+
*** 320,326 ****
|
728
|
+
return (_Min);
|
729
|
+
}
|
730
|
+
|
731
|
+
! _Ty max() const
|
732
|
+
{ // return largest of all elements
|
733
|
+
_Ty _Max = _Myptr[0];
|
734
|
+
for (size_t _Idx = 0; ++_Idx < size(); )
|
735
|
+
--- 322,328 ----
|
736
|
+
return (_Min);
|
737
|
+
}
|
738
|
+
|
739
|
+
! _Ty max __GCCXML_AVOID_MACRO_EXPANSION() const
|
740
|
+
{ // return largest of all elements
|
741
|
+
_Ty _Max = _Myptr[0];
|
742
|
+
for (size_t _Idx = 0; ++_Idx < size(); )
|
743
|
+
Index: vector
|
744
|
+
===================================================================
|
745
|
+
RCS file: /cvsroot/GxInclude/Vc71/Include/vector,v
|
746
|
+
retrieving revision 1.2
|
747
|
+
retrieving revision 1.3
|
748
|
+
diff -c -3 -p -r1.2 -r1.3
|
749
|
+
*** vector 22 Oct 2007 20:15:48 -0000 1.2
|
750
|
+
--- vector 22 Oct 2007 20:17:45 -0000 1.3
|
751
|
+
*************** public:
|
752
|
+
*** 1051,1056 ****
|
753
|
+
--- 1051,1058 ----
|
754
|
+
: public _Vb_iter_base
|
755
|
+
{ // iterator for nonmutable vector<bool>
|
756
|
+
public:
|
757
|
+
+ using _Vb_iter_base::_Myoff;
|
758
|
+
+ using _Vb_iter_base::_Myptr;
|
759
|
+
typedef random_access_iterator_tag iterator_category;
|
760
|
+
typedef _Bool value_type;
|
761
|
+
typedef _Dift difference_type;
|
762
|
+
Index: xdebug
|
763
|
+
===================================================================
|
764
|
+
RCS file: /cvsroot/GxInclude/Vc71/Include/xdebug,v
|
765
|
+
retrieving revision 1.1
|
766
|
+
retrieving revision 1.2
|
767
|
+
diff -c -3 -p -r1.1 -r1.2
|
768
|
+
*** xdebug 10 Jun 2003 16:12:29 -0000 1.1
|
769
|
+
--- xdebug 21 Oct 2007 19:58:10 -0000 1.2
|
770
|
+
*************** template<class _Ty>
|
771
|
+
*** 57,63 ****
|
772
|
+
--- 57,65 ----
|
773
|
+
{ // delete from the debug CRT heap even if operator delete exists
|
774
|
+
if (_Ptr != 0)
|
775
|
+
{ // worth deleting
|
776
|
+
+ #if 0
|
777
|
+
_Ptr->~_Ty();
|
778
|
+
+ #endif
|
779
|
+
// delete as _NORMAL_BLOCK, not _CRT_BLOCK, since we might have
|
780
|
+
// facets allocated by normal new.
|
781
|
+
free(_Ptr);
|
782
|
+
*************** public:
|
783
|
+
*** 74,93 ****
|
784
|
+
template<class _Other>
|
785
|
+
struct rebind
|
786
|
+
{ // convert _DebugHeapAllocator<_Ty> to _DebugHeapAllocator<_Other>
|
787
|
+
! typedef typename _DebugHeapAllocator<_Other> other;
|
788
|
+
};
|
789
|
+
|
790
|
+
! allocator<_Ty>::pointer allocate(allocator<_Ty>::size_type _Count, const void *)
|
791
|
+
{ // allocate array of _Count elements, ignore hint
|
792
|
+
return ((_Ty *)_NEW_CRT char[_Count * sizeof(_Ty)]);
|
793
|
+
}
|
794
|
+
|
795
|
+
! allocator<_Ty>::pointer allocate(allocator<_Ty>::size_type _Count)
|
796
|
+
{ // allocate array of _Count elements
|
797
|
+
return ((_Ty *)_NEW_CRT char[_Count * sizeof(_Ty)]);
|
798
|
+
}
|
799
|
+
|
800
|
+
! void deallocate(allocator<_Ty>::pointer _Ptr, allocator<_Ty>::size_type)
|
801
|
+
{ // deallocate object at _Ptr, ignore size
|
802
|
+
_DELETE_CRT_VEC(_Ptr);
|
803
|
+
}
|
804
|
+
--- 76,95 ----
|
805
|
+
template<class _Other>
|
806
|
+
struct rebind
|
807
|
+
{ // convert _DebugHeapAllocator<_Ty> to _DebugHeapAllocator<_Other>
|
808
|
+
! typedef _DebugHeapAllocator<_Other> other;
|
809
|
+
};
|
810
|
+
|
811
|
+
! typename allocator<_Ty>::pointer allocate(typename allocator<_Ty>::size_type _Count, const void *)
|
812
|
+
{ // allocate array of _Count elements, ignore hint
|
813
|
+
return ((_Ty *)_NEW_CRT char[_Count * sizeof(_Ty)]);
|
814
|
+
}
|
815
|
+
|
816
|
+
! typename allocator<_Ty>::pointer allocate(typename allocator<_Ty>::size_type _Count)
|
817
|
+
{ // allocate array of _Count elements
|
818
|
+
return ((_Ty *)_NEW_CRT char[_Count * sizeof(_Ty)]);
|
819
|
+
}
|
820
|
+
|
821
|
+
! void deallocate(typename allocator<_Ty>::pointer _Ptr, typename allocator<_Ty>::size_type)
|
822
|
+
{ // deallocate object at _Ptr, ignore size
|
823
|
+
_DELETE_CRT_VEC(_Ptr);
|
824
|
+
}
|
825
|
+
Index: xlocale
|
826
|
+
===================================================================
|
827
|
+
RCS file: /cvsroot/GxInclude/Vc71/Include/xlocale,v
|
828
|
+
retrieving revision 1.1
|
829
|
+
retrieving revision 1.2
|
830
|
+
diff -c -3 -p -r1.1 -r1.2
|
831
|
+
*** xlocale 10 Jun 2003 16:12:29 -0000 1.1
|
832
|
+
--- xlocale 10 Jun 2003 17:36:05 -0000 1.2
|
833
|
+
***************
|
834
|
+
*** 13,18 ****
|
835
|
+
--- 13,21 ----
|
836
|
+
#pragma warning(push,3)
|
837
|
+
|
838
|
+
_STD_BEGIN
|
839
|
+
+ class _CRTIMP2 locale;
|
840
|
+
+ template<class _Elem> class collate;
|
841
|
+
+ template<class _Facet> const _Facet& __cdecl use_facet(const locale& _Loc);
|
842
|
+
|
843
|
+
// TEMPLATE CLASS _Locbase
|
844
|
+
template<class _Dummy>
|
845
|
+
Index: xstddef
|
846
|
+
===================================================================
|
847
|
+
RCS file: /cvsroot/GxInclude/Vc71/Include/xstddef,v
|
848
|
+
retrieving revision 1.1
|
849
|
+
retrieving revision 1.2
|
850
|
+
diff -c -3 -p -r1.1 -r1.2
|
851
|
+
*** xstddef 10 Jun 2003 16:12:29 -0000 1.1
|
852
|
+
--- xstddef 10 Jun 2003 17:36:05 -0000 1.2
|
853
|
+
*************** _STD_BEGIN
|
854
|
+
*** 24,30 ****
|
855
|
+
#define _RERAISE throw
|
856
|
+
|
857
|
+
#define _THROW0() throw ()
|
858
|
+
! #define _THROW1(x) throw (...)
|
859
|
+
#define _THROW(x, y) throw x(y)
|
860
|
+
|
861
|
+
#else /* _HAS_EXCEPTIONS */
|
862
|
+
--- 24,30 ----
|
863
|
+
#define _RERAISE throw
|
864
|
+
|
865
|
+
#define _THROW0() throw ()
|
866
|
+
! #define _THROW1(x) throw (x)
|
867
|
+
#define _THROW(x, y) throw x(y)
|
868
|
+
|
869
|
+
#else /* _HAS_EXCEPTIONS */
|
870
|
+
Index: xstring
|
871
|
+
===================================================================
|
872
|
+
RCS file: /cvsroot/GxInclude/Vc71/Include/xstring,v
|
873
|
+
retrieving revision 1.1
|
874
|
+
retrieving revision 1.2
|
875
|
+
diff -c -3 -p -r1.1 -r1.2
|
876
|
+
*** xstring 10 Jun 2003 16:12:29 -0000 1.1
|
877
|
+
--- xstring 21 Oct 2007 19:58:10 -0000 1.2
|
878
|
+
*************** template<class _Elem,
|
879
|
+
*** 1547,1553 ****
|
880
|
+
class _Alloc>
|
881
|
+
const typename basic_string<_Elem, _Traits, _Alloc>::size_type
|
882
|
+
basic_string<_Elem, _Traits, _Alloc>::npos =
|
883
|
+
! (basic_string<_Elem, _Traits, _Alloc>::size_type)(-1);
|
884
|
+
|
885
|
+
template<class _Elem,
|
886
|
+
class _Traits,
|
887
|
+
--- 1547,1553 ----
|
888
|
+
class _Alloc>
|
889
|
+
const typename basic_string<_Elem, _Traits, _Alloc>::size_type
|
890
|
+
basic_string<_Elem, _Traits, _Alloc>::npos =
|
891
|
+
! (typename basic_string<_Elem, _Traits, _Alloc>::size_type)(-1);
|
892
|
+
|
893
|
+
template<class _Elem,
|
894
|
+
class _Traits,
|
895
|
+
Index: yvals.h
|
896
|
+
===================================================================
|
897
|
+
RCS file: /cvsroot/GxInclude/Vc71/Include/yvals.h,v
|
898
|
+
retrieving revision 1.1
|
899
|
+
retrieving revision 1.3
|
900
|
+
diff -c -3 -p -r1.1 -r1.3
|
901
|
+
*** yvals.h 10 Jun 2003 16:12:29 -0000 1.1
|
902
|
+
--- yvals.h 18 Mar 2005 22:21:50 -0000 1.3
|
903
|
+
*************** _STD_END
|
904
|
+
*** 121,128 ****
|
905
|
+
/* VC++ COMPILER PARAMETERS */
|
906
|
+
#define _LONGLONG __int64
|
907
|
+
#define _ULONGLONG unsigned __int64
|
908
|
+
! #define _LLONG_MAX 0x7fffffffffffffff
|
909
|
+
! #define _ULLONG_MAX 0xffffffffffffffff
|
910
|
+
|
911
|
+
/* INTEGER PROPERTIES */
|
912
|
+
#define _C2 1 /* 0 if not 2's complement */
|
913
|
+
--- 121,128 ----
|
914
|
+
/* VC++ COMPILER PARAMETERS */
|
915
|
+
#define _LONGLONG __int64
|
916
|
+
#define _ULONGLONG unsigned __int64
|
917
|
+
! #define _LLONG_MAX 0x7fffffffffffffffi64
|
918
|
+
! #define _ULLONG_MAX 0xffffffffffffffffui64
|
919
|
+
|
920
|
+
/* INTEGER PROPERTIES */
|
921
|
+
#define _C2 1 /* 0 if not 2's complement */
|