gcc/libjava/java/nio/charset
Michael Koch 5984f98956 [multiple changes]
2005-04-27  Michael Koch  <konqueror@gmx.de>

	* java/nio/charset/Charset.java (providers2): Renamed from 'providers'
	to work around CNI limitation.

2005-04-27  Sven de Marothy  <sven@physto.se>

	* java/nio/charset/Charset.java:
	(defaultCharset()): New method.
	Status updated to 1.5

2005-04-27  Sven de Marothy  <sven@physto.se>

	* java/nio/charset/Charset.java: Cached encoders shouldn't be static.

2005-04-27  Sven de Marothy  <sven@physto.se>

	* java/nio/charset/Charset.java: Reset cached de/encoders.

2005-04-27  Robert Schuster <thebohemian@gmx.net>

	* java/nio/charset/Charset.java (forName): Throws
	IllegalArgumentException when argument is null
	and added documentation.

2005-04-27  Ito Kazumitsu  <kaz@maczuka.gcd.org>

	* java/nio/charset/Charset.java (providers):
	New method to make an array of CharsetProviders defined in
	META-INF/services/java.nio.charset.spi.CharsetProvider.
	(charsetForName, availableCharsets): Use the
	new method providers().

From-SVN: r98816
2005-04-27 07:30:36 +00:00
..
spi GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... 2005-02-17 07:48:58 +00:00
CharacterCodingException.java CharacterCodingException.java: This class must be public. 2002-11-11 07:12:07 +00:00
Charset.java [multiple changes] 2005-04-27 07:30:36 +00:00
CharsetDecoder.java 2004-07-17 Michael Koch <konqueror@gmx.de> 2004-07-17 08:43:43 +00:00
CharsetEncoder.java 2003-02-15 Jesse Rosenstock <jmr@ugcs.caltech.edu> 2003-02-15 09:39:51 +00:00
CoderMalfunctionError.java CharacterCodingException.java: This class must be public. 2002-11-11 07:12:07 +00:00
CoderResult.java URLClassLoader.java (URLClassLoader): Now package-private. 2004-11-06 23:22:05 +00:00
CodingErrorAction.java CharacterCodingException.java: This class must be public. 2002-11-11 07:12:07 +00:00
IllegalCharsetNameException.java 2004-04-22 Michael Koch <konqueror@gmx.de> 2004-04-22 06:41:36 +00:00
MalformedInputException.java 2004-04-22 Michael Koch <konqueror@gmx.de> 2004-04-22 06:41:36 +00:00
UnmappableCharacterException.java CharacterCodingException.java: This class must be public. 2002-11-11 07:12:07 +00:00
UnsupportedCharsetException.java 2003-02-08 Michael Koch <konqueror@gmx.de> 2003-02-11 06:46:16 +00:00