[multiple changes]
[official-gcc.git] / libjava / classpath / ChangeLog
blobc6ec810e0e8ff07b992ed1b8e6cc824241ea7e62
1 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3         * configure: Regenerate.
5 2009-02-05  Andrew John Hughes  <ahughes@redhat.com>
7         * NEWS: Add VM updates.
8         
9 2009-02-05  Andrew John Hughes  <ahughes@redhat.com>
11         * NEWS: Updated.
12         * configure.ac:
13         Bump to 0.98 proper.
15 2009-02-05  Andrew Haley  <aph@redhat.com>
17         PR libgcj/38861
18         * native/plugin/gcjwebplugin.cc: Cope with the changed header file
19         format.  https://bugzilla.mozilla.org/show_bug.cgi?id=455458
20         (GCJ_GetJavaClass): Likewise.
21         (NP_Initialize): Likewise.
23 2009-02-05  Mark Wielaard  <mark@klomp.org>
25         PR classpath/38912:
26         * gnu/xml/stream/XMLParser.java:
27         (getLocalName()): Respect stringInterning.
28         (getName()): Likewise.
29         (getPrefix()): Likewise.
31 2009-02-04  Andrew John Hughes  <ahughes@redhat.com>
33         * native/jni/native-lib/cpproc.c:
34         (cpproc_forkAndExec): Don't return on a -1
35         result from chdir as this may be valid in
36         some cases.  A better fix is needed.
37         
38 2009-02-03  Andrew John Hughes  <ahughes@redhat.com>
40         * native/jni/native-lib/cpproc.c:
41         (cpproc_forkAndExec): Handle return of
42         chdir.
43         
44 2009-02-03  Andrew John Hughes  <ahughes@redhat.com>
46         PR classpath/38417:
47         * gnu/java/security/jce/prng/SecureRandomAdapter.java:
48         Remove unneeded import.
49         * gnu/javax/crypto/jce/prng/FortunaImpl.java:
50         Fix typo.
51         * java/security/SecureRandom.java:
52         Remove duplicate use of VMSecureRandom,
53         call SecureRandomAdapter instead.
54         * vm/reference/gnu/java/security/jce/prng/VMSecureRandom.java:
55         Moved from java/security so SecureRandomAdapter can
56         access it.
58 2009-01-22  Mario Torre  <neugens@aicas.com>
60         PR classpath/38417:
61         * gnu/java/security/jce/prng/SecureRandomAdapter.java:
62         (getSeed(int)): New; retrieve seed from source specified
63         by securerandom.source property or failing that, use
64         VMSecureRandom.
65         * gnu/javax/crypto/jce/prng/ARCFourRandomSpi.java:
66         (engineGenerateSeed(int)): Use SecureRandomAdapter.
67         (engineNextBytes(byte[])): Initialise using new seed.
68         * gnu/javax/crypto/jce/prng/CSPRNGSpi.java:
69         (engineGenerateSeed(int)): Use SecureRandomAdapter.
70         (engineNextBytes(byte[])): Initialise using new seed.
71         * gnu/javax/crypto/jce/prng/FortunaImpl.java:
72         (engineSetSeed(byte[])): Initialise with new seed if unused.
73         (engineGenerateSeed(int)): Use SecureRandomAdapter.     
74         * gnu/javax/crypto/jce/prng/ICMRandomSpi.java:
75         (engineGenerateSeed(int)): Use SecureRandomAdapter.     
76         (engineNextBytes(byte[])): Initialise using new seed.
77         * gnu/javax/crypto/jce/prng/UMacRandomSpi.java:
78         (engineGenerateSeed(int)): Use SecureRandomAdapter.     
79         (engineNextBytes(byte[])): Initialise using new seed.
80         * gnu/javax/crypto/prng/ICMGenerator.java:
81         (setup(Map)): Call fillBlock().
83 2009-01-22  Mark Wielaard  <mark@klomp.org>
85         * tools/gnu/classpath/tools/gjdoc/Main.java (getGjdocVersion):
86         Read version.properties from package.
88 2009-01-05  Robert Schuster  <robertschuster@fsfe.org>
90         * gnu/java/awt/peer/gtk/CairoGraphics2D.java:
91         (drawPolyline): Rewritten.
93 2009-01-05  Andrew John Hughes  <gnu_andrew@member.fsf.org>
95         * Makefile.am:
96         Add ChangeLog-2008 to EXTRA_DIST.
97         
98 2009-01-02  Andrew John Hughes  <gnu_andrew@member.fsf.org>
100         * ChangeLog-2008: New file.
101         
102 2009-01-02  Andrew John Hughes  <gnu_andrew@member.fsf.org>
104         * java/text/MessageFormat.java:
105         (setLocale(Locale)): Integer format should use
106         NumberFormat.getIntegerInstance.
109 Local Variables:
110 coding: iso-latin-1-unix        
111 End:
112