1. 23 Feb, 2001 5 commits
  2. 22 Feb, 2001 10 commits
  3. 21 Feb, 2001 22 commits
  4. 20 Feb, 2001 3 commits
    • cppinit.c (set_lang): Move builtin handling to... · c740cee2
              * cppinit.c (set_lang):  Move builtin handling to...
              (init_builtins): ...here.
              (_cpp_create_reader): Move call to set_lang.
      
      From-SVN: r39934
      Neil Booth committed
    • parse.y (check_inner_class_access): Moved declaration of local… · 064a552c
      parse.y (check_inner_class_access): Moved declaration of local `enclosing_decl_type' to the right location.
      
      2001-02-20  Alexandre Petit-Bianco  <apbianco@redhat.com>
      
              * parse.y (check_inner_class_access): Moved declaration of local
              `enclosing_decl_type' to the right location.
      
      (http://gcc.gnu.org/ml/gcc-patches/2001-02/msg01258.html)
      
      From-SVN: r39933
      Alexandre Petit-Bianco committed
    • stl_config.h: Remove file. · 9cfeea6e
      2001-02-20  Phil Edwards  <pme@sources.redhat.com>
      
      	* include/bits/stl_config.h:  Remove file.
      	* src/Makefile.am (base_headers):  Remove from list.
      	* configure:  Regenerate.
      	* Makefile.in:  Ditto.
      	* libio/Makefile.in:  Ditto.
      	* libmath/Makefile.in:  Ditto.
      	* libsupc++/Makefile.in:  Ditto.
      	* src/Makefile.in:  Ditto.
      
      	* include/bits/c++config:  Move relevant macros to here.
      	* include/backward/alloc.h:  Include c++config.h instead.
      	* include/backward/function.h:  Ditto.
      	* include/backward/heap.h:  Ditto.
      	* include/backward/pair.h:  Ditto.
      	* include/bits/pthread_allocimpl.h:  Ditto.
      	* include/bits/std_functional.h:  Ditto.
      	* include/bits/std_iterator.h:  Ditto.
      	* include/bits/std_numeric.h:  Ditto.
      	* include/bits/std_utility.h:  Ditto.
      	* include/bits/stl_algobase.h:  Ditto.
      	* include/bits/type_traits.h:  Ditto.
      	* src/stl-inst.cc:  Ditto.
      
      From-SVN: r39931
      Phil Edwards committed