OSDN Git Service

libgomp/ChangeLog:
[pf3gnuchains/gcc-fork.git] / libjava / classpath / ChangeLog
1 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
2
3         * ltmain.sh (func_normal_abspath): New function.
4         (func_relative_path): Likewise.
5         (func_mode_help): Document new -bindir option for link mode.
6         (func_mode_link): Add new -bindir option, and use it to place
7         output DLL if specified.
8
9 2009-06-29  Andrew Haley  <aph@redhat.com>
10
11         PR java/40590   
12         * tools/gnu/classpath/tools/javah/FieldHelper.java (print):
13         Use printName().
14         * tools/gnu/classpath/tools/javah/MethodHelper.java (print):
15         Use printName().
16         * tools/gnu/classpath/tools/javah/CniStubPrinter.java (printDecl):
17         Use printName().
18         * tools/gnu/classpath/tools/javah/Keywords.java (words): Replace
19         with keywords list from  gcc/java/mangle.c.
20         * tools/gnu/classpath/tools/javah/ClassWrapper.java (printMethods):
21         Don't pre-convert a C++ keyword.
22         (print(CniPrintStream)): Call CniPrintStream.printName().
23         (printContents): Likewise.
24         * tools/gnu/classpath/tools/javah/CniPrintStream.java
25         (getClassName): Don't call replaceAll("/", "::").
26         (print(Type)): Add ""::" befor name, " *" after.  Use printName(), not
27         print.
28         (printName(PrintStream, String), printName(String), printlnName):
29         New methods.
30         (moveToPackage): Use printName().
31
32 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33
34         * configure: Regenerate.
35
36 2009-02-05  Andrew John Hughes  <ahughes@redhat.com>
37
38         * NEWS: Add VM updates.
39         
40 2009-02-05  Andrew John Hughes  <ahughes@redhat.com>
41
42         * NEWS: Updated.
43         * configure.ac:
44         Bump to 0.98 proper.
45
46 2009-02-05  Andrew Haley  <aph@redhat.com>
47
48         PR libgcj/38861
49         * native/plugin/gcjwebplugin.cc: Cope with the changed header file
50         format.  https://bugzilla.mozilla.org/show_bug.cgi?id=455458
51         (GCJ_GetJavaClass): Likewise.
52         (NP_Initialize): Likewise.
53
54 2009-02-05  Mark Wielaard  <mark@klomp.org>
55
56         PR classpath/38912:
57         * gnu/xml/stream/XMLParser.java:
58         (getLocalName()): Respect stringInterning.
59         (getName()): Likewise.
60         (getPrefix()): Likewise.
61
62 2009-02-04  Andrew John Hughes  <ahughes@redhat.com>
63
64         * native/jni/native-lib/cpproc.c:
65         (cpproc_forkAndExec): Don't return on a -1
66         result from chdir as this may be valid in
67         some cases.  A better fix is needed.
68         
69 2009-02-03  Andrew John Hughes  <ahughes@redhat.com>
70
71         * native/jni/native-lib/cpproc.c:
72         (cpproc_forkAndExec): Handle return of
73         chdir.
74         
75 2009-02-03  Andrew John Hughes  <ahughes@redhat.com>
76
77         PR classpath/38417:
78         * gnu/java/security/jce/prng/SecureRandomAdapter.java:
79         Remove unneeded import.
80         * gnu/javax/crypto/jce/prng/FortunaImpl.java:
81         Fix typo.
82         * java/security/SecureRandom.java:
83         Remove duplicate use of VMSecureRandom,
84         call SecureRandomAdapter instead.
85         * vm/reference/gnu/java/security/jce/prng/VMSecureRandom.java:
86         Moved from java/security so SecureRandomAdapter can
87         access it.
88
89 2009-01-22  Mario Torre  <neugens@aicas.com>
90
91         PR classpath/38417:
92         * gnu/java/security/jce/prng/SecureRandomAdapter.java:
93         (getSeed(int)): New; retrieve seed from source specified
94         by securerandom.source property or failing that, use
95         VMSecureRandom.
96         * gnu/javax/crypto/jce/prng/ARCFourRandomSpi.java:
97         (engineGenerateSeed(int)): Use SecureRandomAdapter.
98         (engineNextBytes(byte[])): Initialise using new seed.
99         * gnu/javax/crypto/jce/prng/CSPRNGSpi.java:
100         (engineGenerateSeed(int)): Use SecureRandomAdapter.
101         (engineNextBytes(byte[])): Initialise using new seed.
102         * gnu/javax/crypto/jce/prng/FortunaImpl.java:
103         (engineSetSeed(byte[])): Initialise with new seed if unused.
104         (engineGenerateSeed(int)): Use SecureRandomAdapter.     
105         * gnu/javax/crypto/jce/prng/ICMRandomSpi.java:
106         (engineGenerateSeed(int)): Use SecureRandomAdapter.     
107         (engineNextBytes(byte[])): Initialise using new seed.
108         * gnu/javax/crypto/jce/prng/UMacRandomSpi.java:
109         (engineGenerateSeed(int)): Use SecureRandomAdapter.     
110         (engineNextBytes(byte[])): Initialise using new seed.
111         * gnu/javax/crypto/prng/ICMGenerator.java:
112         (setup(Map)): Call fillBlock().
113
114 2009-01-22  Mark Wielaard  <mark@klomp.org>
115
116         * tools/gnu/classpath/tools/gjdoc/Main.java (getGjdocVersion):
117         Read version.properties from package.
118
119 2009-01-05  Robert Schuster  <robertschuster@fsfe.org>
120
121         * gnu/java/awt/peer/gtk/CairoGraphics2D.java:
122         (drawPolyline): Rewritten.
123
124 2009-01-05  Andrew John Hughes  <gnu_andrew@member.fsf.org>
125
126         * Makefile.am:
127         Add ChangeLog-2008 to EXTRA_DIST.
128         
129 2009-01-02  Andrew John Hughes  <gnu_andrew@member.fsf.org>
130
131         * ChangeLog-2008: New file.
132         
133 2009-01-02  Andrew John Hughes  <gnu_andrew@member.fsf.org>
134
135         * java/text/MessageFormat.java:
136         (setLocale(Locale)): Integer format should use
137         NumberFormat.getIntegerInstance.
138
139 \f
140 Local Variables:
141 coding: iso-latin-1-unix        
142 End:
143