1. 28 Nov, 2000 8 commits
    • decl.c (grokdeclarator): Diagnose undefined template contexts. · eeb75383
      cp:
      	* decl.c (grokdeclarator): Diagnose undefined template contexts.
      testsuite:
      	* g++.old-deja/g++.pt/incomplete1.C: New test.
      
      From-SVN: r37815
      Nathan Sidwell committed
    • decl.c (grokdeclarator): Do type access control on friend class. · 5ee4cc26
      cp:
      	* decl.c (grokdeclarator): Do type access control on friend
      	class.
      testsuite:
      	* g++.old-deja/g++.other/friend9.C: New test.
      
      From-SVN: r37814
      Nathan Sidwell committed
    • tests_flags.in (LTCXX): Change CXX_FLAG to CXXFLAGS. · 8ce10512
      
      2000-11-27  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* tests_flags.in (LTCXX): Change CXX_FLAG to CXXFLAGS.
      
      	* testsuite/22_locale/ctor_copy_dtor.cc: Adjust formatting.
      	* testsuite/27_io/istream_extractor_arith.cc (test11): New
      	testcase, based on libstdc++/90.
      
      From-SVN: r37813
      Benjamin Kosnik committed
    • i386.md (truncxfsf2_2): Fix predicate. · dd80b906
      	* config/i386/i386.md (truncxfsf2_2): Fix predicate.
      
      	* gcc.dg/20001127-1.c: New test.
      
      From-SVN: r37812
      Jakub Jelinek committed
    • Daily bump. · b0bff859
      From-SVN: r37811
      Jeff Law committed
    • DataInputStream.java: Merge classpath docs. · 53a4b789
      2000-11-28  Bryce McKinlay  <bryce@abatross.co.nz>
      
      	* java/io/DataInputStream.java: Merge classpath docs. Call in.read()
      	directly rather than read() in all cases. Make primitive read
      	implementations	more efficient, as defined in JDK online docs.
      	(skipBytes): Behave like the JDK's implementation.
      	* java/io/BufferedReader.java: Merge classpath docs. Check for a
      	closed stream with checkStatus() whenever an IOException can be
      	thrown.
      	(checkStatus): New private method.
      
      From-SVN: r37810
      Bryce McKinlay committed
    • Handle frame sizes larger than int. · 102870fb
      	* reload1.c (reload): Use HOST_WIDE_INT for old_frame_size.
      
      From-SVN: r37809
      Jim Wilson committed
    • Makefile.am: Added natTimeZone.cc. · a22add72
      	* Makefile.am: Added natTimeZone.cc.
      	* Makefile.in: Rebuilt.
      	* gnu/gcj/text/LocaleData_en.java: Added DateFormat entries.
      	* java/text/DateFormatSymbols.java (ampms): Made package private.
      	(eras): Made package private.
      	(months): Made package private.
      	(shortMonths): Made package private.
      	(shortWeekdays): Made package private.
      	(weekdays): Made package private.
      	(formatPrefixes): New private field.
      	(localPatternCharsDefault): Made private.
      	(dateFormats): New package private field.
      	(timeFormats): New package private field.
      	(formatsForKey): New private method.
      	(DateFormatSymbols(Locale)): Set dateFormats and timeFormats.
      	(DateFormatSymbols(DateFormatSymbols)): Ditto.
      	* java/text/SimpleDateFormat.java: Merged with Classpath.
      	* java/util/TimeZone.java: Merged with Classpath.
      	* java/util/natTimeZone.cc: New file.
      
      From-SVN: r37808
      Warren Levy committed
  2. 27 Nov, 2000 32 commits