1. 20 Oct, 2000 26 commits
  2. 19 Oct, 2000 9 commits
  3. 18 Oct, 2000 5 commits
    • Makefile.am (exception): Change exception.cc to exception_support.cc. · 0a8c4c0c
      
      2000-10-18   Benjamin Kosnik  <bkoz@purist.soma.redhat.com>
      
      	* libsupc++/Makefile.am (exception): Change exception.cc to
      	exception_support.cc.
      	(CXXLINK): Remove bogus --tag CC.
      	* libsupc++/Makefile.in: Regenerate.
      	* libsupc++/exception.cc: Move to...
      	* libsupc++/exception_support.cc: ...here.
      
      	* src/Makefile.am: Remove bogus --tag CC.
      	* src/Makefile.in: Regenerate.
      
      	* include/bits/locale_facets.tcc (use_facet): Simplify.
      	* include/bits/locale_facets.h (use_facet<ctype<char> >): Correct
      	use_facet declaration. Replace 'const ctype<T>' with ctype<T>.
      	(use_facet<ctype<wchar_t> >): Same.
      	* src/locale-inst.cc: Remove explicit instantiation.
      	* src/locale.cc: Correct signature here too.
      	(_Bad_use_facet::what()): Correct error string.
      	* include/bits/localefwd.h: Correct comment.
      
      	* mkcheck.in (C_DIR): Change libsupc++/include to libsupc++.
      
      From-SVN: r36945
      Benjamin Kosnik committed
    • libio.h (_IO_USER_LOCK): Define. · b0166fda
      
      2000-10-18  Chip Salzenberg  <chip@valinux.com>
      
              * libio/libio.h (_IO_USER_LOCK): Define.
      
      From-SVN: r36944
      Chip Salzenberg committed
    • Makefile.am (exception): Change exception.cc to exception_support.cc. · 697649ea
      
      2000-10-18   Benjamin Kosnik  <bkoz@purist.soma.redhat.com>
      
      	* libsupc++/Makefile.am (exception): Change exception.cc to
      	exception_support.cc.
      	(CXXLINK): Remove bogus --tag CC.
      	* libsupc++/Makefile.in: Regenerate.
      	* libsupc++/exception.cc: Move to...
      	* libsupc++/exception_support.cc: ...here.
      
      	* src/Makefile.am: Remove bogus --tag CC.
      	* src/Makefile.in: Regenerate.
      
      	* include/bits/locale_facets.tcc (use_facet): Simplify.
      	* include/bits/locale_facets.h (use_facet<ctype<char> >): Correct
      	use_facet declaration. Replace 'const ctype<T>' with ctype<T>.
      	(use_facet<ctype<wchar_t> >): Same.
      	* src/locale-inst.cc: Remove explicit instantiation.
      	* src/locale.cc: Correct signature here too.
      	(_Bad_use_facet::what()): Correct error string.
      	* include/bits/localefwd.h: Correct comment.
      
      	* mkcheck.in (C_DIR): Change libsupc++/include to libsupc++.
      
      From-SVN: r36943
      Benjamin Kosnik committed
    • Adding new option -ftrapv. · 91ce572a
      From-SVN: r36942
      Chandrakala Chavva committed
    • t-netware: Bring in from the Red Hat tree. · 4c2c5712
      2000-10-18  Geoffrey Keating  <geoffk@cygnus.com>
      	    David V. Henkel-Wallace  <gumby@cygnus.com>
      
      	* config/i386/t-netware: Bring in from the Red Hat tree.
      	* config/i386/netware.h: Likewise.
      	* config/netware.h: Likewise.
      	* config/rs6000/netware.h: Delete.
      	* configure.in: Add i[34567]86-*-netware.
      	* configure: Hand-edit to match configure.in change.
      
      Co-Authored-By: David V. Henkel-Wallace <gumby@cygnus.com>
      
      From-SVN: r36941
      Geoff Keating committed