1. 24 Feb, 2010 18 commits
  2. 23 Feb, 2010 18 commits
  3. 22 Feb, 2010 4 commits
    • hash-aux.cc: Rename to... · 9dd17e69
      2010-02-22  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	* src/hash-aux.cc: Rename to...
      	* src/hash-string-aux.cc: ... this.
      	* src/hash-long-double-aux.cc: New.
      	* src/hash_c++0x.cc: Adjust.
      	* src/hash_tr1.cc: Likewise.
      	* src/compatibility-c++0x.cc: Likewise.
      
      From-SVN: r156981
      Paolo Carlini committed
    • class.txml: Adjust biblio markup. · 09d6794b
      2010-02-22  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* doc/xml/class.txml: Adjust biblio markup.
      	* doc/xml/manual/allocator.xml: Same.
      	* doc/xml/manual/ctype.xml: Same.
      	* doc/xml/manual/codecvt.xml: Same.
      	* doc/xml/manual/backwards_compatibility.xml: Same.
      	* doc/xml/manual/abi.xml: Same.
      	* doc/xml/manual/shared_ptr.xml: Same.
      	* doc/xml/manual/profile_mode.xml: Same.
      	* doc/xml/manual/using_exceptions.xml: Same.
      	* doc/xml/manual/locale.xml: Same.
      	* doc/xml/manual/appendix_contributing.xml: Same.
      	* doc/xml/manual/messages.xml: Same.
      	* doc/Makefile.am (DBLATEX_FLAGS): Adjust.
      	* doc/Makefile.in: Regenerate.
      
      From-SVN: r156980
      Benjamin Kosnik committed
    • re PR c++/43126 ("at this point in file" warnings are upside down) · a98c2819
      2010-02-22  Manuel López-Ibáñez  <manu@gcc.gnu.org>
      
      	PR c++/43126
      	* c-typeck.c (convert_arguments): Print declaration location.
      	* c-common.c (validate_nargs): Rename as
      	builtin_function_validate_nargs.
      	(check_builtin_function_arguments): Update.
      cp/
      	* typeck.c (convert_arguments): Update error message.
      	
      testsuite/
      	* gcc.dg/cleanup-1.c: Update.
      	* gcc.dg/func-args-1.c: Update.
      	* gcc.dg/format/sentinel-1.c: Update.
      	* g++.old-deja/g++.jason/scoping10.C: Update.
      	* g++.old-deja/g++.ns/lookup5.C: Update.
      	* g++.dg/ext/cleanup-1.C: Update.
      	* g++.dg/parse/varmod1.C: Update.
      	* g++.dg/parse/error33.C: Update.
      	* g++.dg/expr/call3.C: Update.
      	* g++.dg/func-args-1.C: New.
      
      From-SVN: r156979
      Manuel López-Ibáñez committed