gcc/libjava/java/text
Warren Levy 05dfd09c0c DatagramSocketImpl.java (localPort): Fixed typo to match JDK.
* java/net/DatagramSocketImpl.java (localPort): Fixed typo to match JDK.
	* java/net/natPlainDatagramSocketImpl.cc (bind): ditto.
	* java/text/ChoiceFormat.java (nextDouble(double, boolean)): Method
	is not final per JDK.
	* java/util/PropertyResourceBundle.java (handleGetObject): Method is
	public per JDK.
	* java/util/zip/DataFormatException.java: Class extends Exception.
	* java/util/zip/Deflater.java (finalize): Method is protected per JDK.
	* java/util/zip/ZipEntry.java: Class implements ZipConstants.
	* java/util/zip/ZipInputStream.java: ditto.
	(closeEntry): Changed method name to match JDK spec.

From-SVN: r27717
1999-06-23 12:24:59 +00:00
..
BreakIterator.java Initial revision 1999-04-07 14:42:40 +00:00
CharacterIterator.java Initial revision 1999-04-07 14:42:40 +00:00
ChoiceFormat.java DatagramSocketImpl.java (localPort): Fixed typo to match JDK. 1999-06-23 12:24:59 +00:00
CollationElementIterator.java StringBuffer.java (ensureCapacity): Don't resize vector when shared. 1999-04-30 09:31:00 +00:00
CollationKey.java GregorianCalendar.java (setDefaultTime): New method. 1999-04-26 15:34:44 +00:00
Collator.java FileDescriptor.java (FileDescriptor(String, int)): Throw FileNotFoundException instead of IOException. 1999-06-10 18:52:00 +00:00
DateFormat.java DateFormat.java (computeInstance): Separate time and date styles. 1999-05-08 22:21:50 +00:00
DateFormatSymbols.java Initial revision 1999-04-07 14:42:40 +00:00
DecimalFormat.java DecimalFormat.java: Throw IllegalArgumentException throughout rather than ParseException. 1999-06-10 23:53:37 +00:00
DecimalFormatSymbols.java Initial revision 1999-04-07 14:42:40 +00:00
FieldPosition.java Initial revision 1999-04-07 14:42:40 +00:00
Format.java Initial revision 1999-04-07 14:42:40 +00:00
MessageFormat.java Initial revision 1999-04-07 14:42:40 +00:00
natCollator.cc StringBuffer.java (ensureCapacity): Don't resize vector when shared. 1999-04-30 09:31:00 +00:00
NumberFormat.java Initial revision 1999-04-07 14:42:40 +00:00
ParseException.java Initial revision 1999-04-07 14:42:40 +00:00
ParsePosition.java Initial revision 1999-04-07 14:42:40 +00:00
RuleBasedCollator.java StringBuffer.java (ensureCapacity): Don't resize vector when shared. 1999-04-30 09:31:00 +00:00
SimpleDateFormat.java Initial revision 1999-04-07 14:42:40 +00:00
StringCharacterIterator.java Initial revision 1999-04-07 14:42:40 +00:00