1. 28 Nov, 2000 4 commits
    • 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 36 commits