1. 08 Jul, 2000 3 commits
    • cpphash.c (is__va_args__): New function. · 563dd08a
      	* cpphash.c (is__va_args__): New function.
      	(count_params): Fix line reported in error messages.  Use
      	is__va_args__.  Don't return ')' on error.  Flag GNU style
      	rest args macro definitions.
      	(parse_define): Check macro name is not __VA_ARGS__.
      	(save_expansion): Check identifier in non-varargs-macro is
      	not __VA_ARGS__.  Don't flag GNU_VARARGS.
      	* cpplex.c (parse_args): Accept no argument iff GNU_REST_ARGS.
      	(maybe_paste_with_next): Use per-macro GNU_REST_ARGS rather
      	 than per-token GNU_VARARGS.
      	* cpplib.h (GNU_VARARGS): Remove.
      	(GNU_REST_ARGS): New.
      
      	* gcc.dg/cpp/macsyntx.c: New tests.
      
      From-SVN: r34919
      Neil Booth committed
    • configure.in (AC_OUTPUT_COMMANDS): Link $THREADS.h and c++threads.h instead of copying. · 0828a0bd
      
      2000-07-07  Benjamin Kosnik  <bkoz@soma.redhat.com>
      
      	* configure.in (AC_OUTPUT_COMMANDS): Link $THREADS.h and
      	c++threads.h instead of copying.
      	* acinclude.m4 (GLIBCPP_ENABLE_THREADS): Do link here.
      	Tweaks.
      
      From-SVN: r34918
      Benjamin Kosnik committed
    • Clean up configure/build longstanding issues. · 6eaa6abd
      
      2000-07-07  Benjamin Kosnik  <bkoz@soma.redhat.com>
      
      	Clean up configure/build longstanding issues.
      	* src/Makefile.am (AC_CXXFLAGS): Don't set @SECTION_LDFLAGS@ here.
      	(CXXLINK): Add here, instead.
      
      	* Makefile.am (check-install): Make sure mkcheck has execute privs.
      	(check): Same here.
      	* configure.in (AC_OUTPUT_COMMANDS): Remove hacks here.
      
      	* configure.in (AC_OUTPUT_COMMANDS): Link c_io_libio.h and
      	c_io_libio.cc instead of copying.
      	* acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Do link here.
      
      	* configure.in (AC_OUTPUT_COMMANDS): Link $THREADS.h and
      	c++threads.h instead of copying.
      	* acinclude.m4 (GLIBCPP_ENABLE_THREADS): Do link here.
      
      	* config/c_io_libio.cc (__basic_file::_M_open_mode): Consolidate.
      	* bits/basic_file.h: Declare.
      
      	* mkcheck.in (TESTS_FILE): Use -v instead of --version.
      
      From-SVN: r34917
      Benjamin Kosnik committed
  2. 07 Jul, 2000 22 commits
  3. 06 Jul, 2000 15 commits