1. 02 Jun, 2001 1 commit
  2. 01 Jun, 2001 15 commits
  3. 31 May, 2001 20 commits
  4. 30 May, 2001 4 commits
    • gcc.c (do_spec_1): In `%O' case, if we computed saved_suffix, use it in the new association. · 2297fdf1
      	* gcc.c (do_spec_1): In `%O' case, if we computed saved_suffix,
      	use it in the new association.
      
      From-SVN: r42728
      Tom Tromey committed
    • gthr-posix.h (__gthread_active_ptr): Cast function pointer to target type to… · f5fa2384
      gthr-posix.h (__gthread_active_ptr): Cast function pointer to target type to allow ISO C++ compiler to accept it.
      
      	* gthr-posix.h (__gthread_active_ptr): Cast function pointer
      	to target type to allow ISO C++ compiler to accept it.
      	* gthr-dce.h (__gthread_active_ptr): Likewise.
      	* gthr-solaris.h (__gthread_active_ptr): Likewise.
      
      Co-Authored-By: John David Anglin <dave@hiauly1.hia.nrc.ca>
      
      From-SVN: r42725
      Loren J. Rittle committed
    • user.cfg.in: Minor addition. · 462b7396
      2001-05-30  Phil Edwards  <pme@sources.redhat.com>
      
      	* docs/doxygen/user.cfg.in:  Minor addition.
      	* docs/html/documentation.html:  Reorganize.  Put most-looked-at
      	stuff first.
      	* docs/html/install.html:  Update for 3.0.  HTML fixups.
      	* docs/html/17_intro/howto.html:  Likewise.
      	* docs/html/18_support/howto.html:  Likewise.
      	* docs/html/19_diagnostics/howto.html:  Likewise.
      	* docs/html/20_util/howto.html:  Likewise.
      	* docs/html/23_containers/howto.html:  Likewise.
      	* docs/html/24_iterators/howto.html:  Likewise.  More notes.
      	* docs/html/25_algorithms/howto.html:  Likewise.
      	* docs/html/26_numerics/howto.html:  Likewise.  More notes.
      	* docs/html/27_io/howto.html:  Likewise.
      	* docs/html/ext/howto.html:  Likewise.
      	* docs/html/faq/index.html:  Likewise.
      	* docs/html/faq/index.txt:  Regenerate.
      	* docs/html/27_io/iostreams_hierarchy.pdf:  Remove in favor of
      	Doxygen-created documentation.
      
      From-SVN: r42723
      Phil Edwards committed
    • cpplex.c (_cpp_lex_token): Revert patch of 16 May 2001 so that we do accept… · 932c1783
      cpplex.c (_cpp_lex_token): Revert patch of 16 May 2001 so that we do accept comments in preprocessed input.
      
      	* cpplex.c (_cpp_lex_token): Revert patch of 16 May 2001
      	so that we do accept comments in preprocessed input.
      
      From-SVN: r42721
      Neil Booth committed