1. 11 Aug, 2000 23 commits
  2. 10 Aug, 2000 14 commits
  3. 09 Aug, 2000 3 commits
    • c-typeck.c (process_init_element): For -Wtraditional, warn about initialization of unions. · 253b6b82
      	* c-typeck.c (process_init_element): For -Wtraditional, warn about
      	initialization of unions.
      
      	* invoke.texi (-Wtraditional): Document new behavior.
      
      From-SVN: r35595
      Kaveh R. Ghazi committed
    • Remove stray blank line in previous commit · 2bf9a2ab
      From-SVN: r35594
      Zack Weinberg committed
    • configure.in (--enable-c-cpplib): Uncomment. · 9ec7291f
      	* configure.in (--enable-c-cpplib): Uncomment.  Use AC_DEFINE
      	instead of extra_c_flags.
      	(--enable-c-mbchar): Use AC_DEFINE instead of extra_c_flags.
      	* configure: Regenerate.
      	* config.in: Regenerate.
      
      	* cpperror.c (cpp_type2name): New function.
      	* cpplex.c (lex_line): If we issued an error for an invalid
      	preprocessing directive, discard that logical line.
      	* cpplib.c (do_line): Call a hook function if the current file
      	is renamed by #line.
      	(do_ident): Pass the contents of the string, not the entire
      	token, to the callback function.
      	* cpplib.h (CPP_LAST_PUNCTUATOR): New #define.
      	(cb.rename_file): New hook function.
      	(cb.ident): Adjust prototype.
      	(cpp_type2name): Prototype.
      	* cppmacro.c (dump_macro_args): Correct precedence lossage.
      
      	* cppmain.c (cb_ident): Update for changed interface.
      	(cb_rename_file): New function.
      	(main): Set rename callback.
      
      From-SVN: r35593
      Zack Weinberg committed