aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.3/libjava/classpath/ChangeLog
blob: 4b1cec1c57344a89499125830ca147b54f334245 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
2010-01-21  Release Manager

	* GCC 4.4.3 released.

2009-10-22  Richard Guenther  <rguenther@suse.de>

	PR cp-tools/39177
	* tools/gnu/classpath/tools/jar/Creator.java (writeCommandLineEntries):
	Do not use uninitialized manifest.
	* tools/classes/gnu/classpath/tools/jar/Creator.class: Re-generated.

2009-10-15  Release Manager

	* GCC 4.4.2 released.

2009-07-22  Release Manager

	* GCC 4.4.1 released.

2009-04-21  Release Manager

	* GCC 4.4.0 released.

2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>

	* configure: Regenerate.

2009-02-05  Andrew John Hughes  <ahughes@redhat.com>

	* NEWS: Add VM updates.
	
2009-02-05  Andrew John Hughes  <ahughes@redhat.com>

	* NEWS: Updated.
	* configure.ac:
	Bump to 0.98 proper.

2009-02-05  Andrew Haley  <aph@redhat.com>

	PR libgcj/38861
	* native/plugin/gcjwebplugin.cc: Cope with the changed header file
	format.  https://bugzilla.mozilla.org/show_bug.cgi?id=455458
	(GCJ_GetJavaClass): Likewise.
	(NP_Initialize): Likewise.

2009-02-05  Mark Wielaard  <mark@klomp.org>

	PR classpath/38912:
	* gnu/xml/stream/XMLParser.java:
	(getLocalName()): Respect stringInterning.
	(getName()): Likewise.
	(getPrefix()): Likewise.

2009-02-04  Andrew John Hughes  <ahughes@redhat.com>

	* native/jni/native-lib/cpproc.c:
	(cpproc_forkAndExec): Don't return on a -1
	result from chdir as this may be valid in
	some cases.  A better fix is needed.
	
2009-02-03  Andrew John Hughes  <ahughes@redhat.com>

	* native/jni/native-lib/cpproc.c:
	(cpproc_forkAndExec): Handle return of
	chdir.
	
2009-02-03  Andrew John Hughes  <ahughes@redhat.com>

	PR classpath/38417:
	* gnu/java/security/jce/prng/SecureRandomAdapter.java:
	Remove unneeded import.
	* gnu/javax/crypto/jce/prng/FortunaImpl.java:
	Fix typo.
	* java/security/SecureRandom.java:
	Remove duplicate use of VMSecureRandom,
	call SecureRandomAdapter instead.
	* vm/reference/gnu/java/security/jce/prng/VMSecureRandom.java:
	Moved from java/security so SecureRandomAdapter can
	access it.

2009-01-22  Mario Torre  <neugens@aicas.com>

	PR classpath/38417:
	* gnu/java/security/jce/prng/SecureRandomAdapter.java:
	(getSeed(int)): New; retrieve seed from source specified
	by securerandom.source property or failing that, use
	VMSecureRandom.
	* gnu/javax/crypto/jce/prng/ARCFourRandomSpi.java:
	(engineGenerateSeed(int)): Use SecureRandomAdapter.
	(engineNextBytes(byte[])): Initialise using new seed.
	* gnu/javax/crypto/jce/prng/CSPRNGSpi.java:
	(engineGenerateSeed(int)): Use SecureRandomAdapter.
	(engineNextBytes(byte[])): Initialise using new seed.
	* gnu/javax/crypto/jce/prng/FortunaImpl.java:
	(engineSetSeed(byte[])): Initialise with new seed if unused.
	(engineGenerateSeed(int)): Use SecureRandomAdapter.	
	* gnu/javax/crypto/jce/prng/ICMRandomSpi.java:
	(engineGenerateSeed(int)): Use SecureRandomAdapter.	
	(engineNextBytes(byte[])): Initialise using new seed.
	* gnu/javax/crypto/jce/prng/UMacRandomSpi.java:
	(engineGenerateSeed(int)): Use SecureRandomAdapter.	
	(engineNextBytes(byte[])): Initialise using new seed.
	* gnu/javax/crypto/prng/ICMGenerator.java:
	(setup(Map)): Call fillBlock().

2009-01-22  Mark Wielaard  <mark@klomp.org>

	* tools/gnu/classpath/tools/gjdoc/Main.java (getGjdocVersion):
	Read version.properties from package.

2009-01-05  Robert Schuster  <robertschuster@fsfe.org>

	* gnu/java/awt/peer/gtk/CairoGraphics2D.java:
	(drawPolyline): Rewritten.

2009-01-05  Andrew John Hughes  <gnu_andrew@member.fsf.org>

	* Makefile.am:
	Add ChangeLog-2008 to EXTRA_DIST.
	
2009-01-02  Andrew John Hughes  <gnu_andrew@member.fsf.org>

	* ChangeLog-2008: New file.
	
2009-01-02  Andrew John Hughes  <gnu_andrew@member.fsf.org>

	* java/text/MessageFormat.java:
	(setLocale(Locale)): Integer format should use
	NumberFormat.getIntegerInstance.


Local Variables:
coding: iso-latin-1-unix	
End: