1. 14 Aug, 2000 1 commit
    • zack's avatar
      top level: · e800dd2f
      zack authored
      	* configure: Make enable_threads and enable_shared defaults
      	explicit.  Substitute enable_threads into generated Makefiles.
      	* configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
      	* libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
      gcc:
      	* configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
      	* fixinc/inclhack.def: Likewise.
      	* fixinc/mkfixinc.sh: Likewise.
      	* configure: Regenerate.
      	* fixinc/fixincl.x: Regenerate.
      	* install.texi: Document equivalence of linux and linux-gnu.
      libio:
      	* configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
      	Honor --disable-threads.
      libstdc++:
      	* configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
      	Honor --disable-threads.
      libstdc++-v3:
      	* configure: Regenerate after change to ../libtool.m4.
      libobjc:
      	* configure: Regenerate after change to ../libtool.m4.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35680 138bc75d-0d04-0410-961f-82ee72b054a4
      e800dd2f
  2. 23 Jul, 2000 1 commit
  3. 30 Jun, 2000 1 commit
    • samuel's avatar
      in libiberty/ChangeLog: · b7f68aff
      samuel authored
      	* cp-demangle.c (demangle_encoding): Accept no substitutions.
      	(demangle_name): Handle <substitution> followed by
      	<unqualified-template-name>.
      	(demangle_type): Follow special substitutions with
      	<class-enum-type>
      	(demangle_subtitution): Set template_p for special substitutions.
      	(main): Fix typos.
      
      in gcc/cp/ChangeLog:
      
      	* mangle.c (find_substitution): Use same_type_p.
      	(write_encoding): Don't check for substitutions.
      
      in libio/ChangeLog:
      
      	* libioP.h (VTABLE_LABEL): Update for new vtable mangling.
      	* stdstrbufs.cc (filebuf_vtable): Likewise.
      	(stdiobuf_vtable): Likewise.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34811 138bc75d-0d04-0410-961f-82ee72b054a4
      b7f68aff
  4. 10 Jun, 2000 1 commit
  5. 08 Jun, 2000 1 commit
  6. 04 Jun, 2000 1 commit
  7. 24 May, 2000 3 commits
  8. 23 May, 2000 1 commit
    • zack's avatar
      gcc/testsuite: · f7d54b24
      zack authored
      	* c-torture/execute/bcp-1.c: Replace abort in arg of
      	__builtin_constant_p with a generic external function.
      
      	* gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
      	gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
      	gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
      	gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
      	Prototype abort and/or exit.
      
      	* gcc.dg/990407-1.c, gcc.dg/strpaste.c,
      	gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
      	gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
      	gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
      
      libio/tests:
      	* tfformat.c: Include stdlib.h.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34110 138bc75d-0d04-0410-961f-82ee72b054a4
      f7d54b24
  9. 16 May, 2000 1 commit
  10. 11 May, 2000 2 commits
  11. 02 Apr, 2000 1 commit
  12. 30 Mar, 2000 1 commit
  13. 28 Jan, 2000 2 commits
  14. 13 Jan, 2000 1 commit
  15. 22 Dec, 1999 1 commit
    • jakub's avatar
      · 98ce0254
      jakub authored
      	* libio.h (_IO_cookie_io_functions_t): Use _IO_off_t instead of
      	_IO_fpos_t.
      	(_IO_seekoff, _IO_seekpos): Likewise. Use _IO_off64_t instead of
      	_IO_fpos64_t.
      	* libioP.h (_IO_seekoff_t, _IO_seekpos_t, _IO_seek_t): Likewise.
      	(_IO_seekoff, _IO_seekpos): Likewise.
      	(_IO_default_seekoff, _IO_default_seekpos): Likewise.
      	(_IO_default_seek): Likewise.
      	(_IO_file_seekoff, _IO_file_seek, _IO_str_seekoff): Likewise.
      	* streambuf.h (streampos): Typedef to _IO_off_t resp. _IO_off64_t.
      	* parsestream.h (class parsebuf::pos_at_line_start): Change type
      	to _IO_off_t.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31068 138bc75d-0d04-0410-961f-82ee72b054a4
      98ce0254
  16. 21 Dec, 1999 2 commits
  17. 15 Dec, 1999 2 commits
  18. 30 Sep, 1999 1 commit
  19. 27 Sep, 1999 2 commits
  20. 13 Sep, 1999 1 commit
  21. 08 Sep, 1999 1 commit
  22. 04 Sep, 1999 1 commit
  23. 09 Aug, 1999 1 commit
  24. 07 Aug, 1999 1 commit
    • law's avatar
      · 10c499f8
      law authored
      	* iostream.cc: Add missing calls to isfx and setup a cleanup
      	region for the locked stream.
      	* iostream.h: Likewise.
      	* isgetline.cc: Likewise.
      	* isgetsb.cc: Likewise.
      	* isscan.cc: Likewise.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28573 138bc75d-0d04-0410-961f-82ee72b054a4
      10c499f8
  25. 29 Jun, 1999 1 commit
  26. 23 Jun, 1999 1 commit
  27. 01 Jun, 1999 1 commit
  28. 30 May, 1999 1 commit
  29. 20 May, 1999 1 commit
    • law's avatar
      libchill, libf2c, libobjc: · d77c0735
      law authored
              * configure.in (AC_PREREQ): Update to 2.13.
              (AC_EXEEXT): Call to find possible file extension.
              (compiler_name): Use.
              * configure: Regenerate.
      libio, libstdc++
              * configure.in: Test for ${compiler_name}.exe as well.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27050 138bc75d-0d04-0410-961f-82ee72b054a4
      d77c0735
  30. 17 May, 1999 1 commit
  31. 12 May, 1999 1 commit
  32. 29 Apr, 1999 1 commit
  33. 27 Apr, 1999 1 commit