1. 10 Jun, 2001 4 commits
  2. 09 Jun, 2001 30 commits
  3. 08 Jun, 2001 6 commits
    • configure: Rebuilt. · f1eba847
      	* configure: Rebuilt.
      	* configure.in: Compute new aux dir using `pwd'.
      
      From-SVN: r43064
      Tom Tromey committed
    • *: Add copyright notice. · de96ac46
      
      2001-06-08  Benjamin Kosnik  <bkoz@redhat.com>
      
      	libstdc++/2767
      	libstdc++/2989
      	libstdc++/2992
      	* include/std/*: Add copyright notice.
      	* include/c_std/bits/*: Use using statements instead of extern "C".
      	* include/c_std/bits/std_cmath.h: Don't overload double versions
      	of math functions with __buitin versions, use global version to
      	prevent ambiguities. Remove define hacks.
      	* include/c_std/bits/std_cwchar.h: Using declarations for "C"
      	functions that have changed signatures and std::
      	declarations. Remove define hacks.
      	* include/c_std/bits/std_cwchar.h: Same, plus remove ambiguous
      	__builtins in std::. Remove define hacks.
      	* testsuite/17_intro/headers_c.cc: Add tests.
      	* testsuite/17_intro/headers_c++.cc: Add test.
      
      From-SVN: r43061
      Benjamin Kosnik committed
    • except.c (get_exception_pointer, [...]): Take a struct function. · 86c99549
              * except.c (get_exception_pointer, get_exception_filter): Take a
              struct function.  Update all callers.
              * except.h (get_exception_pointer): Update declaration.
              * expr.c (expand_expr): Update get_exception_pointer call.
              * integrate.c (expand_inline_function): Remap the exception pointer
              from callee to caller.
      
      From-SVN: r43060
      Richard Henderson committed
    • THREADS: Explain that when we compile libobjc inside GCC... · 27132e64
      2001-06-08  Nicola Pero  <n.pero@mi.flashnet.it>
      
              * THREADS: Explain that when we compile libobjc inside GCC, we
              always use thr-objc.c as a backend, which uses GCC's thread code.
      
      From-SVN: r43058
      Nicola Pero committed
    • c-decl.c (grokdeclarator): Make the TREE_TYPE for declarations accurately… · 0f38b811
      c-decl.c (grokdeclarator): Make the TREE_TYPE for declarations accurately reflect its cv-qualification.
      
      	* c-decl.c (grokdeclarator): Make the TREE_TYPE for declarations
      	accurately reflect its cv-qualification.
      	* c-typeck.c (type_lists_compatible_p): Ignore the top-levl
      	cv-qualifiers on function types.
      
      From-SVN: r43056
      Mark Mitchell committed
    • init.c (__objc_send_message_in_list): When setting a new entry in… · e6be21fe
      init.c (__objc_send_message_in_list): When setting a new entry in __objc_load_methods use the method IMP as key...
      
      2001-06-06  Richard Frith-Macdonald  <rrfm@gnu.org>
      
              * init.c (__objc_send_message_in_list): When setting a new entry
              in __objc_load_methods use the method IMP as key, but check to see
              if the method is in the hashtable by looking at the IMP also.
              Also ... call the method after adding it to the hashtable rather
              than before ... thus preventing an obscure possibility of infinite
              recursion if a +load method itself loads a subclass.
      
      From-SVN: r43052
      Richard Frith-Macdonald committed