1. 12 Sep, 1997 4 commits
    • bastring.h (class basic_string): Add global scope to use of reverse_iterator. · 2a32969d
      	* std/bastring.h (class basic_string): Add global scope to
      	use of reverse_iterator.
      
      From-SVN: r15423
      Jason Merrill committed
    • [multiple changes] · 85b71cf2
      Thu Sep 11 17:14:55 1997  Jason Merrill  <jason@yorick.cygnus.com>
      
      	* decl.c (lookup_name_real): Add implicit 'typename' to types from
      	base classes.
      
      	* pt.c (most_specialized_class): Fix typo.
      	(tsubst): Move constant folding to TREE_VEC case.
      
      Thu Sep 11 10:08:45 1997  Mark Mitchell  <mmitchell@usa.net>
      
      	* pt.c (do_poplevel): Don't warn about unused local variables
      	while processing_template_decl since we don't always know whether
      	or not they will need constructing/destructing.
      
      	* pt.c (uses_template_parms): Check the values of an enumeration
      	type to make sure they don't depend on template parms.
      
      	* decl.c (make_typename_type): Don't lookup the field if the
      	context uses template parms, even if we're not
      	processing_template_decl at the moment.
      
      	* pt.c (coerce_template_parms): Avoid looking at the
      	TYPE_LANG_DECL portion of a typename type, since there won't be
      	one.
      	(tsubst): Do constant folding as necessary to make sure that
      	arguments passed to lookup_template_class really are constants.
      
      From-SVN: r15422
      Jason Merrill committed
    • Never set prefix=/usr by default. · 5188d2b2
      	* configure.in (native_prefix): Delete.
      	(mips-dec-netbsd): Don't set prefix.
      	(*linux*): Don't set prefix.
      
      From-SVN: r15421
      Jim Wilson committed
    • Patches from Fred Fish for systems with sys/varargs.h but not varargs.h. · 70988851
      	* protoize.c: Include <varargs.h> only if HAVE_VARARGS_H is
      	defined.  If not defined, include <sys/varargs.h> if
      	HAVE_SYS_VARARGS_H is defined.
      	* configure.in: Test for varargs.h and sys/varargs.h.
      	* configure: Regenerate with autoconf.
      	* config.in: Regenerate with autoheader.
      
      From-SVN: r15420
      Fred Fish committed
  2. 11 Sep, 1997 15 commits
  3. 10 Sep, 1997 21 commits