OSDN Git Service

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