[multiple changes]
authorMichael Koch <mkoch@gcc.gnu.org>
Wed, 27 Apr 2005 07:30:36 +0000 (07:30 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Wed, 27 Apr 2005 07:30:36 +0000 (07:30 +0000)
commit5984f989561b06f42c2b9cd311caad8d7dd68400
tree2230e265e2fee37824170f078c70e23e4b6b2340
parentfbf5558065bc2bd017d5d44864bacdaa68686081
[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
libjava/ChangeLog
libjava/java/nio/charset/Charset.java