1. 25 Aug, 2006 12 commits
  2. 24 Aug, 2006 10 commits
  3. 23 Aug, 2006 11 commits
  4. 22 Aug, 2006 7 commits
    • random.tcc (subtract_with_carry_01<>:: seed(_Gen&, false_type)): Fix _M_carry initialization. · 53fdb339
      2006-08-22  Paolo Carlini  <pcarlini@suse.de>
      
      	* include/tr1/random.tcc (subtract_with_carry_01<>::
            	seed(_Gen&, false_type)): Fix _M_carry initialization.
      	
      	* testsuite/tr1/5_numerical_facilities/random/
      	subtract_with_carry/cons/default.cc: Qualify 1 as 1UL.
      	* testsuite/tr1/5_numerical_facilities/random/
      	subtract_with_carry/cons/gen1.cc: Likewise.
      
      From-SVN: r116334
      Paolo Carlini committed
    • re PR libgcj/27890 (lib/logging.properties pollutes common namespace) · df3e8c70
      2006-08-22  Thomas Fitzsimmons  <fitzsim@redhat.com>
      
      	PR libgcj/27890
      	* gnu/classpath/natSystemProperties.cc (insertSystemProperties):
      	Set gnu.classpath.home.url to TOOLEXECLIBDIR.
      	* configure.ac: Do not add --with-native-libdir to
      	ac_configure_args.
      	* java/security/libgcj.security: Remove file.
      	* java/util/logging/logging.properties: Likewise.
      	* classpath/m4/acinclude.m4 (CLASSPATH_TOOLEXECLIBDIR): New macro.
      	* classpath/resource/Makefile.am (loggingdir): Define to
      	toolexeclibdir.
      	(securitydir): Likewise.
      	* classpath/configure.ac: Call CLASSPATH_TOOLEXECLIBDIR.
      	Set default nativeexeclibdir using toolexeclibdir.
      	* HACKING: Fix classpath aclocal arguments.
      	* Makefile.am (secdir): Remove variable.
      	(propdir): Likewise.
      	(AM_CXXFLAGS): Replace LIBDIR definition with TOOLEXECLIBDIR
      	definition.
      	(all_property_files): Remove variable.
      	(install-data-local): Do not install libgcj.security or
      	logging.properties.
      	* configure, Makefile.in, classpath/configure,
      	classpath/Makefile.in, classpath/native/jni/java-lang/Makefile.in,
      	classpath/native/jni/midi-alsa/Makefile.in,
      	classpath/native/jni/classpath/Makefile.in,
      	classpath/native/jni/midi-dssi/Makefile.in,
      	classpath/native/jni/Makefile.in,
      	classpath/native/jni/java-nio/Makefile.in,
      	classpath/native/jni/java-net/Makefile.in,
      	classpath/native/jni/gconf-peer/Makefile.in,
      	classpath/native/jni/java-io/Makefile.in,
      	classpath/native/jni/xmlj/Makefile.in,
      	classpath/native/jni/java-util/Makefile.in,
      	classpath/native/jni/qt-peer/Makefile.in,
      	classpath/native/jni/gtk-peer/Makefile.in,
      	classpath/native/Makefile.in, classpath/native/jawt/Makefile.in,
      	classpath/native/target/Linux/Makefile.in,
      	classpath/native/target/Makefile.in,
      	classpath/native/target/generic/Makefile.in,
      	classpath/native/fdlibm/Makefile.in,
      	classpath/native/plugin/Makefile.in,
      	classpath/resource/Makefile.in, classpath/scripts/Makefile.in,
      	classpath/tools/Makefile.in, classpath/doc/Makefile.in,
      	classpath/doc/api/Makefile.in, classpath/lib/Makefile.in,
      	classpath/external/Makefile.in,
      	classpath/external/sax/Makefile.in,
      	classpath/external/w3c_dom/Makefile.in,
      	classpath/external/relaxngDatatype/Makefile.in,
      	classpath/include/Makefile.in, classpath/aclocal.m4,
      	classpath/examples/Makefile.in, aclocal.m4: Regenerate.
      
      From-SVN: r116332
      Thomas Fitzsimmons committed
    • Index: gcc/ChangeLog · 9a23b833
      2006-08-21  Geoffrey Keating  <geoffk@apple.com>
      
      	PR debug/28692
      	* dwarf2out.c (rtl_for_decl_init): Don't try to create RTL for
      	complex values, nor for generic vector values.
      
      Index: gcc/testsuite/ChangeLog
      2006-08-21  Geoffrey Keating  <geoffk@apple.com>
      
      	PR debug/28692
      	* gcc.dg/debug/const-1.c: New.
      	* gcc.dg/debug/const-2.c: New.
      	* gcc.dg/debug/dwarf2/const-1.c: New.
      	* gcc.dg/debug/dwarf2/const-2.c: New.
      	* gcc.dg/debug/dwarf2/const-2b.c: New.
      
      From-SVN: r116331
      Geoffrey Keating committed
    • re PR c++/28420 (ICE with "typeid" as template parameter) · 5e8c38c2
              PR c++/28420
              * parser.c (cp_parser_postfix_expression): Make sure that the
              saved value for parser->type_definition_forbidden_message is
              restored before returning to avoid an invalid free().
      
      From-SVN: r116330
      Simon Martin committed
    • re PR c++/28659 (ICE (segfault) while compiling kdelibs 4.0 snapshot) · 8e30dcf3
              PR c++/28659
              * typeck.c (merge_types): If either of the types have the right
              attributes, return that one.
      
              * tree.c (cp_build_type_attribute_variant): Make sure we aren't
              doing this to class types.
              * typeck.c (original_type): Deal with type quals properly.
      
      From-SVN: r116329
      Jason Merrill committed
    • 2006-08-22 Paolo Carlini <pcarlini@suse.de> · 6d3c5221
      	* Fix/complete last ChangeLog entry.
      
      From-SVN: r116328
      Paolo Carlini committed