1. 22 Oct, 1999 10 commits
  2. 21 Oct, 1999 10 commits
  3. 20 Oct, 1999 15 commits
  4. 19 Oct, 1999 5 commits
    • jcf-parse.c (parse_source_file): Call jcf_dependency_add_file. · 51ae4071
      	* jcf-parse.c (parse_source_file): Call jcf_dependency_add_file.
      	From Mike Moreton <mike@pillim.demon.co.uk>.
      
      From-SVN: r30093
      Tom Tromey committed
    • valarray_meta.h: (_BinClos::_BinClos): Fix typo. · 172d33bc
      1999-10-19  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
      
              * std/valarray_meta.h: (_BinClos::_BinClos): Fix typo.
      
      From-SVN: r30092
      Gabriel Dos Reis committed
    • cplus-dem.c (INTBUF_SIZE): New macro. · b60fe4a7
      	* cplus-dem.c (INTBUF_SIZE): New macro.
      	(string_append_template_idx): New function.
      	(demangle_expression): Likewise.
      	(demangle_integral_value): Use it.
      	(demangle_real_value): New function, split out from ...
      	(demangle_template_value_parm): ... here.  Use
      	string_append_template_idx.  Use demangle_real_value.
      	(demangle_template): Use string_append_template_idx.
      	(demangle_qualified): Use consume_count_with_underscores.
      	(get_count): Tweak formatting.
      	(do_type): Use string_append_template_idx.
      
      From-SVN: r30091
      Mark Mitchell committed
    • method.c (PARM_CAN_BE_ARRAY_TYPE): Remove. · 858a0ff1
      	* method.c (PARM_CAN_BE_ARRAY_TYPE): Remove.
      	(mangling_flags): New type.
      	(build_overload_int): Change prototype.
      	(build_overload_value): Likewise.
      	(numeric_output_need_bar): Improve comment.
      	(mangle_expression): New function, broken out from ...
      	(build_overload_int): Here.
      	(build_overload_value): Adjust for use of mangling flags.  Don't
      	warn about real-valued template parameters here.  Do handle
      	complex expressions involving real-valued template parameters.
      	(build_template_parm_names): Encase non-type template parameters
      	in underscores, if necessary.
      	(process_overload_item): Remove conditional on
      	PARM_CAN_BE_ARRAY_TYPE.
      
      From-SVN: r30090
      Mark Mitchell committed
    • arm.c: Verify modes on operands in predicates · 9ce71c6f
      From-SVN: r30088
      Bernd Schmidt committed