JTextComponent.java: New version from classpath.
[platform/upstream/gcc.git] / libjava / ChangeLog
1 2003-06-24  Michael Koch  <konqueror@gmx.de>
2
3         * javax/swing/text/JTextComponent.java:
4         New version from classpath.
5
6 2003-06-24  Michael Koch  <konqueror@gmx.de>
7
8         * javax/swing/Timer.java,
9         javax/swing/plaf/ActionMapUIResource.java,
10         javax/swing/plaf/ButtonUI.java,
11         javax/swing/plaf/ColorChooserUI.java,
12         javax/swing/plaf/ColorUIResource.java,
13         javax/swing/plaf/ComboBoxUI.java,
14         javax/swing/plaf/ComponentInputMapUIResource.java,
15         javax/swing/plaf/basic/BasicBorders.java:
16         New versions from classpath.
17         * javax/swing/plaf/basic/BasicSplitPaneDivider.java.
18         javax/swing/plaf/basic/BasicSplitPaneUI.java:
19         New file from classpath.
20         * javax/swing/plaf/basic/doc-files/BasicBorders-1.png,
21         javax/swing/plaf/basic/doc-files/BasicBorders-2.png,
22         javax/swing/plaf/basic/doc-files/BasicBorders.FieldBorder-1.png,
23         javax/swing/plaf/doc-files/ComponentUI-1.dia,
24         javax/swing/plaf/doc-files/ComponentUI-1.png:
25         New binary files from classpath.
26
27 2003-06-24  Michael Koch  <konqueror@gmx.de>
28
29         * java/io/LineNumberReader.java
30         (skip): Dont do line number accounting here as this is already done in
31         read(), simplified.
32
33 2003-06-21  Michael Koch  <konqueror@gmx.de>
34
35         * java/io/File.java
36         (static): Load javaio lib if existing (only in classpath).
37         (File): Revised documentation to show the correct argument name.
38         (createTempFile): Partly merged with classpath.
39         (compareTo): Simplified.
40         (lastModified): Throw exception if time < 0.
41         (deleteOnExit): Revised documentation.
42
43 2003-06-21  Michael Koch  <konqueror@gmx.de>
44
45         * java/net/PlainSocketImpl.java:
46         Reformatted.
47         (PlainSocketImpl): Merged class documentaion with classpath.
48         (in): Moved.
49         (out): Moved.
50         (PlainSocketImpl): New empty constructor.
51         (finalize): Moved.
52         (setOption): Merged documentation from classpath.
53         (getOption): Likewise.
54         (create): Likewise.
55         (connect): Likewise.
56         (bind): Likewise.
57         (listen): Likewise.
58         (accept): Likewise.
59         (available): Likewise.
60         (close): Likewise.
61         (read): Likewise.
62         (write): Likewise.
63         (getInputStream): Made synchronozed to get sure that only one stream
64         object can be created for this socket, merged documentation from
65         classpath.
66         (getOutputStream): Likewise.
67
68 2003-06-21  Michael Koch  <konqueror@gmx.de>
69
70         * java/net/PlainSocketImpl.java:
71         Reformatting.
72         (static): New implicit method.
73         (read): Made package private.
74         (write): Likewise.
75
76 2003-06-21  Michael Koch  <konqueror@gmx.de>
77
78         * java/util/SimpleTimeZone.java:
79         Removed unneeded import, reformatting.
80
81 2003-06-21  Michael Koch  <konqueror@gmx.de>
82
83         * java/text/DateFormat.java,
84         java/text/SimpleDateFormat.java,
85         java/util/Locale.java:
86         New versions from classpath.
87
88 2003-06-21  Michael Koch  <konqueror@gmx.de>
89
90         * javax/swing/SpinnerModel.java:
91         New file from classpath.
92         * javax/swing/border/LineBorder.java,
93         javax/swing/border/SoftBevelBorder.java,
94         javax/swing/plaf/BorderUIResource.java,
95         javax/swing/plaf/basic/BasicBorders.java:
96         New versions from classpath.
97         * javax/swing/plaf/basic/doc-files/BasicBorders.MenuBarBorder-1.png,
98         javax/swing/plaf/basic/doc-files/BasicBorders.RadioButtonBorder-1.png,
99         javax/swing/plaf/basic/doc-files/BasicBorders.SplitPaneBorder-1.png,
100         javax/swing/plaf/basic/doc-files/BasicBorders.SplitPaneBorder-2.png,
101         javax/swing/plaf/basic/doc-files/BasicBorders.SplitPaneDividerBorder-1.png,
102         javax/swing/plaf/basic/doc-files/BasicBorders.ToggleButtonBorder-1.png:
103         New binary files from classpath.
104
105 2003-06-21  Michael Koch  <konqueror@gmx.de>
106
107         * java/util/logging/LogRecord.java,
108         java/util/logging/Logger.java,
109         java/util/logging/SocketHandler.java,
110         java/util/logging/SimpleFormatter.java,
111         java/util/logging/Formatter.java,
112         java/util/logging/ErrorManager.java,
113         java/util/logging/Handler.java,
114         java/util/logging/FileHandler.java,
115         java/util/logging/LogManager.java,
116         java/util/logging/Level.java,
117         java/util/logging/ConsoleHandler.java,
118         java/util/logging/StreamHandler.java,
119         java/util/logging/LoggingPermission.java,
120         java/util/logging/Filter.java,
121         java/util/logging/MemoryHandler.java,
122         java/util/logging/XMLFormatter.java:
123         New files from classpath.
124
125 2003-06-20  Michael Koch  <konqueror@gmx.de>
126
127         * java/io/ObjectStreamField.java
128         (unshared): new member variable.
129         (ObjectStreamField): New constructor.
130         (isUnshared): New method.
131
132 2003-06-20  Michael Koch  <konqueror@gmx.de>
133
134         * java/net/URLStreamHandler.java
135         (hostsEqual): Rewritten.
136
137 2003-06-20  Michael Koch  <konqueror@gmx.de>
138
139         * gnu/java/nio/MappedByteFileBuffer.java,
140         gnu/java/nio/natMappedByteFileBuffer.cc:
141         Removed
142         * java/nio/MappedByteBufferImpl.java:
143         New file.
144         * gnu/java/nio/FileChannelImpl.java:
145         Use MappedByteBufferImpl instead of MappedByteFileBuffer.
146         * Makefile.am
147         (ordinary_java_source_files): Removed
148         gnu/java/nio/MappedByteFileBuffer.java and added
149         java/nio/MappedByteBufferImpl.java.
150         (nat_source_files): Removed gnu/java/nio/natMappedByteFileBuffer.cc
151         * Makefile.in: Regenerated.
152
153 2003-06-19  Michael Koch  <konqueror@gmx.de>
154
155         * gnu/java/nio/DatagramChannelImpl.java
156         (fd): Removed.
157         (blocking): New member variable.
158         (socket): Likewise.
159         (DatagramChannelImpl): Throws IOException, initialize socket.
160         (socket):Implemented.
161         (implCloseSelectableChannel): Throws IOException, implemented.
162         (implConfigureBlocking): Likewise.
163         (connect): Likewise.
164         (disconnect): Likewise.
165         (isConnected): Likewise.
166         (write): Likewise.
167         (read): Likewise.
168         (receive): Throws IOException.
169         (send): Likewise.
170         * gnu/java/nio/SocketChannelImpl.java
171         (read): Implemented.
172         (write): Implemented.
173
174 2003-06-19  Michael Koch  <konqueror@gmx.de>
175
176         * javax/swing/JComponent.java,
177         javax/swing/JInternalFrame.java,
178         javax/swing/MenuSelectionManager.java,
179         javax/swing/SwingUtilities.java,
180         javax/swing/ToggleButtonModel.java:
181         New versions from classpath.
182
183 2003-06-19  Michael Koch  <konqueror@gmx.de>
184
185         * java/text/CollationElementIterator.java
186         (NULLORDER): Initialize with -1 as JDK documentation says.
187
188 2003-06-19  Michael Koch  <konqueror@gmx.de>
189
190         * java/net/HttpURLConnection.java,
191         java/net/Inet4Address.java,
192         java/net/Inet6Address.java,
193         java/net/SocketImpl.java,
194         java/net/URLClassLoader.java:
195         Reworked import statements.
196         * java/net/InetAddress.java
197         (getByAddress): Simplified.
198         * java/net/ServerSocket.java
199         (ServerSocket): Moved special handling during bind operation to
200         bind().
201         (bind): Handle different cases when trying to bind a socket.
202         * java/net/URLConnection.java
203         (getHeaderFieldDate): Merged with classpath.
204         (getHeaderFieldInt): Likewise.
205
206 2003-06-19  Michael Koch  <konqueror@gmx.de>
207
208         * java/util/zip/InflaterInputStream.java
209         (InflaterInputStream): Throw NullPointerException if in is null (as
210         JDK does).
211
212 2003-06-19  Michael Koch  <konqueror@gmx.de>
213
214         * java/awt/Font.java
215         javax/swing/UIManager.java
216         javax/swing/border/AbstractBorder.java
217         javax/swing/border/BevelBorder.java
218         javax/swing/border/Border.java
219         javax/swing/border/CompoundBorder.java
220         javax/swing/border/EmptyBorder.java
221         javax/swing/border/EtchedBorder.java
222         javax/swing/border/LineBorder.java
223         javax/swing/border/MatteBorder.java
224         javax/swing/border/TitledBorder.java
225         javax/swing/plaf/BorderUIResource.java
226         javax/swing/plaf/basic/BasicBorders.java
227         javax/swing/plaf/basic/BasicButtonUI.java
228         javax/swing/plaf/basic/BasicCheckBoxUI.java
229         javax/swing/plaf/basic/BasicGraphicsUtils.java
230         javax/swing/plaf/basic/BasicLabelUI.java
231         javax/swing/plaf/basic/BasicRadioButtonUI.java
232         javax/swing/plaf/basic/BasicToggleButtonUI.java:
233         New versions from classpath.
234         * javax/swing/border/SoftBevelBorder.java:
235         New file from classpath.
236         * javax/swing/border/doc-files/LineBorder-1.png,
237         javax/swing/border/doc-files/BevelBorder-1.png,
238         javax/swing/border/doc-files/BevelBorder-2.png,
239         javax/swing/border/doc-files/BevelBorder-3.png,
240         javax/swing/border/doc-files/EmptyBorder-1.png,
241         javax/swing/border/doc-files/EtchedBorder-1.png,
242         javax/swing/border/doc-files/EtchedBorder-2.png,
243         javax/swing/border/doc-files/MatteBorder-1.png,
244         javax/swing/border/doc-files/MatteBorder-2.png,
245         javax/swing/border/doc-files/MatteBorder-3.png,
246         javax/swing/border/doc-files/MatteBorder-4.png,
247         javax/swing/border/doc-files/MatteBorder-5.png,
248         javax/swing/border/doc-files/MatteBorder-6.png,
249         javax/swing/border/doc-files/SoftBevelBorder-1.png,
250         javax/swing/border/doc-files/SoftBevelBorder-2.png,
251         javax/swing/border/doc-files/SoftBevelBorder-3.png,
252         javax/swing/plaf/basic/doc-files/BasicBorders.MarginBorder-1.png,
253         javax/swing/plaf/basic/doc-files/BasicBorders.ButtonBorder-1.png,
254         javax/swing/plaf/basic/doc-files/BasicGraphicsUtils-1.png,
255         javax/swing/plaf/basic/doc-files/BasicGraphicsUtils-2.png,
256         javax/swing/plaf/basic/doc-files/BasicGraphicsUtils-3.png,
257         javax/swing/plaf/basic/doc-files/BasicGraphicsUtils-4.png,
258         javax/swing/plaf/basic/doc-files/BasicGraphicsUtils-5.png,
259         javax/swing/plaf/basic/doc-files/BasicGraphicsUtils-6.png,
260         javax/swing/plaf/basic/doc-files/BasicGraphicsUtils-7.png:
261         New binary files from classpath.
262         * Makefile.am
263         (awt_java_source_files): Added
264         javax/swing/border/SoftBevelBorder.java.
265         * Makefile.in: Regenerated.
266
267 2003-06-19  Michael Koch  <konqueror@gmx.de>
268
269         * gnu/java/security/x509/X509Certificate.java
270         (writeReplace): Merged from classpath.
271
272 2003-06-19  Michael Koch  <konqueror@gmx.de>
273
274         * gnu/java/nio/FileChannelImpl.java
275         (map_address): Made public.
276         (FileChannelImpl): Merged with classpath.
277         * gnu/java/nio/natFileChannelImpl.cc
278         (nio_mmap_file): Commented out unused arguments.
279         (nio_unmmap_file): Likewise.
280         (niu_msync): Likewise.
281
282 2003-06-19  Michael Koch  <konqueror@gmx.de>
283
284         * java/awt/image/IndexColorModel.java:
285         New version from classpath.
286
287 2003-06-18  Tom Tromey  <tromey@redhat.com>
288
289         * java/net/Inet6Address.java (isAnyLocalAddress): Don't use "=="
290         on arrays.
291         (isLoopbackAddress): Likewise.
292         * java/net/Inet4Address.java (isAnyLocalAddress): Don't use "=="
293         on arrays.
294
295 2003-06-18  Matt Kraai  <kraai@alumni.cmu.edu>
296
297         * java/lang/natVMSecurityManager.cc (getClassContext):
298         Use maxlen instead of len for loop bound.
299
300 2003-06-18  Michael Koch  <konqueror@gmx.de>
301
302         * gnu/java/nio/SelectorImpl.java
303         (register): Use fd with value 0 for now, will be fixed later.
304         * gnu/java/nio/ServerSocketChannelImpl.java
305         (fd): Removed.
306         (local_port): Removed.
307         (InetSocketAddress): Removed.
308         (ServerSocketChannelImpl): Just initialize internal socket object.
309         (implCloseSelectableChannel): Close internal socket object.
310         (implConfigureBlocking): Added comment.
311         (accept): Use jaba.net stuff to accept socket.
312         * gnu/java/nio/SocketChannelImpl.java
313         (fd): Removed.
314         (local_port): Removed.
315         (InetSocketAddress): Removed.
316         (SocketCreate): Removed.
317         (SocketConnect): Removed.
318         (SocketBind): Removed.
319         (SocketListen): Removed.
320         (SocketAvailable): Removed.
321         (SocketClose): Removed.
322         (SocketRead): Removed.
323         (SocketWrite): Removed.
324         (SocketChannelImpl): Just initialize internal socket object.
325         (implCloseSelectableChannel): Close internal socket object.
326         (implConfigureBlocking): Fixed implementation, added comment.
327         (connect): Use internal socket object to connect.
328         (socket): No need for sanity checks.
329         (read): Comment out some stuff, this will be reimplemented in the next
330         commit.
331         (write): Likewise.
332         * gnu/java/nio/natFileChannelImpl.cc
333         (nio_mmap_file): Line wrapped.
334         * gnu/java/nio/natSocketChannelImpl.cc: Removed.
335         * Makefile.am
336         (nat_source_files): Removeded gnu/java/nio/natSocketChannelImpl.cc.
337         * Makefile.in: Regenerated.
338
339 2003-06-18  Michael Koch  <konqueror@gmx.de>
340
341         * java/util/Locale.java
342         (equals): Merged from classpath.
343
344 2003-06-18  Michael Koch  <konqueror@gmx.de>
345
346         * java/net/InetAddress.java:
347         Reformatted to better match classpath's version.
348         * java/net/URL.java
349         (equals): Simplified.
350         * java/net/URLConnection.java
351         (setDoInput): Revised documentation.
352         (getDefaultUseCaches): Likewise.
353         (setRequestProperty): Added @since tag.
354
355 2003-06-17  Michael Koch  <konqueror@gmx.de>
356
357         * java/net/InetSocketAddress.java
358         (InetSocketAddress): Use wildcard address if addr is null.
359         (InetSocketAddress): Dont duplicate implementation.
360         (InetSocketAddress): Throw exception when hostname is null.
361         * java/net/Socket.java:
362         Reworked imports.
363         (Socket): Throw exception when raddr is null, handle case when laddr
364         is null.
365
366 2003-06-17  Michael Koch  <konqueror@gmx.de>
367
368         * java/nio/DirectByteBufferImpl.java
369         (address): Made package private.
370         (DirectByteBufferImpl): New constructor.
371         * java/nio/natDirectByteBufferImpl.cc
372         (allocateImpl): Moved to java.nio namespace, implemented.
373         (freeImpl): Likewise.
374         (getImpl): Likewise.
375         (putImpl): Likewise.
376         * jni.cc
377         (_Jv_JNI_NewDirectByteBuffer): Implemented.
378         (_Jv_JNI_GetDirectBufferAddress): Implemented.
379         (_Jv_JNI_GetDirectBufferCapacity): Implemented.
380
381 2003-06-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
382
383         * include/powerpc-signal.h: New File.
384         * configure.in: Use it.
385         * configure: Regenerated.
386
387 2003-06-17  Michael Koch  <konqueror@gmx.de>
388
389         * java/util/Locale.java
390         (getDisplayLanguage): Made it final.
391         (getDisplayCountry): Likewise.
392         (getDisplayVariant): Likewise.
393         (getDisplayName): Likewise.
394
395 2003-06-17  Michael Koch  <konqueror@gmx.de>
396
397         * java/util/PropertyResourceBundle.java:
398         Removed unneeded import.
399
400 2003-06-17  Michael Koch  <konqueror@gmx.de>
401
402         * java/util/prefs/AbstractPreferences.java,
403         java/util/prefs/PreferencesFactory.java:
404         Reworked imports, removed unused imports.
405         * java/util/prefs/Preferences.java
406         (systemNodeForPackage): Method takes a Class not an Object.
407         (userNodeForPackage): Likewise.
408         (nodeForPackage): Likewise.
409
410 2003-06-17  Michael Koch  <konqueror@gmx.de>
411
412         * gnu/java/security/x509/X509Certificate.java:
413         Explicitely import used classes.
414
415 2003-06-17  Michael Koch  <konqueror@gmx.de>
416
417         * java/util/zip/ZipEntry.java,
418         java/util/zip/ZipFile.java,
419         java/util/zip/ZipInputStream.java,
420         java/util/zip/ZipOutputStream.java:
421         Reworked imports, only import used classes.
422
423 2003-06-17  Michael Koch  <konqueror@gmx.de>
424
425         * gnu/java/lang/ArrayHelper.java,
426         gnu/java/lang/ClassHelper.java:
427         Reformatted to match classpath's versions.
428
429 2003-06-14  Michael Koch  <konqueror@gmx.de>
430
431         * gnu/java/nio/FileChannelImpl.java
432         (map_address): Removed incorrect comment.        
433         * gnu/java/nio/SelectorImpl.java
434         (register): Remove code duplication and code for file channel handling.        
435         * gnu/java/nio/ServerSocketChannelImpl.java
436         (serverSocket): Renamed from sock_object.
437         (ServerSocketChannel): Initialize serverSocket.
438         (socket): Return serverSocket.
439         * gnu/java/nio/SocketChannelImpl.java
440         (socket): Renamed from sock_object.
441         (isConnectionPenging): Simplified.
442         (socket): Return socket.
443 2003-06-14  Michael Koch  <konqueror@gmx.de>
444
445         * java/security/BasicPermission.java:
446         New version from classpath.
447
448 2003-06-14  Michael Koch  <konqueror@gmx.de>
449
450         * javax/naming/directory/Attribute.java:
451         New version from classpath.
452
453 2003-06-14  Michael Koch  <konqueror@gmx.de>
454
455         * java/io/BufferedReader.java,
456         java/io/FileOutputStream.java:
457         New versions from classpath.
458
459 2003-06-12  Andrew Haley  <aph@redhat.com>
460
461         * prims.cc (catch_segv): Create exception in handler.
462         (catch_fpe): Likewise.  
463         (_Jv_divI, _Jv_remI, _Jv_divJ, _Jv_remJ): Likewise.
464         (_Jv_ThrowSignal): Remove.
465
466         * include/x86_64-signal.h (INIT_SEGV): Delete reference to nullp.
467         * include/default-signal.h (INIT_SEGV, INIT_FPE): Delete reference
468         to nullp and arithexception.
469         * include/dwarf2-signal.h (INIT_SEGV, INIT_FPE): Likewise.
470         * include/i386-signal.h (INIT_SEGV, INIT_FPE): Likewise.
471         * include/s390-signal.h (INIT_SEGV, INIT_FPE): Likewise.
472         * include/sparc-signal.h (INIT_SEGV, INIT_FPE): Likewise.
473         * include/win32-signal.h (INIT_SEGV, INIT_FPE): Likewise.
474
475 2003-06-11  Andrew Haley  <aph@redhat.com>
476
477         * jni.cc (_Jv_JNI_check_types): New.
478         (_Jv_JNI_SetPrimgitiveArrayRegion): Check array type.
479         (_Jv_JNI_GetPrimitiveArrayRegion): Ditto.
480         (_Jv_JNI_GetPrimitiveArrayElements): Ditto.
481         (_Jv_JNI_ReleasePrimitiveArrayElements): Ditto.
482         
483         * java/lang/natVMSecurityManager.cc (getClassContext): Fix
484         infinite loop.
485
486 2003-06-11  Tom Tromey  <tromey@redhat.com>
487
488         * java/lang/ClassLoader.java (loadClass): Not deprecated.
489         * java/io/PrintStream.java: Not deprecated.
490
491 2003-06-11  Scott Gilbertson  <scottg@mantatest.com>
492
493         * gnu/awt/j2d/IntegerGraphicsState.java (drawOval): implemented.
494         (fillOval): implemented
495         * gnu/awt/xlib/XGraphics.java (drawArc): implemented.
496         (fillArc): implemented.
497         * gnu/gcj/xlib/GC.java (drawArc): added native method.
498         (fillArc): added native method.
499         * gnu/gcj/xlib/natGC.cc (drawArc): added native method.
500         (fillArc): added native method.
501
502 2003-06-11  Michael Koch  <konqueror@gmx.de>
503
504         * java/awt/im/InputSubset.java:
505         New version from classpath.
506
507 2003-06-11  Michael Koch  <konqueror@gmx.de>
508
509         * javax/swing/AbstractAction.java,
510         javax/swing/AbstractButton.java,
511         javax/swing/AbstractCellEditor.java,
512         javax/swing/AbstractListModel.java,
513         javax/swing/BorderFactory.java,
514         javax/swing/Box.java,
515         javax/swing/BoxLayout.java,
516         javax/swing/ButtonGroup.java,
517         javax/swing/DefaultButtonModel.java,
518         javax/swing/DefaultListModel.java,
519         javax/swing/DefaultListSelectionModel.java,
520         javax/swing/FocusManager.java,
521         javax/swing/ImageIcon.java,
522         javax/swing/InputMap.java,
523         javax/swing/JApplet.java,
524         javax/swing/JButton.java,
525         javax/swing/JCheckBox.java,
526         javax/swing/JCheckBoxMenuItem.java,
527         javax/swing/JColorChooser.java,
528         javax/swing/JComboBox.java,
529         javax/swing/JComponent.java,
530         javax/swing/JDesktopPane.java,
531         javax/swing/JDialog.java,
532         javax/swing/JEditorPane.java,
533         javax/swing/JFileChooser.java,
534         javax/swing/JFormattedTextField.java,
535         javax/swing/JFrame.java,
536         javax/swing/JLabel.java,
537         javax/swing/JLayeredPane.java,
538         javax/swing/JList.java,
539         javax/swing/JMenuBar.java,
540         javax/swing/JMenuItem.java,
541         javax/swing/JOptionPane.java,
542         javax/swing/JPanel.java,
543         javax/swing/JPasswordField.java,
544         javax/swing/JPopupMenu.java,
545         javax/swing/JProgressBar.java,
546         javax/swing/JRadioButton.java,
547         javax/swing/JRadioButtonMenuItem.java,
548         javax/swing/JRootPane.java,
549         javax/swing/JScrollBar.java,
550         javax/swing/JScrollPane.java,
551         javax/swing/JSeparator.java,
552         javax/swing/JSlider.java,
553         javax/swing/JTabbedPane.java,
554         javax/swing/JTable.java,
555         javax/swing/JTextField.java,
556         javax/swing/JToggleButton.java,
557         javax/swing/JToolBar.java,
558         javax/swing/JToolTip.java,
559         javax/swing/JTree.java,
560         javax/swing/JViewport.java,
561         javax/swing/JWindow.java,
562         javax/swing/KeyStroke.java,
563         javax/swing/ListSelectionModel.java,
564         javax/swing/LookAndFeel.java,
565         javax/swing/RepaintManager.java,
566         javax/swing/ScrollPaneLayout.java,
567         javax/swing/SizeRequirements.java,
568         javax/swing/SwingConstants.java,
569         javax/swing/Timer.java,
570         javax/swing/UIDefaults.java,
571         javax/swing/UIManager.java,
572         javax/swing/border/AbstractBorder.java,
573         javax/swing/border/CompoundBorder.java,
574         javax/swing/colorchooser/AbstractColorChooserPanel.java,
575         javax/swing/colorchooser/ColorChooserComponentFactory.java,
576         javax/swing/colorchooser/ColorSelectionModel.java,
577         javax/swing/colorchooser/DefaultColorSelectionModel.java,
578         javax/swing/event/AncestorEvent.java,
579         javax/swing/event/HyperlinkEvent.java,
580         javax/swing/event/InternalFrameAdapter.java,
581         javax/swing/event/InternalFrameEvent.java,
582         javax/swing/event/ListDataEvent.java,
583         javax/swing/event/MouseInputAdapter.java,
584         javax/swing/event/SwingPropertyChangeSupport.java,
585         javax/swing/event/TableModelEvent.java,
586         javax/swing/event/TreeWillExpandListener.java,
587         javax/swing/event/UndoableEditEvent.java,
588         javax/swing/filechooser/FileFilter.java,
589         javax/swing/filechooser/FileSystemView.java,
590         javax/swing/filechooser/FileView.java,
591         javax/swing/plaf/BorderUIResource.java,
592         javax/swing/plaf/basic/BasicDefaults.java,
593         javax/swing/table/AbstractTableModel.java,
594         javax/swing/table/DefaultTableCellRenderer.java,
595         javax/swing/table/DefaultTableColumnModel.java,
596         javax/swing/table/DefaultTableModel.java,
597         javax/swing/table/TableColumn.java,
598         javax/swing/text/JTextComponent.java,
599         javax/swing/tree/AbstractLayoutCache.java,
600         javax/swing/tree/DefaultMutableTreeNode.java,
601         javax/swing/tree/DefaultTreeCellEditor.java,
602         javax/swing/tree/DefaultTreeCellRenderer.java,
603         javax/swing/tree/DefaultTreeModel.java,
604         javax/swing/tree/DefaultTreeSelectionModel.java,
605         javax/swing/tree/FixedHeightLayoutCache.java,
606         javax/swing/tree/TreeCellEditor.java,
607         javax/swing/tree/TreeModel.java,
608         javax/swing/tree/TreeNode.java,
609         javax/swing/tree/TreePath.java,
610         javax/swing/tree/TreeSelectionModel.java,
611         javax/swing/tree/VariableHeightLayoutCache.java,
612         javax/swing/undo/AbstractUndoableEdit.java,
613         javax/swing/undo/CompoundEdit.java,
614         javax/swing/undo/StateEdit.java,
615         javax/swing/undo/UndoManager.java,
616         javax/swing/undo/UndoableEditSupport.java:
617         New versions from classpath.
618         * javax/swing/table/JTableHeader.java:
619         New file from classpath.
620         * Makefile.am
621         (java_awt_sources): Added javax/swing/table/JTableHeader.java.
622         * Makefile.in: Regenerated.
623
624 2003-06-11  Michael Koch  <konqueror@gmx.de>
625
626         * java/nio/MappedByteBuffer.java,
627         java/nio/channels/Channels.java,
628         java/nio/channels/ServerSocketChannel.java,
629         java/nio/channels/spi/AbstractSelector.java:
630         Removed unneeded imports.
631
632 2003-06-11  Michael Koch  <konqueror@gmx.de>
633
634         * java/net/DatagramSocket.java:
635         Partly merged with classpath.
636
637 2003-06-11  Michael Koch  <konqueror@gmx.de>
638
639         * java/awt/Frame.java,
640         java/awt/Graphics.java,
641         java/awt/Menu.java,
642         java/awt/Robot.java,
643         java/awt/image/ColorModel.java:
644         New versions from classpath.
645
646 2003-06-10  Michael Koch  <konqueror@gmx.de>
647
648         * java/io/PrintStream.java:
649         Merged version from classpath.
650         (close): Removed sychronized keyword. This class is not garantied to
651         be thread-safe.
652         (write): Likewise.
653
654 2003-06-09  Tom Tromey  <tromey@redhat.com>
655
656         * gnu/gcj/xlib/natFont.cc (getAscent): Correctly access "ascent"
657         field.
658         (getDescent): Likewise, for "descent".
659
660 2003-06-09  Scott Gilbertson  <scottg@mantatest.com>
661
662         * gnu/gcj/xlib/natFont.cc (getMaxAscent): adjusted return value.
663         (getMaxDescent): adjusted return value.
664         (getAscent): modified to use metrics for 'O'.
665         (getDescent): modified to use metrics for 'y'.
666
667 2003-06-08  Anthony Green  <green@redhat.com>
668
669         * java/net/URLStreamHandler.java (sameFile): Fix port value
670         comparison.
671         * java/net/URL.java (handler): Make package private.
672         * gnu/gcj/protocol/http/Handler.java (getDefaultPort): New method.
673
674 2003-06-07  Tom Tromey  <tromey@redhat.com>
675
676         For PR libgcj/11085:
677         * java/text/SimpleDateFormat.java (parse(String,ParsePosition)):
678         Limit number of characters in numeric field when required.
679         * java/text/DecimalFormat.java (parse(String,ParsePosition)):
680         Respect maximumIntegerDigits.
681
682 2003-06-08  Michael Koch  <konqueror@gmx.de>
683
684         * java/net/Socket.java
685         (Socket): Dont initialize inputShutdown and outputShutdown twice,
686         call bind() and connect() to actually do the bind and connect tasks.
687         (bind): Connect to canonical address if bindpoint is null, create
688         socket and bind it to bindpoint.
689         (connect): Check for exceptions.
690
691 2003-06-08  Michael Koch  <konqueror@gmx.de>
692
693         * java/net/DatagramSocket.java
694         (DatagramSocket): No need to set SO_REUSEADDRESS here. This belongs
695         into the Multicast constructors.
696         * java/net/DatagramSocketImpl.java
697         (getOption): Removed.
698         (setOption): Removed.
699         * java/net/MulticastSocket.java
700         (MulticastSocket): Call setReuseAddress (true).
701         * java/net/SocketImpl.java
702         (getOption): Removed.
703         (setOption): Removed.
704
705 2003-06-07      Jeff Sturm      <jsturm@one-point.com>
706
707         PR libgcj/10886:
708         * gnu/java/rmi/server/UnicastRemoteCall.java (returnValue):
709         Test for empty vector.
710
711 2003-06-06  Mark Wielaard  <mark@klomp.org>
712
713         * java/security/Security.java (secprops): Initialize.
714         (loadProviders): Return boolean.
715         (static): Check result of loadProvider calls. If necessary
716         display WARNING and fallback to Gnu provider.
717
718 2002-06-06  James Clark  <jjc@jclark.com>
719
720         Fix for PR libgcj/8738:
721         * gnu/gcj/convert/UnicodeToBytes.java (havePendingBytes): New method.
722         * gnu/gcj/convert/Output_SJIS.java (havePendingBytes): Likewise.
723         * gnu/gcj/convert/Output_EUCJIS.java (havePendingBytes): Likewise.
724         * gnu/gcj/convert/Output_UTF8.java (havePendingBytes): Likewise.
725         (write): Always decrease avail when count is increased.
726         * java/lang/natString.cc (getBytes): Check converter havePendingBytes()
727         and whether output buffer is full before increasing size.
728
729 2002-06-06  Mark Wielaard  <mark@klomp dot org>
730
731         * java/io/PrintStream.java (writeChars(char[],int, int)):
732         Check converter.havePendingBytes().
733         (writeChars(String,int,int)): Likewise.
734         * java/io/OutputStreamWriter.java (writeChars(char[], int, int)):
735         Check converter.havePendingBytes() and flush buffer when stalled.
736
737 2003-06-07  Michael Koch  <konqueror@gmx.de>
738
739         * include/posix.h
740         (O_DSYNC): Define O_DSYNC on platforms not
741         supporting O_FSYNC (newlib).
742
743 2003-06-06  Mark Wielaard  <mark@klomp.org>
744
745         * java/awt/Toolkit.java (getDefaultToolkit): Add exception cause to
746         AWTError.
747
748 2003-06-06  Michael Koch  <konqueror@gmx.de>
749
750         * javax/swing/plaf/basic/BasicOptionPaneUI.java:
751         More compile fixes from my stupid work yesterday.
752
753 2003-06-05  Matt Kraai  <kraai@alumni.cmu.edu>
754
755         * java/lang/w_exp.c (o_threshold, u_threshold): Define only
756         if _IEEE_LIBM is undefined.
757
758 2002-06-05  Loren J. Rittle  <ljrittle@acm.org>
759
760         * libjava/include/posix.h (O_SYNC): Define if not available
761         and a reasonable, perhaps more conservative, replacement exists.
762         (O_DSYNC): Likewise.
763         * java/io/natFileDescriptorPosix.cc (open): Revert last patch.
764
765 2003-06-05  Michael Koch  <konqueror@gmx.de>
766
767         * javax/swing/plaf/BorderUIResource.java,
768         javax/swing/plaf/basic/BasicDefaults.java,
769         javax/swing/plaf/basic/BasicOptionPaneUI.java:
770         More compile fixes for latest Border commit. I should not commit
771         something in this heat here ...
772
773 2003-06-05  Michael Koch  <konqueror@gmx.de>
774
775         * javax/swing/border/BevelBorder.java
776         (BevelBorder): Removed.
777         * javax/swing/border/EmptyBorder.java:
778         Reformatted.
779         (EmptyBorder): Removed.
780         (getBorderInsets): Dont use l, r, t and b.
781         * javax/swing/border/EtchedBorder.java
782         (EtchedBorder): Removed.
783         * javax/swing/border/LineBorder.java
784         (LineBorder): Removed.
785         * javax/swing/border/MatteBorder.java
786         (MatteBorder): Removed.
787         * javax/swing/border/TitledBorder.java
788         (defaultBorder): Use other default for now.
789         (defaultFont): Likewise.
790         (defaultColor): Likewise.
791
792 2003-06-05  Michael Koch  <konqueror@gmx.de>
793
794         * javax/swing/border/Border.java:
795         New version from classpath.
796
797 2003-06-05  Michael Koch  <konqueror@gmx.de>
798
799         * javax/swing/border/AbstractBorder.java,
800         javax/swing/border/BevelBorder.java,
801         javax/swing/border/CompoundBorder.java,
802         javax/swing/border/EmptyBorder.java,
803         javax/swing/border/EtchedBorder.java,
804         javax/swing/border/LineBorder.java,
805         javax/swing/border/MatteBorder.java,
806         javax/swing/border/TitledBorder.java:
807         New versions from Classpath.
808
809 2003-06-05  Michael Koch  <konqueror@gmx.de>
810
811         * java/awt/Button.java,
812         java/awt/Checkbox.java,
813         java/awt/CheckboxMenuItem.java,
814         java/awt/Choice.java,
815         java/awt/Container.java,
816         java/awt/Dialog.java,
817         java/awt/EventQueue.java,
818         java/awt/FileDialog.java,
819         java/awt/Frame.java,
820         java/awt/Label.java,
821         java/awt/List.java,
822         java/awt/Menu.java,
823         java/awt/MenuItem.java,
824         java/awt/Panel.java,
825         java/awt/PopupMenu.java,
826         java/awt/Rectangle.java,
827         java/awt/ScrollPane.java,
828         java/awt/Scrollbar.java,
829         java/awt/TextArea.java,
830         java/awt/TextField.java,
831         java/awt/Window.java,
832         java/awt/datatransfer/DataFlavor.java,
833         java/awt/dnd/DragSource.java,
834         java/awt/dnd/DragSourceContext.java,
835         java/awt/event/HierarchyEvent.java,
836         java/awt/event/MouseWheelEvent.java,
837         java/awt/im/InputContext.java,
838         java/awt/image/BufferedImage.java,
839         java/awt/image/ComponentColorModel.java,
840         java/awt/image/Raster.java,
841         java/awt/image/WritableRaster.java,
842         java/awt/peer/ComponentPeer.java,
843         java/awt/print/PageFormat.java,
844         java/awt/print/PrinterJob.java:
845         New versions from Classpath.
846
847 2003-06-05  Scott Gilbertson  <scottg@mantatest.com>
848
849         * java/text/SimpleDateFormat.java (SimpleDateFormat): Added
850         numberFormat.setParseIntegerOnly(true).
851
852 2003-06-05  Bert Deknuydt  <Bert.Deknuydt@esat.kuleuven.ac.be>
853
854         * include/posix-threads.h: Include <machine/pal.h> on OSF.
855
856 2003-06-03  Andrew Haley  <aph@redhat.com>
857
858         * include/x86_64-signal.h (MAKE_THROW_FRAME): Mark sigcontext on
859         stack volatile to prevent optimization from removing it.
860
861 2003-05-27  Michael Koch  <konqueror@gmx.de>
862
863         * java/util/zip/Deflater.java
864         (FILTERED): Merged documentation from classpath.
865         * java/util/zip/DeflaterOutputStream.java
866         (DeflaterOutputStream): Merged documentation and argument validity
867         check from classpath.
868         (deflate): Merged documentation from classpath.
869         (finish): Likewise.
870         * java/util/zip/Inflater.java
871         (Inflater): Merged class documentation from classpath.
872         (zstream): Reordered.
873         (is_finished): Reordered.
874         (dict_needed): Reordered.
875         (Inflater): Reordered, merged documentation from classpath.
876         (end): Likewise.
877         (finalize): Merged documentation from classpath.
878         (finished): Likewise.
879         (getAdler): Likewise.
880         (getRemaining): Likewise.
881         (getTotalIn): Likewise.
882         (getTotalOut): Likewise.
883         (inflate): Likewise.
884         (needsDictionary): Likewise.
885         (needsInput): Likewise.
886         (reset): Likewise.
887         (setDictionary): Likewise.
888         (setInput): Likewise.
889
890 2003-05-27  Michael Koch  <konqueror@gmx.de>
891
892         * java/net/URLConnection.java
893         (getHeaderFieldInt): Merged with classpath.
894
895 2003-05-27  Michael Koch  <konqueror@gmx.de>
896
897         * java/io/PrintStream.java
898         (PrintStream): Reformatted.
899         (PrintStream): New method, merged from classpath.
900         (write): Reformatted.
901
902 2003-05-27  Michael Koch  <konqueror@gmx.de>
903
904         * java/lang/System.java:
905         Explicitely import needed classes.
906
907 2003-05-26  Michael Koch  <konqueror@gmx.de>
908
909         * java/net/NetPermission.java,
910         java/net/NetworkInterface.java,
911         java/net/PasswordAuthentication.java,
912         java/net/SocketPermission.java:
913         New versions from classpath.
914
915 2003-05-25  Michael Koch  <konqueror@gmx.de>
916
917         * java/io/PushbackInputStream.java,
918         java/net/Authenticator.java,
919         java/net/ContentHandler.java,
920         java/net/ContentHandlerFactory.java,
921         java/net/DatagramSocket.java,
922         java/net/DatagramSocketImpl.java,
923         java/net/DatagramSocketImplFactory.java,
924         java/net/FileNameMap.java,
925         java/net/SocketImplFactory.java,
926         java/net/SocketOptions.java,
927         java/net/URLStreamHandlerFactory.java:
928         Merged new versions from classpath.
929
930 2003-05-25  Michael Koch  <konqueror@gmx.de>
931
932         * java/awt/Checkbox.java,
933         java/awt/Dialog.java,
934         java/awt/Font.java,
935         java/awt/Frame.java,
936         java/awt/ScrollPaneAdjustable.java,
937         java/awt/Scrollbar.java,
938         java/awt/Window.java:
939         New versions from classpath.
940
941 2003-05-22      Jeff Sturm      <jsturm@one-point.com>
942
943         PR libgcj/10838:
944         * java/io/ObjectInputStream (enableResolveObject):
945         Fixed spelling of permission name.
946
947 2003-05-20  Michael Koch  <konqueror@gmx.de>
948
949         * java/io/DataInputStream.java
950         (convertFromUTF): Merged comment from classpath.
951         * java/io/PrintStream.java
952         (error_occured): Renamed from error, merged comment from classpath.
953         (PrintStream): No need to initialized error.
954         (checkError): Replace error with error_occurred.
955         (setError): Likewise.
956
957 2003-05-20  Michael Koch  <konqueror@gmx.de>
958
959         * java/io/DataInputStream.java:
960         Reformatted, Replaced < and & with html entitites in documentation.
961         * java/io/File.java:
962         Reformatted.
963         * java/io/PrintWriter.java:
964         Moved class documentation.
965
966 2003-05-20  Michael Koch  <konqueror@gmx.de>
967
968         * gnu/java/nio/ByteBufferImpl.java,
969         gnu/java/nio/CharBufferImpl.java,
970         gnu/java/nio/CharViewBufferImpl.java,
971         gnu/java/nio/DirectByteBufferImpl.java,
972         gnu/java/nio/DoubleBufferImpl.java,
973         gnu/java/nio/DoubleViewBufferImpl.java,
974         gnu/java/nio/FloatBufferImpl.java,
975         gnu/java/nio/FloatViewBufferImpl.java,
976         gnu/java/nio/IntBufferImpl.java,
977         gnu/java/nio/IntViewBufferImpl.java,
978         gnu/java/nio/LongBufferImpl.java,
979         gnu/java/nio/LongViewBufferImpl.java,
980         gnu/java/nio/natDirectByteBufferImpl.cc,
981         gnu/java/nio/ShortBufferImpl.java,
982         gnu/java/nio/ShortViewBufferImpl.java:
983         Moved files to java/nio.
984         * gnu/java/nio/SocketChannelImpl.java
985         
986         * java/nio/ByteBuffer.java,
987         java/nio/CharBuffer.java,
988         java/nio/DoubleBuffer.java,
989         java/nio/FloatBuffer.java,
990         java/nio/IntBuffer.java,
991         java/nio/LongBuffer.java,
992         java/nio/ShortBuffer.java:
993         Dont import anything.
994         * java/nio/ByteBufferImpl.java,
995         java/nio/CharBufferImpl.java,
996         java/nio/CharViewBufferImpl.java,
997         java/nio/DirectByteBufferImpl.java,
998         java/nio/DoubleBufferImpl.java,
999         java/nio/DoubleViewBufferImpl.java,
1000         java/nio/FloatBufferImpl.java,
1001         java/nio/FloatViewBufferImpl.java,
1002         java/nio/IntBufferImpl.java,
1003         java/nio/IntViewBufferImpl.java,
1004         java/nio/LongBufferImpl.java,
1005         java/nio/LongViewBufferImpl.java,
1006         java/nio/natDirectByteBufferImpl.cc,
1007         java/nio/ShortBufferImpl.java,
1008         java/nio/ShortViewBufferImpl.java:
1009         Moved from gnu/java/nio.
1010         * Makefile.am
1011         (ordinary_java_source_files): Moved files from gnu/java/nio to
1012         java/nio.
1013         (nat_source_files): Moved natDirectByteBufferImpl.cc from gnu/java/nio
1014         to java/nio.
1015         * Makefile.in: Regenerated.
1016
1017 2003-05-19  Michael Koch  <konqueror@gmx.de>
1018
1019         * java/util/Calendar.java
1020         (get): Not final anymore since JDK 1.4
1021         (set): Likewise.
1022
1023 2003-05-19  Michael Koch  <konqueror@gmx.de>
1024
1025         * java/text/CollationKey.java:
1026         Merged copyright and dat from classpath.
1027         * java/text/RuleBasedCollator.java:
1028         Merged class documentation from classpath.
1029
1030 2003-05-19  Michael Koch  <konqueror@gmx.de>
1031
1032         * java/nio/CharBuffer.java
1033         (toString): Compile fix.
1034
1035 2003-05-19  Michael Koch  <konqueror@gmx.de>
1036
1037         * gnu/java/nio/ByteBufferImpl.java
1038         (putLong): Fixed conversion to bytes.
1039         (putDouble): Fixed conversion to bytes.
1040         * gnu/java/nio/DirectByteBufferImpl.java
1041         (putLong): Fixed conversion to bytes.
1042         (putDouble): Fixed conversion to bytes.
1043         * gnu/java/nio/FileLockImpl.java
1044         (isValid): Reformatted.
1045         * java/nio/Buffer.java
1046         (Buffer): Fixed off-by-one bug in handling mark.
1047         * java/nio/ByteBuffer.java:
1048         Added newline.
1049         * java/nio/CharBuffer.java
1050         (toString): Don't use relative get to get string data.
1051
1052 2003-05-16  Michael Koch  <konqueror@gmx.de>
1053
1054         * java/io/natFileDescriptorPosix.cc
1055         (open): Commented out the O_SYNC and O_DSYNC usage until its better
1056         tested.
1057
1058 2003-05-14  Michael Koch  <konqueror@gmx.de>
1059
1060         * gnu/java/nio/FileLockImpl.java
1061         (released): New member variable.
1062         (FileLockImpl): Initialize released.
1063         (releaseImpl): New native method.
1064         (release): Implemented.
1065         * gnu/java/nio/SelectorImpl.java: Reformatted.
1066         * gnu/java/nio/SelectionKeyImpl.java: Reformatted.
1067         * gnu/java/nio/ServerSocketChannelImpl.java: Reformatted.
1068         (accept): Throws IOException.
1069         * gnu/java/nio/SocketChannelImpl.java: Reformatted.
1070         (implConfigureBlocking): Throws IOException.
1071         (connect): Likewise.
1072         (read): Likewise.
1073         (write): Likewise.
1074         * gnu/java/nio/natFileLockImpl.cc: New file.
1075         * java/nio/channels/FileLock.java: Reformatted.
1076         * Makefile.am:
1077         (ordinary_java_source_files): Added gnu/java/nio/FileLockImpl.java.
1078         (nat_source_files): Added gnu/java/nio/natFileLockImpl.cc.
1079         * Makefile.in: Regenerated.
1080
1081 2003-05-13  Michael Koch  <konqueror@gmx.de>
1082
1083         * gnu/java/nio/CharViewBufferImpl.java
1084         (CharViewBufferImpl): Fixed super constructor call, initialize offset.
1085         (get): Shift bits to the right direction.
1086         (put): Likewise.
1087         * gnu/java/nio/DoubleViewBufferImpl.java
1088         (DoubleViewBufferImpl): Fixed super constructor call, initialize offset.
1089         (get): Shift bits to the right direction.
1090         (put): Likewise.
1091         * gnu/java/nio/FloatViewBufferImpl.java
1092         (FloatViewBufferImpl): Fixed super constructor call, initialize offset.
1093         (get): Shift bits to the right direction.
1094         (put): Likewise.
1095         * gnu/java/nio/IntViewBufferImpl.java
1096         (IntViewBufferImpl): Fixed super constructor call, initialize offset.
1097         (get): Shift bits to the right direction.
1098         (put): Likewise.
1099         * gnu/java/nio/LongViewBufferImpl.java
1100         (LongViewBufferImpl): Fixed super constructor call, initialize offset.
1101         (get): Shift bits to the right direction.
1102         (put): Likewise.
1103         * gnu/java/nio/ShortViewBufferImpl.java
1104         (ShortViewBufferImpl): Fixed super constructor call, initialize offset.
1105         (get): Shift bits to the right direction.
1106         (put): Likewise.
1107
1108 2003-05-13  Michael Koch  <konqueror@gmx.de>
1109
1110         * gnu/java/nio/natDirectByteBufferImpl.cc
1111         (allocateImpl): jlong -> RawData*.
1112         (freeImpl): Likewise.
1113
1114 2003-05-13  Michael Koch  <konqueror@gmx.de>
1115
1116         * java/nio/channels/FileChannel.java
1117         (MapMode.m): Made it package-private to match JDK 1.4.
1118         * java/nio/charset/Charset.java
1119         (decode): Made it final to match JDK 1.4.
1120
1121 2003-05-13  Michael Koch  <konqueror@gmx.de>
1122
1123        * java/io/FileDescriptor.java
1124        (SYNC): New constant.
1125        (DSYNC): Likewise.
1126        (getLength): Renamed from lenght() to match classpath's
1127        FileDescriptor.java.
1128        * java/io/RandomAccessFile.java
1129        (RandomAccessFile): Removed unneeded mode check, implemented mode
1130        "rws" and "rwd", merged documentation from classpath.
1131        (setLength): Reformatted.
1132        (length): Use new getLength() of FileDescriptor.
1133        * java/io/natFileDescriptorEcos.cc
1134        (getLength): Renamed from length().
1135        * java/io/natFileDescriptorPosix.cc
1136        (open): Implemented support for SYNC and DSYNC.
1137        (seek): Use getLength() instead of length().
1138        (getLength): Renamed from length().
1139        * java/io/natFileDescriptorWin32.cc
1140        (getLength): Renamed from length().
1141        (seek): Use getLength() instead of length().
1142        (available): Likewise.
1143        * gnu/java/nio/natFileChannelImpl.cc
1144        (size): Use getLength() instead of length().
1145
1146 2003-05-13  Michael Koch  <konqueror@gmx.de>
1147
1148         * gnu/java/nio/ByteBufferImpl.java
1149         (ByteBufferImpl): All constructors revised.
1150         (slice): Reimplemented.
1151         (duplicate): Reimplemented.
1152         (asReadOnlyBuffer): Reimplemented.
1153         * java/nio/ByteBuffer.java:
1154         Reformatted.
1155         (array_offset): Renamed from "offset" to match all other buffer
1156         classes.
1157         (ByteBuffer): All constructors revised.
1158         (allocateDirect): Implemented.
1159         (allocate): New implementation, documentation reworked.
1160         (wrap): Likewise.
1161         (get): Documentation reworked.
1162         (put): New implementation, documentation reworked.
1163         (hasArray): Documentation reworked.
1164         (arrayOffset): Likewise.
1165         (hashCode): Likewise.
1166         (equals): Likewise.
1167         (compareTo): Likewise.
1168         (order): Likewise.
1169         (compact): Likewise.
1170         (isDirect): Likewise.
1171         (slice): Likewise.
1172         (duplicate): Likewise.
1173         (asReadOnlyBuffer): Likewise.
1174         * Makefile.am
1175         (ordinary_java_source_files):
1176         Added gnu/java/nio/DirectByteBufferImpl.java.
1177         (nat_source_files):
1178         Added gnu/java/nio/natDirectByteBufferImpl.cc.
1179         * Makefile.in: Regenerated.
1180
1181 2003-05-12  Michael Koch  <konqueror@gmx.de>
1182
1183         * gnu/java/nio/ByteBufferImpl.java: Reformatted.
1184         (nio_get_*): Removed.
1185         (nio_put_*): Removed.
1186         (as*Buffer): Implemented.
1187         (compact): Implemented.
1188         (get): Documentation added.
1189         (put): Documentation added.
1190         (get*): Newly implemented.
1191         (put*): Newly implemented.
1192         * gnu/java/nio/CharBufferImpl.java: Reformatted.
1193         (CharBufferImpl): Revised.
1194         (slice): New implementation.
1195         (duplicate): New implementation.
1196         (compact): New implementation.
1197         (asReadOnlyBuffer): New implementation.
1198         (get): Documentation revised.
1199         (order): Return native byte order.
1200         * gnu/java/nio/DirectByteBufferImpl.java
1201         (allocateDirect): objects can be null not 0.
1202         * gnu/java/nio/DoubleBufferImpl.java: Reformatted.
1203         (DoubleBufferImpl): Revised.
1204         (slice): New implementation.
1205         (duplicate): New implementation.
1206         (compact): New implementation.
1207         (asReadOnlyBuffer): New implementation.
1208         (get): Documentation revised.
1209         (order): Return native byte order.
1210         * gnu/java/nio/FloatBufferImpl.java: Reformatted.
1211         (FloatBufferImpl): Revised.
1212         (slice): New implementation.
1213         (duplicate): New implementation.
1214         (compact): New implementation.
1215         (asReadOnlyBuffer): New implementation.
1216         (get): Documentation revised.
1217         (order): Return native byte order.
1218         * gnu/java/nio/IntBufferImpl.java: Reformatted.
1219         (IntBufferImpl): Revised.
1220         (slice): New implementation.
1221         (duplicate): New implementation.
1222         (compact): New implementation.
1223         (asReadOnlyBuffer): New implementation.
1224         (get): Documentation revised.
1225         (order): Return native byte order.
1226         * gnu/java/nio/LongBufferImpl.java: Reformatted.
1227         (LongBufferImpl): Revised.
1228         (slice): New implementation.
1229         (duplicate): New implementation.
1230         (compact): New implementation.
1231         (asReadOnlyBuffer): New implementation.
1232         (get): Documentation revised.
1233         (order): Return native byte order.
1234         * gnu/java/nio/ShortBufferImpl.java: Reformatted.
1235         (ShortBufferImpl): Revised.
1236         (slice): New implementation.
1237         (duplicate): New implementation.
1238         (compact): New implementation.
1239         (asReadOnlyBuffer): New implementation.
1240         (get): Documentation revised.
1241         (order): Return native byte order.
1242         * java/nio/CharBuffer.java: Reformatted, much documentation rewritten.
1243         (CharBuffer): Revised.
1244         (order): Removed.
1245         * java/nio/DoubleBuffer.java: Reformatted, much documentation rewritten.
1246         (DoubleBuffer): Revised.
1247         (allocateDirect): Removed.
1248         (order): Removed.
1249         * java/nio/FloatBuffer.java: Reformatted, much documentation rewritten.
1250         (FloatBuffer): Revised.
1251         (allocateDirect): Removed.
1252         (order): Removed.
1253         * java/nio/IntBuffer.java: Reformatted, much documentation rewritten.
1254         (IntBuffer): Revised.
1255         (allocateDirect): Removed.
1256         (order): Removed.
1257         * java/nio/LongBuffer.java: Reformatted, much documentation rewritten.
1258         (LongBuffer): Revised.
1259         (allocateDirect): Removed.
1260         (order): Removed.
1261         * java/nio/ShortBuffer.java: Reformatted, much documentation rewritten.
1262         (ShortBuffer): Revised.
1263         (allocateDirect): Removed.
1264         (order): Removed.
1265         * gnu/java/nio/natByteBufferImpl.cc: Removed.
1266         * gnu/java/nio/natCharBufferImpl.cc: Removed.
1267         * Makefile.am
1268         (ordinary_java_source_files): Added the following files:
1269         gnu/java/nio/CharViewBufferImpl.java,
1270         gnu/java/nio/DoubleViewBufferImpl.java,
1271         gnu/java/nio/FloatViewBufferImpl.java,
1272         gnu/java/nio/IntViewBufferImpl.java,
1273         gnu/java/nio/LongViewBufferImpl.java,
1274         gnu/java/nio/ShortViewBufferImpl.java
1275         (nat_source_files): Removed the following files:
1276         gnu/java/nio/natByteBufferImpl.cc,
1277         gnu/java/nio/natCharBufferImpl.cc
1278         * Makefile.in: Regenerated.
1279
1280 2003-05-12  Michael Koch  <konqueror@gmx.de>
1281
1282         * gnu/java/nio/CharViewBufferImpl.java,
1283         gnu/java/nio/DirectByteBufferImpl.java,
1284         gnu/java/nio/DoubleViewBufferImpl.java,
1285         gnu/java/nio/FloatViewBufferImpl.java,
1286         gnu/java/nio/IntViewBufferImpl.java,
1287         gnu/java/nio/LongViewBufferImpl.java,
1288         gnu/java/nio/ShortViewBufferImpl.java,
1289         gnu/java/nio/natDirectByteBufferImpl.cc:
1290         New files, not yet to be compiled.
1291
1292 2003-05-10  Michael Koch  <konqueror@gmx.de>
1293
1294         * javax/swing/plaf/ButtonUI.java,
1295         javax/swing/plaf/ColorUIResource.java,
1296         javax/swing/plaf/ComponentUI.java,
1297         javax/swing/plaf/DimensionUIResource.java,
1298         javax/swing/plaf/FontUIResource.java,
1299         javax/swing/plaf/IconUIResource.java,
1300         javax/swing/plaf/InsetsUIResource.java,
1301         javax/swing/plaf/LabelUI.java,
1302         javax/swing/plaf/ListUI.java,
1303         javax/swing/plaf/OptionPaneUI.java,
1304         javax/swing/plaf/PanelUI.java,
1305         javax/swing/plaf/TabbedPaneUI.java,
1306         javax/swing/plaf/TextUI.java,
1307         javax/swing/plaf/TreeUI.java,
1308         javax/swing/plaf/ViewportUI.java,
1309         javax/swing/plaf/basic/BasicBorders.java,
1310         javax/swing/plaf/basic/BasicButtonUI.java,
1311         javax/swing/plaf/basic/BasicCheckBoxUI.java,
1312         javax/swing/plaf/basic/BasicDefaults.java,
1313         javax/swing/plaf/basic/BasicGraphicsUtils.java,
1314         javax/swing/plaf/basic/BasicIconFactory.java,
1315         javax/swing/plaf/basic/BasicLabelUI.java,
1316         javax/swing/plaf/basic/BasicListUI.java,
1317         javax/swing/plaf/basic/BasicOptionPaneUI.java,
1318         javax/swing/plaf/basic/BasicPanelUI.java,
1319         javax/swing/plaf/basic/BasicRadioButtonUI.java,
1320         javax/swing/plaf/basic/BasicScrollPaneUI.java,
1321         javax/swing/plaf/basic/BasicTabbedPaneUI.java,
1322         javax/swing/plaf/basic/BasicTextUI.java,
1323         javax/swing/plaf/basic/BasicToggleButtonUI.java,
1324         javax/swing/plaf/basic/BasicTreeUI.java,
1325         javax/swing/plaf/basic/BasicViewportUI.java,
1326         javax/swing/plaf/metal/MetalLookAndFeel.java:
1327         New versions from classpath. This adds copyrights to all files and
1328         some serialVersionUIDs.
1329
1330 2003-05-10  Michael Koch  <konqueror@gmx.de>
1331
1332         * java/nio/CharBuffer.java
1333         (offset): Make it package-private.
1334         (backing_buffer): Likewise.
1335         * java/nio/DoubleBuffer.java
1336         (offset): Make it package-private.
1337         (backing_buffer): Likewise.
1338         (put): Reformatted.
1339         * java/nio/FloatBuffer.java
1340         (offset): Make it package-private.
1341         (backing_buffer): Likewise.
1342         * java/nio/IntBuffer.java
1343         (offset): Make it package-private.
1344         (backing_buffer): Likewise.
1345         * java/nio/LongBuffer.java
1346         (offset): Make it package-private.
1347         (backing_buffer): Likewise.
1348         * java/nio/ShortBuffer.java
1349         (offset): Make it package-private.
1350         (backing_buffer): Likewise.
1351
1352 2003-05-10  Michael Koch  <konqueror@gmx.de>
1353
1354         * java/nio/CharBuffer.java
1355         (put): Fixed precondtion check.
1356         (toString): Make it work without backing array.
1357         (put): Skip one level of method calling.
1358
1359 2003-05-10  Michael Koch  <konqueror@gmx.de>
1360
1361         * java/security/Identity.java,
1362         java/security/IdentityScope.java,
1363         java/security/Key.java,
1364         java/security/KeyPair.java,
1365         java/security/PrivateKey.java,
1366         java/security/Provider.java,
1367         java/security/PublicKey.java,
1368         java/security/SecureRandom.java,
1369         java/security/SecureRandomSpi.java,
1370         java/security/SignedObject.java,
1371         java/security/Signer.java,
1372         java/security/cert/Certificate.java,
1373         java/security/cert/PKIXCertPathBuilderResult.java,
1374         java/security/cert/X509Certificate.java:
1375         New versions from classpath.
1376
1377 2003-05-09  Tom Tromey  <tromey@redhat.com>
1378
1379         * Makefile.in: Rebuilt.
1380         * Makefile.am (nat_source_files): Removed old files.
1381         * gnu/java/nio/natDoubleBufferImpl.cc: Removed.
1382         * gnu/java/nio/natFloatBufferImpl.cc: Removed.
1383         * gnu/java/nio/natIntBufferImpl.cc: Removed.
1384         * gnu/java/nio/natLongBufferImpl.cc: Removed.
1385         * gnu/java/nio/natShortBufferImpl.cc: Removed.
1386
1387 2003-05-09  Michael Koch  <konqueror@gmx.de>
1388
1389         * gnu/java/nio/ByteBufferImpl.java
1390         (nio_cast): Removed.
1391         (ByteBufferImpl): Removed.
1392         (nio_get_Byte): Removed.
1393         (nio_put_Byte): Removed.
1394         (asByteBuffer): Removed.
1395         (asCharBuffer): Removed implementation and throw exception.
1396         (asShortBuffer): Likewise.
1397         (asIntBuffer): Likewise.
1398         (asLongBuffer): Likewise.
1399         (asFloatBuffer): Likewise.
1400         (asDoubleBuffer): Likewise.
1401         * gnu/java/nio/CharBufferImpl.java
1402         (CharBufferImpl): Removed.
1403         (nio_get_Byte): Removed.
1404         (nio_put_Byte): Removed.
1405         (asByteBuffer): Removed.
1406         * gnu/java/nio/DoubleBufferImpl.java
1407         (DoubleBufferImpl): Removed.
1408         (nio_get_Byte): Removed.
1409         (nio_put_Byte): Removed.
1410         (asByteBuffer): Removed.
1411         * gnu/java/nio/FloatBufferImpl.java
1412         (FloatBufferImpl): Removed.
1413         (nio_get_Byte): Removed.
1414         (nio_put_Byte): Removed.
1415         (asByteBuffer): Removed.
1416         * gnu/java/nio/IntBufferImpl.java
1417         (IntBufferImpl): Removed.
1418         (nio_get_Byte): Removed.
1419         (nio_put_Byte): Removed.
1420         (asByteBuffer): Removed.
1421         * gnu/java/nio/LongBufferImpl.java
1422         (LongBufferImpl): Removed.
1423         (nio_get_Byte): Removed.
1424         (nio_put_Byte): Removed.
1425         (asByteBuffer): Removed.
1426         * gnu/java/nio/ShortBufferImpl.java
1427         (ShortBufferImpl): Removed.
1428         (nio_get_Byte): Removed.
1429         (nio_put_Byte): Removed.
1430         (asByteBuffer): Removed.
1431         * gnu/java/nio/natByteBufferImpl.cc
1432         (nio_cast): Removed.
1433         (nio_get_Byte): Removed.
1434         (nio_put_Byte): Removed.
1435         * gnu/java/nio/natCharBufferImpl.cc
1436         (nio_get_Byte): Removed.
1437         (nio_put_Byte): Removed.
1438
1439 2003-05-09  Michael Koch  <konqueror@gmx.de>
1440
1441         * java/net/JarURLConnection.java
1442         (getJarEntry): Merged documentation from classpath.
1443         (getJarFile): Likewise.
1444         (getMainAttributes): Likewise.
1445         (getAttributes): Likewise.
1446         (getManifest): Likewise.
1447         (getCertificates): Reformatted.
1448         * java/net/URLConnection.java:
1449         Little classpath merge.
1450
1451 2003-05-09  Michael Koch  <konqueror@gmx.de>
1452
1453         * java/io/DataOutputStream.java
1454         (writeShort): Made it synchronized.
1455         (writeChar): Likewise.
1456         (writeInt): Likewise.
1457         (writeLong): Liekwise.
1458         (writeUTF): Made it synchronized, renamed argument to match classpath.
1459         * java/io/InputStreamReader.java
1460         (converter): Added documentation.
1461         (read): Merged documentation from classpath.
1462         * java/io/OutputStreamWriter.java
1463         (OutputStreamWriter): Merged documentation from classpath.
1464         (close): Reformatted.
1465         (getEncoding): Likewise.
1466         (flush): Likewise.
1467         (write): Merged documentation from classpath, reformatted.
1468
1469 2003-05-08  Tom Tromey  <tromey@redhat.com>
1470
1471         * configure.host <powerpc64*-*>: Set with_libffi_default and
1472         libgcj_interpreter to "yes".
1473
1474 2003-05-08  Scott Gilbertson  <scottg@mantatest.com>
1475
1476         * gnu/gcj/xlib/natGC.cc (drawString): Removed obsolete code.
1477         
1478 2003-05-06  Tom Tromey  <tromey@redhat.com>
1479
1480         * verify.cc: Reverted previous patch.
1481
1482 2003-05-06  Michael Koch  <konqueror@gmx.de>
1483
1484         * java/io/DataOutputStream.java
1485         (write): Renamed argument to "value", merged documentation from
1486         classpath.
1487         (writeBoolean): Likewise.
1488         (writeByte): Likewise.
1489         (writeShort): Likewise.
1490         (writeChar): Likewise.
1491         (writeInt): Likewise.
1492         (writeLong): Likewise.
1493         (writeFloat): Likewise.
1494         (writeDouble): Likewise.
1495         (writeBytes): Likewise.
1496         (writeChars): Likewise.
1497         (writeUTF): Likewise.
1498         * java/io/File.java
1499         (performDelete): Added documentation.
1500         (performList): Likewise.
1501         (performMkdir): Likewise.
1502         (performSetReadOnly): Likewise.
1503         (performRenameTo): Likewise.
1504         (performSetLastModified): Likewise.
1505         (delete): Made it sychronized.
1506         (renameTo): Made it sychronized.
1507         (equals): Reformatted.
1508         (isHidden): Likewise.
1509         (listFiles): Likewise.
1510         (setReadOnly): Likewise.
1511         (listRoots): Likewise.
1512         (setLastModified): Likewise.
1513         (checkRead): Likewise.
1514         (checkWrite): Likewise.
1515         * java/io/FileInputStream.java
1516         (skip): Made it sychronized, merged from classpath.
1517         * java/io/FileOutputStream.java
1518         (write): Merged from classpath.
1519         * java/io/InputStreamReader.java:
1520         (InputStreamReader): Merged documentation from classpath.
1521
1522 2003-05-05  Michael Koch  <konqueror@gmx.de>
1523
1524         * java/net/NetworkInterface.java
1525         (networkInterfaces): Removed.
1526         (getByName): Use getRealNetworkInterfaces() instead of
1527         networkInterfaces.
1528         (getByInetAddress): Likewise.
1529         (getNetworkInterfaces): Likewise.
1530         (toString): Fix output of addresses of an interface.
1531
1532 2003-05-05  Michael Koch  <konqueror@gmx.de>
1533
1534         * java/io/DataInputStream.java:
1535         Merged new documentation from classpath.
1536
1537 2003-05-03  Matt Kraai  <kraai@alumni.cmu.edu>
1538
1539         * gnu/awt/gtk/GtkButtonPeer.java: Fix misspelling of
1540         "version".
1541         * gnu/awt/gtk/GtkComponentPeer.java: Likewise.
1542         * gnu/awt/gtk/GtkContainerPeer.java: Likewise.
1543         * gnu/awt/gtk/GtkFramePeer.java: Likewise.
1544         * gnu/awt/gtk/GtkLabelPeer.java: Likewise.
1545         * gnu/awt/gtk/GtkMainThread.java: Likewise.
1546         * gnu/awt/gtk/GtkToolkit.java: Likewise.
1547         * gnu/awt/gtk/GtkWindowPeer.java: Likewise.
1548         * java/security/Key.java: Likewise.
1549         * java/security/PrivateKey.java: Likewise.
1550         * java/security/Provider.java: Likewise.
1551         * java/security/PublicKey.java: Likewise.
1552
1553 2003-05-02  Michael Koch  <konqueror@gmx.de>
1554
1555         * java/net/URI.java
1556         (create): Doesnt throws any exceptions.
1557         * java/net/URLConnection.java
1558         (URLConnection): Commend added.
1559         (getExpiration): The header field is called "expires" not
1560         "expiration".
1561         (getHeaderField): Merged documentation with classpath.
1562         (getHeaderFieldInt): Likewise.
1563         (getHeaderFieldDate): Likewise.
1564         (getHeaderFieldKey): Likewise.
1565         (getPermission): Likewise.
1566         (setDefaultUseCaches): Likewise.
1567         (setRequestProperty): Likewise.
1568         (addRequestProperty): Likewise.
1569         (getRequestProperty): Likewise.
1570         (getRequestProperties): Likewise.
1571         (setDefaultRequestProperty): Likewise.
1572         (getDefaultRequestProperty): Likewise.
1573         (guessContentTypeFromStream): Likewise.
1574         (getFileNameMap): Likewise.
1575         (setFileNameMap): Likewise.
1576         (setDoInput): Merged implementation and documentation with classpath.
1577         (setDoOutput): Likewise.
1578         (setAllowUserInteraction): Likewise.
1579         (setDefaultAllowUserInteraction): Likewise.
1580         (setContentHandlerFactory): Made it synchronized, merged documentation
1581         with classpath.
1582         (guessContentTypeFromName): Renamed argument fname to filename to
1583         match classpath, merged documentation with classpath.
1584
1585 2003-05-02  Michael Koch  <konqueror@gmx.de>
1586
1587         * java/net/JarURLConnection.java
1588         (JarURLConnection): Class documentation merged with classpath.
1589         (getJarFileURL): Moved and documentation merged with classpath.
1590         (getEntryName): Likewise.
1591         (JarURLConnection): Documentation merged with classpath.
1592         (getJarEntry): Likewise.
1593         (getJarFile): Likewise.
1594         * java/net/PlainDatagramSocketImpl.java:
1595         Class documentation moved.
1596         * java/net/URLConnection.java
1597         (fileNameMap): Moved and documentation merged with classpath.
1598         (factory): Likewise.
1599         (defaultAllowUserInteraction): Likewis.
1600         (defaultUseCaches): Likewise.
1601         (allowUserInteraction): Likewise.
1602         (connected): Likewise.
1603         (url): Likewise.
1604         (connect): Documentation merged with classpath.
1605         (getURL): Likewise.
1606         (getContentLength): Likewise.
1607         (getContentType): Likewise.
1608         (getContentEncoding): Likewise.
1609         (getExpiration): Likewise.
1610         (getDate): Likewise.
1611         (getLastModified): Likewise.
1612         (getHeaderField): Likewise.
1613         (getContent): Likewise.
1614         (getPermission): Likewise.
1615         (getInputStream): Likewise.
1616         (getOutputStream): Likewise.
1617         (toString): Likewise.
1618         (getDoInput): Likewise.
1619         (getDoOutput): Likewise.
1620         (setAllowUserInteraction): Likewise.
1621         (getAllowUserInteraction): Likewise.
1622         (setDefaultAllowUserInteraction): Likewise.
1623         (getDefaultAllowUserInteraction): Likewise.
1624         (setUseCaches): Likewise.
1625         (getUseCaches): Likewise.
1626         (setIfModifiedSince): Likewise.
1627         (getIfModifiedSince): Likewise.
1628         (setDefaultRequestProperty): Likewise.
1629         (getDefaultRequestProperty): Likewise.
1630         (setContentHandlerFactory): Likewise.
1631         (setFileNameMap): Likewise.
1632
1633 2003-05-02  Michael Koch  <konqueror@gmx.de>
1634
1635         * java/net/InetAddress.java:
1636         Merged class documentation with classpath.
1637         * java/net/JarURLConnection.java:
1638         Explicitely import all used classes.
1639         * java/net/URL.java:
1640         Reformatting.
1641         * java/net/ServerSocket.java,
1642         java/net/Socket.java:
1643         New versions from classpath.
1644
1645 2003-05-02  Michael Koch  <konqueror@gmx.de>
1646
1647         * gnu/java/nio/FileChannelImpl.java
1648         (read): New implementation.
1649         (implRead): New methods.
1650         (write): New implementation, call other write insteal of read method.
1651         (implWrite): New methods.
1652         (map): Added comment.
1653         (transferFrom): Implemented.
1654         (transferTo): Implemented.
1655         (lock): Added checks to throw exceptions.
1656         (truncate): Added check to throw exception.
1657         * gnu/java/nio/natFileChannelImpl.cc
1658         (implRead): New method.
1659         (implWrite): New method.
1660         * java/nio/ByteBuffer.java
1661         (hashCode): Fixed comment.
1662         (get): Fixed exception documentation.
1663         (put): Fixed exception documentation.
1664         * java/nio/CharBuffer.java:
1665         Added comment for later optimizations.
1666
1667 2003-04-30  Tom Tromey  <tromey@redhat.com>
1668
1669         PR libgcj/10582:
1670         * verify.cc (_Jv_BytecodeVerifier::is_assignable_from_slow):
1671         Removed.
1672         (type::compatible): Use _Jv_IsAssignableFrom.
1673         * java/lang/natClass.cc (iindex_mutex_initialized): Now static.
1674         (_Jv_IsAssignableFrom): Work even when source or target class is
1675         not prepared.
1676
1677 2003-04-30  Michael Koch  <konqueror@gmx.de>
1678
1679         * java/text/BreakIterator.java
1680         (clone): New method.
1681
1682 2003-04-30  Michael Koch  <konqueror@gmx.de>
1683
1684         * java/text/CollationElementIterator.java,
1685         java/text/CollationKey.java,
1686         java/text/RuleBasedCollator.java:
1687         Merged copyright and documentation from classpath and
1688         rearranged some code. No code changes done.
1689
1690 2003-04-30  Michael Koch  <konqueror@gmx.de>
1691
1692         * java/util/regex/Matcher.java
1693         (pattern): New member variable.
1694         (appendReplacement): New method.
1695         (appendTail): New method.
1696         (end): New method.
1697         (find): New method.
1698         (group): New method.
1699         (replaceFirst): Added documentation.
1700         (replaceAll): Added documentation.
1701         (groupCount): New method.
1702         (lookingAt): New method.
1703         (matches): New method.
1704         (reset): New method.
1705         (start): New method.
1706         * java/util/regex/Pattern.java
1707         (serialVersionUID): New constant.
1708         (CANON_EQ): New constant.
1709         (CASE_INSENSITIVE): New constant.
1710         (COMMENTS): New constant.
1711         (DOTALL): New constant.
1712         (MULTILINE): New constant.
1713         (UNICODE_CASE): New constant.
1714         (UNIX_LINES): New constant.
1715         (regex): New member variable.
1716         (flags): New member variable.
1717         (Pattern): New method.
1718         (compile): Documentation added.
1719         (flags): New method.
1720         (matches): Documentation added.
1721         (matcher): Documentation added.
1722         (split): Documentation added.
1723         (pattern): New method.
1724
1725 2003-04-30  Michael Koch  <konqueror@gmx.de>
1726
1727         * gnu/java/security/Engine.java,
1728         gnu/java/security/OID.java,
1729         gnu/java/security/der/BitString.java,
1730         gnu/java/security/der/DER.java,
1731         gnu/java/security/der/DERReader.java,
1732         gnu/java/security/der/DERValue.java,
1733         gnu/java/security/der/DERWriter.java,
1734         gnu/java/security/provider/DSAKeyFactory.java,
1735         gnu/java/security/provider/X509CertificateFactory.java,
1736         gnu/java/security/x509/X500DistinguishedName.java,
1737         gnu/java/security/x509/X509CRL.java,
1738         gnu/java/security/x509/X509CRLEntry.java,
1739         gnu/java/security/x509/X509Certificate.java,
1740         java/security/cert/CRLSelector.java,
1741         java/security/cert/CertPathBuilder.java,
1742         java/security/cert/CertPathBuilderResult.java,
1743         java/security/cert/CertPathBuilderSpi.java,
1744         java/security/cert/CertPathParameters.java,
1745         java/security/cert/CertPathValidator.java,
1746         java/security/cert/CertPathValidatorResult.java,
1747         java/security/cert/CertPathValidatorSpi.java,
1748         java/security/cert/CertSelector.java,
1749         java/security/cert/CertStore.java,
1750         java/security/cert/CertStoreParameters.java,
1751         java/security/cert/CertStoreSpi.java,
1752         java/security/cert/CollectionCertStoreParameters.java,
1753         java/security/cert/LDAPCertStoreParameters.java,
1754         java/security/cert/PKIXBuilderParameters.java,
1755         java/security/cert/PKIXCertPathBuilderResult.java,
1756         java/security/cert/PKIXCertPathChecker.java,
1757         java/security/cert/PKIXCertPathValidatorResult.java,
1758         java/security/cert/PKIXParameters.java,
1759         java/security/cert/PolicyNode.java,
1760         java/security/cert/PolicyQualifierInfo.java,
1761         java/security/cert/TrustAnchor.java,
1762         javax/security/auth/x500/X500Principal.java:
1763         New files from classpath.
1764         * gnu/java/io/ASN1ParsingException.java,
1765         gnu/java/io/Base64InputStream.java,
1766         gnu/java/security/der/DEREncodingException.java,
1767         gnu/java/security/provider/DSAParameters.java,
1768         gnu/java/security/provider/DSASignature.java,
1769         gnu/java/security/provider/Gnu.java,
1770         gnu/java/security/provider/GnuDSAPrivateKey.java,
1771         gnu/java/security/provider/GnuDSAPublicKey.java,
1772         java/security/AlgorithmParameterGenerator.java,
1773         java/security/AlgorithmParameters.java,
1774         java/security/KeyFactory.java,
1775         java/security/KeyPairGenerator.java,
1776         java/security/KeyStore.java,
1777         java/security/MessageDigest.java,
1778         java/security/SecureClassLoader.java,
1779         java/security/SecureRandom.java,
1780         java/security/Security.java,
1781         java/security/Signature.java,
1782         java/security/cert/Certificate.java,
1783         java/security/cert/CertificateFactory.java,
1784         java/security/cert/CertificateFactorySpi.java,
1785         java/security/cert/X509CRL.java,
1786         java/security/cert/X509Certificate.java,
1787         java/security/spec/DSAPublicKeySpec.java:
1788         New versions from classpath.
1789         * gnu/java/security/provider/DERReader.java,
1790         gnu/java/security/provider/DERWriter.java,
1791         java/security/Engine.java: Removed.
1792         * Makefile.am
1793         (java_source_files, javax_source_files): Added new files.
1794         * Makefile.in: Regenerated.
1795
1796 2003-04-29  Michael Koch  <konqueror@gmx.de>
1797
1798         * javax/swing/JTable.java
1799         (AUTO_RESIZE_ALL_COLUMNS): New constant.
1800         (AUTO_RESIZE_LAST_COLUMN): New constant.
1801         (AUTO_RESIZE_NEXT_COLUMN): New constant.
1802         (AUTO_RESIZE_OFF): New constant.
1803         (AUTO_RESIZE_SUBSEQUENT_COLUMNS): New constant.
1804         (JTable): New method.
1805         (columnAdded): New method.
1806         (columnMarginChanged): New method.
1807         (columnMoved): New method.
1808         (columnRemoved): New method.
1809         (columnSelectionChanged): New method.
1810         (editingCanceled): New method.
1811         (editingStopped): New method.
1812         (getColumnModel): New method.
1813         (getPreferredScrollableViewportSize): New method.
1814         (getScrollableBlockIncrement): New method.
1815         (getScrollableTracksViewportHeight): New method.
1816         (getScrollableTracksViewportWidth): New method.
1817         (getScrollableUnitIncrement): New method.
1818         (getSelectedRow): New method.
1819         (getSelectionModel): New method.
1820         (tableChanged): New method.
1821         (setModel): New method.
1822         (setSelectionMode): New method.
1823         (setSelectionModel): New method.
1824         (setShowGrid): New method.
1825         (valueChanged): New method.
1826         * javax/swing/text/DefaultEditorKit.java
1827         (backwardAction): New constant.
1828         (beepAction): New constant.
1829         (beginAction): New constant.
1830         (beginLineAction): New constant.
1831         (beginParagraphAction): New constant.
1832         (beginWordAction): New constant.
1833         (copyAction): New constant.
1834         (cutAction): New constant.
1835         (defaultKeyTypedAction): New constant.
1836         (deleteNextCharAction): New constant.
1837         (deletePrevCharAction): New constant.
1838         (downAction): New constant.
1839         (endAction): New constant.
1840         (endLineAction): New constant.
1841         (endOfLineStringProperty): New constant.
1842         (endParagraphAction): New constant.
1843         (endWordAction): New constant.
1844         (forwardAction): New constant.
1845         (insertBreakAction): New constant.
1846         (insertContentAction): New constant.
1847         (insertTabAction): New constant.
1848         (nextWordAction): New constant.
1849         (pageDownAction): New constant.
1850         (pageUpAction): New constant.
1851         (pasteAction): New constant.
1852         (previousWordAction): New constant.
1853         (readOnlyAction): New constant.
1854         (selectAllAction): New constant.
1855         (selectionBackwardAction): New constant.
1856         (selectionBeginAction): New constant.
1857         (selectionBeginLineAction): New constant.
1858         (selectionBeginParagraphAction): New constant.
1859         (selectionBeginWordAction): New constant.
1860         (selectionDownAction): New constant.
1861         (selectionEndAction): New constant.
1862         (selectionEndLineAction): New constant.
1863         (selectionEndParagraphAction): New constant.
1864         (selectionEndWordAction): New constant.
1865         (selectionForwardAction): New constant.
1866         (selectionNextWordAction): New constant.
1867         (selectionPreviousWordAction): New constant.
1868         (selectionUpAction): New constant.
1869         (selectLineAction): New constant.
1870         (selectParagraphAction): New constant.
1871         (selectWordAction): New constant.
1872         (upAction): New constant.
1873         (writableAction): New constant.
1874
1875 2003-04-29  Michael Koch  <konqueror@gmx.de>
1876
1877         * java/util/PropertyPermission.java:
1878         New version from classpath
1879         * java/util/ResourceBundle.java:
1880         Partly merged from classpath
1881         (getObject): Reformated.
1882         (tryBundle): Set foundBundle = null if no bundle found.
1883
1884 2003-04-29  Michael Koch  <konqueror@gmx.de>
1885
1886         * javax/swing/AbstractListModel.java,
1887         javax/swing/DefaultBoundedRangeModel.java,
1888         javax/swing/DefaultSingleSelectionModel.java:
1889         New Versions from classpath.
1890
1891 2003-04-29  Michael Koch  <konqueror@gmx.de>
1892
1893         * java/awt/Window.java
1894         (show): Call super.show() instead of setVisible() to avoid endless
1895         loop.
1896         (hide): Call super.hide() instead of setVisible() to avoid endless
1897         loop.
1898
1899 2003-04-29  Michael Koch  <konqueror@gmx.de>
1900
1901         * java/util/zip/Deflater.java,
1902         java/util/zip/DeflaterOutputStream.java:
1903         Partly merged with classpath.
1904
1905 2003-04-27  Tom Tromey  <tromey@redhat.com>
1906
1907         * java/lang/natString.cc (_Jv_AllocString): Initialize
1908         cachedHashCode.
1909         (init): Likewise.
1910         (_Jv_NewStringUtf8Const): Likewise.
1911
1912 2003-03-29  Mohan Embar  <gnustuff@thisiscool.com>
1913
1914         * include/jvm.h: (_Jv_GetNbArgs) added
1915         (_Jv_GetSafeArg) added
1916         (_Jv_SetArgs) added
1917         * prims.cc: (_Jv_GetNbArgs) implemented
1918         (_Jv_GetSafeArg) implemented
1919         (_Jv_SetArgs) implemented
1920         (_Jv_RunMain) use _Jv_SetArgs() instead of explicitly
1921         setting _Jv_argc and _Jv_argv
1922         * posix.cc: (_Jv_ThisExecutable) use _Jv_GetSafeArg()
1923         instead of _Jv_argv
1924         * java/lang/natRuntime.cc: (insertSystemProperties) use
1925         _Jv_GetSafeArg() instead of _Jv_argv
1926
1927 2003-04-23  Tom Tromey  <tromey@redhat.com>
1928
1929         * resolve.cc (_Jv_PrepareClass): Round size up to alignment
1930         required by this object.  Search superclasses to find required
1931         alignment.
1932         (get_alignment_from_class): Use alignment of type as it appears
1933         in a struct.
1934         (ALIGNOF): New macro.
1935         (struct aligner): New helper structure.
1936
1937 2003-04-20  Scott Gilbertson  <scottg@mantatest.com>
1938
1939         * java/awt/Container.java (addImpl): Enable paint events if adding
1940         a lightweight to a heavyweight.
1941         (addNotify): Ensure that peer is created before
1942         addNotifyContainerChildren.
1943         (addNotifyContainerChildren): Enable paint events if a heavyweight
1944         container contains a lightweight.
1945
1946 2003-04-20  Tom Tromey  <tromey@redhat.com>
1947
1948         * java/io/BufferedReader.java, java/io/BufferedWriter.java,
1949         java/io/DataInput.java, java/io/DataOutput.java: Imports from
1950         Classpath.
1951
1952 2003-04-19  Tom Tromey  <tromey@redhat.com>
1953
1954         * java/sql/Date.java, java/sql/DriverManager.java,
1955         java/sql/Time.java, java/sql/Timestamp.java: New versions from
1956         Classpath.
1957
1958         * Makefile.in: Rebuilt.
1959         * Makefile.am (ordinary_java_source_files): Added new files.
1960         * java/security/AlgorithmParameterGenerator.java,
1961         java/security/AlgorithmParameters.java, java/security/Engine.java,
1962         java/security/Identity.java, java/security/IdentityScope.java,
1963         java/security/KeyFactory.java,
1964         java/security/KeyPairGenerator.java, java/security/KeyStore.java,
1965         java/security/MessageDigest.java, java/security/Policy.java,
1966         java/security/ProtectionDomain.java,
1967         java/security/SecureRandom.java, java/security/Security.java,
1968         java/security/Signature.java, java/security/SignatureSpi.java,
1969         java/security/SignedObject.java, java/security/Signer.java,
1970         java/security/interfaces/RSAMultiPrimePrivateCrtKey.java,
1971         java/security/spec/PSSParameterSpec.java,
1972         java/security/spec/RSAMultiPrimePrivateCrtKeySpec.java,
1973         java/security/spec/RSAOtherPrimeInfo.java: New versions from
1974         Classpath.
1975
1976 2003-04-19  Scott Gilbertson  <scottg@mantatest.com>
1977
1978         * gnu/awt/xlib/XGraphics.java (XGraphics): Use new GC.create.
1979         (dispose): Null metrics.
1980         * gnu/awt/xlib/XToolkit.java (sync): Implement.
1981         * gnu/gcj/xlib/Clip.java (dispose): Change name of native from
1982         finalize.
1983         (finalize): Call dispose.
1984         * gnu/gcj/xlib/Drawable.java (gcCache): New field.
1985         (gcCachedCount): New field.
1986         (finalize): New method.
1987         (putGCInCache): New method.
1988         (getGCFromCache): New method.
1989         * gnu/gcj/xlib/GC.java (GC): Make protected.
1990         (clone): Get new GC from cache if possible.
1991         (create): New static method.
1992         (dispose): Save old GC in cache.
1993         * gnu/gcj/xlib/natClip.cc (dispose): Check for null before
1994         deleting.
1995         * gnu/gcj/xlib/natGC.cc (initStructure): Call XCreateGC only if gc
1996         is null.
1997         * gnu/gcj/xlib/Pixmap.java (Pixmap): Use new GC.create.
1998         * java/awt/Container.java (visitChild): Dispose gfx2 when
1999         finished.
2000
2001 2003-04-19  Jerry Quinn  <jlquinn@optonline.net>
2002
2003         * java/math/BigInteger.java (probablePrime): New.
2004         * java/math/BigDecimal.java (unscaledValue): New.
2005
2006 2003-04-19  Ranjit Mathew  <rmathew@hotmail.com>
2007
2008         * java/io/File.java (getAbsolutePath): On Windows, take care
2009         of paths like "C:", "G:foo\bar", etc.
2010         (getName): Make it work correctly on Windows.
2011         (getParent): Make it work correctly on Windows. For UNIX,
2012         fix bug that causes "/" to be returned as the parent of "/",
2013         instead of null as returned by Sun's JRE.
2014
2015         * java/io/natFileWin32.cc: Change copyright owner to FSF.
2016
2017 2003-04-19  Scott Gilbertson  <scottg@mantatest.com>
2018
2019         * gnu/awt/xlib/XGraphicsConfiguration.java (FontMetricsCache): New
2020         inner class.
2021         (CACHE_SIZE_PER_DISPLAY): New field
2022         (fontMetricsCache): New field
2023         (getXFontMetrics): Use fontMetricsCache to cache fonts. Prefer
2024         loading ISO10646-1 fonts.
2025
2026 2003-04-19  Scott Gilbertson  <scottg@mantatest.com>
2027
2028         * libjava/gnu/gcj/xlib/natFont.cc (getStringWidth): Support 16-bit
2029         characters.
2030         * libjava/gnu/gcj/xlib/natGC.cc (drawString): Support 16-bit
2031         characters.
2032
2033 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
2034
2035         * java/lang/ieeefp.h: Handle ARM platforms that have pure-endian
2036         floating point.
2037
2038 2003-04-15  Jakub Jelinek  <jakub@redhat.com>
2039
2040         * configure.host (*-linux*): Don't set slow_pthread_self if primary
2041         installed libpthread is either linuxthreads with floating stacks or
2042         NPTL.
2043
2044 2003-04-14  Tom Tromey  <tromey@redhat.com>
2045
2046         * resolve.cc (_Jv_PrepareClass): Round up class size to multiple
2047         of alignment.
2048
2049 2003-04-10  Tom Tromey  <tromey@redhat.com>
2050
2051         * verify.cc (pop64): Removed.
2052         (verify_instructions_0) <op_pop2>: Inline code.  Don't throw
2053         exception if top-of-stack is narrow.
2054         (initialize_stack): Check to ensure that <init> is not static and
2055         <clinit> is.
2056
2057 2003-04-07  Aaron M. Renn (arenn@urbanophile.com)
2058
2059         * java/io/ObjectStreamException
2060         * java/io/FileFilter
2061         * java/io/FilenameFilter
2062         * java/io/ObjectInput
2063         * java/io/ObjectOutput
2064         * java/io/ObjectStreamConstants
2065         Minor doc fixes, format fixes, spelling corrections, etc.
2066         * java/io/DataInput
2067         Corrected code samples in Javadocs to match reality
2068         * java/io/DataOutput
2069         * java/io/ObjectInputValidation
2070         Major documentation fixes - all Javadocs re-written or updated
2071
2072 2003-04-06  Michael Koch  <konqueror@gmx.de>
2073
2074         * java/net/URLConnection.java:
2075         Import classes directly.
2076         (URLConnection): Merged class documentation with classpath.
2077         (url): Moved, documentation from classpath added.
2078         (doInput): Moved, documentation from classpath added.
2079         (doOutput): Moved, documentation from classpath added.
2080         (allowUserInteraction): Moved.
2081         (useCaches): Moved, documentation from classpath added.
2082         (ifModifiedSince): Moved, documentation from classpath added.
2083         (connected): Moved, documentation from classpath added.
2084
2085 2003-04-06  Michael Koch  <konqueror@gmx.de>
2086
2087         * java/io/FileInputStream.java
2088         (skip): Renamed some variables to match classpath, added
2089         checks from classpath.
2090
2091 2003-03-31  Michael Koch  <konqueror@gmx.de>
2092
2093         * javax/swing/AbstractAction.java
2094         (AbstractAction): Reformatted.
2095         (serialVersionUID): New private member variable.
2096         * javax/swing/plaf/BorderUIResource.java
2097         (serialVersionUID): New private member variable.
2098         * javax/swing/plaf/basic/BasicLookAndFeel.java
2099         (serialVersionUID): New private member variable.
2100
2101 2003-03-31  Michael Koch  <konqueror@gmx.de>
2102
2103         * java/sql/Date.java
2104         (valueOf): Deprecated, reformatted.
2105         (toString): Deprecated, reformatted.
2106         * java/sql/Time.java
2107         (valueOf): Deprecated, reformatted.
2108         (toString): Deprecated, reformatted.
2109
2110 2003-03-31  Michael Koch  <konqueror@gmx.de>
2111
2112         * java/rmi/dgc/VMID.java
2113         (isUnique): Deprecated.
2114
2115 2003-03-31  Michael Koch  <konqueror@gmx.de>
2116
2117         * java/io/File.java
2118         (separator): Merged documentation from classpath.
2119         (separatorChar): Merged documentation from classpath.
2120         (pathSeparator): Merged documentation from classpath.
2121         (pathSeparatorChar): Merged documentation from classpath.
2122         (path): Merged documentation from classpath.
2123         (canRead): Merged documentation from classpath.
2124         (canWrite): Merged documentation from classpath.
2125         (createNewFile): Merged documentation from classpath.
2126         (delete): Merged documentation from classpath.
2127         (equals): Merged documentation from classpath.
2128         (exists): Merged documentation from classpath.
2129         (File): Renamed p to name to match classpath, merged documentation
2130         from classpath.
2131         (getAbsolutePath): Merged documentation from classpath.
2132         (getCanonicalPath): Merged documentation from classpath.
2133         (getCanonicalFile): Merged documentation from classpath.
2134         (getName): Merged documentation from classpath.
2135         (getParent): Merged documentation from classpath.
2136         (getParentFile): Merged documentation from classpath.
2137         (getPath): Merged documentation from classpath.
2138         (hashCode): Merged documentation from classpath.
2139         (isAbsolute): Merged documentation from classpath.
2140         (isDirectory): Merged documentation from classpath.
2141         (isFile): Merged documentation from classpath.
2142         (isHidden): Merged documentation from classpath.
2143         (lastModified): Merged documentation from classpath.
2144         (length): Merged documentation from classpath.
2145         (list): Merged documentation from classpath.
2146         (listFiles): Merged documentation from classpath.
2147         (toString): Merged documentation from classpath.
2148         (toURL): Merged documentation from classpath.
2149         (mkdir): Merged documentation from classpath.
2150         (mkdirs): Merged documentation from classpath.
2151         (createTempFile): Merged documentation from classpath.
2152         (setReadOnly): Merged documentation from classpath.
2153         (listRoots): Merged documentation from classpath.
2154         (compareTo): Merged documentation from classpath.
2155         (renameTo): Merged documentation from classpath.
2156         (setLastModified): Merged documentation from classpath.
2157         * java/io/PrintStream.java
2158         (auto_flush): Merged documentation from classpath.
2159         (PrintStream): Merged documentation from classpath.
2160         (checkError): Merged documentation from classpath.
2161         (setError): Merged documentation from classpath.
2162         (close): Merged documentation from classpath.
2163         (flush): Merged documentation from classpath.
2164         (print): Merged documentation from classpath.
2165         (println):  Merged documentation from classpath.
2166         (write): Renamed count to len to match classpath,
2167         merged documentation from classpath.
2168         * java/io/RandomAccessFile.java
2169         (readShort): Merged documentation from classpath.
2170         (readUnsignedByte): Merged documentation from classpath.
2171         (readUnsignedShort): Merged documentation from classpath.
2172         (readUTF): Merged documentation from classpath.
2173         (seek): Reformatted, merged documentation from classpath.
2174         (skipBytes): Renamed some variables to match classpath, reformatted,
2175         merged documentation from classpath.
2176         (write): Merged documentation from classpath.
2177         (writeBoolean): Merged documentation from classpath.
2178         (writeByte): Merged documentation from classpath.
2179         (writeShort): Merged documentation from classpath.
2180         (writeChar): Merged documentation from classpath.
2181         (writeInt): Merged documentation from classpath.
2182         (writeLong): Merged documentation from classpath.
2183         (writeFloat): Merged documentation from classpath.
2184         (writeDouble): Merged documentation from classpath.
2185         (writeBytes): Merged documentation from classpath.
2186         (writeChars): Merged documentation from classpath.
2187         (writeUTF): Reformatted.
2188         (getChannel): Reformatted.
2189
2190 2003-03-31  Michael Koch  <konqueror@gmx.de>
2191
2192         * java/awt/font/TextAttribute.java
2193         (readResolve): Throws java.io.InvalidObjectException.
2194
2195 2003-03-31  Michael Koch  <konqueror@gmx.de>
2196
2197         * java/rmi/server/LoaderHandler.java
2198         (loadClass): Deprecated.
2199         (getSecurityContext): Deprecated.
2200         * java/rmi/server/LogStream.java
2201         (getDefaultStream): Deprecated.
2202         (setDefaultStream): Deprecated.
2203         (getOutputStream): Deprecated.
2204         (setOutputStream): Deprecated.
2205         (write): Deprecated.
2206         (toString): Deprecated.
2207         (parseLevel): Deprecated.
2208         * java/rmi/server/Operation.java
2209         (Operation): Deprecated.
2210         (getOperation): Deprecated.
2211         (toString): Deprecated.
2212         * java/rmi/server/RemoteCall.java
2213         (getOutputStream): Deprecated.
2214         (releaseOutputStream): Deprecated.
2215         (getInputStream): Deprecated.
2216         (releaseInputStream): Deprecated.
2217         (getResultStream): Deprecated.
2218         (executeCall): Deprecated.
2219         (done): Deprecated.
2220         * java/rmi/server/RemoteRef.java
2221         (invoke): Deprecated.
2222         (newCall): Deprecated.
2223         (done): Deprecated.
2224         * java/rmi/server/RemoteStub.java
2225         (setRef): Deprecated.
2226         * java/rmi/server/Skeleton.java:
2227         No need to import java.lang.Exception explicitly.
2228         (dispatch): Deprecated.
2229         (getOperations): Deprecated.
2230
2231 2003-03-31  Michael Koch  <konqueror@gmx.de>
2232
2233         * java/rmi/dgc/VMID.java,
2234         java/rmi/registry/RegistryHandler.java,
2235         java/rmi/server/LogStream.java,
2236         java/rmi/server/Operation.java,
2237         java/rmi/server/RemoteCall.java,
2238         java/rmi/server/RemoteRef.java,
2239         java/rmi/server/RemoteStub.java:
2240         Reformatted.
2241
2242 2003-03-31  Michael Koch  <konqueror@gmx.de>
2243
2244         * javax/swing/AbstractCellEditor.java,
2245         javax/swing/AbstractListModel.java,
2246         javax/swing/ActionMap.java,
2247         javax/swing/BorderFactory.java,
2248         javax/swing/ButtonGroup.java,
2249         javax/swing/DefaultBoundedRangeModel.java,
2250         javax/swing/DefaultButtonModel.java,
2251         javax/swing/DefaultCellEditor.java,
2252         javax/swing/DefaultComboBoxModel.java,
2253         javax/swing/DefaultDesktopManager.java,
2254         javax/swing/DefaultListCellRenderer.java,
2255         javax/swing/DefaultSingleSelectionModel.java,
2256         javax/swing/InputMap.java,
2257         javax/swing/JComponent.java,
2258         javax/swing/JMenu.java,
2259         javax/swing/JSlider.java,
2260         javax/swing/KeyStroke.java,
2261         javax/swing/OverlayLayout.java,
2262         javax/swing/ScrollPaneLayout.java,
2263         javax/swing/SizeRequirements.java,
2264         javax/swing/UIManager.java,
2265         javax/swing/ViewportLayout.java,
2266         javax/swing/border/AbstractBorder.java,
2267         javax/swing/colorchooser/DefaultColorSelectionModel.java,
2268         javax/swing/event/EventListenerList.java,
2269         javax/swing/table/AbstractTableModel.java,
2270         javax/swing/table/DefaultTableCellRenderer.java,
2271         javax/swing/table/DefaultTableColumnModel.java,
2272         javax/swing/table/DefaultTableModel.java,
2273         javax/swing/table/TableColumn.java,
2274         javax/swing/text/StyledEditorKit.java,
2275         javax/swing/tree/DefaultMutableTreeNode.java,
2276         javax/swing/tree/DefaultTreeModel.java,
2277         javax/swing/tree/DefaultTreeSelectionModel.java,
2278         javax/swing/tree/TreePath.java,
2279         javax/swing/undo/AbstractUndoableEdit.java,
2280         javax/swing/undo/StateEdit.java,
2281         javax/swing/undo/StateEditable.java,
2282         javax/swing/undo/UndoableEditSupport.java:
2283         Merges from classpath.
2284
2285 2003-03-30  Tom Tromey  <tromey@redhat.com>
2286
2287         * java/lang/String.java (data, boffset, count): Documented.
2288         (String(byte[],String)): Reformatted.
2289         (String(byte[])): Likewise.
2290         (lastIndexOf(int)): Likewise.
2291         (lastIndexOf(String)): Likewise.
2292         (substring(int)): Renamed argument to match Classpath.
2293         (String(StringBuffer)): Don't share buffer if it is nearly empty.
2294
2295         * java/lang/String.java: Miscellaneous minor formatting changes
2296         to match Classpath more closely.
2297
2298 2003-03-29  Eric Blake  <ebb9@email.byu.edu>
2299             Tom Tromey  <tromey@redhat.com>
2300
2301         * java/lang/natString.cc (hashCode): Use cachedHashCode.
2302         (init()): Removed.
2303         (charAt): Put index in exception.
2304         (contentEquals): New method.
2305         Include StringBuffer.h.
2306         * java/lang/String.java (cachedHashCode): New field.
2307         (String()): Follow classpath implementation.
2308         (init()): Removed.
2309         (contentEquals): Declare.
2310         (subSequence): Don't declare IndexOutIfBoundsException in throws
2311         clause.
2312         (matches, replaceFirst, replaceAll, split): New methods from
2313         Classpath.
2314
2315 2003-03-29  Tom Tromey  <tromey@redhat.com>
2316
2317         * java/lang/String.java: Reordered to follow Classpath; merged in
2318         javadoc.
2319
2320         * java/text/MessageFormat.java: Removed some whitespace.
2321
2322         * Makefile.in: Rebuilt.
2323         * Makefile.am (awt_java_source_files): Added new files.
2324         * gnu/javax/rmi/PortableServer.java,
2325         gnu/javax/rmi/CORBA/DelegateFactory.java,
2326         gnu/javax/rmi/CORBA/GetDelegateInstanceException.java,
2327         gnu/javax/rmi/CORBA/PortableRemoteObjectDelegateImpl.java,
2328         gnu/javax/rmi/CORBA/StubDelegateImpl.java,
2329         gnu/javax/rmi/CORBA/UtilDelegateImpl.java,
2330         gnu/javax/rmi/CORBA/ValueHandlerImpl.java,
2331         javax/rmi/BAD_OPERATION.java, javax/rmi/ORB.java,
2332         javax/rmi/PortableRemoteObject.java,
2333         javax/rmi/CORBA/ClassDesc.java, javax/rmi/CORBA/ObjectImpl.java,
2334         javax/rmi/CORBA/PortableRemoteObjectDelegate.java,
2335         javax/rmi/CORBA/Stub.java, javax/rmi/CORBA/StubDelegate.java,
2336         javax/rmi/CORBA/SystemException.java, javax/rmi/CORBA/Tie.java,
2337         javax/rmi/CORBA/Util.java, javax/rmi/CORBA/UtilDelegate.java,
2338         javax/rmi/CORBA/ValueHandler.java: New files from Classpath.
2339
2340         * java/lang/natClass.cc (newInstance): Put method name in
2341         exception.
2342         (getConstructor): Likewise.
2343         (getDeclaredConstructor): Likewise.
2344         (getPrivateMethod): Likewise.
2345
2346 2003-03-28  Tom Tromey  <tromey@redhat.com>
2347
2348         * java/lang/reflect/Proxy.java: New version from Classpath.
2349         * java/lang/Package.java: New version from Classpath.
2350
2351 2003-03-29  Ulrich Weigand  <uweigand@de.ibm.com>
2352
2353         * configure.in (HAVE_BACKTRACE) [s390*-*-linux*]: Define.
2354         * configure: Regenerate.
2355
2356 2003-03-28  Michael Koch  <konqueror@gmx.de>
2357
2358         * java/io/File.java:
2359         Import needed classes instead of whole packages, merged class
2360         documentation with classpath, moved constants and variables to top of
2361         class.
2362         * java/io/PrintStream.java:
2363         Merged class documentation with classpath, moved constants and
2364         variables to top of class.
2365         * java/io/RandomAccessFile.java
2366         (RandomAccessFile): Merged with classpath.
2367         (read): Merged with classpath).
2368         (read*): Reformatted.
2369
2370 2003-03-28  Michael Koch  <konqueror@gmx.de>
2371
2372         * java/io/FileDescriptor.java
2373         (finalize): Throws Throwable, not IOException.
2374         * java/io/ObjectOutputStream.java
2375         (PutField.put): Doesnt throws anything.
2376
2377 2003­03-28  Michael Koch  <konqueror@gmx.de>
2378
2379         * java/io/FileOutputStream.java:
2380         Merged class documentation and authors with classpath.
2381         (FileOutputStream): Partly merged with classpath.
2382         (write): Merged with classpath.
2383         (getChannel): Make it synchronized instead of explicit block in this
2384         method.
2385         * java/io/RandomAccessFile.java:
2386         Merged class documentation and authors with classpath.
2387
2388 2003-03-26  Tom Tromey  <tromey@redhat.com>
2389
2390         * java/lang/natRuntime.cc (insertSystemProperties): Set
2391         gnu.classpath.home.url.
2392         * Makefile.in: Rebuilt.
2393         * Makefile.am: Define LIBDIR.
2394
2395 2003-03-25  Michael Koch  <konqueror@gmx.de>
2396
2397         * java/io/FileInputStream.java
2398         (read): Renamed b to buf and off to offset.
2399         * java/io/FileOutputStream.java
2400         (ch): Documentation added.
2401         (FileOutputStream): Documentation added.
2402         (getFD): Documentation added.
2403         (write): Documentation added.
2404         (close): Documentation added.
2405         (getChannel): Documentation added.
2406
2407 2003-03-24  Michael Koch  <konqueror@gmx.de>
2408
2409         * java/io/DataOutputStream.java
2410         (write): Merged from classpath.
2411         * java/io/File.java:
2412         Merged copyrigth with classpath.
2413         * java/io/FileInputStream.java
2414         (getChannel): Made it synchronized instead of using a synchronized
2415         block.
2416         * java/io/FileOutputStream.java: Reformatted.
2417         * java/io/InputStreamReader.java
2418         (InputStreamReader): Renamed enc to encoding_name.
2419         (close): Merged documentation from classpath.
2420         (getEncoding): Merged documentation from classpath.
2421         (ready): Merged documentation from classpath.
2422         (read): Merged documentation from classpath.
2423         * java/io/LineNumberReader.java
2424         (lineNumber): Made it private.
2425         (LineNumberReader): Use Constant instead of a direct value.
2426         * java/io/OutputStreamWriter.java
2427         (OutputStreamWriter): Renamed enc to encoding_scheme, merged
2428         documentation from classpath.
2429         (close): Merged documentation from classpath.
2430         (flush): Merged documentation from classpath.
2431         (write): Merged documentation from classpath.
2432         * java/io/PrintStream.java: Reformatted.
2433
2434 2003-03-24  Michael Koch  <konqueror@gmx.de>
2435
2436         * javax/swing/text/ComponentView.java
2437         (getComponent): Must be final.
2438         * javax/swing/tree/DefaultTreeCellRenderer.java:
2439         Reformatted.
2440         * javax/swing/undo/StateEditable.java:
2441         Reformatted.
2442
2443 2003-03-24  Michael Koch  <konqueror@gmx.de>
2444
2445         * java/rmi/activation/ActivationInstantiator.java:
2446         Reformatted.
2447         * java/rmi/activation/Activator.java:
2448         Reformatted.
2449         * java/rmi/registry/RegistryHandler.java:
2450         Remerged from classpath.
2451
2452 2003-03-24  Michael Koch  <konqueror@gmx.de>
2453
2454         * java/util/Date.java:
2455         Fixed documentation starting tag to make javadoc happy.
2456         * java/util/regex/Pattern.java
2457         (Pattern): Implements Serializable.
2458         * java/util/PatternSyntaxException.java
2459         (serialVersionUID): New member variable.
2460
2461 2003-03-24  Michael Koch  <koqnueror@gmx.de>
2462
2463         * java/awt/ContainerOrderFocusTraversalPolicy.java
2464         (getFirstComponent): Implemented.
2465         (getLastComponent): Implemented.
2466         (getDefaultComponent): Implemented.
2467         (setImplicitDownCycleTraversal): Fixed implementation.
2468         * java/awt/Robot.java
2469         (Robot): Added documentation.
2470         * java/awt/Toolkit.java
2471         (getFontList): Deprecated.
2472         (getFontMetrics): Deprecated.
2473         (getPrintJob): Added documentation.
2474         (getSystemSelection): Added documentation.
2475         (getLockingKeyState): Added documentation.
2476         (setLockingKeyState): Added documentation.
2477         (createCustomCursor): Added documentation.
2478         (getBestCursorSize): Added documentation.
2479         (getMaximumCursorColors): Added documentation.
2480         (isFrameStateSupported): Added documentation.
2481
2482 2003-03-24  Michael Koch  <konqueror@gmx.de>
2483
2484         * java/io/RandomAccessFile.java:
2485         More little merges with classpath. No code changes.
2486
2487 2003-03-24  Michael Koch  <konqueror@gmx.de>
2488
2489         * java/net/natInetAddressNoNet.cc:
2490         Include stddef.h.
2491         * java/net/natPlainDatagramSocketImplNoNet.cc:
2492         Fixed inlcude of java/net/DatagramPacket.h.
2493         * java/net/natPlainSocketImplNoNet.cc:
2494         Include some missing classes.
2495
2496 2003-03-24  Michael Koch  <konqueror@gmx.de>
2497
2498         * java/awt/dnd/DropTarget.java
2499         (DropTargetAutoScroller): According to the online documentation, this
2500         is protected, but in reality it is public.
2501         * java/awt/dnd/DropTargetContext.java
2502         (TransferableProxy): According to the online documentation, this
2503         is protected, but in reality it is public.
2504
2505 2003-03-24  Michael Koch  <konqueror@gmx.de>
2506
2507         * java/io/DataInputStream.java
2508         (): Wrapped documentation line.
2509         (): Fixed @return tag.
2510         * java/io/DataOutputStream.java
2511         (written): Moved to top of class.
2512         (all methods): Merged documentation from classpath.
2513         * java/io/File.java:
2514         Merged copyright year with classpath.
2515         * java/io/FileInputStream.java
2516         (all methods): Merged documentation from classpath.
2517         * java/io/LineNumberReader.java
2518         (getLineNumber): Fixed @return tag.
2519         * java/io/ObjectInputStream.java.
2520         Reformatted.
2521         * java/io/ObjectOutputStream.java:
2522         Reformatted, fixed some @see tags.
2523         * java/io/OutputStreamWriter.java:
2524         Deleted empty line.
2525         * java/io/Writer.java:
2526         Reformatted.
2527
2528 2003-03-24  Michael Koch  <konqueror@gmx.de>
2529
2530         * java/awt/Frame.java
2531         (DEFAULT_CURSOR): Fixed @deprecated tag.
2532         (setCursor): Fixed @deprecated tag.
2533
2534 2003-03-24  Michael Koch  <konqueror@gmx.de>
2535
2536         * java/beans/beancontext/BeanContextEvent.java:
2537         Reformated.
2538
2539 2003-03-23  Eric Blake  <ebb9@email.byu.edu>
2540
2541         * java/lang/natStringBuffer.cc (regionMatches): New function.
2542         * java/lang/String.java (count): Now package-private.
2543         * java/lang/StringBuffer.java: Merged with Classpath.
2544
2545 2003-03-23  Michael Koch  <konqueror@gmx.de>
2546
2547         * java/io/BufferedOutputStream.java:
2548         Reformated.
2549         * java/io/BufferedReader.java:
2550         Reformated.
2551         * java/io/ByteArrayOutputStream.java
2552         (size): Fixed @see tag.
2553         * java/io/CharArrayWriter.java
2554         (size): Fixed @see tag.
2555         * java/io/DataInput.java:
2556         Reformated.
2557         * java/io/DataOutput.java:
2558         Reformated.
2559         * java/io/DataOutputStream.java:
2560         Merged copyright years with classpath.
2561         * java/io/Externalizable.java:
2562         Reformated.
2563         * java/io/FileFilter.java:
2564         Reformated.
2565         * java/io/FileInputStream.java:
2566         Merged copyright years with classpath.
2567         * java/io/FileOutputStream.java:
2568         Merged copyright years with classpath.
2569         * java/io/FilePermission.java
2570         (FilePermission): Replaced @XXX with FIXME:.
2571         * java/io/FileWriter.java:
2572         Reformated.
2573         * java/io/FilenameFilter.java:
2574         Reformated.
2575         * java/io/FilterInputStream.java:
2576         Reformated.
2577         * java/io/FilterOutputStream.java:
2578         Reformated.
2579         * java/io/FilterReader.java:
2580         Reformated.
2581         * java/io/FilterWriter.java:
2582         Reformated.
2583         * java/io/LineNumberInputStream.java
2584         (LineNumberInputStream): Replaced @code with HTML tags to make javadoc
2585         happy.
2586         (getLineNumber): Fixed @return tag.
2587         * java/io/ObjectInput.java:
2588         Reformated.
2589         * java/io/ObjectOutput.java:
2590         Reformated.
2591         * java/io/ObjectStreamClass.java:
2592         Reformated.
2593         * java/io/PrintStream.java:
2594         Merged copyright years with classpath.
2595         * java/io/PushbackReader.java
2596         (PushbackReader): Replaced @code with @param.
2597         * java/io/SerializablePermission.java:
2598         Reformated.
2599         * java/io/StreamTokenizer.java
2600         (resetSyntax): Fixed @see tag.
2601
2602 2003-03-22  Richard Henderson  <rth@redhat.com>
2603
2604         * sysdep/ia64/locks.h: Include ia64intrin.h.
2605         (compare_and_swap): Use __sync_bool_compare_and_swap.
2606         (compare_and_swap_release): Expose ar.ccv assignment.
2607
2608 2003-03-22  Andreas Tobler <a.tobler@schweiz.ch>
2609
2610         * include/posix.h: Add suffix for darwin dynamic libraries.
2611
2612 2003-03-21  Michael Koch  <konqueror@gmx.de>
2613
2614         * javax/swing/Action.java
2615         (ACCELERATOR_KEY): New constant.
2616         (ACTION_COMMAND_KEY): Likewise.
2617         (MNEMONIC_KEY): Likewise.
2618         * javax/swing/UnsupportedLookAndFeelException.java
2619         (UnsupportedLookAndFeelException): Must be public.
2620         * javax/swing/WindowConstants.java
2621         (EXIT_ON_CLOSE): New constant.
2622         * javax/swing/text/BadLocationException.java
2623         (offset): New member variable.
2624         (BadLocationException): New implementation, documentation added.
2625         (offsetRequested): New method.
2626         * javax/swing/text/Caret.java:
2627         Reformated.
2628         * javax/swing/text/Document.java:
2629         Reformated.
2630
2631 2003-03-21  Michael Koch  <konqueror@gmx.de>
2632
2633         * java/rmi/activation/Activatable.java
2634         (serialVersionUID): New member variable.
2635         * java/rmi/activation/ActivationGroup.java
2636         (serialVersionUID): New member variable.
2637         * java/rmi/activation/ActivationGroupDesc.java
2638         (serialVersionUID): New member variable.
2639         * java/rmi/registry/Registry.java:
2640         Reformated.
2641         (Registry): Deprecated.
2642         * java/rmi/server/LoaderHandler.java
2643         Reformated.
2644         (LoaderHandler): Deprecated.
2645         * java/rmi/server/LogStream.java
2646         Reformated.
2647         (LogStream): Deprecated.
2648         * java/rmi/server/Operation.java
2649         (Operation): Deprecated.
2650         * java/rmi/server/RMIFailureHandler.java:
2651         Reformated.
2652         * java/rmi/server/RMISocketFactory.java:
2653         Reformated.
2654         * java/rmi/server/RemoteCall.java
2655         (RemoteCall): Deprecated.
2656         * java/rmi/server/RemoteStub.java:
2657         Reformated.
2658         * java/rmi/server/Skeleton.java
2659         Reformated.
2660         (Skeleton): Deprecated.
2661
2662 2003-03-21  Michael Koch  <konqueror@gmx.de>
2663
2664         * java/io/LineNumberReader.java
2665         (LineNumberReader): Merged documentation with classpath.
2666         (getLineNumber): Likewise.
2667         (setLineNumber): Likewise.
2668         (mark): Likewise.
2669         (reset): Likewise.
2670         (read): Likewise.
2671         (readLine): Likewise.
2672         (skip): Likewise.
2673
2674 2003-03-21  Michael Koch  <konqueror@gmx.de>
2675
2676         * java/rmi/RMISecurityManager.java
2677         (checkAccept): Removed.
2678         (checkAccess): Likewise.
2679         (checkAccess): Likewise.
2680         (checkAwtEventQueueAccess): Likewise.
2681         (checkConnect): Likewise.
2682         (checkCreateClassLoader): Likewise.
2683         (checkDelete): Likewise.
2684         (checkExec): Likewise.
2685         (checkExit): Likewise.
2686         (checkLink): Likewise.
2687         (checkListen): Likewise.
2688         (checkMemberAccess): Likewise.
2689         (checkMulticast): Likewise.
2690         (checkPackageAccess): Likewise.
2691         (checkPackageDefinition): Likewise.
2692         (checkPermission): Likewise.
2693         (checkPrintJobAccess): Likewise.
2694         (checkPropertiesAccess): Likewise.
2695         (checkPropertyAccess): Likewise.
2696         (checkRead): Likewise.
2697         (checkSecurityAccess): Likewise.
2698         (checkSetFactory): Likewise.
2699         (checkSystemClipboardAccess): Likewise.
2700         (checkTopLevelWindow): Likewise.
2701         (checkWrite): Likewise.
2702
2703 2003-03-20  Michael Koch  <konqueror@gmx.de>
2704
2705         * gnu/java/nio/FileChannelImpl.java
2706         (address): Removed.
2707         (map_address): New member variable.
2708         (length): Make it package private.
2709         (fd): Make it package private.
2710         (buf): Make it package private.
2711         (file_obj): Make it package private.
2712         (FileChannelImpl): New constructor.
2713         (nio_mmap_file): Use RawData instead of long.
2714         (nio_munmap_file): Use RawData instead of long.
2715         (nio_msync): Use RawData instead of long.
2716         (implCloseChannel): New implementation using map_address.
2717         (read): Reformated.
2718         (map): Implemented.
2719         (create_direct_mapped_buffer): Implemented, use RawData, throws
2720         IOException.
2721         (force): Use map_address instead of address.
2722         * gnu/java/nio/MappedByteFileBuffer.java
2723         (address): Removed.
2724         (map_address): New member variable.
2725         (MappedByteFileBuffer): Use map_address instead of address, reformated.
2726         (several methods): Use map_address instead of address, replaced long
2727         with RawData where appropriate.
2728         * gnu/java/nio/natFileChannelImpl.cc
2729         (nio_mmap_file): Replaced long with RawData.
2730         (nio_munmap_file): Replaced long with RawData.
2731         (nio_msync): Replaced long with RawData.
2732         * gnu/java/nio/natMappedByteFileBuffer.cc
2733         (several methods): Replaced long with RawData where appropriate.
2734
2735 2003-03-20  Michael Koch  <konqueror@gmx.de>
2736
2737         * java/net/InetAddress.java,
2738         java/net/JarURLConnection.java,
2739         java/net/PlainDatagramSocketImpl.java,
2740         java/net/PlainSocketImpl.java,
2741         java/net/URLConnection.java:
2742         Merged copyright statements with classpath for easier merging.
2743
2744 2003-03-20  Michael Koch  <konqueror@gmx.de>
2745
2746         * java/io/FileInputStream.java
2747         (getChannel): New implementation.
2748         * java/io/FileOutputStream.java
2749         (ch): New member variable.
2750         (getChannel): Implemented.
2751         * java/io/RandomAccessFile.java
2752         (RandomAccessFile): Throws FileNotFoundException instead of
2753         IOException.
2754         (getChannel): New method.
2755         (ch): New member variable.
2756
2757 2003-03-20  Michael Koch  <konqueror@gmx.de>
2758
2759         * java/io/DataOutputStream.java,
2760         java/io/File.java,
2761         java/io/FileInputStream.java,
2762         java/io/FileOutputStream.java,
2763         java/io/InputStreamReader.java,
2764         java/io/LineNumberReader.java,
2765         java/io/OutputStreamWriter.java,
2766         java/io/PrintStream.java,
2767         java/io/RandomAccessFile.java:
2768         Merged copyright statements with classpath for easier merging.
2769
2770 2003-03-19  Michael Koch  <konqueror@gmx.de>
2771
2772         * java/lang/Process.java:
2773         Merged from classpath.
2774
2775 2003-03-19  Michael Koch  <konqueror@gmx.de>
2776
2777         * java/io/FileOutputStream.java
2778         (FileOutputStream): New constructor, merged from classpath.
2779         * java/io/FileWriter.java
2780         (FileWriter): New constructor, merged from classpath.
2781
2782 2003-03-18  Michael Koch  <konqueror@gmx.de>
2783
2784         * java/awt/ScrollPane.java
2785         (ScrollPane): Rewrote for new ScrollPaneAdjustable.
2786         (getViewportSize): Likewise.
2787         (addNotify): Likewise.
2788         (removeNotify): Likewise.
2789         * java/awt/ScrollPaneAdjustable.java
2790         (ScrollPaneAdjustable): No longer extends Scrollbar.
2791         * java/beans/beancontext/BeanContextServices.java:
2792         Reformated.
2793         (getService): Added throws TooManyListenersException;
2794         * java/beans/beancontext/BeanContextServicesSupport.java:
2795         Reformated.
2796
2797 2003-03-18  Michael Koch  <konqueror@gmx.de>
2798
2799         * java/io/BufferedOutputStream.java,
2800         java/io/DataInput.java,
2801         java/io/DataInputStream.java,
2802         java/io/DataOutput.java,
2803         java/io/Externalizable.java:
2804         More merges from classpath.
2805
2806 2003-03-18  Michael Koch  <konqueror@gmx.de>
2807
2808         * configure.in: Fixed links to platform dependant java.net files.
2809         * configure: Regenerated.
2810         * java/net/natInetAddress.cc,
2811         java/net/natNetworkInterface.cc,
2812         java/net/natPlainDatagramSocketImpl.cc,
2813         java/net/natPlainSocketImpl.cc:
2814         Removed.
2815
2816 2003-03-18  Michael Koch  <konqueror@gmx.de>
2817
2818         * configure.in: Create links to architecture dependent files,
2819         introduced PLATFORMNET variable (set to NoNet for newlib usage).
2820         * configure: Regenerated.
2821         * java/net/natInetAddressNoNet.cc,
2822         java/net/natInetAddressPosix.cc,
2823         java/net/natInetAddressWin32.cc,
2824         java/net/natNetworkInterfaceNoNet.cc,
2825         java/net/natNetworkInterfacePosix.cc,
2826         java/net/natNetworkInterfaceWin32.cc,
2827         java/net/natPlainDatagramSocketImplNoNet.cc,
2828         java/net/natPlainDatagramSocketImplPosix.cc,
2829         java/net/natPlainDatagramSocketImplWin32.cc,
2830         java/net/natPlainSocketImplNoNet.cc,
2831         java/net/natPlainSocketImplPosix.cc,
2832         java/net/natPlainSocketImplWin32.cc: New files.
2833
2834 2003-03-18  Michael Koch  <konqueror@gmx.de>
2835
2836         * java/io/BufferedReader.java,
2837         java/io/BufferedWriter.java,
2838         java/io/ByteArrayOutputStream.java,
2839         java/io/FileFilter.java,
2840         java/io/FilePermission.java,
2841         java/io/FileReader.java,
2842         java/io/FileWriter.java,
2843         java/io/FilenameFilter.java,
2844         java/io/FilterInputStream.java,
2845         java/io/FilterOutputStream.java,
2846         java/io/FilterReader.java,
2847         java/io/FilterWriter.java,
2848         java/io/ObjectInput.java,
2849         java/io/ObjectInputValidation.java,
2850         java/io/ObjectOutput.java,
2851         java/io/ObjectStreamField.java,
2852         java/io/PipedInputStream.java,
2853         java/io/PipedReader.java,
2854         java/io/PrintWriter.java,
2855         java/io/PushbackReader.java,
2856         java/io/Reader.java,
2857         java/io/SerializablePermission.java,
2858         java/io/StringReader.java,
2859         java/io/Writer.java:
2860         Merged from classpath.
2861
2862 2003-03-17  Michael Koch  <konqueror@gmx.de>
2863
2864         * java/awt/ScrollPaneAdjustable.java:
2865         Compile fixes.
2866         
2867 2003-03-17  Michael Koch  <konqueror@gmx.de>
2868
2869         * java/net/DatagramSocket.java
2870         (connect): Fixed comment.
2871         * java/nio/ByteBuffer.java
2872         (hasArray): Fixed comment.
2873
2874 2003-03-17  Michael Koch  <konqueror@gmx.de>
2875
2876         * java/beans/Beans.java:
2877         Explicitely import classes not packages.
2878         * java/beans/FeatureDescriptor.java
2879         (preferred): New member variable.
2880         (isPreferred): New method.
2881         (setPreferred): New method.
2882         * java/beans/PropertyEditorManager.java:
2883         Explicitely import used classes.
2884         * java/beans/beancontext/BeanContextChild.java:
2885         Added line wrapping.
2886         * java/beans/beancontext/BeanContextChildSupport.java:
2887         Reindented.
2888         * java/beans/beancontext/BeanContextEvent.java:
2889         Reindented.
2890
2891 2003-03-17  Michael Koch  <konqueror@gmx.de>
2892
2893         * java/awt/Dialog.java
2894         (Dialog): New constructor, changed implementations, added
2895         documentation.
2896         * java/awt/ScrollPaneAdjustable.java
2897         (ScrollPaneAdjustable): Extends Object, implements Adjustable and
2898         Serializable.
2899         (serialVersionUID): New member variable.
2900         (sp): New member variable.
2901         (orientation): New member variable.
2902         (value): New member variable.
2903         (minimum): New member variable.
2904         (maximum): New member variable.
2905         (visibleAmount): New member variable.
2906         (unitIncrement): New member variable.
2907         (blockIncrement): New member variable.
2908         (AdjustmentListener): New member variable.
2909         (ScrollPaneAdjustable): New implementation.
2910         (addAdjustmentListener): New method.
2911         (removeAdjustmentListener): New method.
2912         (getAdjustmentListeners): New method.
2913         (getBlockIncrement): New method.
2914         (getMaximum): New method.
2915         (getMinimum): New method.
2916         (getOrientation): New method.
2917         (getUnitIncrement): New method.
2918         (getValue): New method.
2919         (getVisibleAmount): New method.
2920         (setBlockIncrement): New method.
2921         (setMaximum): Implemented.
2922         (setMinimum): Implemented.
2923         (setUnitIncrement): New method.
2924         (setValue): New method.
2925         (setVisibleAmount): Implemented. 
2926         (paramString): New stubbed method.
2927         * java/awt/Window.java
2928         (show): Call setVisible().
2929         (hide): Call setVisible().
2930         (processEvent): Add cases for WINDOW_GAINED_FOCUS, WINDOW_LOST_FOCUS
2931         and WINDOW_STATE_CHANGED.
2932         (processWindowFocusEvent): New method.
2933         (processWindowStateEvent): New method.
2934         (postEvent): Deprecated.
2935         (applyResourceBundle): Deprecated.
2936         * java/awt/datatransfer/DataFlavor.java
2937         (DataFlavor): Doesn't thow ClassNotFoundException.
2938
2939 2003-03-17  Michael Koch
2940
2941         * javax/print/attribute/Attribute.java,
2942         javax/print/attribute/AttributeSet.java,
2943         javax/print/attribute/PrintRequestAttributeSet.java:
2944         New files.
2945         * Makefile.am
2946         (javax_source_files): Added new files:
2947         javax/print/attribute/Attribute.java
2948         javax/print/attribute/AttributeSet.java
2949         javax/print/attribute/PrintRequestAttributeSet.java
2950         * Makefile.in: Regenerated.
2951
2952 2003-03-17  Michael Koch
2953
2954         * javax/print/attribute/Attribute.java,
2955         javax/print/attribute/AttributeSet.java,
2956         javax/print/attribute/PrintRequestAttributeSet.java:
2957         New files.
2958         * Makefile.am
2959         (awt_java_source_files): Added new files:
2960         javax/print/attribute/Attribute.java
2961         javax/print/attribute/AttributeSet.java
2962         javax/print/attribute/PrintRequestAttributeSet.java
2963         * Makefile.in: Regenerated.
2964
2965 2003-03-16  Tom Tromey  <tromey@redhat.com>
2966
2967         * resolve.cc (ncode): Use _Jv_platform_ffi_abi.
2968         Include platform.h.
2969         * java/lang/natRuntime.cc (insertSystemProperties): Use
2970         _Jv_platform_path_separator.
2971         (nativeGetLibname): Use _Jv_platform_file_separator.
2972         (_load): Use _Jv_platform_onload_names.
2973         (onload_names): New global.
2974         * include/win32.h (_Jv_platform_file_separator): New define.
2975         (_Jv_platform_path_separator): Likewise.
2976         (_Jv_platform_onload_names): Likewise.
2977         (_Jv_platform_ffi_abi): Likewise.
2978         * include/posix.h (_Jv_platform_file_separator): New define.
2979         (_Jv_platform_path_separator): Likewise.
2980         (_Jv_platform_onload_names): Likewise.
2981         (_Jv_platform_ffi_abi): Likewise.
2982
2983 2003-03-14  Hans Boehm  <Hans.Boehm@hp.com>
2984
2985         * java/lang/natObject.cc (JV_SYNC_HASH): replace signed % by &.
2986
2987 2003-02-14  Jeroen Frijters  <jeroen@sumatra.nl>
2988
2989         * java/io/ObjectInputStream.java (readObject): Cleaned up the class
2990         hierarchy loop.
2991         (readFields(Object,ObjectStreamField[],boolean)): Changed argument
2992         list to Object,ObjectStreamClass, moved callReadMethod code up into
2993         readObject and added Class argument to all setXxxField calls.
2994         (callReadMethod): Changed Class argument to ObjectStreamClass to be
2995         consistent with ObjectOutputStream and to facilitate caching the
2996         Method in the future.
2997         (setBooleanField): Added Class argument.
2998         (setByteField): Likewise.
2999         (setCharField): Likewise.
3000         (setDoubleField): Likewise.
3001         (setFloatField): Likewise.
3002         (setIntField): Likewise.
3003         (setLongField): Likewise.
3004         (setShortField): Likewise.
3005         (setObjectField): Likewise.
3006         * java/io/ObjectOutputStream.java (writeObject): Cleaned up the
3007         class hierarchy loop.
3008         (defaultWriteObject): Call writeFields with new argument list.
3009         (writeFields(Object,ObjectStreamField[],boolean): Changed argument
3010         list to Object,ObjectStreamClass, moved callWriteMethod up into
3011         writeObject and added Class argument to all getXxxField calls.
3012         (callWriteMethod): Added ObjectStreamClass argument to be able to
3013         get the proper class to call getMethod on (each class can have (or
3014         not have) its own writeObject method).
3015         (getBooleanField): Added Class argument.
3016         (getByteField): Likewise.
3017         (getCharField): Likewise.
3018         (getDoubleField): Likewise.
3019         (getFloatField): Likewise.
3020         (getIntField): Likewise.
3021         (getLongField): Likewise.
3022         (getShortField): Likewise.
3023         (getObjectField): Likewise.
3024         * java/io/ObjectStreamClass.java (hasReadMethod): Added method to
3025         facilitate caching the Method object in the future.
3026
3027 2003-03-12  Andreas Schwab  <schwab@suse.de>
3028
3029         * configure.in: Avoid trailing /. in toolexeclibdir.
3030         * configure: Rebuilt.
3031
3032 2003-03-11  Michael Koch  <konqueror@gmx.de>
3033
3034         * gnu/java/nio/ByteBufferImpl.java
3035         (putInt): Use limit() instead of limit.
3036         * gnu/java/nio/CharBufferImpl.java
3037         (slice): Fixed implementation.
3038         (subSequence): Better bounds checking.
3039         * gnu/java/nio/MappedByteFileBuffer.java:
3040         Import all needed classes directly.
3041         * java/nio/ByteBuffer.java
3042         (hashCode): New dummy method.
3043         * java/nio/CharBuffer.java
3044         (array_offset): New member variable.
3045         (hasArray): Fixed documentation.
3046         (arrayOffset): Return array_offset.
3047
3048 2003-03-10  2003-02-27  Mohan Embar  <gnustuff@thisiscool.com>
3049
3050         * include/jvm.h: removed declaration of _Jv_ThisExecutable()
3051         setter; made return value of getter const char* instead of char*
3052         * prims.cc: removed all references to _Jv_ThisExecutable().
3053         These are in the platform-specific sections now.
3054         * posix.cc: define platform-specific _Jv_ThisExecutable().
3055         Handle DISABLE_MAIN_ARGS and HAVE_PROC_SELF_EXE cases
3056         * win32.cc: define platform-specific _Jv_ThisExecutable()
3057         using GetModuleFilename()
3058         * java/lang/natRuntime.cc: set gnu.gcj.progname property
3059         to argv[0] instead of _Jv_ThisExecutable()
3060
3061 2003-03-10  Ranjit Mathew  <rmathew@hotmail.com>
3062
3063         * gnu/gcj/runtime/NameFinder.java (usingAddr2name): New flag
3064         that is set if we are using addr2name.awk instead of addr2line.
3065         (NameFinder): Set usingAddr2name if using addr2name.awk.
3066         (getExternalLabel): New native method to convert a method 
3067         name to an external label.
3068         (lookup): Convert name given by addr2line to an external label
3069         before demangling.
3070
3071         * gnu/gcj/runtime/natNameFinder.cc (LABEL_PREFIX): New string
3072         constant representing the prefix attached to method names to
3073         convert them to an external label.
3074         (gnu::gcj::runtime::NameFinder::getExternalLabel): Define 
3075         using LABEL_PREFIX.
3076
3077 2003-03-10  Tom Tromey  <tromey@redhat.com>
3078
3079         * Makefile.in: Rebuilt.
3080         * Makefile.am (GCJ_WITH_FLAGS): Added -Wno-deprecated.
3081         (JC1FLAGS): Removed -Wno-deprecated.
3082
3083 2003-03-10  Michael Koch  <konqueror@gmx.de>
3084
3085         * java/nio/ByteOrder.java
3086         (nativeOrder): Working implementation, added documentation.
3087         (toString): Added documentation.
3088
3089 2003-03-10  Michael Koch  <konqueror@gmx.de>
3090
3091         * java/net/DatagramSocket.java,
3092         java/net/MulticastSocket.java,
3093         java/net/Socket.java,
3094         java/net/URL.java,
3095         java/net/URLConnection.java:
3096         Fixed some documentation tags to make javadoc and friends happy.
3097
3098 2003-03-10  Michael Koch  <koqnueror@gmx.de>
3099
3100         * java/beans/beancontext/BeanContextServicesSupport.java,
3101         java/beans/beancontext/BeanContextSupport.java: New files.
3102         * Makefile.am
3103         (awt_source_files): Added new files.
3104         * Makefile.in: Regenerated.
3105
3106 2003-03-10  Michael Koch  <konqueror@gmx.de>
3107
3108         * java/awt/FocusTraversalPolicy.java
3109         (FocusTraversalPolicy): Documentation added.
3110         (getComponentAfter): Documentation added.
3111         (getComponentBefore): Documentation added.
3112         (getFirstComponent): Documentation added.
3113         (getLastComponent): Documentation added.
3114         (getDefaultComponent): Documentation added.
3115         (getInitialComponent): Documentation added.
3116         * java/awt/ScrollPaneAdjustable.java
3117         (sp): New member variable.
3118         (orientation): New member variable.
3119         (value): New member variable.
3120         (minimum): New member variable.
3121         (maximum): New member variable.
3122         (visibleAmount): New member variable.
3123         (unitIncrement): New member variable.
3124         (blockIncrement): New member variable.
3125         (adjustmentListener): New member variable.
3126         (ScrollPaneAdjustable): Rewrote.
3127         (addAdjustmentListener): New method.
3128         (removeAdjustmentListener): New method.
3129         (getAdjustmentListeners): New method.
3130         (getBlockIncrement): New method.
3131         (getMaximum): New method.
3132         (getMinimum): New method.
3133         (getOrientation): New method.
3134         (getUnitIncrement): New method.
3135         (getValue): New method.
3136         (getVisibleAmount): New method.
3137         (setBlockIncrement): New method.
3138         (setUnitIncrement): New method.
3139         (setMaximum): Implemented.
3140         (setMinimum): Implemented.
3141         (setValue): New method.
3142         (setVisibleAmount): Implemented.
3143         (paramString): New method.
3144         * java/awt/Window.java
3145         (show): Use setVisible(true) instead of super.show().
3146         (hide): Use sevVisible(false) instead of super.hide().
3147         (processWindowEvent): Added cases for WINDOW_GAINED_FOCUS,
3148         WINDOW_LOST_FOCUS and WINDOW_STATE_CHANGED.
3149         (postEvent): Deprecated.
3150         (applyResourceBundle): Deprecated.
3151         (processWindowFocusEvent): New method.
3152         (processWindowStateEvent): New method.
3153         * java/awt/datatransfer/DataFlavor.java: Reindented.
3154         * java/awt/font/TextHitInfo.java
3155         (charIndex): New member variable.
3156         (leadingEdge): New member variable.
3157         (TextHitInfo): New constructor.
3158         (getCharIndex): Implemented.
3159         (isLeadingEdge): Implemented.
3160         (getInsertionIndex): Implemented.
3161         (hashCode): Access charIndex directly.
3162         (equals): Reformated.
3163         (leading): Implemented.
3164         (trailing): Implemented.
3165         (beforeOffset): Implemented.
3166         (afterOffset): Implemented.
3167         (getOtherHit): Implemented.
3168         (getOffsetHit): Implemented.
3169         (toString): Implemented.
3170         * java/awt/image/BufferedImage.java
3171         (BufferedImage): Implements WritableRenderedImage.
3172         (observers): New member variable.
3173         (addTileObserver): New method.
3174         (removeTileObserver): New method.
3175
3176 2003-03-09  Tom Tromey  <tromey@redhat.com>
3177
3178         PR libgcj/9934:
3179         * java/io/natFileDescriptorPosix.cc (available): Fixed arguments
3180         to lseek.  Return 0 if we can't compute the value.
3181
3182 2003-03-03  Michael Koch  <konqueror@gmx.de>
3183
3184         * java/net/NetworkInterface.java: Merged with classpath.
3185
3186 2003-03-03  Tom Tromey  <tromey@redhat.com>
3187
3188         * verify.cc (handle_jsr_insn): Don't fail if `jsr' appears at end
3189         of bytecode.
3190         (handle_ret_insn): Fail if returning to jsr that appears at end of
3191         bytecode.
3192
3193 2003-03-03  Michael Koch  <konqueror@gmx.de>
3194
3195         * Makefile.am
3196         (ordinary_java_source_files):
3197         Added gnu/java/nio/MappedByteFileBuffer.java.
3198         (nat_source_files):
3199         Added gnu/java/nio/natMappedByteFileBuffer.cc.
3200         * Makefile.in: Regenerated.
3201
3202 2003-03-03  Michael Koch  <konqueror@gmx.de>
3203
3204         * java/net/DatagramSocket.java
3205         (connect): Merged comment from classpath.
3206         (receive): Merged documentation from classpath.
3207         * java/net/Socket.java
3208         (setSoTimeout): Clarified documentation.
3209         * java/net/URL.java
3210         (getPath): Merged from classpath.
3211         (getUserInfo): Merged from classpath.
3212         (getQuery): Merged from classpath.
3213         * java/net/URLStreamHandler.java
3214         (toExternalForm): Merged from classpath.
3215
3216 2003-03-02  Mark Wielaard  <mark@klomp.org>
3217
3218         * java/util/Properties.java (load): Only skip line if the first
3219         character is a comment, whitespaces don't count.
3220
3221 2003-03-02  Michael Koch  <konqueror@gmx.de>
3222
3223         * java/net/NetPermission.java:
3224         Merged copyright with classpath.
3225
3226 2003-03-02  Michael Koch  <konqueror@gmx.de>
3227
3228         * java/lang/Package.java:
3229         Remerged from classpath.
3230
3231 2003-03-02  Michael Koch  <konqueror@gmx.de>
3232
3233         * java/net/HttpURLConnection.java
3234         (HTTP_SERVER_ERROR): Deprecated.
3235         * java/net/MulticastSocket.java
3236         (send): Replaced checkMulticast with appropriate checkPermission call,
3237         deprecated.
3238         * java/net/URLDecoder.java
3239         (decode): Deprecated.
3240         * java/net/URLEncoder.java
3241         (encode): Deprecated.
3242
3243 2003-03-02  Michael Koch  <konqueror@gmx.de>
3244
3245         * javax/swing/text/Caret.java
3246         (getMagicCaretPosition): Fixed typo in method name.
3247         * javax/swing/text/DefaultCaret.java
3248         (getMagicCaretPosition): Fixed typo in method name.
3249
3250 2003-03-02  Michael Koch  <konqueror@gmx.de>
3251
3252         * java/awt/List.java
3253         (setMultipleSelections): Deprecated.
3254         (delItem): Deprecated.
3255         * java/awt/MenuComponent.java
3256         (getPeer): Deprecated.
3257         * java/awt/ScrollPane.java
3258         (addNotify): getPeer() is deprecated. Use isDisplayable() instead.
3259         * java/awt/dnd/MouseDragGestureRecognizer.java
3260         (mouseClicked): Added comment.
3261         (mousePressed): Added comment.
3262         (mouseReleased): Added comment.
3263         (mouseEntered): Added comment.
3264         (mouseExited): Added comment.
3265         (mouseDragged): Added comment.
3266         (mouseMoved): Added comment.
3267         * java/awt/event/KeyEvent.java
3268         (KeyEvent): Deprecated.
3269         (setModifiers): Deprecated.
3270         
3271 2003-03-02  Michael Koch  <konqueror@gmx.de>
3272
3273         * gnu/java/nio/FileChannelImpl.java
3274         (fd): Type FileDescriptor instead of int.
3275         (lengthInternal): Removed.
3276         (FileChannelImpl): Fixed arguments, check type of file object.
3277         (size): Made it native.
3278         (implPosition): New native method.
3279         (implTruncate): New native method.
3280         (position): Implemented.
3281         (truncate): Implemented.
3282         (nio_mmap_file): Changed arguments.
3283         (nio_munmap_file): Changed arguments.
3284         (nio_msync): Changed arguments.
3285         * gnu/java/nio/natFileChannelImpl.cc
3286         (lengthInternal): Removed.
3287         (size): New method.
3288         (implPosition): New method.
3289         (implTruncate): New method.
3290         (nio_mmap_file): Changed arguments.
3291         (nio_munmap_file): Changed arguments.
3292         (nio_msync): Changed arguments.
3293
3294 2003-03-02  Michael Koch  <konqueror@gmx.de>
3295
3296         * java/awt/dnd/DropTargetContext.java:
3297         Compile fix: Forgot to commit import.
3298         
3299 2003-03-02  Michael Koch  <konqueror@gmx.de>
3300
3301         * java/awt/Component.java,
3302         java/awt/ScrollPane.java:
3303         Fixed typos.
3304
3305 2003-03-02  Michael Koch  <konqueror@gmx.de>
3306
3307         * java/awt/dnd/DnDEventMulticaster.java: New file.
3308         * java/awt/dnd/DragSource.java
3309         (flavorMap): New member variable.
3310         (dragSourceListener): New member variable.
3311         (dragSourceMotionListener): New member variable.
3312         (getFlavorMap): Implemented.
3313         (createDragGestureRecognizer): Implemented.
3314         (addDragSourceListener): Implemented.
3315         (removeDragSourceListener): Implemented.
3316         (getDragSourceListeners): Implemented.
3317         (addDragSourceMotionListener): Implemented.
3318         (removeDragSourceMotionListener): Implemented.
3319         (getDragSourceMotionListeners): Implemented.
3320         (getListeners): Implemented.
3321         * java/awt/dnd/DragSourceContext.java
3322         (peer): New member variable.
3323         (cursor): New member variable.
3324         (transferable): New member variable.
3325         (trigger): New member variable.
3326         (dragSourceListener): New member variable.
3327         (image): New member variable.
3328         (offset): New member variable.
3329         (DragSourceContext): Implemented.
3330         (getDragSource): Implemented.
3331         (getComponent): Implemented.
3332         (getTrigger): Implemented.
3333         (getSourceActions): Implemented.
3334         (setCursor): Implemented.
3335         (getCursor): Implemented.
3336         (addDragSourceListener): Implemented.
3337         (removeDragSourceListener): Implemented.
3338         (getTransferable): Implemented.
3339         * java/awt/dnd/DropTarget.java
3340         (DropTargetAutoScroller.component): New member variable.
3341         (DropTargetAutoScroller.point): New member variable.
3342         (DropTargetAutoScroller.DropTargetAutoScroller): Implemented.
3343         (DropTargetAutoScroller.updateLocation): Implemented.
3344         (active): Renamed from isActive, defaults to true now.
3345         (component): New member variable.
3346         (flavorMap): New member variable.
3347         (actions): New member variable.
3348         (dropTargetContext): New member variable.
3349         (dropTargetListener): New member variable.
3350         (DropTarget): Implemented.
3351         (getComponent): Implemented.
3352         (setComponent): Implemented.
3353         (setDefaultActions): Implemented.
3354         (getDefaultActions): Implemented.
3355         (setActive): Use active instead of isActive.
3356         (isActive): Use active instead of isActive.
3357         (addDropTargetListener): Implemented.
3358         (removeDropTargetListener): Implemented.
3359         (getFlavorMap): Implemented.
3360         (setFlavorMap): Implemented.
3361         (getDropTargetContext): Implemented.
3362         (createDropTargetContext): Implemented.
3363         (createDropTargetAutoScroller): Implemented.
3364         * java/awt/dnd/DropTargetContext.java
3365         (TransferableProxy.getTransferDataFlavors): Implemented.
3366         (TransferableProxy.isDataFlavorSupported): Implemented.
3367         (TransferableProxy.getTransferData): Implemented.
3368         (dropTarget):  New member variable.
3369         (dtcp): New member variable.
3370         (DropTargetContext): New package private constructor.
3371         (getDropTarget): Implemented.
3372         (getComponent): Implemented.
3373         (addNotify): Implemented.
3374         (removeNotify): Implemented.
3375         (getCurrentDataFlavorsAsList): Implemented.
3376         (isDataFlavorSupported): Implemented.
3377         * java/awt/dnd/MouseDragGestureRecognizer.java
3378         (registerListeners): Implemented.
3379         (unregisterListeners): Implemented.
3380         * Makefile.am
3381         (awt_java_source_files): Added java/awt/dnd/DnDEventMulticaster.java.
3382         * Makefile.in: Regenerated.
3383
3384 2003-03-02  Michael Koch  <konqueror@gmx.de>
3385
3386         * java/awt/Component.java
3387         (eventTypeEnabled): New method.
3388         (dispatchEventImpl): Moved checks for event to eventTypeEnabled.
3389         * java/awt/Container.java
3390         (changeSupport): New member variable.
3391         (addPropertyChangeListener): New methods.
3392         * java/awt/ContainerOrderFocusTraversalPolicy.java
3393         (ContainerOrderFocusTraversalPolicy): Added comment.
3394         (getComponentAfter): Throw exception, documentation added.
3395         (getComponentBefore): Throw exception, documentation added.
3396         (getFirstComponent): Throw exception, documentation added.
3397         (getLastComponent): Throw exception, documentation added.
3398         (getDefaultComponent): Throw exception, documentation added.
3399         * java/awt/EventQueue.java: Reindented.
3400         * java/awt/FocusTraversalPolicy.java:
3401         (FocusTraversalPolicy): Added comment.
3402         (getComponentAfter): Documentation added.
3403         (getComponentBefore): Documentation added.
3404         (getFirstComponent): Documentation added.
3405         (getLastComponent): Documentation added.
3406         (getDefaultComponent): Documentation added.
3407         (getInitialComponent): Documentation added.
3408         * java/awt/ScrollPane.java
3409         (wheelScrollingEnabled): New member variable.
3410         (ScrollPane): Initialize wheelScollingEnabled.
3411         (eventTypeEnabled): New method.
3412         (isWheelScrollingEnabled): New method.
3413         (setWheelScrollingEnabled): New method.
3414
3415 2003-03-02  Michael Koch  <konqueror@gmx.de>
3416
3417         * java/net/DatagramSocket.java
3418         (closed): New member variable.
3419         (close): Use closed variable.
3420         (getInetAddress): No need to call isConnected().
3421         (getPort): No need to call isConnected().
3422         (disconnect): Reset remoteAddress and remotePort, fixed typo.
3423         (isClosed): Reimplemented.
3424         
3425 2003-03-02  Michael Koch  <konqueror@gmx.de>
3426
3427         * configure.in: Added check for memory mapping of files.
3428         * configure: Regenerated.
3429         * config.h.in: Regenerated.
3430
3431 2003-03-01  Jason Thorpe  <thorpej@wasabisystems.com>
3432
3433         * posix-threads.cc: Include <unistd.h> if HAVE_UNISTD_H is defined.
3434         (_Jv_ThreadSetPriority): Test for _POSIX_THREAD_PRIORITY_SCHEDULING.
3435
3436 2003-03-01  Ranjit Mathew  <rmathew@hotmail.com>
3437
3438         * java/io/File.java (normalizePath): Remove trailing separator
3439         on Windows only if path is not of the form "x:\".
3440
3441         * java/io/natFileWin32.cc (WIN32_EPOCH_MILLIS): New constant.
3442         (java::io::File::attr): Change formatting a bit and use
3443         WIN32_EPOCH_MILLIS instead of magic numbers.
3444         (java::io::File::isAbsolute): Path must have at least 3 
3445         characters for a UNC network path.
3446         (java::io::File::init_native): Define.
3447         (java::io::File::performCreate): Likewise.
3448         (java::io::File::performSetReadOnly): Likewise.
3449         (java::io::File::performSetLastModified): Likewise.
3450         (java::io::File::performListRoots): Likewise.
3451
3452 2003-03-01  Tom Tromey  <tromey@redhat.com>
3453
3454         * java/lang/natObject.cc: Don't include assert.h.
3455         (heavy_lock_obj_finalization_proc): Use JvAssert.
3456         (remove_all_heavy): Likewise.
3457         (_Jv_MonitorEnter): Likewise.
3458         (_Jv_MonitorExit): Likewise.
3459         (wait): Likewise.
3460
3461 2003-03-01  Ranjit Mathew  <rmathew@hotmail.com>
3462
3463         * java/io/File (getAbsolutePath): Prefix drive specifier on
3464         Windows for paths starting with a '\'.
3465         (toURL): Make URL more consistent with what Sun's JDK returns.
3466
3467         * java/io/natFileWin32.cc (java::io::File::isAbsolute): Return
3468         true only if the path is a UNC network path or it starts with a
3469         drive specifier.
3470
3471         * java/net/URLStreamHandler.java (parseURL): Correct minor typo.
3472         Be prepared to handle either '/' or '\\' in the file path for
3473         Windows if using the "file" protocol.
3474         Canonicalise the file path if using a relative path in the given
3475         context and the "file" protocol.
3476
3477 2003-03-01  Mohan Embar  <gnustuff@thisiscool.com>
3478
3479         * java/lang/natWin32Process.cc (startProcess): Double-quote each
3480         program array element passed to CreateProcess.
3481
3482 2003-03-01  Tom Tromey  <tromey@redhat.com>
3483
3484         * java/rmi/registry/RegistryHandler.java: Deprecate.
3485
3486 2003-03-01  Tom Tromey  <tromey@redhat.com>
3487
3488         * javax/accessibility/AccessibleEditableText.java,
3489         javax/accessibility/AccessibleHyperlink.java: New versions from
3490         Classpath.
3491
3492         * gnu/java/locale/LocaleInformation_af_ZA.java,
3493         gnu/java/locale/LocaleInformation_ar_AE.java,
3494         gnu/java/locale/LocaleInformation_ar_BH.java,
3495         gnu/java/locale/LocaleInformation_ar_DZ.java,
3496         gnu/java/locale/LocaleInformation_ar_EG.java,
3497         gnu/java/locale/LocaleInformation_ar_IN.java,
3498         gnu/java/locale/LocaleInformation_ar_IQ.java,
3499         gnu/java/locale/LocaleInformation_ar_JO.java,
3500         gnu/java/locale/LocaleInformation_ar_KW.java,
3501         gnu/java/locale/LocaleInformation_ar_LB.java,
3502         gnu/java/locale/LocaleInformation_ar_LY.java,
3503         gnu/java/locale/LocaleInformation_ar_MA.java,
3504         gnu/java/locale/LocaleInformation_ar_OM.java,
3505         gnu/java/locale/LocaleInformation_ar_QA.java,
3506         gnu/java/locale/LocaleInformation_ar_SD.java,
3507         gnu/java/locale/LocaleInformation_ar_SY.java,
3508         gnu/java/locale/LocaleInformation_ar_TN.java,
3509         gnu/java/locale/LocaleInformation_ar_YE.java,
3510         gnu/java/locale/LocaleInformation_be_BY.java,
3511         gnu/java/locale/LocaleInformation_bn_IN.java,
3512         gnu/java/locale/LocaleInformation_br_FR.java,
3513         gnu/java/locale/LocaleInformation_bs_BA.java,
3514         gnu/java/locale/LocaleInformation_ca_ES.java,
3515         gnu/java/locale/LocaleInformation_cs_CZ.java,
3516         gnu/java/locale/LocaleInformation_cy_GB.java,
3517         gnu/java/locale/LocaleInformation_da_DK.java,
3518         gnu/java/locale/LocaleInformation_de_AT.java,
3519         gnu/java/locale/LocaleInformation_de_BE.java,
3520         gnu/java/locale/LocaleInformation_de_CH.java,
3521         gnu/java/locale/LocaleInformation_de_DE.java,
3522         gnu/java/locale/LocaleInformation_de_LU.java,
3523         gnu/java/locale/LocaleInformation_el_GR.java,
3524         gnu/java/locale/LocaleInformation_en_AU.java,
3525         gnu/java/locale/LocaleInformation_en_BW.java,
3526         gnu/java/locale/LocaleInformation_en_CA.java,
3527         gnu/java/locale/LocaleInformation_en_DK.java,
3528         gnu/java/locale/LocaleInformation_en_GB.java,
3529         gnu/java/locale/LocaleInformation_en_HK.java,
3530         gnu/java/locale/LocaleInformation_en_IE.java,
3531         gnu/java/locale/LocaleInformation_en_IN.java,
3532         gnu/java/locale/LocaleInformation_en_NZ.java,
3533         gnu/java/locale/LocaleInformation_en_PH.java,
3534         gnu/java/locale/LocaleInformation_en_SG.java,
3535         gnu/java/locale/LocaleInformation_en_US.java,
3536         gnu/java/locale/LocaleInformation_en_ZA.java,
3537         gnu/java/locale/LocaleInformation_en_ZW.java,
3538         gnu/java/locale/LocaleInformation_es_AR.java,
3539         gnu/java/locale/LocaleInformation_es_BO.java,
3540         gnu/java/locale/LocaleInformation_es_CL.java,
3541         gnu/java/locale/LocaleInformation_es_CO.java,
3542         gnu/java/locale/LocaleInformation_es_CR.java,
3543         gnu/java/locale/LocaleInformation_es_DO.java,
3544         gnu/java/locale/LocaleInformation_es_EC.java,
3545         gnu/java/locale/LocaleInformation_es_ES.java,
3546         gnu/java/locale/LocaleInformation_es_GT.java,
3547         gnu/java/locale/LocaleInformation_es_HN.java,
3548         gnu/java/locale/LocaleInformation_es_MX.java,
3549         gnu/java/locale/LocaleInformation_es_NI.java,
3550         gnu/java/locale/LocaleInformation_es_PA.java,
3551         gnu/java/locale/LocaleInformation_es_PE.java,
3552         gnu/java/locale/LocaleInformation_es_PR.java,
3553         gnu/java/locale/LocaleInformation_es_PY.java,
3554         gnu/java/locale/LocaleInformation_es_SV.java,
3555         gnu/java/locale/LocaleInformation_es_US.java,
3556         gnu/java/locale/LocaleInformation_es_UY.java,
3557         gnu/java/locale/LocaleInformation_es_VE.java,
3558         gnu/java/locale/LocaleInformation_et_EE.java,
3559         gnu/java/locale/LocaleInformation_eu_ES.java,
3560         gnu/java/locale/LocaleInformation_fa_IR.java,
3561         gnu/java/locale/LocaleInformation_fi_FI.java,
3562         gnu/java/locale/LocaleInformation_fo_FO.java,
3563         gnu/java/locale/LocaleInformation_fr_BE.java,
3564         gnu/java/locale/LocaleInformation_fr_CA.java,
3565         gnu/java/locale/LocaleInformation_fr_CH.java,
3566         gnu/java/locale/LocaleInformation_fr_FR.java,
3567         gnu/java/locale/LocaleInformation_fr_LU.java,
3568         gnu/java/locale/LocaleInformation_ga_IE.java,
3569         gnu/java/locale/LocaleInformation_gd_GB.java,
3570         gnu/java/locale/LocaleInformation_gl_ES.java,
3571         gnu/java/locale/LocaleInformation_gv_GB.java,
3572         gnu/java/locale/LocaleInformation_he_IL.java,
3573         gnu/java/locale/LocaleInformation_hi_IN.java,
3574         gnu/java/locale/LocaleInformation_hr_HR.java,
3575         gnu/java/locale/LocaleInformation_hu_HU.java,
3576         gnu/java/locale/LocaleInformation_id_ID.java,
3577         gnu/java/locale/LocaleInformation_it_CH.java,
3578         gnu/java/locale/LocaleInformation_it_IT.java,
3579         gnu/java/locale/LocaleInformation_iw_IL.java,
3580         gnu/java/locale/LocaleInformation_ja_JP.java,
3581         gnu/java/locale/LocaleInformation_ka_GE.java,
3582         gnu/java/locale/LocaleInformation_kl_GL.java,
3583         gnu/java/locale/LocaleInformation_ko_KR.java,
3584         gnu/java/locale/LocaleInformation_kw_GB.java,
3585         gnu/java/locale/LocaleInformation_lt_LT.java,
3586         gnu/java/locale/LocaleInformation_lv_LV.java,
3587         gnu/java/locale/LocaleInformation_mi_NZ.java,
3588         gnu/java/locale/LocaleInformation_mk_MK.java,
3589         gnu/java/locale/LocaleInformation_mr_IN.java,
3590         gnu/java/locale/LocaleInformation_mt_MT.java,
3591         gnu/java/locale/LocaleInformation_nl_BE.java,
3592         gnu/java/locale/LocaleInformation_nl_NL.java,
3593         gnu/java/locale/LocaleInformation_nn_NO.java,
3594         gnu/java/locale/LocaleInformation_no_NO.java,
3595         gnu/java/locale/LocaleInformation_oc_FR.java,
3596         gnu/java/locale/LocaleInformation_pl_PL.java,
3597         gnu/java/locale/LocaleInformation_pt_BR.java,
3598         gnu/java/locale/LocaleInformation_pt_PT.java,
3599         gnu/java/locale/LocaleInformation_ro_RO.java,
3600         gnu/java/locale/LocaleInformation_ru_RU.java,
3601         gnu/java/locale/LocaleInformation_ru_UA.java,
3602         gnu/java/locale/LocaleInformation_se_NO.java,
3603         gnu/java/locale/LocaleInformation_sk_SK.java,
3604         gnu/java/locale/LocaleInformation_sl_SI.java,
3605         gnu/java/locale/LocaleInformation_sq_AL.java,
3606         gnu/java/locale/LocaleInformation_sr_YU.java,
3607         gnu/java/locale/LocaleInformation_sv_FI.java,
3608         gnu/java/locale/LocaleInformation_sv_SE.java,
3609         gnu/java/locale/LocaleInformation_ta_IN.java,
3610         gnu/java/locale/LocaleInformation_te_IN.java,
3611         gnu/java/locale/LocaleInformation_tg_TJ.java,
3612         gnu/java/locale/LocaleInformation_tl_PH.java,
3613         gnu/java/locale/LocaleInformation_tr_TR.java,
3614         gnu/java/locale/LocaleInformation_uk_UA.java,
3615         gnu/java/locale/LocaleInformation_ur_PK.java,
3616         gnu/java/locale/LocaleInformation_uz_UZ.java,
3617         gnu/java/locale/LocaleInformation_vi_VN.java,
3618         gnu/java/locale/LocaleInformation_yi_US.java,
3619         gnu/java/locale/LocaleInformation_zh_CN.java,
3620         gnu/java/locale/LocaleInformation_zh_HK.java,
3621         gnu/java/locale/LocaleInformation_zh_SG.java,
3622         gnu/java/locale/LocaleInformation_zh_TW.java: Updated copyright
3623         info; from Classpath.
3624
3625         * gnu/awt/xlib/XPanelPeer.java (beginLayout, endLayout,
3626         isPaintPending): New methods.
3627         * gnu/awt/xlib/XFramePeer.java (getState, setState,
3628         setMaximizedBounds): New methods.
3629         (beginLayout, endLayout, isPaintPending): Likewise.
3630         * gnu/awt/xlib/XCanvasPeer.java (isFocusable): New method.
3631         (requestFocus): Likewise.
3632         (isObscured): Likewise.
3633         (canDetermineObscurity): Likewise.
3634         (coalescePaintEvent): Likewise.
3635         (updateCursorImmediately): Likewise.
3636         (createVolatileImage): Likewise.
3637         (handlesWheelScrolling): Likewise.
3638         (createBuffers): Likewise.
3639         (getBackBuffer): Likewise.
3640         (flip): Likewise.
3641         (destroyBuffers): Likewise.
3642
3643         * Makefile.in: Rebuilt.
3644         * Makefile.am (awt_java_source_files): Added DropTargetPeer.java,
3645         RobotPeer.java.
3646         * gnu/java/awt/GLightweightPeer.java,
3647         gnu/java/awt/peer/gtk/GtkChoicePeer.java,
3648         gnu/java/awt/peer/gtk/GtkComponentPeer.java,
3649         gnu/java/awt/peer/gtk/GtkContainerPeer.java,
3650         gnu/java/awt/peer/gtk/GtkFramePeer.java,
3651         gnu/java/awt/peer/gtk/GtkPopupMenuPeer.java,
3652         gnu/java/awt/peer/gtk/GtkTextComponentPeer.java,
3653         java/awt/dnd/peer/DragSourceContextPeer.java,
3654         java/awt/dnd/peer/DropTargetContextPeer.java,
3655         java/awt/peer/ButtonPeer.java,
3656         java/awt/peer/CheckboxMenuItemPeer.java,
3657         java/awt/peer/CheckboxPeer.java, java/awt/peer/ChoicePeer.java,
3658         java/awt/peer/ComponentPeer.java,
3659         java/awt/peer/ContainerPeer.java, java/awt/peer/DialogPeer.java,
3660         java/awt/peer/FileDialogPeer.java, java/awt/peer/FramePeer.java,
3661         java/awt/peer/LabelPeer.java, java/awt/peer/ListPeer.java,
3662         java/awt/peer/MenuBarPeer.java,
3663         java/awt/peer/MenuComponentPeer.java,
3664         java/awt/peer/MenuItemPeer.java, java/awt/peer/MenuPeer.java,
3665         java/awt/peer/PopupMenuPeer.java,
3666         java/awt/peer/ScrollPanePeer.java,
3667         java/awt/peer/ScrollbarPeer.java, java/awt/peer/TextAreaPeer.java,
3668         java/awt/peer/TextComponentPeer.java,
3669         java/awt/peer/TextFieldPeer.java, java/awt/peer/WindowPeer.java:
3670         New versions from Classpath.
3671         * java/awt/dnd/peer/DropTargetPeer.java: New file from Classpath.
3672         * java/awt/peer/RobotPeer.java: Likewise.
3673
3674 2003-03-01  Mark Wielaard  <mark@klomp.org>
3675
3676         * java/io/ObjectInputStream.java: Reindent.
3677         * java/io/ObjectOutputStream.java: Likewise.
3678
3679 2003-02-28  Hans Boehm  <Hans.Boehm@hp.com>
3680
3681         * java/lang/reflect/natMethod.cc (_Jv_CallAnyMethodA): Allocate a full
3682         jvalue for each argument. Simplify.
3683         * testsuite/libjava.jni/calls.c (docall),
3684         testsuite/libjava.jni/calls.java (longpb_f): check for argument
3685         misalignment.
3686
3687 2003-02-28  Mark Wielaard  <mark@klomp.org>
3688
3689         * Makefile.am (nat_source_files): Remove
3690         java/io/natObjectOutputStream.cc.
3691         * Makefile.in: Regenerated.
3692         * mauve-libgcj: Don't exclude java.io.ObjectInputOutput tests.
3693         * java/io/ObjectStreamField.java (typename): New field.
3694         (ObjectStreamField(String, Class)): Initialize new field.
3695         (ObjectStreamField(String, String)): New Constructor.
3696         (getTypeCode): Use new field.
3697         (getTypeString): Use new field.
3698         * java/io/ObjectOutputStream.java (writeObject): Rethrow fatal
3699         ObjectStreamExceptions. Remember and reset old BlockDataMode.
3700         Handle reading of Proxy classes. Never drain(), just write
3701         TC_ENDBLOCKDATA. Rethrow ObjectStreamExceptions.
3702         (drain): Check writeDataAsBlocks before calling writeBlockDataHeader.
3703         (flush): Call flush(), not just drain().
3704         (writeBoolean): Always use blockDataOutput.
3705         (writeByte): Likewise.
3706         (writeShort): Likewise.
3707         (writeChar): Likewise.
3708         (writeInt): Likewise.
3709         (writeLong): Likewise.
3710         (writeFloat): Likewise.
3711         (writeDouble): Likewise.
3712         (writeBytes): Likewise.
3713         (putfield (put(String,Object))): Throw IllegalArgumentException if
3714         field cannot be found.
3715         (putfield (write(ObjectOutput))): Remember old BlockDataMode.
3716         (writeArraySizeAndElements): Write byte[] in one go.
3717         (writeFields): Write TC_ENDBLOCKDATA when call_write_method, otherwise
3718         set BlockDataMode to false.
3719         (annotateProxyClass): New method.
3720         (defaultProtocolVersion): Now defaults to PROTOCOL_VERSION_2
3721         (getField): No longer native.
3722         (getMethod): Likewise.
3723         (setBlockDataMode): Always drain() on switch, return old mode.
3724         (static): New static code block.
3725         * java/io/natObjectOutputStream.cc: Removed.
3726         * java/io/ObjectInputStream.java (getField): No longer native.
3727         (getMethod): Likewise.
3728         (readObject): Remember and reset old BlockDataMode. Track whether
3729         object is consumed. Handle TC_ENDBLOCKDATA, TC_PROXYCLASSDESC and
3730         TC_LONGSTRING.
3731         (defaultReadObject): Set BlockDataMode to false during readFields.
3732         (resolveClass): Create new SecurityManager if necessary.
3733         Use Class.forName() if null ClassLoader found.
3734         (read(byte[],int,int): Copy remaining bytes to data before calling
3735         readNextBlock().
3736         (readFields): Set and reset BlockDataMode on call_read_method.
3737         Catch NoSuchFieldErrors.
3738         (setBlockDataMode): Return old mode.
3739         (static): New static code block.
3740         * java/io/natObjectInputStream.cc (getField): Removed.
3741         (getMethod): Likewise.
3742
3743 2003-02-27  Michael Koch  <konqueror@gmx.de>
3744
3745         * java/beans/Beans.java,
3746         java/beans/FeatureDescriptor.java
3747         java/beans/PropertyEditorManager.java:
3748         Reformated to GNU style.
3749
3750 2003-02-25  Michael Koch  <konqueror@gmx.de>
3751
3752         * gnu/java/nio/MappedByteFileBuffer.java,
3753         gnu/java/nio/natMappedByteFileBuffer.cc:
3754         New files, both are not compiled yet to get not noncompiling CVS.
3755
3756 2003-02-24  Tom Tromey  <tromey@redhat.com>
3757
3758         * java/util/prefs/AbstractPreferences.java (isUserNode):
3759         Implemented.
3760
3761 2003-02-24  Tom Tromey  <tromey@redhat.com>
3762
3763         * java/lang/ClassLoader.java (defineClass(byte[],int,int)):
3764         Deprecate.
3765         * java/lang/Thread.java (resume): Deprecate.
3766         * java/io/ByteArrayOutputStream.java (toString(int)): Fixed typo
3767         in @deprecated.
3768
3769 2003-02-23  Tom Tromey  <tromey@redhat.com>
3770
3771         * Makefile.in: Rebuilt.
3772         * Makefile.am (JC1FLAGS): Added -Wno-deprecated.
3773
3774 2003-02-23  Tom Tromey  <tromey@redhat.com>
3775
3776         * java/lang/natRuntime.cc (libraries_size, libraries_count,
3777         libraries): Removed.
3778         (add_library): Removed.
3779         (_load): Don't call add_library.
3780         (loadLibraryInternal): Likewise.
3781         (init): Likewise.
3782         (lookup_data): New struct.
3783         (find_symbol): New function.
3784         (_Jv_FindSymbolInExecutable): Use it.
3785
3786 2002-02-21  Anthony Green  <green@redhat.com>
3787
3788         * java/lang/Thread.java (Thread): New constructor taking stack
3789         size parameter (ignored for now).
3790         * Many methods: Merged GNU Classpath documentation.
3791
3792         * java/lang/Class.java (finalize): throws a Throwable.
3793
3794 2003-02-21  Mark Wielaard  <mark@klomp.org>
3795
3796         * java/util/zip/ZipEntry.java (setComment): Don't check length when
3797         argument is null.
3798
3799 2003-02-21  Mark Wielaard  <mark@klomp.org>
3800
3801         * java/util/zip/ZipEntry.java (ZipEntry(String)): When name is bigger
3802         then 65535 chars throw IllegalArgumentException.
3803
3804 2003-02-21  Mark Wielaard  <mark@klomp.org>
3805
3806         * java/util/zip/ZipFile.java (finalize): New method.
3807
3808 2003-02-21  Michael Koch  <konqueror@gmx.de>
3809
3810         * gnu/java/nio/natSocketChannelImpl.cc:
3811         Reverse logic for DISABLE_JAVA_NET. Thanks to Krister Walfridsson
3812         <cato@df.lth.se> for pointing to it.
3813
3814 2003-02-20  Raif S. Naffah <raif@fl.net.au>
3815
3816         * java/math/BigInteger.java (euclidInv): Take result array as an
3817         argument.  Updated all callers.
3818         (modInverse): Removed unused variables.
3819
3820 2003-02-20  Alexandre Oliva  <aoliva@redhat.com>
3821
3822         * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
3823         config.status.
3824         * configure: Rebuilt.
3825
3826 2003-02-19  Michael Koch  <konqueror@gmx.de>
3827
3828         * gnu/java/nio/natSocketChannelImpl.cc:
3829         Added support for platforms without network support.
3830
3831 2003-02-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3832
3833         * gnu/gcj/runtime/natStackTrace.cc: Include platform.h immediately
3834         after config.h.  Use <> for consistency.
3835         * java/lang/natObject.cc: Likewise.
3836         * java/lang/natRuntime.cc: Likewise.
3837         * java/lang/natSystem.cc: Likewise.
3838         * java/util/natTimeZone.cc: Likewise.
3839         * win32.cc: Likewise.
3840         * include/posix.h (fcntl, socket, connect, close, bind, accept,
3841         listen, write, read): Undef to avoid interference from OS macros.
3842
3843 2003-02-19  Michael Koch  <konqueror@gmx.de>
3844
3845         * gnu/java/nio/ByteBufferImpl.java
3846         (ByteBufferImpl): Renamed two variables.
3847         * gnu/java/nio/CharBufferImpl.java
3848         (CharBufferImpl): Renamed two variables.
3849         * gnu/java/nio/DoubleBufferImpl.java
3850         (DoubleBufferImpl): Renamed two variables.
3851         * gnu/java/nio/FloatBufferImpl.java
3852         (FloatBufferImpl): Renamed two variables.
3853         * gnu/java/nio/IntBufferImpl.java
3854         (IntBufferImpl): Renamed two variables.
3855         * gnu/java/nio/LongBufferImpl.java
3856         (LongBufferImpl): Renamed two variables.
3857         * gnu/java/nio/ShortBufferImpl.java
3858         (ShortBufferImpl): Renamed two variables.
3859         * java/nio/CharBuffer.java
3860         (wrap): Fixed arguments to CharBufferImpl constructor.
3861         (hasArray): Only not read-only buffers have backing arrays.
3862         (length): Documentation added.
3863         (subSequence): Documentation added.
3864         * java/nio/DoubleBuffer.java
3865         (hasArray): Only not read-only buffers have backing arrays.
3866         * java/nio/FloatBuffer.java
3867         (hasArray): Only not read-only buffers have backing arrays.
3868         * java/nio/IntBuffer.java
3869         (hasArray): Only not read-only buffers have backing arrays.
3870         * java/nio/LongBuffer.java
3871         (hasArray): Only not read-only buffers have backing arrays.
3872         * java/nio/ShortBuffer.java
3873         (hasArray): Only not read-only buffers have backing arrays.
3874         
3875 2003-02-19  Michael Koch  <konqueror@gmx.de>
3876
3877         * javax/accessibility/AccessibleContext.java
3878         (ACCESSIBLE_DESCRIPTION_PROPERTY): Fixed typo.
3879
3880 2003-02-19  Michael Koch  <konqueror@gmx.de>
3881
3882         * java/awt/ScrollPaneAdjustable.java: Reformated.
3883
3884 2003-02-19  Michael Koch <konqueror@gmx.de>
3885
3886         * gnu/awt/j2d/Graphics2DImpl.java
3887         (getFontRenderContext): New method.
3888         (drawGlyphVector): New method.
3889         * java/awt/Graphics2D.java
3890         (getFontRenderContext): New abstract method.
3891         (drawGlyphVector): New abstract method.
3892         
3893 2003-02-18  Hans Boehm  <Hans.Boehm@hp.com>
3894
3895         * gnu/awt/xlib/XToolkit.java (getFontMetrics): initialize
3896         if necessary.
3897         
3898         * gnu/java/awt/peer/gtk/GtkButtonPeer.java,
3899         gnu/java/awt/peer/gtk/GtkTextAreaPeer.java,
3900         gnu/java/awt/peer/gtk/GtkTextFieldPeer.java,
3901         jni/gtk-peer/gnu_java_awt_peer_gtk_GtkButtonPeer.c,
3902         jni/gtk-peer/gnu_java_awt_peer_gtk_GtkTextAreaPeer.c,
3903         jni/gtk-peer/gnu_java_awt_peer_gtk_GtkTextFieldPeer.c
3904         (setFont, gtkSetFont): add.
3905         gnu/java/awt/peer/gtk/GtkComponentPeer.java (GtkComponentPeer):
3906         Propagate font to peer.  (setFont): add FIXME comment.
3907
3908         * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkTextAreaPeer.c
3909         (gtkTextGetSize): fix height, width computation.
3910
3911         * gnu/java/awt/peer/gtk/GtkFontPeer.java (GtkFontPeer):
3912         Make X font name a bit less bogus.
3913
3914         * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkScrollBarPeer.c
3915         (post_adjustment_event): Pass on GTK_SCROLL_NONE.
3916
3917         * java/awt/Scrollbar.java (setValues): Fix visibleAmount range check.
3918         (processAdjustmentEvent): Adjust value.
3919
3920         * java/awt/FlowLayout.java (layoutContainer) Fix 2 indexing and one
3921         logic errors.
3922
3923         * java/awt/Component.java (setVisible, show, hide): Call show and
3924         hide methods in subclasses.
3925         (getPreferredSize): don't set prefSize before we have peer.
3926
3927         * java/awt/TextArea.java, java/awt/TextField.java (getPreferredSize):
3928         Guess (0,0) if we don't have peer.
3929
3930
3931 2003-02-18  Michael Koch  <konqueror@gmx.de>
3932
3933         * java/nio/channels/FileChannel.java
3934         (toString): New implementation, added documentation.
3935         (map): Added exception documentation.
3936         (size): Added exception documentation.
3937         (write): New methods, documentation work.
3938         (read): New methods, documentation work.
3939         (implCloseChannel): Rewrote exception documentation.
3940         (force): Throws IOException, added documentation.
3941         (lock): New methods.
3942         (tryLock): New methods.
3943         (position): New methods.
3944         (transferTo): New method.
3945         (transferFrom): New method.
3946         (truncate): New method.
3947         * java/nio/channels/spi/SelectorProvider.java
3948         (provider): Implemented.
3949         * Makefile.am
3950         (ordinary_java_source_files): Added the following files:
3951         gnu/java/nio/DatagramChannelImpl.java
3952         gnu/java/nio/FileChannelImpl.java
3953         gnu/java/nio/PipeImpl.java
3954         gnu/java/nio/SelectionKeyImpl.java
3955         gnu/java/nio/SelectorImpl.java
3956         gnu/java/nio/SelectorProviderImpl.java
3957         gnu/java/nio/ServerSocketChannelImpl.java
3958         gnu/java/nio/SocketChannelImpl.java
3959         java/nio/channels/FileLock.java
3960         (nat_java_source_files): Added the following files:
3961         gnu/java/nio/natFileChannelImpl.cc
3962         gnu/java/nio/natSelectorImpl.cc
3963         gnu/java/nio/natSocketChannelImpl.cc
3964         * Makefile.in: Regenerated.
3965
3966 2003-02-17  Tom Tromey  <tromey@redhat.com>
3967
3968         * java/awt/image/ColorModel.java: Re-merged with Classpath.
3969         * java/awt/image/ImageFilter.java: Likewise.
3970
3971 2003-02-17  Raif S. Naffah <raif@fl.net.au>
3972
3973         * java/math/BigInteger.java (euclidInv): Return array of
3974         `BigInteger's.  Changed all callers.
3975
3976 2003-02-17  Ranjit Mathew  <rmathew@hotmail.com>
3977
3978         * java/util/Properties.java (store): Move the code formerly in
3979         list(), into this method.
3980         (list (PrintStream)): Just call list (PrintWriter) with a 
3981         PrintWriter object constructed from the given PrintStream object.
3982         (list (PrintWriter)): Emulate the output of Properties.list()
3983         as found in JDK 1.3/1.4.
3984
3985 2003-02-17  Michael Koch  <konqueror@gmx.de>
3986
3987         * java/net/DatagramSocket.java
3988         (connect): Merged with classpath.
3989         (disconnect): Merged documentation with classpath.
3990         (receice): Merged documentation with classpath.
3991         (send): Merged documentation with classpath.
3992         
3993 2003-02-17  Michael Koch  <konqueror@gmx.de>
3994
3995         * java/awt/dnd/DragSourceContext.java
3996         (addDragSourceListener): Added documentation.
3997         * java/awt/dnd/DragSourceDragEvent.java
3998         (serialVersionUID): New member variable.
3999         (getDropAction): Reformated.
4000         * java/awt/dnd/DragSourceDropEvent.java
4001         (serialVersionUID): New member variable.
4002         (dropSuccess): Renamed from success for serialization issues.
4003         * java/awt/dnd/DragSourceEvent.java
4004         (serialVersionUID): New member variable.
4005         * java/awt/dnd/DropTarget.java
4006         (serialVersionUID): New member variable.
4007         (DropTarget): Implemented, documentation reworked.
4008         (setComponent): Documentation added.
4009         (getComponent): Documentation added.
4010         (setDefaultActions): Documentation added.
4011         (getDefaultActions): Documentation added.
4012         (addDropTargetListener): Documentation added.
4013         * java/awt/dnd/DropTargetContext.java
4014         (DropTargetContext): Documentation added.
4015         (TransferableProxy.TransferableProxy): New method.
4016         (dropComplete): Fixed documentation.
4017         (getTransferable): Fixed documentation.
4018         (createTransferableProxy): Implemented.
4019         * java/awt/dnd/DropTargetDragEvent.java
4020         (DropTargetDragEvent): Documentation added.
4021         (serialVersionUID): New member variable.
4022         (DropTargetDragEvent): Throw exceptions, documentation added.
4023         (acceptDrag): Implemented.
4024         (getCurrentDataFlavors): Implemented.3yy
4025         (getCurrentDataFlavorsAsList): Implemented.
4026         (isDataFlavorSupported): Implemented.
4027         (rejectDrag): Implemented.
4028         * java/awt/dnd/DropTargetDropEvent.java
4029         (DropTargetDropEvent): Documentation added.
4030         (serialVersionUID): New member variable.
4031         (actions): Renamed from srcActions for serialization issues.
4032         (isLocalTx): Renamed from isLocalTx for serialization issues.
4033         (DropTargetDropEvent): New implementation, throw exceptions,
4034         documentation added.
4035         (getCurrentDataFlavors): Implemented.
4036         (getCurrentDataFlavorsAsList): Implemented.
4037         (isDataFlavorSupported): Implemented.
4038         (getSourceActions): Implemented.
4039         (getDropAction): Implemented.
4040         (getTransferable): Implemented.
4041         (acceptDrop): Implemented.
4042         (rejectDrop): Implemented.
4043         * java/awt/dnd/DropTargetListener.java
4044         (drop): Fixed documentation.
4045         * java/awt/dnd/MouseDragGestureRecognizer.java
4046         (MouseDragGestureRecognizer): Documentation added.
4047
4048 2003-02-17  Michael Koch  <konqueror@gmx.de>
4049
4050         * java/awt/font/FontRenderContext.java,
4051         java/awt/font/ShapeGraphicAttribute.java,
4052         java/awt/font/MultipleMaster.java,
4053         java/awt/font/TransformAttribute.java,
4054         java/awt/font/GlyphJustificationInfo.java,
4055         java/awt/font/LineBreakMeasurer.java,
4056         java/awt/font/TextMeasurer.java,
4057         java/awt/font/TextLayout.java,
4058         java/awt/font/LineMetrics.java,
4059         java/awt/font/TextAttribute.java,
4060         java/awt/font/GlyphMetrics.java,
4061         java/awt/font/OpenType.java,
4062         java/awt/font/GlyphVector.java,
4063         java/awt/font/GraphicAttribute.java,
4064         java/awt/font/ImageGraphicAttribute.java,
4065         java/awt/font/NumericShaper.java: New files.
4066         * Makefile.am
4067         (awt_java_source_files): Added the following files:
4068         java/awt/font/FontRenderContext.java
4069         java/awt/font/ShapeGraphicAttribute.java
4070         java/awt/font/MultipleMaster.java
4071         java/awt/font/TransformAttribute.java
4072         java/awt/font/GlyphJustificationInfo.java
4073         java/awt/font/LineBreakMeasurer.java
4074         java/awt/font/TextMeasurer.java
4075         java/awt/font/TextLayout.java
4076         java/awt/font/LineMetrics.java
4077         java/awt/font/TextAttribute.java
4078         java/awt/font/GlyphMetrics.java
4079         java/awt/font/OpenType.java
4080         java/awt/font/GlyphVector.java
4081         java/awt/font/GraphicAttribute.java
4082         java/awt/font/ImageGraphicAttribute.java
4083         java/awt/font/NumericShaper.java
4084         * Makefile.in: Regenerated.
4085
4086 2003-02-17  Michael Koch  <konqueror@gmx.de>
4087
4088         * java/awt/print/Paper.java
4089         (Paper): Implements Cloneable.
4090         * java/awt/print/PrinterJob.java
4091         (setJobName): Return value must be void.
4092         (print): Throws PrinterException.
4093         
4094 2003-02-16  Tom Tromey  <tromey@redhat.com>
4095
4096         * verify.cc (_Jv_BytecodeVerifier::pop_jump): Removed unused
4097         variable.
4098
4099 2003-02-15  Michael Koch  <konqueror@gmx.de>
4100
4101         * java/awt/datatransfer/DataFlavor.java
4102         (isRepresentationClassByteBuffer): Removed try-catch block.
4103         (isRepresentationClassCharBuffer): Removed try-catch block.
4104         (isRepresentationClassReader): Removed try-catch block.
4105
4106 2003-02-15  Jesse Rosenstock  <jmr@ugcs.caltech.edu>
4107
4108         * java/nio/charset/Charset.java
4109         (isRegistered): Fixed method args and implementation.
4110         * java/nio/charset/CharsetEncoder.java
4111         (unmappableCharacterAction): New method.
4112
4113 2003-02-15  Michael Koch  <konqueror@gmx.de>
4114
4115         * java/awt/CheckboxMenuItem.java
4116         (CheckBoxMenuItem): Dont implement Serializable.
4117         (getListeners): New method,
4118         (getItemListeners): New method.
4119         * java/awt/Choice.java
4120         (getListeners): New method,
4121         (getItemListeners): New method.
4122         * java/awt/Container.java
4123         (getListeners): Added exception documentation.
4124         (setFocusTraversalKeys): Throw exceptions, added documentattion.
4125         (getFocusTraversalKeys): Added documentation.
4126         (areFocusTraversalKeysSet): Added documentation.
4127         (applyComponentOrientation): Added documentation.
4128         * java/awt/ContainerOrderFocusTraversalPolicy.java
4129         (implicitDownCycleTraversal): Renamed from downCycle for
4130         serialization.
4131         (ContainerOrderFocusTraversalPolicy): Added documentation.
4132         (accept): Reformated.
4133         * java/awt/Dialog.java
4134         (Dialog): Dont implement Serializable.
4135         (Dialog): Added documentation.
4136         * java/awt/Font.java
4137         (Font): Dont use absolute class name.
4138         * java/awt/Frame.java
4139         (Frame): Font implement Serializable.
4140         * java/awt/List.java
4141         (getListeners): New method,
4142         (getActionListeners): New method.       
4143         (getItemListeners): New method.
4144         * java/awt/Menu.java
4145         (countItems): New deprecated method.
4146         * java/awt/Scrollbar.java
4147         (getListeners): New method,
4148         (getAdjustmentListeners): New method,
4149         * java/awt/TextComponent.java
4150         (getListeners): New method,
4151         (getTextListeners): New method,
4152         * java/awt/TextField.java
4153         (getListeners): New method,
4154         (getActionListeners): New method.       
4155         * java/awt/Window.java
4156         (windowFocusListener): New member variable.
4157         (windowStateListener): New member variable.
4158         (getWindowFocusListeners): New method.
4159         (getWindowStateListeners): New method.
4160         (addWindowFocusListener): New method.
4161         (addWindowStateListener): New method.
4162         (removeWindowFocusListener): New method.
4163         (removeWindowStateListener): New method.
4164         * java/awt/datatransfer/DataFlavor.java
4165         (isRepresentationClassByteBuffer): New method.
4166         (isRepresentationClassCharBuffer): New method.
4167         (isRepresentationClassReader): New method.
4168
4169 2003-02-14  Mark Wielaard  <mark@klomp.org>
4170
4171         * java/math/BigDecimal.java (BigDecimal(String)): Always set scale to
4172         zero when there is an exponent and the significant is zero.
4173         (divide): Always set scale to newScale even in special ZERO case.
4174
4175 2003-02-14  Tom Tromey  <tromey@redhat.com>
4176
4177         * java/lang/System.java (properties): Use Properties.clone.
4178         (setProperties): Likewise.
4179
4180 2003-02-14  Michael Koch  <konqueror@gmx.de>
4181
4182         * gnu/java/nio/natServerSocketChannelImpl.cc: Removed.
4183         * gnu/java/nio/ServerSocketChannelImpl.java
4184         (SocketAccept): Removed.
4185         (accept): Commented out use of SocketAccept.
4186
4187 2003-02-13  Tom Tromey  <tromey@redhat.com>
4188
4189         * verify.cc (state::seen_subrs): New field.
4190         (state::state): Initialize it.
4191         (state::clean_subrs): New method.
4192         (state::~state): Call it.
4193         (state::copy): Copy subroutine list.
4194         (state::add_subr): New method.
4195         (state::merge): Only register a change if the current subroutine
4196         hasn't yet been noted.
4197
4198 2003-02-13  Mark Wielaard  <mark@klomp.org>
4199
4200         * java/io/InputStreamReader.java (getEncoding): Return null when
4201         closed.
4202         * java/io/OutputStreamWriter.java (getEncoding): Likewise.
4203
4204 2003-02-13  Mark Wielaard  <mark@klomp.org>
4205  
4206         * java/util/zip/InflaterInputStream.java (read): Return zero when len
4207         is zero.
4208
4209 2003-02-13  Mark Wielaard  <mark@klomp.org>
4210
4211         * java/io/BufferedOutputStream.java (write(int)): Only flush when
4212         next byte cannot be buffered.
4213
4214 2003-02-13  Michael Koch  <konqueror@gmx.de>
4215  
4216         * java/awt/Label.java
4217         (Label): Don't implement Serializable directly.
4218         (addNotify): Fixed typo in documentation.
4219         * java/awt/List.java
4220         (List): Don't implement Serializable directly.
4221         * java/awt/PopupMenu.java
4222         (PopupMenu): Don't implement Serializable directly.
4223         * java/awt/ScrollPane.java
4224         (ScrollPane): Don't implement Serializable directly.
4225         * java/awt/Scrollbar.java
4226         (Scrollbar): Don't implement Serializable directly.
4227         * java/awt/TextArea.java
4228         (preferredSize): Fixed method arguments.
4229         * java/awt/TextField.java
4230         (TextField): Don't implement Serializable directly.
4231         * java/awt/color/ICC_ColorSpace.java
4232         (fromCIOXYZ): Documentation added.
4233         (getMinValue): Documentation added.
4234         (getMaxValue): Documentation added.
4235         * java/awt/datatransfer/DataFlavor.java
4236         (isMimeTypeEqual): May not be final.
4237         (clone): Throws CloneNotSupportedException.
4238         (getReaderForText): Don't throws UnsupportedEncodingException.
4239
4240 2003-02-13  Michael Koch  <konqueror@gmx.de>
4241  
4242         * gnu/java/awt/peer/gtk/GdkGraphics.java
4243         (drawString): New stubbed method.
4244         * java/awt/Graphics.java
4245         (drawString): New method.
4246
4247 2003-02-13  Casey Marshall  <rsdio@metastatic.org>
4248
4249         PR libgcj/9271:
4250         * java/security/SecureRandom.java (next): Avoid bias in results.
4251
4252 2003-02-13  Michael  <konqueror@gmx.de>
4253
4254         * gnu/java/nio/FileChannelImpl.java
4255         (lengthInternal): Must be native.
4256         (size): Check if channel is already closed.
4257         (implCloseChannel): Reformated.
4258         (read): w was unused, removed it.
4259         (read): Removed.
4260         (read): New method.
4261         (write): New method.
4262         (map): Check arguments.
4263         (force): Throws IOException, check if channel is closed.
4264         (transferTo): New method.
4265         (transferFrom): New method.
4266         (lock): New method.
4267         (tryLock): New method.
4268         (position): New method.
4269         (truncate): New method.
4270         (nio_mmap_file): Uncommented.
4271         (nio_munmap_file): Uncommented.
4272         (nio_msync): Uncommented.
4273         * gnu/java/nio/natFileChannelImpl.cc: New file.
4274         
4275 2003-02-13  Michael Koch  <konqueror@gmx.de>
4276
4277         * java/nio/ByteBuffer.java
4278         (endian): New member variable.
4279         (get): New methods.
4280         (equals): New method.
4281         (compareTo): New method.
4282         (order): New methods.
4283         (compact): New method.
4284         (isDirect): New method.
4285         (slice): New method.
4286         (duplicate): New method.
4287         (asReadOnlyBuffer): New method.
4288         (asCharBuffer): New method.
4289         (asDoubleBuffer): New method.
4290         (asFloatBuffer): New method.
4291         (asIntBuffer): New method.
4292         (asLongBuffer): New method.
4293         (asShortBuffer): New method.
4294         (get*): New methods.
4295         (put*): New methods.
4296         (toString): New method.
4297         * java/nio/CharBuffer.java
4298         (CharBuffer): Implement Comparable instead of Cloneable.
4299         (get): May not be final.
4300         (put): May not be final.
4301         
4302 2002-02-13  Ranjit Mathew  <rmathew@hotmail.com>
4303
4304         * gnu/gcj/runtime/NameFinder.java (createStackTraceElement): Use
4305         lastIndexOf( ) instead of indexOf( ) to find the colon before
4306         the line number, because Win32 file names might contain a 
4307         drive letter and a colon at the start of an absolute path.
4308
4309 2003-02-13  Michael Koch  <konqueror@gmx.de>
4310
4311         * gnu/java/nio/natSocketChannelImpl.cc
4312         (SocketConnect): This is not implemented yet.
4313         (SocketBind): This is not implemented yet.
4314
4315 2003-02-13  Michael Koch  <konqueror@gmx.de>
4316
4317         * gnu/java/nio/natByteBufferImpl.cc,
4318         gnu/java/nio/natCharBufferImpl.cc,
4319         gnu/java/nio/natDoubleBufferImpl.cc,
4320         gnu/java/nio/natFloatBufferImpl.cc,
4321         gnu/java/nio/natIntBufferImpl.cc,
4322         gnu/java/nio/natLongBufferImpl.cc,
4323         gnu/java/nio/natShortBufferImpl.cc:
4324         Added copyright and license.
4325         * java/nio/DoubleBuffer.java,
4326         java/nio/FloatBuffer.java,
4327         java/nio/IntBuffer.java,
4328         java/nio/LongBuffer.java,
4329         java/nio/ShortBuffer.java
4330         (array): Throw exceptions.
4331         (arrayOffset): Throw exceptions.
4332
4333 2003-02-13  Michael Koch  <konqueror@gmx.de>
4334  
4335         * gnu/java/util/prefs/FileBasedFactory.java,
4336         gnu/java/util/prefs/MemmoryBasedFactory.java,
4337         gnu/java/util/prefs/MemoryBasedPreferences.java,
4338         gnu/java/util/prefs/NodeReader.java,
4339         gnu/java/util/prefs/NodeWriter.java,
4340         java/util/prefs/AbstractPreferences.java,
4341         java/util/prefs/BackingStoreException.java,
4342         java/util/prefs/InvalidPreferencesFormatException.java,
4343         java/util/prefs/NodeChangeEvent.java,
4344         java/util/prefs/NodeChangeListener.java,
4345         java/util/prefs/PreferenceChangeEvent.java,
4346         java/util/prefs/PreferenceChangeListener.java,
4347         java/util/prefs/Preferences.java,
4348         java/util/prefs/PreferencesFactory.java:
4349         New files, all merged from classpath.
4350         * Makefile.am
4351         (ordinary_java_source_files): Added the following files:
4352         gnu/java/util/prefs/FileBasedFactory.java,
4353         gnu/java/util/prefs/MemmoryBasedFactory.java,
4354         gnu/java/util/prefs/MemoryBasedPreferences.java,
4355         gnu/java/util/prefs/NodeReader.java,
4356         gnu/java/util/prefs/NodeWriter.java,
4357         (core_java_source_files): Added the following files:
4358         java/util/prefs/AbstractPreferences.java,
4359         java/util/prefs/BackingStoreException.java,
4360         java/util/prefs/InvalidPreferencesFormatException.java,
4361         java/util/prefs/NodeChangeEvent.java,
4362         java/util/prefs/NodeChangeListener.java,
4363         java/util/prefs/PreferenceChangeEvent.java,
4364         java/util/prefs/PreferenceChangeListener.java,
4365         java/util/prefs/Preferences.java,
4366         java/util/prefs/PreferencesFactory.java
4367         * Makefile.in: Regenerated.
4368  
4369 2003-02-13  Michael Koch  <konqueror@gmx.de>
4370
4371         * java/net/NetPermission.java
4372         (NetPermission): Make doucmentation match the method declaration.
4373         * java/net/NetworkInterface.java
4374         (equals): Reformated for GNU coding style.
4375         * java/net/ServerSocket.java: Merged with classpath.
4376         * java/net/Socket.java: Partly merged with classpath (Added some @since).
4377         * java/net/SocketImpl.java
4378         (localPort): Merged with classpath (initialize with -1).
4379         * java/net/SocketPermission.java: Merged with classpath (reindented).
4380         * java/net/URLDecoder.java: Merged with classpath (reindented).
4381
4382 2003-02-13  Michael Koch  <konqueror@gmx.de>
4383
4384         * java/awt/GridBagConstraints.java
4385         (FIRST_LINE_ENT, FIRST_LINE_START, LAST_LINE_END, LAST_LINE_START,
4386         LINE_END, LINE_START, PAGE_END, PAGE_START): New constants.
4387         * java/awt/KeyboardFocusManager.java
4388         (setGlobalCurrentFocusCycleRoot): Must be public.
4389         * java/awt/MenuComponent.java
4390         (MenuComponent): Must be public.
4391         * java/awt/Toolkit.java:
4392         Added some empty lines to make documentation more readable.
4393         (getFontPeer): Added @deprecated.
4394         (getColorModel): Added exception documentation.
4395         (getProperty): Fixed documentation.
4396  
4397 2003-02-12  Jeff Sturm  <jsturm@one-point.com>
4398
4399         * configure.host (alpha*-*): Default to -mieee.
4400         * configure.in (IEEESPEC): New.
4401         * libgcj.spec.in (jc1): Add IEEESPEC.
4402         * configure: Rebuild.
4403
4404 2003-02-12  Ranjit Mathew  <rmathew@hotmail.com>
4405
4406         * include/win32.h: Include ws2tcpip.h instead of
4407         winsock.h to obtain definition of the socklen_t type.
4408         Remove IP_TOS definition - not needed with ws2tcpip.h
4409         (_Jv_connect): Correct slight formatting error.
4410
4411 2003-02-12  Ranjit Mathew  <rmathew@hotmail.com>
4412
4413         * jni.cc (_Jv_LookupJNIMethod): Modify to accept the
4414         size of the arguments for a JNI function. For Win32,
4415         modify to search for all forms of possible exported
4416         names of an stdcall JNI function.
4417         (_Jv_JNIMethod::call): Modify to calculate the size
4418         of the arguments passed to a JNI function and pass
4419         it to _Jv_LookupJNIMethod.
4420
4421 2003-02-12  Michael Koch  <konqueror@gmx.de>
4422
4423         * java/nio/channels/Channels.java: New file.
4424         * Makefile.am
4425         (ordinary_java_source_files): Added java/nio/channels/Channels.java.
4426         * Makefile.in: Regenerated.
4427
4428 2003-02-12  Michael Koch  <konqueror@gmx.de>
4429
4430         * java/nio/ByteBuffer.java
4431         (allocate): Implemented.
4432         (wrap): Implemented.
4433         * java/nio/CharBuffer.java:
4434         Some documentation added and reworked.
4435         (endian): Removed.
4436         (allocate): Implemented.
4437         (wrap): Implemented.
4438         (array): Throw exceptions.
4439         (arrayOffset): Throw exceptions.
4440         (toString): Implemented.
4441         (length): Implemented.
4442         (put): Implemented.
4443         (charAt): Implemented.
4444
4445 2003-02-11  John Leuner  <jewel@debian.org>
4446
4447         * java/util/zip/ZipInputStream.java: Fix problem with 0-length 
4448         reads from end of file.
4449
4450 2003-02-11  Ranjit Mathew  <rmathew@hotmail.com>
4451
4452         * java/io/natFileDescriptorWin32.cc 
4453         (java::io::FileDescriptor::read): Return -1 (EOF) if ReadFile( )
4454         returns with Win32 error code ERROR_BROKEN_PIPE.
4455
4456 2003-02-11  Michael Koch  <konqueror@gmx.de>
4457
4458         * Makefile.in
4459         (libgcj_la_OBJECTS): Removed natSelctorImpl.la.
4460
4461 2003-02-11  Michael Koch  <konqueror@gmx.de>
4462
4463         * gnu/java/nio/ByteBufferImpl.java:
4464         Reformated and removed some code.
4465         (backing_buffer): Removed.      
4466         (array_offset): Removed.
4467         (ro): Renamed to readOnly.
4468         (ByteBufferImpl): Use parent constructor, initialize readOnly.
4469         * gnu/java/nio/CharBufferImpl.java:
4470         Reformated and removed some code.
4471         (array_offset): Removed.
4472         (ro): Renamed to readOnly.
4473         (CharBufferImpl): Use parent constructor, initialize readOnly.
4474         (inc_pos): Removed.
4475         (order): New method.
4476         * gnu/java/nio/DoubleBufferImpl.java:
4477         Reformated and removed some code.
4478         (array_offset): Removed.
4479         (ro): Renamed to readOnly.
4480         (DoubleBufferImpl): Use parent constructor, initialize readOnly.
4481         (inc_pos): Removed.
4482         (order): New method.
4483         * gnu/java/nio/FloatBufferImpl.java:
4484         Reformated and removed some code.
4485         (array_offset): Removed.
4486         (ro): Renamed to readOnly.
4487         (FloatBufferImpl): Use parent constructor, initialize readOnly.
4488         (inc_pos): Removed.
4489         (order): New method.
4490         * gnu/java/nio/IntBufferImpl.java:
4491         Reformated and removed some code.
4492         (array_offset): Removed.
4493         (ro): Renamed to readOnly.
4494         (IntBufferImpl): Use parent constructor, initialize readOnly.
4495         (inc_pos): Removed.
4496         (order): New method.
4497         * gnu/java/nio/LongBufferImpl.java:
4498         Reformated and removed some code.
4499         (array_offset): Removed.
4500         (ro): Renamed to readOnly.
4501         (LongBufferImpl): Use parent constructor, initialize readOnly.
4502         (inc_pos): Removed.
4503         (order): New method.
4504         * gnu/java/nio/ShortBufferImpl.java:
4505         Reformated and removed some code.
4506         (array_offset): Removed.
4507         (ro): Renamed to readOnly.
4508         (ShortBufferImpl): Use parent constructor, initialize readOnly.
4509         (inc_pos): Removed.
4510         (order): New method.
4511         * Makefile.am
4512         (ordinary_java_source_files): Added the following files:
4513         gnu/java/nio/ByteBufferImpl.java
4514         gnu/java/nio/CharBufferImpl.java
4515         gnu/java/nio/DoubleBufferImpl.java
4516         gnu/java/nio/FloatBufferImpl.java
4517         gnu/java/nio/IntBufferImpl.java
4518         gnu/java/nio/LongBufferImpl.java
4519         gnu/java/nio/ShortBufferImpl.java
4520         java/nio/DoubleBuffer.java
4521         java/nio/FloatBuffer.java
4522         java/nio/IntBuffer.java
4523         java/nio/LongBuffer.java
4524         java/nio/ShortBuffer.java
4525         (nat_source_files): Added the following files:
4526         gnu/java/nio/natByteBufferImpl.cc
4527         gnu/java/nio/natCharBufferImpl.cc
4528         gnu/java/nio/natDoubleBufferImpl.cc
4529         gnu/java/nio/natFloatBufferImpl.cc
4530         gnu/java/nio/natIntBufferImpl.cc
4531         gnu/java/nio/natLongBufferImpl.cc
4532         gnu/java/nio/natShortBufferImpl.cc
4533         * Makefile.in: Regenerated.
4534
4535 2003-02-11  Michael Koch  <konqueror@gmx.de>
4536
4537         * gnu/java/nio/natCharBufferImpl.cc
4538         (nio_cast): Removed.
4539         (nio_put_*): Removed.
4540         (nio_get_*): Removed.
4541         * gnu/java/nio/natDoubleBufferImpl.cc
4542         (nio_cast): Removed.
4543         (nio_put_*): Removed.
4544         (nio_get_*): Removed.
4545         * gnu/java/nio/natFloatBufferImpl.cc
4546         (nio_cast): Removed.
4547         (nio_put_*): Removed.
4548         (nio_get_*): Removed.
4549         * gnu/java/nio/natIntBufferImpl.cc
4550         (nio_cast): Removed.
4551         (nio_put_*): Removed.
4552         (nio_get_*): Removed.
4553         * gnu/java/nio/natLongBufferImpl.cc
4554         (nio_cast): Removed.
4555         (nio_put_*): Removed.
4556         (nio_get_*): Removed.
4557         * gnu/java/nio/natShortBufferImpl.cc
4558         (nio_cast): Removed.
4559         (nio_put_*): Removed.
4560         (nio_get_*): Removed.
4561         * gnu/java/nio/SelectorProviderImpl.java
4562         (openDatagramChannel): Throws IOException.
4563         (openPipe): Throws IOException.
4564         (openSelector): Throws IOException.
4565         (openServerSocketChannel): Throws IOException.
4566         (openSocketChannel): Throws IOException.
4567         * gnu/java/nio/ServerSocketChannelImpl.java
4568         (ServerSocketChannelImpl): Throws IOException.
4569         (implCloseSelectableChannel): Throws IOException.
4570         (implConfigureBlocking): Throws IOException.
4571         * java/nio/ByteBuffer.java
4572         (readOnly): Removed.
4573         (hasArray): Use isReadOnly() instead of readOnly.
4574         (array): Use isReadOnly() instead of readOnly.
4575         (arrayOffset): Use isReadOnly() instead of readOnly.
4576         * java/nio/CharBuffer.java
4577         (CharBuffer): Implements Cloneable and CharSequence.
4578
4579 2003-02-11  Michael Koch  <konqueror@gmx.de>
4580
4581         * java/nio/DoubleBuffer.java
4582         (DoubleBuffer): Implements Comparable.
4583         (endian): Removed.
4584         (array_offset): New member variable.
4585         (DoubleBuffer): New constuctor.
4586         (get): May not be final.
4587         (put): May not be final.
4588         (arrayOffset): Implemented.
4589         (order): Made abstract.
4590         (order): Removed.
4591         (as*Buffer): Removed.
4592         (get*): Removed.
4593         (put*): Removed.
4594         * java/nio/FloatBuffer.java
4595         (FloatBuffer): Implements Comparable.
4596         (endian): Removed.
4597         (array_offset): New member variable.
4598         (FloatBuffer): New constuctor.
4599         (get): May not be final.
4600         (put): May not be final.
4601         (arrayOffset): Implemented.
4602         (order): Made abstract.
4603         (order): Removed.
4604         (as*Buffer): Removed.
4605         (get*): Removed.
4606         (put*): Removed.
4607         * java/nio/IntBuffer.java
4608         (IntBuffer): Implements Comparable.
4609         (endian): Removed.
4610         (array_offset): New member variable.
4611         (IntBuffer): New constuctor.
4612         (get): May not be final.
4613         (put): May not be final.
4614         (arrayOffset): Implemented.
4615         (order): Made abstract.
4616         (order): Removed.
4617         (as*Buffer): Removed.
4618         (get*): Removed.
4619         (put*): Removed.
4620         * java/nio/LongBuffer.java
4621         (LongBuffer): Implements Comparable.
4622         (endian): Removed.
4623         (array_offset): New member variable.
4624         (LongBuffer): New constuctor.
4625         (get): May not be final.
4626         (put): May not be final.
4627         (arrayOffset): Implemented.
4628         (order): Made abstract.
4629         (order): Removed.
4630         (as*Buffer): Removed.
4631         (get*): Removed.
4632         (put*): Removed.
4633         * java/nio/ShortBuffer.java
4634         (ShortBuffer): Implements Comparable.
4635         (endian): Removed.
4636         (array_offset): New member variable.
4637         (ShortBuffer): New constuctor.
4638         (get): May not be final.
4639         (put): May not be final.
4640         (arrayOffset): Implemented.
4641         (order): Made abstract.
4642         (order): Removed.
4643         (as*Buffer): Removed.
4644         (get*): Removed.
4645         (put*): Removed.
4646
4647 2003-02-11   Michael Koch  <konqueror@gmx.de>
4648
4649         * java/nio/channels/SelectionKey.java
4650         (OP_ACCEPT, OP_CONNECT, OP_READ, OP_WRITE): Initialize with correct
4651         values.
4652
4653 2003-02-11  Michael Koch  <konqueror@gmx.de>
4654
4655         * java/nio/channels/DatagramChannel.java
4656         (write): Throws IOException.
4657         (connect): Throws IOException.
4658         (disconnect): Throws IOException.
4659         (read): Throws IOException.
4660         (receive): Throws IOException.
4661         (send): Throws IOException.
4662         * java/nio/channels/Pipe.java
4663         (open): Throws IOException.
4664         * java/nio/channels/SelectableChannel.java
4665         (configureBlocking): Throws IOException.
4666         * java/nio/channels/ServerSocketChannel.java
4667         (accept): Throws IOException.
4668         * java/nio/channels/SocketChannel.java
4669         (SocketChannel): Implements ByteChannel, ScatteringByteChannel,
4670         GatheringByteChannel.
4671         (read): Throws IOException.
4672         (write): Throws IOException.
4673         (finishConnect): Throws IOException.
4674         * java/nio/channels/spi/AbstractInterruptibleChannel.java
4675         (end): Throws AsynchronousCloseException.
4676         * java/nio/channels/spi/AbstractSelectableChannel.java
4677         (configureBlocking): Throws IOException.
4678         (implCloseChannel): Throws IOException.
4679         (implCloseSelectableChannel): Throws IOException.
4680         (implConfigureBlocking): Throws IOException.
4681         * java/nio/channels/spi/SelectorProvider.java
4682         (openDatagramChannel): Throws IOException.
4683         (openPipe): Throws IOException.
4684         (openSelector): Throws IOException.
4685         (openServerSocketChannel): Throws IOException.
4686         (openSocketChannel): Throws IOException.
4687
4688 2003-02-11  Michael Koch  <konqueror@gmx.de>
4689
4690         * gnu/java/nio/FileLockImpl.java,
4691         java/nio/channels/FileLock.java: New files.
4692
4693 2003-02-11  Michael Koch  <konqueror@gmx.de>
4694
4695         * java/nio/charset/IllegalCharsetNameException.java
4696         (serialVersionUID): New member variable.
4697         (charsetName): New member variable.
4698         (IllegalCharsetException): New implementation.
4699         (getCharsetName): New implementation.
4700         * java/nio/charset/UnsupportedCharsetException.java
4701         (serialVersionUID): New member variable.
4702         (charsetName): New member variable.
4703         (UnsupportedCharsetException): New implementation.
4704         (getCharsetName): New implementation.
4705
4706 2003-02-10  Tom Tromey  <tromey@redhat.com>
4707
4708         * javax/sql/ConnectionEvent.java (serialVersionUID): New field.
4709         (ex): Renamed from sqlException.
4710
4711 2003-02-10  Raif S. Naffah  <raif@fl.net.au>
4712
4713         * gnu/java/security/provider/SHA1PRNG.java (ensureIsSeeded): new 
4714         method used to ensure seeding has occurred and that a specific 
4715         seed can be set and used.
4716
4717 2003-02-10  Ranjit Mathew  <rmathew@hotmail.com>
4718
4719         * java/lang/Win32Process.java (destroy): Declare as native.
4720         (hasExited): New native method.
4721         (exitValue): Define.
4722         (getErrorStream): Likewise.
4723         (getInputStream): Likewise.
4724         (getOutputStream): Likewise.
4725         (waitFor): Declare as native.
4726         (startProcess): New native method.
4727         (cleanup): Likewise.
4728         (ConcreteProcess): Define.
4729         (outputStream, inputStream, errorStream): New members.
4730         (procHandle, exitCode): Likewise.
4731
4732         * java/lang/natWin32Process.cc
4733         (java::lang::ConcreteProcess::cleanup): Define.
4734         (java::lang::ConcreteProcess::destroy): Likewise.
4735         (java::lang::ConcreteProcess::hasExited): Likewise.
4736         (java::lang::ConcreteProcess::waitFor): Likewise.
4737         (new_string): Likewise.
4738         (java::lang::ConcreteProcess::startProcess): Likewise.
4739
4740 2003-02-10  Raif S. Naffah <raif@fl.net.au>
4741
4742         * java/math/BigInteger.java:
4743         Updated notice to include years 2002 and 3.
4744         Added 2 private (int) arrays with values from the HAC (Handbook of
4745         Applied Cryptography -A. Menezes & al): k[] that contains bit lengths
4746         and t[] that contains nbr. of tests --used in isProbablePrime().
4747
4748         * java/math/BigInteger.java (make(long)): Merged into valueOf(long).
4749
4750         * java/math/BigInteger.java (make(int[],int), add(int,int),
4751         add(BI,BI,int), times(BI,int), divide(long,long,BI,BI,int), gcd(BI),
4752         isProbablePrime(int), shift(BI,int), valueOf(String,int), neg(BI),
4753         bitOp(int,BI,BI), and(BI,int)): Use valueOf(long) instead of
4754         make(long).
4755
4756         * java/math/BigInteger.java (euclidInv): Reduce number of work vars
4757         (euclidInv(int,int,int)): Now returns an array of 2 ints instead of 3.
4758         (euclidInv(BI,BI,BI)): Used to return an array of 2 BIs; now accepts 6
4759         BIs and returns void.
4760         (modInverse(BI)): Use new signatures of euclidInv().
4761
4762         * java/math/BigInteger.java (isProbablePrime(int)): Use divide() with
4763         static small primes instead of remainder().
4764         Use pre-computed max nbr of trials based on bitlength of BI to test.
4765         Use pre-computed small primes for the trial tests instead of random
4766         numbers.
4767
4768         * java/math/BigInteger.java (isOdd, isMinusOne, pow): Removed.
4769         not used.
4770
4771         * java/math/BigInteger.java (format(int,StringBuffer)): Removed
4772         invoacation of MPN.chars_per_word().  not used.
4773
4774         * java/math/BigInteger.java (gcd(int,int)): Declared 'tmp' once as
4775         local var and used where needed.
4776
4777         * java/math/BigInteger.java (modPow(BI,BI)): Fixed spelling.
4778         Combined declaration with initialisation of locals.
4779         Removed unused var.
4780
4781         * java/math/BigInteger.java: Style changes
4782         (pow(int)): Removed 'else' keyword.
4783         (toString(int)): idem.
4784         (doubleValue()): idem.
4785         (bitLength()): idem.
4786         (equals(Object)): Use static methods name in same class w/o prepending
4787         class name.
4788         (doubleValue()): idem.
4789         (setNegative(BI)): idem.
4790         (negate()): idem.
4791         (and(BI,int)): idem.
4792         (and(BI)): idem.
4793         (gcd(BI)): idem.
4794         (byteArrayToIntArray()): Removed casting to (int). this is
4795         std. behaviour.
4796         (canonicalize()): idem.
4797         (alloc(int)): Always instantiate a new BI.
4798
4799 2003-02-10  Tom Tromey  <tromey@redhat.com>
4800
4801         * java/sql/Timestamp.java (compareTo(Object)): New method.
4802         (compareTo(Timestamp)): Likewise.
4803         (serialVersionUID): Updated.
4804
4805 2003-02-07  Mark Wielaard  <mark@klomp.org>
4806
4807         * java/util/jar/JarFile.java (JarFile(String, boolean)): Read manifest
4808         when verify is true.
4809         (JarFile(File, boolean)): Likewise.
4810         (manifestRead): Set manifestRead field correctly.
4811
4812 2003-02-07  Stephen Crawley  <crawley@dstc.edu.au>
4813
4814         * java/math/BigDecimal(valueOf): fix DiagBigDecimal val008, val013
4815         tests; see patch #1016 on Savannah.
4816
4817 2003-02-07  Stephen Crawley  <crawley@dstc.edu.au>
4818
4819         * java/math/BigDecimal.java (BigDecimal): enhance parsing of exponents
4820         (toString): do not return Strings starting with . and - erroneously.
4821         Improves Mauve results to 12 of 600 instead of 16 of 338 on
4822         DiagBigDecimal.
4823
4824 2003-02-07  Stephen Crawley  <crawley@dstc.edu.au>
4825
4826         * java/beans/PropertyDescriptor.java
4827         (PropertyDescriptor(String, Class)): Sanity check getter and setter
4828         methods.
4829         (PropertyDescriptor(String, Class, String, String)): Likewise.
4830         (PropertyDescriptor(String, Method, Method): Factor out getter and
4831         setter method sanity checks into new method.
4832         (findMethods): Don't do parameter sanity checking of get method here.
4833         (checkMethods): New method.
4834
4835 2003-02-07  Stephen Crawley  <crawley@dstc.edu.au>
4836
4837         * java/beans/PropertyDescriptor.java: Reformat.
4838
4839 2003-02-04  Tom Tromey  <tromey@redhat.com>
4840
4841         * java/io/PipedOutputStream.java (flush): Declare as throwing
4842         IOException.
4843         (close): Likewise.
4844         * java/io/PipedWriter.java (close): Declare as throwing
4845         IOException.
4846         * java/io/StringWriter.java (close): Declare as throwing
4847         IOException.
4848
4849 2003-02-03  Ranjit Mathew <rmathew@hotmail.com>
4850
4851         * java/lang/natRuntime.cc (java::lang::Runtime::_load)): Take care
4852         of the fact that on Win32, JNI_OnLoad is an "stdcall" function and
4853         could also have been exported as "JNI_OnLoad@8" (MinGW) or
4854         "_JNI_OnLoad@8" (MSVC).
4855
4856 2003-02-03  Ranjit Mathew <rmathew@hotmail.com>
4857
4858         * resolve.cc (_Jv_JNIMethod::ncode): Use stdcall calling
4859         convention on Win32 to invoke native JNI methods.
4860
4861 2003-02-03  Andrew Haley  <aph@redhat.com>
4862
4863         * configure.host (x86_64): Enable interpreter.
4864
4865 2003-02-03  Andrew Haley  <aph@redhat.com>
4866
4867         * libgcj.spec.in (jc1): Add BACKTRACESPEC.
4868         * configure.host (x86_64): Default to -fno-omit-frame-pointer.
4869         * configure.in (BACKTRACESPEC): New.
4870         * configure: Regenerate.
4871
4872 2003-02-02  Tom Tromey  <tromey@redhat.com>
4873
4874         * configure: Rebuilt.
4875         * configure.in (TOOLKIT) [xlib]: Set correctly.
4876
4877         * Makefile.in: Rebuilt.
4878         * Makefile.am (lib_gnu_awt_xlib_la_LDFLAGS): Link against
4879         libstdc++.
4880
4881 2003-01-31  Mark WIelaard  <mark@klomp.org>
4882
4883         * Makefile.in: Rebuilt.
4884         * Makefile.am (gtk_c_headers): Strip trailing / from jniinclude.
4885
4886 2003-01-31  Tom Tromey  <tromey@redhat.com>
4887
4888         * jni.cc (_Jv_JNI_NewObjectArray): Check that initializer can be
4889         cast to element type.
4890         (_Jv_JNI_SetObjectArrayElement): Check array bounds.
4891         (_Jv_JNI_GetObjectArrayElement): Likewise.
4892
4893         * Makefile.in: Rebuilt.
4894         * Makefile.am (cond_x_ltlibrary): Renamed library to
4895         lib-gnu-awt-xlib.la.
4896         (lib_gnu_awt_xlib_la_SOURCES): Renamed.
4897         (EXTRA_lib_gnu_awt_xlib_la_SOURCES): Likewise.
4898         (lib_gnu_awt_xlib_la_DEPENDENCIES): Likewise.
4899         (lib_gnu_awt_xlib_la_LIBADD): Likewise.
4900         (lib_gnu_awt_xlib_la_LDFLAGS): Likewise.
4901         (lib_gnu_awt_xlib_la_LINK): Likewise.
4902         (install-exec-hook): Removed.
4903         (lib-gnu-awt-xlib.la): Renamed.
4904
4905 2003-01-31  Tom Tromey  <tromey@redhat.com>
4906
4907         * aclocal.m4, configure, include/config.h.in: Rebuilt.
4908         * acinclude.m4 (CHECK_FOR_BROKEN_MINGW_LD): Resurrected; was in
4909         aclocal.m4 and lost in some merge.
4910
4911         * java/awt/Window.java (Window(Window,GraphicsConfiguration)):
4912         Don't try to find graphics configuration.
4913         * java/awt/Toolkit.java (default_toolkit_name): Use new
4914         Configuration entry.
4915         * gnu/classpath/Configuration.java.in (default_awt_peer_toolkit):
4916         New global.
4917         * configure: Rebuilt.
4918         * configure.in (TOOLKIT): New subst.
4919         (--enable-java-awt) [xlib, gtk]: Set TOOLKIT if required.
4920         Do AWT tests much earlier.  Run Gtk tests.  Make jniinclude
4921         directory.  Make output directories for .c files.
4922         * Makefile.in: Rebuilt.
4923         * Makefile.am (lib_gnu_java_awt_peer_gtk_la_SOURCES): New macro.
4924         (toolexeclib_LTLIBRARIES): Added cond_gtk_ltlibrary.
4925         (all_java_source_files): Added new sources.
4926         ($(lib_gnu_java_awt_peer_gtk_la_OBJECTS)): New target.
4927         (gtk_c_files): New macro.
4928         (gtk_c_source_files): New macro.
4929         (cond_gtk_ltlibrary): New macro.
4930         ($(gtk_c_files)): New target.
4931         (lib_gnu_java_awt_peer_gtk_la_LIBADD): New macro.
4932         (gtk_awt_peer_sources): New macro.
4933         (gtk_c_headers): New macro.
4934         ($(gtk_c_headers)): New target.
4935         (ACLOCAL_AMFLAGS): New macro.
4936         * gtk.m4, glib.m4, libart.m4: New files.
4937         * gnu/java/awt/peer/gtk/GdkFontMetrics.java,
4938         gnu/java/awt/peer/gtk/GdkGraphics.java,
4939         gnu/java/awt/peer/gtk/GtkArg.java,
4940         gnu/java/awt/peer/gtk/GtkArgList.java,
4941         gnu/java/awt/peer/gtk/GtkButtonPeer.java,
4942         gnu/java/awt/peer/gtk/GtkCanvasPeer.java,
4943         gnu/java/awt/peer/gtk/GtkCheckboxGroupPeer.java,
4944         gnu/java/awt/peer/gtk/GtkCheckboxMenuItemPeer.java,
4945         gnu/java/awt/peer/gtk/GtkCheckboxPeer.java,
4946         gnu/java/awt/peer/gtk/GtkChoicePeer.java,
4947         gnu/java/awt/peer/gtk/GtkClipboard.java,
4948         gnu/java/awt/peer/gtk/GtkComponentPeer.java,
4949         gnu/java/awt/peer/gtk/GtkContainerPeer.java,
4950         gnu/java/awt/peer/gtk/GtkDialogPeer.java,
4951         gnu/java/awt/peer/gtk/GtkFileDialogPeer.java,
4952         gnu/java/awt/peer/gtk/GtkFontPeer.java,
4953         gnu/java/awt/peer/gtk/GtkFramePeer.java,
4954         gnu/java/awt/peer/gtk/GtkGenericPeer.java,
4955         gnu/java/awt/peer/gtk/GtkImage.java,
4956         gnu/java/awt/peer/gtk/GtkImagePainter.java,
4957         gnu/java/awt/peer/gtk/GtkLabelPeer.java,
4958         gnu/java/awt/peer/gtk/GtkListPeer.java,
4959         gnu/java/awt/peer/gtk/GtkMainThread.java,
4960         gnu/java/awt/peer/gtk/GtkMenuBarPeer.java,
4961         gnu/java/awt/peer/gtk/GtkMenuComponentPeer.java,
4962         gnu/java/awt/peer/gtk/GtkMenuItemPeer.java,
4963         gnu/java/awt/peer/gtk/GtkMenuPeer.java,
4964         gnu/java/awt/peer/gtk/GtkOffScreenImage.java,
4965         gnu/java/awt/peer/gtk/GtkPanelPeer.java,
4966         gnu/java/awt/peer/gtk/GtkPopupMenuPeer.java,
4967         gnu/java/awt/peer/gtk/GtkScrollbarPeer.java,
4968         gnu/java/awt/peer/gtk/GtkScrollPanePeer.java,
4969         gnu/java/awt/peer/gtk/GtkTextAreaPeer.java,
4970         gnu/java/awt/peer/gtk/GtkTextComponentPeer.java,
4971         gnu/java/awt/peer/gtk/GtkTextFieldPeer.java,
4972         gnu/java/awt/peer/gtk/GtkToolkit.java,
4973         gnu/java/awt/peer/gtk/GtkWindowPeer.java,
4974         gnu/java/awt/peer/gtk/TestAWT.java,
4975         gnu/java/awt/peer/gtk/Test.java: New files from Classpath.
4976         * jni/gtk-peer/gnu_java_awt_peer_gtk_GdkFontMetrics.c,
4977         jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphics.c,
4978         jni/gtk-peer/gnu_java_awt_peer_gtk_GtkButtonPeer.c,
4979         jni/gtk-peer/gnu_java_awt_peer_gtk_GtkCanvasPeer.c,
4980         jni/gtk-peer/gnu_java_awt_peer_gtk_GtkCheckboxMenuItemPeer.c,
4981         jni/gtk-peer/gnu_java_awt_peer_gtk_GtkCheckboxPeer.c,
4982         jni/gtk-peer/gnu_java_awt_peer_gtk_GtkChoicePeer.c,
4983         jni/gtk-peer/gnu_java_awt_peer_gtk_GtkClipboard.c,
4984         jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c,
4985         jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c,
4986         jni/gtk-peer/gnu_java_awt_peer_gtk_GtkFileDialogPeer.c,
4987         jni/gtk-peer/gnu_java_awt_peer_gtk_GtkImagePainter.c,
4988         jni/gtk-peer/gnu_java_awt_peer_gtk_GtkLabelPeer.c,
4989         jni/gtk-peer/gnu_java_awt_peer_gtk_GtkListPeer.c,
4990         jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMainThread.c,
4991         jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMenuBarPeer.c,
4992         jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMenuItemPeer.c,
4993         jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMenuPeer.c,
4994         jni/gtk-peer/gnu_java_awt_peer_gtk_GtkPanelPeer.c,
4995         jni/gtk-peer/gnu_java_awt_peer_gtk_GtkPopupMenuPeer.c,
4996         jni/gtk-peer/gnu_java_awt_peer_gtk_GtkScrollBarPeer.c,
4997         jni/gtk-peer/gnu_java_awt_peer_gtk_GtkScrollPanePeer.c,
4998         jni/gtk-peer/gnu_java_awt_peer_gtk_GtkTextAreaPeer.c,
4999         jni/gtk-peer/gnu_java_awt_peer_gtk_GtkTextComponentPeer.c,
5000         jni/gtk-peer/gnu_java_awt_peer_gtk_GtkTextFieldPeer.c,
5001         jni/gtk-peer/gnu_java_awt_peer_gtk_GtkToolkit.c,
5002         jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c,
5003         jni/gtk-peer/gthread-jni.c, jni/gtk-peer/gthread-jni.h,
5004         jni/gtk-peer/gtkpeer.h, jni/classpath/jcl.c, jni/classpath/jcl.h,
5005         jni/classpath/jnilink.c, jni/classpath/jnilink.h,
5006         jni/classpath/native_state.c, jni/classpath/native_state.h,
5007         jni/classpath/primlib.c, jni/classpath/primlib.h: Likewise.
5008
5009 2003-01-31  Julian Dolby  <dolby@us.ibm.com>
5010
5011         * java/util/Properties.java (load): Ignore backslash before EOF.
5012
5013 2003-01-30  Jeff Sturm  <jsturm@one-point.com>
5014
5015         * java/lang/natClass.cc (initializeClass): Check tables when
5016         (state == JV_STATE_IN_PROGRESS).
5017         (_Jv_GetInterfaces): Use _Jv_WaitForState to link interface.
5018         * java/lang/natClassLoader.cc (_Jv_WaitForState): Handle
5019         interpreted classes.
5020         (linkClass0): Use _Jv_WaitForState.
5021
5022 2003-01-28  Oscar Pearce  <oscar@pearceenterprises.com>
5023
5024         * java/awt/Component.java (processPaintEvent): Dispose of Graphics
5025         object when finished.
5026
5027 2003-01-28  Andreas Tobler  <a.tobler@schweiz.ch>
5028
5029         * libjava/configure.host: Disable can_unwind_signal on darwin.
5030
5031 2003-01-28  Ranjit Mathew  <rmathew@hotmail.com>
5032
5033         Fixes PR java/9254:
5034         * include/win32-threads.h (_Jv_Mutex_t): Convert to a struct
5035         additionally containing id of the owner thread as well as
5036         the number of nested times the thread has acquired the mutex.
5037         (_Jv_MutexInit): Initialise owner thread id and refcount to 0.
5038         (_Jv_MutexDestroy): Reset owner thread id and refcount to 0.
5039         (_Jv_MutexUnlock): Check if really the owner thread, reset
5040         owner thread id to 0 before leaving, if leaving for the last
5041         time.
5042         (_Jv_MutexLock): Set owner thread id in the mutex and increment
5043         refcount.
5044         (_Jv_ThreadYield): Yield using a call to Sleep(0).
5045         * win32-threads.cc (_Jv_CondWait): Check if really owner of
5046         the passed mutex.
5047         Pass handle of the broadcast event, instead of a pointer to it
5048         in Win32 ResetEvent( ) call.
5049         Remove incorrect return values.
5050         (_Jv_CondDestroy): Close both event handles and delete
5051         critical section.
5052         (_Jv_CondNotify): Check if really the owner thread.
5053         (_Jv_CondNotifyAll): Check if really the owner thread.
5054         (_Jv_InitThreads): Change daemon_cond to a manual-reset event.
5055         (really_start): Use SetEvent( ) to signal daemon_cond.
5056         (_Jv_ThreadWait): Remove SignalObjectAndWait( ) and use
5057         WaitForSingleObject( ) instead to wait for daemon_cond to be
5058         signalled.
5059
5060 2003-01-27  Ranjit Mathew  <rmathew@hotmail.com>
5061
5062         * configure.in: Specifically define HAVE_BACKTRACE if building
5063         for MinGW.
5064         * include/win32.h: Remove HAVE_BACKTRACE definition.
5065         * gnu/gcj/runtime/natStackTrace.cc: Include platform.h.
5066         * configure: Rebuilt.
5067
5068 2003-01-27  Alexandre Oliva  <aoliva@redhat.com>
5069
5070         * configure.in (toolexecdir, toolexecmainlibdir, toolexeclibdir):
5071         Set and AC_SUBST.  Remove USE_LIBDIR conditional.
5072         * Makefile.am (toolexecdir, toolexeclibdir): Don't override.
5073         (toolexecmainlib_DATA): Renamed from toolexeclib_DATA.
5074         * Makefile.in, configure: Rebuilt.
5075
5076 2003-01-24  Ranjit Mathew  <rmathew@hotmail.com>
5077
5078         Fixes PR java/9253:
5079         * java/io/natFileWin32.cc (performList): Append only "*.*"
5080         if the canonical file path already has a "\" at the end.
5081
5082 2003-01-24  Tom Tromey  <tromey@redhat.com>
5083
5084         * defineclass.cc (handleMethodsEnd): Precompute code for static
5085         method.
5086         (handleCodeAttribute): Likewise.
5087         * resolve.cc (ncode): Use run_class for unsynchronized static
5088         methods.
5089         * include/java-interp.h (class _Jv_InterpMethod): Declare
5090         run_class.
5091         * interpret.cc (run_synch_class): Initialize class.
5092         (run) [insn_invokestatic]: Don't initialize class.
5093         [insn_anewarray]: Likewise.
5094         [insn_multianewarray]: Likewise.
5095         (run_class): New function.
5096
5097 2003-01-24  Tom Tromey  <tromey@redhat.com>
5098
5099         * java/lang/ClassLoader.java (findLoadedClass): Removed erroneous
5100         comment.
5101
5102 2003-01-22  Andrew Haley  <aph@redhat.com>
5103
5104         * x86_64-signal.h: Add simple handler for x86_64 32-bit mode.
5105         * configure.host (CHECKREFSPEC): Define for x86_64.
5106
5107 2003-01-21  Tom Tromey  <tromey@redhat.com>
5108
5109         * java/util/natResourceBundle.cc (getCallingClassLoader): Start
5110         search at 2, not 3.
5111
5112 2003-01-21  Vladimir Puskas  <vpuskas@eunet.yu>
5113
5114         * java/io/natFileWin32.cc (isAbsolute): Check path length before
5115         looking at any characters.
5116         * java/io/natFilePosix.cc (_stat): Only compute `buf' if it will
5117         be used.
5118         (isAbsolute): Check path's length as well.
5119
5120 2003-01-17  Mark Wielaard  <mark@klomp.org>
5121
5122         * Makefile.am (core_java_source_files): Add VMObjectStreamClass.java.
5123         (nat_source_files): Add natVMObjectStreamClass.cc.
5124         * Makefile.in: Regenerated.
5125         * gcj/javaprims.h (namespace java): Regenerated.
5126         * java/io/ObjectStreamClass.java (getClassUID): Call
5127         VMObjectStreamClass.hasClassInitializer().
5128         (hasClassInitializer): Removed.
5129         * java/io/VMObjectStreamClass.java: New class.
5130         * java/io/natVMObjectStreamClass.cc: New file.
5131         * java/lang/Class.h: Make java::io::VMObjectStreamClass friend class.
5132
5133 2003-01-16  Mark Wielaard  <mark@klomp.org>
5134
5135         * java/net/SocketImpl.java (toString): Don't explicitly call
5136         toString() on possible null address.
5137
5138 2003-01-16  Michael Koch  <konqueror@gmx.de>
5139
5140         * java/net/MulticastSocket.java
5141         (setInterface): Reindented.
5142
5143 2003-01-15  Scott Gilbertson  <scottg@mantatest.com>
5144
5145         * gnu/gcj/xlib/natGC.cc (fillPolygon): New method.
5146         * gnu/gcj/xlib/GC.java (fillPolygon): Declare.
5147         * gnu/awt/xlib/XGraphics.java (fillPolygon): Added translateX and
5148         translateY arguments.  Implement.
5149         * gnu/awt/j2d/IntegerGraphicsState.java (fillPolygon): Pass
5150         down translation arguments.
5151         (drawPolyline, drawPolygon): Fix incorrect tests.
5152         * gnu/awt/j2d/DirectRasterGraphics.java (fillPolygon): Added
5153         translateX and translateY arguments.
5154
5155 2003-01-15  Scott Gilbertson  <scottg@mantatest.com>
5156
5157         * Makefile.in: Rebuilt.
5158         * Makefile.am (xlib_includes): New macro.
5159         (INCLUDES): Use it.
5160
5161 2003-01-15  Scott Gilbertson  <scottg@mantatest.com>
5162
5163         * gnu/awt/xlib/XToolkit.java (getColorModel): Implemented.
5164         * gnu/awt/xlib/XGraphicsConfiguration.java (getPixel): Work with
5165         16-bit display mode.
5166
5167 2003-01-15  Scott Gilbertson  <scottg@mantatest.com>
5168
5169         * java/awt/CardLayout.java (show): Rewrote.
5170         (gotoComponent): Removed `target' argument.  Simplified code.
5171         Don't pre-compute `choice' unless `what' is FIRST or LAST.
5172         Changed all callers.
5173         (NONE): Removed.
5174         
5175 2003-01-14  Michael Koch  <konqueror@gmx.de>
5176
5177         * java/net/InetSocketAddress.java
5178         (serialVersionUID): New member variable.
5179         * java/net/NetPermission.java
5180         (NetPermission): Dont implement java.io.Serialization directly.
5181         * java/net/SocketAddress.java:
5182         (serialVersionUID): Documentation added.
5183         
5184 2003-01-14  Michael Koch  <konqueror@gmx.de>
5185
5186         * java/awt/Label.java
5187         (Label): Implements javax.accessibility.Accessible;
5188         * java/awt/List.java
5189         (List): Implements javax.accessibility.Accessible;
5190         * java/awt/ScrollPane.java
5191         (ScrollPane): Implements javax.accessibility.Accessible;
5192         * java/awt/Scrollbar.java
5193         (Scrollbar): Implements javax.accessibility.Accessible;
5194         * java/awt/TextComponent.java
5195         (setCaretPosition): Throw exception, documentation added.
5196         * java/awt/Toolkit.java:
5197         Added some newlines in method documentations.
5198         (createButton): Exception documentation added.
5199         (createTextField): Exception documentation added.
5200         (createLabel): Exception documentation added.
5201         (createList): Exception documentation added.
5202         (createCheckbox): Exception documentation added.
5203         (createScrollbar): Exception documentation added.
5204         (createScrollPane): Exception documentation added.
5205         (createTextArea): Exception documentation added.
5206         (createChoice): Exception documentation added.
5207         (createFrame): Exception documentation added.
5208         (createWindow): Exception documentation added.
5209         (createDialog): Exception documentation added.
5210         (createMenuBar): Exception documentation added.
5211         (createMenu): Exception documentation added.
5212         (createMenuItem): Exception documentation added.
5213         (createFileDialog): Exception documentation added.
5214         (createCheckboxMenuItem): Exception documentation added.
5215         (loadSystemColors): Exception documentation added.
5216         (setDynamicLayout): Exception documentation added.
5217         (isDynamicLayoutSet): Exception documentation added.
5218         (isDynamicLayoutActive): Exception documentation added.
5219         (getScreenSize): Exception documentation added.
5220         (getScreenResolution): Exception documentation added.
5221         (getScreenInsets): Exception documentation added.
5222         (getColorModel): Exception documentation added.
5223         (getSystemClipboard): Exception documentation added.
5224         (getSystemSelection): Exception documentation added.
5225         (getMenuShortcutKeyMask): Exception documentation added.
5226         (getSystemEventQueue): Exception documentation added.
5227         * java/awt/Window.java:
5228         Reindented some code.
5229         (Window): Centralized implementation, documentation added.
5230         (finalize): Documentation added.
5231         (hide): Fixed typo in comment.
5232         (getWindowListeners): Documentation added.
5233         * java/awt/color/ColorSpace.java
5234         (toRGB): Documentation added.
5235         * java/awt/color/ICC_ColorSpace.java
5236         (ICC_ColorSpace): Documentation added.
5237         (toRGB): Throw exception, documentation added.
5238         (fromRGB): Throw exception, documentation added.
5239         (toCIEXYZ): Documentation added.
5240         (fromCIEXYZ): Documentation added.
5241         (getMinValue): Documentation added.
5242         (getMaxValue): Documentation added.
5243         * java/awt/geom/Dimension2D.java
5244         (clone): Documentation added.
5245         * java/awt/geom/GeneralPath.java
5246         (clone): Documentation added.
5247         * java/awt/geom/Line2D.java
5248         (clone): Documentation added.
5249         * java/awt/geom/QuadCurve2D.java
5250         (clone): Documentation added.
5251         * java/awt/image/ColorModel.java
5252         (ColorModel): Throw exception, documentation added.
5253         * java/awt/image/ImageFilter.java
5254         (clone): Doesnt throw CloneNotSupportedException.
5255
5256 2003-01-14  Andrew Haley  <aph@redhat.com>
5257
5258         * java/lang/natRuntime.cc (_load): StackTrace access needs to be
5259         in a try block.
5260
5261 2003-01-10  Andrew Haley  <aph@redhat.com>
5262
5263         * include/dwarf2-signal.h: Remove x86_64.
5264         * configure.host (x86_64 DIVIDESPEC): Remove.
5265         * include/x86_64-signal.h: New file.
5266         * configure.in: Regenerate.
5267
5268 2003-01-10  Michael Koch  <konqueror@gmx.de>
5269
5270         * java/net/DatagramSocket.java
5271         (ch): Description added.
5272         (remotePort): Initialize with -1.
5273         (connect): Doesnt throws SocketException.
5274         * java/net/MulticastSocket.java
5275         (setInterface): Merge with Classpath.
5276         * java/net/ServerSocket.java
5277         (closed): New member variable.
5278         (bind): Check if socket is closed.
5279         (close): Close an associated channel too, set new value to closed.
5280         (isBound): Reindented.
5281         (isClosed): Implemented.
5282         * java/net/Socket.java
5283         (closed): New member variable.
5284         (bind): Check if socket is closed.
5285         (connect): Check if socket is closed.
5286         (close): Close an associated channel too, set new value to closed.
5287         (isClosed): Implemented.
5288
5289 2003-01-10  Michael Koch  <konqueror@gmx.de>
5290
5291         * java/awt/DisplayMode.java
5292         (equals): Fixed argument type and implementation.
5293
5294 2003-01-07  Tom Tromey  <tromey@redhat.com>
5295
5296         * include/posix.h (_Jv_platform_usleep): Wrap in ifdef
5297         JV_HASH_SYNCHRONIZATION.
5298         * include/win32.h (_Jv_platform_usleep): Wrap in ifdef
5299         JV_HASH_SYNCHRONIZATION.
5300
5301 2003-01-07  Michael Koch  <konqueror@gmx.de>
5302  
5303         * java/net/DatagramSocket.java:
5304         Added classpath license info.
5305         (DatagramSocket): Merged description with classpath.
5306         (close): Merged description with classpath.
5307         (getChannel): Merged description with classpath.
5308         (getInetAddress): Merged description with classpath.
5309         (getPort): Merged description with classpath.
5310         (getLocalAddress): Merged description with classpath.
5311         (getLocalPort): Merged description with classpath.
5312         (getSoTimeout): Merged description with classpath.
5313         (setSoTimeout): Merged description with classpath.
5314         (getSendBufferSize): Merged description with classpath.
5315         (setSendBufferSize): Merged description with classpath.
5316         (getReceiveBufferSize): Merged description with classpath.
5317         (setReceiveBufferSize): Merged description with classpath.
5318         
5319 2003-01-04  Tom Tromey  <tromey@redhat.com>
5320
5321         * java/awt/List.java: Merged with Classpath.
5322
5323 2003-01-03  Mark Wielaard  <mark@klomp.org>
5324
5325         * java/io/FileDescriptor.java (position): New private field.
5326         * java/io/natFileDescriptorPosix.cc (write): Up position.
5327         (setLength): Use and set position.
5328         (seek): Set position.
5329         (getFilePointer): Return position.
5330         (read): Up position.
5331
5332 2003-01-03  Mark Wielaard  <mark@klomp.org>
5333
5334         Merge with Classpath:
5335         * java/io/ObjectStreamClass.java (lookup): Split method and call
5336         lookupForClassObject().
5337         (lookupForClassObject): New method.
5338         (isProxyClass): New field.
5339         (setClass): Set isProxyClass, add object to classLookupTable, set
5340         superClass and calculateOffsets.
5341         (ObjectStreamClass): Set isProxyClass. Only set uid when Serializable
5342         and not a proxy class.
5343         (setFields): Set accessible true for serialPersistentFields.
5344         (getClassUID): Same for suid. And check if suid is of type long.
5345         (hasClassInitializer): Don't throw NoSuchMethodError.
5346
5347 2003-01-03  Mark Wielaard  <mark@klomp.org>
5348
5349         * java/io/FileInputStream.java (finalize): Don't explicitly
5350         finalize FileDescriptor.
5351
5352 2003-01-03  Jeff Sturm  <jsturm@one-point.com>
5353
5354         * configure.host (sparc*-*): Enable bytecode interpreter.
5355
5356 2003-01-03  Dhek Bhun Kho  <bhun@chello.nl>
5357
5358         * gnu/java/rmi/server/UnicastServerRef.java (unexportObject):
5359         Don't throw RemoteException.
5360         * java/rmi/server/UnicastRemoteObject.java (unexportObject): Don't
5361         throw RemoteException.
5362
5363 2003-01-03  Joerg Brunsmann  <joerg_brunsmann@yahoo.de>
5364
5365         * gnu/gcj/protocol/http/Connection.java (proxyPort, proxyInUse,
5366         proxyHost): New static fields.
5367         (<clinit>): Initialize new fields.
5368         (connect): Use proxy if necessary.
5369         (usingProxy): Implement.
5370
5371 2003-01-03  Eric Blake  <ebb9@email.byu.edu>
5372
5373         * java/util/TreeMap.java (fabricateTree): Fix off-by-one error.
5374         (TreeIterator.remove): Prefer IllegalStateException over
5375         ConcurrentModificationException, to match Sun.
5376
5377 2002-12-22  Anthony Green  <green@redhat.com>
5378
5379         * boehm.cc (_Jv_MarkObj): Mark the protectionDomain of a class.
5380
5381 2003-01-02  Mark Wielaard  <mark@klomp.org>
5382
5383         * java/net/HttpURLConnection.java (HTTP_NOT_IMPLEMENTED): Must be
5384         public.
5385         (HTTP_USE_PROXY): Add field.
5386         (getResponseVals): Only set responseCode when not yet explicitly
5387         set by subclass.
5388
5389 2003-01-02  Artur Biesiadowski  <abies@pg.gda.pl>
5390             Mark Wielaard  <mark@klomp.org>
5391
5392         * java/util/zip/ZipFile.java (entries): Now HashMap.
5393         (readLeShort(DataInput, byte[])): Read from given byte array.
5394         (readLeInt(DataInput, byte[]): Likewise.
5395         (readLeShort(byte[] b, int off)): New method.
5396         (readLeInt(byte[] b, int off)): Likewise.
5397         (readEntries): Use byte arrays to read info in bigger chunks.
5398         (getEntries): Return HashMap.
5399         (getEntry): Use HashMap.
5400         (locBuf): New private field.
5401         (checkLocalHeader): Use locBuf to read info in one chunk.
5402         (getInputStream): Use entries HashMap, wrap PartialInputStream
5403         in BufferedInputStream.
5404         (ZipEntryEnumeration): Use HashMap and Interator.
5405
5406 2003-01-02  Mark Wielaard  <mark@klomp.org>
5407             Jeroen Frijters  <jeroen@sumatra.nl>
5408
5409         * java/net/URLClassLoader.java (Resource.getCodeSource):
5410         Fix check certs == null.
5411         (getCanonicalFileURL): Removed method.
5412         (JarURLLoader): Don't call removed method.
5413         (FileURLLoader): Likewise.
5414         (FileURLLoader.getResource): Don't canonicalize file name.
5415
5416 2003-01-01  Tom Tromey  <tromey@redhat.com>
5417
5418         * Makefile.in: Rebuilt.
5419         * Makefile.am (rmi_java_source_files): Added RMIClassLoaderSpi.
5420         * java/awt/AlphaComposite.java, java/awt/BasicStroke.java,
5421         java/awt/BufferCapabilities.java, java/awt/Button.java,
5422         java/awt/CheckboxMenuItem.java, java/awt/Choice.java,
5423         java/awt/Container.java, java/awt/Cursor.java,
5424         java/awt/EventQueue.java, java/awt/FileDialog.java,
5425         java/awt/Graphics2D.java, java/awt/Label.java, java/awt/Menu.java,
5426         java/awt/MenuBar.java, java/awt/MenuComponent.java,
5427         java/awt/PopupMenu.java, java/awt/ScrollPane.java,
5428         java/awt/Scrollbar.java, java/awt/TextArea.java,
5429         java/awt/TextField.java, java/awt/color/CMMException.java,
5430         java/awt/color/ColorSpace.java, java/awt/color/ICC_Profile.java,
5431         java/awt/color/ProfileDataException.java,
5432         java/awt/datatransfer/Clipboard.java,
5433         java/awt/datatransfer/DataFlavor.java,
5434         java/awt/datatransfer/FlavorMap.java,
5435         java/awt/datatransfer/SystemFlavorMap.java,
5436         java/awt/dnd/DragGestureEvent.java,
5437         java/awt/dnd/DragGestureRecognizer.java,
5438         java/awt/dnd/DragSource.java, java/awt/dnd/DropTarget.java,
5439         java/awt/event/WindowEvent.java, java/awt/geom/PathIterator.java,
5440         java/awt/im/InputMethodHighlight.java,
5441         java/io/PipedOutputStream.java, java/io/PipedWriter.java,
5442         java/rmi/server/RMIClassLoader.java: Merged from Classpath.
5443
5444         * gnu/awt/j2d/Graphics2DImpl.java (drawImage): Changed type of
5445         `op' to BufferedImageOp.
5446
5447 2002-12-31  Tom Tromey  <tromey@redhat.com>
5448
5449         Fix for PR libgcj/7416:
5450         * javax/naming/InitialContext.java (init): Use
5451         gnu.classpath.home.url.
5452         * java/security/Security.java: Use new properties.
5453         (loadProviders): Accept base url; use it.
5454         * java/lang/System.java: Document gnu.classpath.vm.shortname, and
5455         gnu.classpath.home.url.
5456         (gnu.classpath.home.url): Define.
5457         (gnu.classpath.vm.shortname): Likewise.
5458
5459 2002-12-31  Tom Tromey  <tromey@redhat.com>
5460             Ranjit Mathew  <rmathew@hotmail.com>
5461
5462         Fix for PR libgcj/8997:
5463         * java/lang/natObject.cc (spin): Use _Jv_platform_usleep.
5464         Include platform.h.
5465         * include/posix.h (_Jv_platform_usleep): New function.
5466         * include/win32.h (_Jv_platform_usleep): New function.
5467
5468 2002-12-29  Tom Tromey  <tromey@redhat.com>
5469
5470         * gcj/javaprims.h: Updated.
5471         * scripts/classes.pl (scan): Removed stray semicolon.
5472
5473 2002-12-30  Mark Wielaard  <mark@klomp.org>
5474
5475         * java/net/URLStreamHandler.java (toExternalForm): Ignore port
5476         if zero or smaller.
5477
5478 2002-12-30  Mark Wielaard  <mark@klomp.org>
5479
5480         * java/util/Properties (formatForOutput): Don't fall through to
5481         default case after escaping character.
5482
5483 2002-12-30  Mark Wielaard  <mark@klomp.org>
5484
5485         * java/lang/StringBuffer.java (getChars): Remove wrong dstOffset check
5486         against count.
5487
5488 2002-12-27  Mark Mitchell  <mark@codesourcery.com>
5489
5490         * boehm.cc: Remove stray semicolon.
5491         * interpret.cc: Likewise.
5492         * prims.cc: Likewise.
5493         * verify.cc (_Jv_BytecodeVerifier::verify_fail): Move definition
5494         earlier to ensure default arguments are processed.
5495         * gcj/array.h (JArray): Add forward declaration.
5496         (elements): Likewise.
5497         * gcj/javaprim.h: Remove stray semicolons.
5498         * include/bohm-gc.h: Likewise.
5499         * include/jni.h: Likewise.
5500         * include/jvm.h: Likewise.
5501         * java/lang/Class.h (_Jv_GetArrayClass): Declare _Jv_NewArrayClass.
5502         
5503 2002-12-23  Jeff Sturm  <jsturm@one-point.com>
5504
5505         * exception.cc (PERSONALITY_FUNCTION): Clear least-significant-bit
5506         of catch_type.
5507         * java/lang/natClass.cc (initializeClass): Link vtable, otable,
5508         idt tables after initializing superclass.
5509         * java/lang/natClassLoader.cc (uaddr): New typedef.
5510         (_Jv_PrepareCompiledClass): Resolve superclass, interfaces
5511         if they are constant pool indicies.  Don't link vtable, otable yet.
5512
5513 2002-12-21  Anthony Green  <green@redhat.com>
5514
5515         * Makefile.am: Move org.xml.sax and org.w3c.dom into their own
5516         libraries.
5517         * Makefile.in: Rebuilt.
5518
5519 2002-12-19  Anthony Green  <green@redhat.com>
5520
5521         * Makefile.am (ordinary_java_source_files): Add
5522         org/xml/sax/helpers/NewInstance.java.
5523         * Makefile.in: Rebuilt.
5524         * org/xml/sax/package.html, org/xml/sax/ext/package.html,
5525         org/xml/sax/helpers/package.html: New files.
5526         * org/xml/sax/*: Upgrade to SAX 2.0.1 release from
5527         http://www.saxproject.org.
5528
5529 2002-12-19  Andrew Haley  <aph@redhat.com>
5530
5531         * java/util/natResourceBundle.cc: Include
5532         ArrayIndexOutOfBoundsException.h.
5533         (getCallingClassLoader): Don't put upper bound on stack search.
5534         Catch ArrayIndexOutOfBoundsException.
5535
5536 2002-12-19  Tom Tromey  <tromey@redhat.com>
5537
5538         * libtool-version: Increased `current'.
5539
5540 2002-12-19  Tom Tromey  <tromey@redhat.com>
5541
5542         * java/lang/natClassLoader.cc (defineClass0): Removed erroneous
5543         comment.
5544         * java/lang/ClassLoader.java (defineClass): Use chained
5545         exception when rethrowing.
5546         * defineclass.cc (handleClassBegin): Mark class as interpreted.
5547         * java/lang/reflect/Modifier.java (INVISIBLE, INTERPRETED): New
5548         constants.
5549         * resolve.cc (_Jv_PrepareMissingMethods): New function.
5550         (_Jv_PrepareClass): Use it.
5551         * include/java-interp.h (_Jv_IsInterpretedClass): Rewrote.
5552         (_Jv_InterpClass): _Jv_PrepareMissingMethods now friend.
5553         * java/lang/Class.h (Class::getModifiers): Mask with ALL_FLAGS.
5554         (Class): _Jv_PrepareMissingMethods now friend.
5555         * java/lang/natClassLoader.cc (defineClass0): Use JvSynchronize.
5556         Record `NULL' for system class loader.
5557         (_Jv_RegisterInitiatingLoader): Use JvSynchronize.  Special case
5558         system class loader.
5559         (_Jv_FindClassInCache): Likewise.
5560         (_Jv_UnregisterClass): Use JvSynchronize.  Free old loader info.
5561         (_Jv_FindClass): Special case system class loader.
5562         * java/lang/natClass.cc (_Jv_abstractMethodError): New function.
5563         (_Jv_SetVTableEntries): Put _Jv_abstractMethodError into empty
5564         vtable slots.
5565         (_Jv_LayoutVTableMethods): Don't generate vtable slot for a method
5566         in a final class.
5567         (_getDeclaredMethod): Don't return synthetic methods.
5568         (getDeclaredMethods): Likewise.
5569         (_getMethod): Likewise.
5570         (_getMethods): Likewise.
5571
5572 2002-12-18  Raif Naffah  <raif@fl.net.au>
5573
5574         * java/math/BigInteger.java (euclidInv): Make sure quot and rem are in
5575         canonical form after divide().
5576         (modInverse): Likewise.
5577
5578 2002-12-13  Casey Marshall  <rsdio@metastatic.org>
5579             Mark Wielaard  <mark@klomp.org>
5580
5581         * java/security/SecurityRandom (digest): Removed field.
5582         (SecureRandom): Check all providers for case-insensitive SecureRandom
5583         implementation. Don't ignore classname == null. Fallback to SHA1PRNG
5584         if necessary.
5585         (getInstance(String,Provider,boolean): New method.
5586         (getInstance(String)): Use new method.
5587         (getInstance(String,String)): Likewise.
5588         (getInstance(String,Provider)): Likewise.
5589
5590 2002-12-13  Casey Marshall  <rsdio@metastatic.org>
5591
5592         * java/security/Security.java (loadProviders): Increment i only once.
5593
5594 2002-12-12  Mark Wielaard  <mark@klomp.org>
5595
5596         * java/lang/ClassLoader.java (resolveClass0): Transform
5597         ClassNotFoundException to NoClassDefFoundError. Transform all other
5598         throwables to LinkageError.
5599
5600 2002-12-11  Tom Tromey  <tromey@redhat.com>
5601
5602         * java/lang/ClassLoader.java (findLoadedClass): Now synchronized.
5603
5604         * java/lang/ClassLoader.java (loadedClasses): New field.
5605         (defineClass): Fixed indentation.  Put new class in
5606         loadedClasses.
5607         (findLoadedClass): Implement here.
5608         * java/lang/natClassLoader.cc (findLoadedClass): Removed.
5609
5610 2002-12-10  Tom Tromey  <tromey@redhat.com>
5611
5612         * Makefile.in: Rebuilt.
5613         * Makefile.am (nat_source_files): Added natVMClassLoader.cc.
5614         * gnu/gcj/runtime/natVMClassLoader.cc: New file.
5615         (gnu::gcj::runtime::VMClassLoader::findClass): Moved here.
5616         * java/lang/natClassLoader.cc
5617         (gnu::gcj::runtime::VMClassLoader::findClass): Removed.
5618
5619 2002-12-10  Mark Wielaard  <mark@klomp.org>
5620             Tom Tromey  <tromey@redhat.com>
5621
5622         * java/net/URLClassLoader.java (getCanonicalFileURL): New method.
5623         (JarURLLoader): Use it.
5624         (FileURLLoader): Likewise.
5625         (JarURLResource.getURL): Use chained exception.
5626         (FileResource.getURL): Likewise.
5627         (FileURLLoader.getResource): Use canonical file name.
5628         (addURL): Indentation fix.
5629
5630 2002-12-10  Tom Tromey  <tromey@redhat.com>
5631
5632         * include/win32.h: Fixed typo in "DISABLE_JAVA_NET".
5633         From Laurent Bardet <l.bardet@magic.fr>.
5634
5635 2002-12-09  Tom Tromey  <tromey@redhat.com>
5636
5637         * include/win32.h (_Jv_platform_solib_prefix): New define.
5638         (_Jv_platform_solib_suffix): Likewise.
5639         * include/posix.h (_Jv_platform_solib_prefix): New define.
5640         (_Jv_platform_solib_suffix): Likewise.
5641         * java/lang/natRuntime.cc: Include StackTrace.h.
5642         (_load): Use findLibrary and new platform defines.
5643         (nativeGetLibname): Use new platform defines.
5644
5645         * java/util/natResourceBundle.cc (getCallingClassLoader): Assume
5646         `t' won't be null.
5647
5648 2002-12-08  Mark Wielaard  <mark@klomp.org>
5649
5650         * gnu/gcj/protocol/jar/Connection.java (getJarFile): download and
5651         cache remote jar files.
5652         * gnu/gcj/runtime/VMClassLoader.java: Don't construct jar URL, only
5653         add File.separator to URL when it is a directory.
5654         * java/lang/ClassLoader.java: Add Classpath javadoc.
5655         (parent): final.
5656         (getParent): Add (disabled) security check.
5657         (findLibrary): New default method.
5658         * java/net/JarURLConnection.java (getManifest): Implement.
5659         (getInputStream): Only create InputStream when entry exists.
5660         (getHeaders): Only use jarFileURLConnection or JarEntry to set length
5661         when they exist.
5662         * java/net/URLClassLoader.java: New/Rewritten version from Classpath.
5663
5664 2002-12-08  Mark Wielaard  <mark@klomp.org>
5665
5666         * java/util/ResourceBundle.java (resourceBundleCache): Not final.
5667         (lastDefaultLocale): New field.
5668         (getBundle): When Locale.getDefault != lastDefaultLocale reset
5669         resourceBundleCache.
5670
5671 2002-12-06  Mark Wielaard  <mark@klomp.org>
5672
5673         * java/net/InetAddress.java (toString): Use hostname when not null,
5674         don't do an explicit reverse getHostName() lookup.
5675         * java/net/Socket.java (setSocketImplFactory): When fac == null throw
5676         NullPointerException.
5677
5678 2002-12-06  Tom Tromey  <tromey@redhat.com>
5679
5680         * include/java-interp.h (class _Jv_InterpMethod): Added
5681         JV_MARKOBJ_DECL.
5682         * boehm.cc (_Jv_MarkObj): Consolidated interpreter code.  Also
5683         mark `prepared' field of interpreted method.
5684         * interpret.cc (compile): Use _Jv_AllocBytes.
5685
5686 2002-12-05  Andrew Haley  <aph@redhat.com>
5687
5688         * gnu/gcj/runtime/natStackTrace.cc (fillInStackTrace): Throw
5689         #ifdef (HAVE_BACKTRACE) around the whole function body.
5690
5691 2002-12-05  Tom Tromey  <tromey@redhat.com>
5692
5693         * java/lang/Class.h (_Jv_SetVTableEntries): Updated declaration.
5694         * resolve.cc: Don't include AbstractMethodError.h.
5695         (_Jv_abstractMethodError): Removed.
5696         * defineclass.cc (handleMethodsBegin): Initialize method index to
5697         -1.
5698         * java/lang/natClass.cc (_Jv_LayoutVTableMethods): Don't set
5699         method index for "new" final method.
5700         (_Jv_SetVTableEntries): Compare index against -1 instead of using
5701         isVirtualMethod.  Added `flags' argument.
5702         (_Jv_MakeVTable): Throw exception for abstract method in concrete
5703         class.
5704
5705 2002-12-04  Tom Tromey  <tromey@redhat.com>
5706
5707         * java/net/SocketPermission.java (hashCode): Rewrote.
5708
5709 2002-12-04  Tom Tromey  <tromey@redhat.com>
5710
5711         * Makefile.in: Rebuilt.
5712         * Makefile.am (nat_source_files): Added natVMSecurityManager,
5713         natResourceBundle.
5714         * java/util/ResourceBundle.java (Security): Removed.
5715         (getCallingClassLoader): Now native.
5716         * java/util/natResourceBundle.cc: New file.
5717         * java/lang/natVMSecurityManager.cc: New file.
5718         * java/lang/VMSecurityManager.java (getClassContext): Now native.
5719
5720 2002-12-03  Mark Wielaard  <mark@klomp.org>
5721
5722         * java/util/jar/JarFile.java (manifest): Not final.
5723         (manifestRead): New field.
5724         (JarFile): Don't read Manifest in constructor.
5725         (getManifest): New method.
5726         (JarEnumeration.nextElement): Use new method.
5727         (getEntry): Likewise.
5728         * java/util/zip/ZipFile.java (name): Final.
5729         (raf): Likewsie.
5730         (entries): Change type to Hashtable.
5731         (closed): New field.
5732         (ZipFile): Don't read enties in constructor.
5733         (readEntries): Use Hashtable.
5734         (close): Set new close flag and set entries to null inside
5735         synchronized block.
5736         (entries): Contruct enumeration using new getEntries() method and
5737         entries Hashtable.
5738         (getEntryIndex): Removed.
5739         (getEntries): New method.
5740         (getEntry): Use new getEntries() method and entries Hastable.
5741         (getInputStream): Likewise.
5742         (size): Return getEntries().size().
5743         (ZipEntryEnumeration): Wrap entries Hashtable elements.
5744         * java/util/zip/ZipEntry.java (cal): Don't initialize.
5745         (time): Removed
5746         (dostime): New field.
5747         (zipFileIndex): Removed.
5748         (ZipEntry(ZipEntry)): Copy dostime.
5749         (setDOSTime): Now final and doesn't convert dos time.
5750         (getDOSTime): Likewise.
5751         (setTime): Convert dos time.
5752         (getTime): Likewise.
5753         (getCalendar): New method.
5754         (setExtra): Use setTime().
5755         * java/util/zip/ZipInputStream.java (getNextEntry): Format error msg.
5756
5757 2002-12-03  Tom Tromey  <tromey@redhat.com>
5758
5759         * java/lang/Character.java (forDigit): Formatting fix.
5760
5761 2002-12-03  Raif Naffah  <raif@fl.net.au>
5762
5763         * java/security/spec/DSAParameterSpec.java (getP): Return p, not q.
5764         * java/security/spec/DSAPrivateKeySpec.java (getP): Likewise.
5765         * java/security/spec/DSAPublicKeySpec.java (getP): Likewise.
5766
5767 2002-12-03  Andrew Haley  <aph@redhat.com>
5768
5769         * java/lang/natClassLoader.cc (_Jv_PrepareCompiledClass): Call
5770         _Jv_PushClass.
5771         (_Jv_InitNewClassFields): Set protectionDomain and chain = NULL.
5772         (_Jv_PopClass): New.
5773         (_Jv_PushClass): New.
5774         * java/lang/natClass.cc (forName (jstring)): Use a StackTrace to
5775         discover the ClassLoader of our caller.
5776         (_Jv_CheckArrayStore): Don't check that a class is assignment
5777         compatible with Object.
5778         * java/lang/natVMTHrowable.cc: Delete.
5779         * gnu/gcj/runtime/StackTrace.java: New, partly copied from
5780         java.lang.VMThrowable.
5781         (StackTrace(), StackTrace(int)): New constructors.
5782         (classAt, methodAt, update, methodAtAddress): New methods.
5783         (map): New field.
5784         * java/lang/VMThrowable.java: Use StackTrace instead of
5785         natVMTHrowable.
5786         * java/lang/Class.h (getClassLoaderInternal): New.
5787         (class Class): Be friendly with _Jv_PopClass and _Jv_PushClass.
5788         Be friendly with gnu::gcj::runtime::StackTrace.
5789         (Object.chain): New field.
5790         * include/java-interp.h (class _Jv_InterpMethod): Be friendly with
5791         gnu::gcj::runtime::StackTrace.
5792         * gnu/gcj/runtime/natStackTrace.cc: New file.
5793         * gnu/gcj/runtime/MethodRef.java: New file.
5794         * prims.cc (_Jv_NewObjectArray): Use getClassLoaderInternal()
5795         instead of getClassLoader().
5796         * verify.cc (class _Jv_BytecodeVerifier): Likewise.
5797         java::lang::VMThrowable.
5798         * Makefile.am (core_java_source_files): Add MethodRef.java,
5799         StackTrace.java.
5800         (nat_source_files): Remove natVMThrowable.cc; add natStackTrace.cc.
5801         * Makefile.in: Rebuild.
5802
5803 2002-12-02  Kaz Kojima  <kkojima@gcc.gnu.org>
5804
5805         * configure.host [sh-linux* | sh[34]*-linux*]: Don't set
5806         CHECKREFSPEC and EXCEPTIONSPEC. Set can_unwind_signal to
5807         yes also for sh-linux* and sh[34]*-linux*.
5808         * configure.in: Add sh-linux* and sh[34]*-linux* cases and
5809         set SIGNAL_HANDLER to use DWARF2 exception for them.
5810         * configure: Regenerate.
5811
5812 2002-12-02  Tom Tromey  <tromey@redhat.com>
5813
5814         * jni.cc: Added `name' argument.
5815         * include/jni.h (struct JNINativeInterface) [DefineClass]: Added
5816         `const char *' argument.
5817         (class _Jv_JNIEnv) [DefineClass]: Likewise.
5818
5819 2002-12-01  Tom Tromey  <tromey@redhat.com>
5820
5821         Bug compatibility, for PR libgcj/8738:
5822         * java/io/CharArrayWriter.java (close): Do nothing.
5823         (flush): Likewise.
5824         (reset): Don't touch `closed'.
5825         (write(int)): Don't throw IOException.
5826         (write(char[],int,int)): Likewise.
5827         (write(String,int,int)): Likewise.
5828         (closed): Removed.
5829
5830 2002-12-01  Mark Wielaard  <mark@klomp.org>
5831
5832         * java/lang/SecurityManager.java: Remerge comments, indenting and
5833         checkXXX methods with Classpath.
5834
5835 2002-11-29  Scott Gilbertson  <scottg@mantatest.com>
5836
5837         * java/awt/image/ColorModel.java (getUnnormalizedComponents,
5838         getNormalizedComponents): Fix calculation which was using one too
5839         many bits in the unnormalized format.
5840
5841 2002-11-29  Gary Benson  <gbenson@redhat.com>
5842
5843         For PR libgcj/8759:
5844         * java/beans/Introspector.java (flushCaches): New method.
5845         (flushFromCaches): Likewise.
5846
5847 2002-11-29  Michael Koch <konqueror@gmx.de>
5848
5849         * java/nio/channels/DatagramChannel.java
5850         (open): Added exception documentation.
5851         (write): Added exception documentation.
5852         (connect): Added exception documentation.
5853         (disconnect): Added exception documentation.
5854         (isConnected): Added exception documentation.
5855         (read): Added exception documentation.
5856         (receive): Added exception documentation.
5857         (send): Added exception documentation.
5858         (validOps): Added exception documentation.
5859         * java/nio/channels/SocketChannel.java
5860         (open): Added exception documentation.
5861         (read): Added exception documentation.
5862         (write): Added exception documentation.
5863         (connect): Added exception documentation.
5864         (finishConnect): Added exception documentation.
5865
5866 2002-11-29  Michael Koch <konqueror@gmx.de>
5867
5868         * gnu/java/nio/DatagramChannelImpl:
5869         (fd): New member variable to store file descriptor of socket.
5870         * gnu/java/nio/SelectionKeyImpl.java:
5871         (ops): Removed.
5872         (readyOps): New member variable.
5873         (interestOps): New member variable.
5874         (readyOps): Implemented.
5875         (readyOps): New method to set member variable readyOps.
5876         (interestOps): Replaced ops by interestOps.
5877         * gnu/java/nio/SelectorImpl.java:
5878         (SelectorImpl): Initialize key sets.
5879         (select): Call select with -1 instead of Long.MAX_VALUE).
5880         (java_do_select): Make it a native method.
5881         (getFDsAsArray): New helper method.
5882         (select): Remove canceled keys, give only interested file discriptors
5883         to java_do_select, set ready ops.
5884         (add): No need to initialize keys set here.
5885         (add_selected): No need to initialize selected set here.
5886         (deregisterCanceledKeys): New helper method.
5887         (register): Set interest ops, set attachments, added handling of datagram
5888         channels.
5889         * gnu/java/nio/ServerSocketChannelImpl:
5890         (SocketAccept): Renamed from NioSocketAccept.
5891         (implConfigureBlocking): Implemented.
5892         (accept): Use SocketAccept instead of NioSocketAccept.
5893         * gnu/java/nio/SocketChannelImpl:
5894         Reactivate native methods.
5895
5896 2002-11-29  Michael Koch <konqueror@gmx.de>
5897
5898         * gnu/java/nio/natByteBufferImpl.cc,
5899         gnu/java/nio/natCharBufferImpl.cc,
5900         gnu/java/nio/natDoubleBufferImpl.cc,
5901         gnu/java/nio/natFloatBufferImpl.cc,
5902         gnu/java/nio/natIntBufferImpl.cc,
5903         gnu/java/nio/natLongBufferImpl.cc,
5904         gnu/java/nio/natSelectorImpl.cc,
5905         gnu/java/nio/natServerSocketChannelImpl.cc,
5906         gnu/java/nio/natShortBufferImpl.cc,
5907         gnu/java/nio/natSocketChannelImpl.cc:
5908         New files that implement native functionalities.
5909
5910 2002-11-29  Michael Koch <konqueror@gmx.de>
5911
5912         * gnu/java/nio/ByteBufferImpl.java
5913         (ByteBufferImpl): Moved position() after limit.
5914         (nio_*): Use native implementation.
5915         * gnu/java/nio/CharBufferImpl.java:
5916         Reformated.
5917         (endian): New member variable string endianess of buffer.
5918         (CharBufferImpl): Moved position() after limit.
5919         (nio_*): Use native implementation.
5920         (subSequence): Implemented.
5921         * gnu/java/nio/DoubleBufferImpl.java
5922         (DoubleBufferImpl): Moved position() after limit.
5923         (nio_*): Use native implementation.
5924         * gnu/java/nio/FloatBufferImpl.java
5925         Reformated.
5926         (FloatBufferImpl): Moved position() after limit.
5927         (nio_*): Use native implementation.
5928         * gnu/java/nio/IntBufferImpl.java
5929         Added needed imports, Reformated.
5930         (IntBufferImpl): Moved position() after limit.
5931         (nio_*): Use native implementation.
5932         * gnu/java/nio/LongBufferImpl.java
5933         Reformated.
5934         (LongBufferImpl): Moved position() after limit.
5935         (nio_*): Use native implementation.
5936         * gnu/java/nio/ShortBufferImpl.java
5937         Reformated.
5938         (ShortBufferImpl): Moved position() after limit.
5939         (nio_*): Use native implementation.
5940
5941 2002-11-27  Julian Dolby  <dolby@us.ibm.com>
5942
5943         * java/util/Locale.java (toString): Improve efficiency if country
5944         and variant are both empty.
5945
5946 2002-11-26  Tom Tromey  <tromey@redhat.com>
5947
5948         * verify.cc (pop_init_ref): New method.
5949         (verify_instructions_0) [op_iaload, op_laload, op_faload,
5950         op_daload, op_aaload, op_baload, op_caload, op_saload, op_iastore,
5951         op_lastore, op_fastore, op_dastore, op_aastore, op_bastore,
5952         op_castore, op_sastore, op_areturn, op_arraylength, op_checkcast,
5953         op_instanceof, op_monitorenter, op_monitorexit]: Use it.
5954         (verify_instructions_0) [op_invokevirtual, op_invokespecial,
5955         op_invokestatic, op_invokeinterface]:  Use pop_init_ref.  Don't
5956         let `this' argument be uninitialized.  Don't let `null' be passed
5957         as `this' to construtor.
5958
5959 2002-11-26  Mark Wielaard  <mark@klomp.org>
5960
5961         * javax/transaction/HeuristicCommitException.java: Classpath merge.
5962         * javax/transaction/HeuristicMixedException.java: Likewise.
5963         * javax/transaction/HeuristicRollbackException.java: Likewise.
5964         * javax/transaction/InvalidTransactionException.java: Likewise.
5965         * javax/transaction/NotSupportedException.java: Likewise.
5966         * javax/transaction/RollbackException.java: Likewise.
5967         * javax/transaction/Status.java: Likewise.
5968         * javax/transaction/Synchronization.java: Likewise.
5969         * javax/transaction/SystemException.java: Likewise.
5970         * javax/transaction/Transaction.java: Likewise.
5971         * javax/transaction/TransactionManager.java: Likewise.
5972         * javax/transaction/TransactionRequiredException.java: Likewise.
5973         * javax/transaction/TransactionRolledbackException.java: Likewise.
5974         * javax/transaction/UserTransaction.java: Likewise.
5975         * javax/transaction/xa/XAException.java: Likewise.
5976         * javax/transaction/xa/XAResource.java: Likewise.
5977         * javax/transaction/xa/Xid.java: Likewise.
5978
5979 2002-11-26  Andreas Tobler  <a.tobler@schweiz.ch>
5980
5981         * java/net/natPlainDatagramSocketImpl.cc (socklen_t): Don't
5982         define.
5983         * java/net/natPlainSocketImpl.cc (socklen_t): Don't define.
5984         * include/posix.h (socklen_t): Define if not already defined.
5985
5986 2002-11-25  Tom Tromey  <tromey@redhat.com>
5987
5988         * verify.cc (type::compatible): Backed out broken change.
5989
5990         * verify.cc (type::compatible): Check initialization status
5991         first.
5992         * interpret.cc (run) [insn_invokespecial, invokespecial_resolved]:
5993         Don't use NULLCHECK.
5994
5995 2002-11-23  H.J. Lu <hjl@gnu.org>
5996
5997         * acinclude.m4 (AC_COMPILE_CHECK_SIZEOF): Removed.
5998         Include ../config/accross.m4.
5999         * aclocal.m4; Rebuild.
6000         * configure: Likewise.
6001
6002 2002-11-23  Mark Wielaard  <mark@klomp.org>
6003
6004         * javax/naming/AuthenticationException.java: Update copyright header.
6005         * javax/naming/AuthenticationNotSupportedException.java: Likewise.
6006         * javax/naming/Binding.java: Likewise.
6007         * javax/naming/CannotProceedException.java: Likewise.
6008         * javax/naming/CommunicationException.java: Likewise.
6009         * javax/naming/CompositeName.java: Likewise.
6010         * javax/naming/CompoundName.java: Likewise.
6011         * javax/naming/ConfigurationException.java: Likewise.
6012         * javax/naming/Context.java: Likewise.
6013         * javax/naming/ContextNotEmptyException.java: Likewise.
6014         * javax/naming/InitialContext.java: Likewise.
6015         * javax/naming/InsufficientResourcesException.java: Likewise.
6016         * javax/naming/InterruptedNamingException.java: Likewise.
6017         * javax/naming/LimitExceededException.java: Likewise.
6018         * javax/naming/LinkException.java: Likewise.
6019         * javax/naming/LinkLoopException.java: Likewise.
6020         * javax/naming/LinkRef.java: Likewise.
6021         * javax/naming/MalformedLinkException.java: Likewise.
6022         * javax/naming/NameAlreadyBoundException.java: Likewise.
6023         * javax/naming/NameClassPair.java: Likewise.
6024         * javax/naming/NameNotFoundException.java: Likewise.
6025         * javax/naming/NameParser.java: Likewise.
6026         * javax/naming/NamingEnumeration.java: Likewise.
6027         * javax/naming/NamingSecurityException.java: Likewise.
6028         * javax/naming/NoInitialContextException.java: Likewise.
6029         * javax/naming/NoPermissionException.java: Likewise.
6030         * javax/naming/NotContextException.java: Likewise.
6031         * javax/naming/OperationNotSupportedException.java: Likewise.
6032         * javax/naming/PartialResultException.java: Likewise.
6033         * javax/naming/Reference.java: Likewise.
6034         * javax/naming/Referenceable.java: Likewise.
6035         * javax/naming/ReferralException.java: Likewise.
6036         * javax/naming/ServiceUnavailableException.java: Likewise.
6037         * javax/naming/SizeLimitExceededException.java: Likewise.
6038         * javax/naming/TimeLimitExceededException.java: Likewise.
6039         * javax/naming/directory/Attribute.java: Likewise.
6040         * javax/naming/directory/AttributeInUseException.java: Likewise.
6041         * javax/naming/directory/AttributeModificationException.java: Likewise.
6042         * javax/naming/directory/Attributes.java: Likewise.
6043         * javax/naming/directory/BasicAttribute.java: Likewise.
6044         * javax/naming/directory/BasicAttributes.java: Likewise.
6045         * javax/naming/directory/DirContext.java: Likewise.
6046         * javax/naming/directory/InitialDirContext.java: Likewise.
6047         * javax/naming/directory/InvalidAttributeIdentifierException.java:
6048         Likewise.
6049         * javax/naming/directory/InvalidAttributeValueException.java: Likewise.
6050         * javax/naming/directory/InvalidAttributesException.java: Likewise.
6051         * javax/naming/directory/InvalidSearchControlsException.java: Likewise.
6052         * javax/naming/directory/InvalidSearchFilterException.java: Likewise.
6053         * javax/naming/directory/ModificationItem.java: Likewise.
6054         * javax/naming/directory/NoSuchAttributeException.java: Likewise.
6055         * javax/naming/directory/SchemaViolationException.java: Likewise.
6056         * javax/naming/directory/SearchControls.java: Likewise.
6057         * javax/naming/directory/SearchResult.java: Likewise.
6058         * javax/naming/event/EventContext.java: Likewise.
6059         * javax/naming/event/EventDirContext.java: Likewise.
6060         * javax/naming/event/NamespaceChangeListener.java: Likewise.
6061         * javax/naming/event/NamingEvent.java: Likewise.
6062         * javax/naming/event/NamingExceptionEvent.java: Likewise.
6063         * javax/naming/event/NamingListener.java: Likewise.
6064         * javax/naming/event/ObjectChangeListener.java: Likewise.
6065         * javax/naming/ldap/Control.java: Likewise.
6066         * javax/naming/ldap/ControlFactory.java: Likewise.
6067         * javax/naming/ldap/ExtendedRequest.java: Likewise.
6068         * javax/naming/ldap/ExtendedResponse.java: Likewise.
6069         * javax/naming/ldap/HasControls.java: Likewise.
6070         * javax/naming/ldap/InitialLdapContext.java: Likewise.
6071         * javax/naming/ldap/LdapContext.java: Likewise.
6072         * javax/naming/ldap/LdapReferralException.java: Likewise.
6073         * javax/naming/ldap/UnsolicitedNotification.java: Likewise.
6074         * javax/naming/ldap/UnsolicitedNotificationEvent.java: Likewise.
6075         * javax/naming/ldap/UnsolicitedNotificationListener.java: Likewise.
6076         * javax/naming/spi/DirObjectFactory.java: Likewise.
6077         * javax/naming/spi/DirStateFactory.java: Likewise.
6078         * javax/naming/spi/DirectoryManager.java: Likewise.
6079         * javax/naming/spi/InitialContextFactory.java: Likewise.
6080         * javax/naming/spi/InitialContextFactoryBuilder.java: Likewise.
6081         * javax/naming/spi/NamingManager.java: Likewise.
6082         * javax/naming/spi/ObjectFactory.java: Likewise.
6083         * javax/naming/spi/ObjectFactoryBuilder.java: Likewise.
6084         * javax/naming/spi/ResolveResult.java: Likewise.
6085         * javax/naming/spi/Resolver.java: Likewise.
6086         * javax/naming/spi/StateFactory.java: Likewise.
6087
6088         * javax/naming/spi/NamingManager.java (ofb): Package private.
6089
6090 2002-11-21  Mark Wielaard  <mark@klomp.org>
6091
6092         * java/net/URL.java: Merge with Classpath (partly).
6093         * java/net/URLStreamHandler: Merge with Classpath.
6094
6095 2002-11-22  Michael Koch <konqueror@gmx.de>
6096
6097         * include/posix.h:
6098         (_Jv_platform_on_close): Moved out of #ifndef DISBALE_JAVA_NET.
6099         * include/win32.h:
6100         (_Jv_platform_on_close): Moved out of #ifndef DISBALE_JAVA_NET.
6101         (backtrace): Moved out of #ifndef DISBALE_JAVA_NET.
6102
6103 2002-11-21  Michael Koch <konqueror@gmx.de>
6104
6105         * include/posix.h: I put too much into the #ifndef DISABLE_JAVA_NET.
6106         Only the new network functions should be in it.
6107
6108 2002-11-21  Michael Koch <konqueror@gmx.de>
6109
6110         * include/posix.h: Moved new functions into a #ifndef DISABLE_JAVA_NET
6111         * include/win32.h: Moved new functions into a #ifndef DISABLE_JAVA_NET
6112
6113 2002-11-21  Michael Koch <konqueror@gmx.de>
6114
6115         * java/nio/channels/AsynchronousCloseException.java,
6116         java/nio/channels/CancelledKeyException.java,
6117         java/nio/channels/ClosedByInterruptException.java,
6118         java/nio/channels/ConnectionPendingException.java,
6119         java/nio/channels/FileLockInterruptionException.java,
6120         java/nio/channels/IllegalSelectorException.java,
6121         java/nio/channels/NoConnectionPendingException.java,
6122         java/nio/channels/NonReadableChannelException.java,
6123         java/nio/channels/NonWritableChannelException.java,
6124         java/nio/channels/NotYetBoundException.java,
6125         java/nio/channels/NotYetConnectedException.java,
6126         java/nio/channels/OverlappingFileLockException.java,
6127         java/nio/channels/UnresolvedAddressException.java,
6128         java/nio/channels/UnsupportedAddressTypeException.java:
6129         New files.
6130         * Makefile.am (ordinary_java_source_files): Added new files.
6131         * Makefile.in: Regenerated.
6132
6133 2002-11-21  Michael Koch <konqueror@gmx.de>
6134
6135         * include/posix.h
6136         (_Jv_socket): New method.
6137         (_Jv_connect): New method.
6138         (_Jv_close): New method.
6139         (_Jv_platform_close_on_exec): Prefixed system function with "::".
6140         (_Jv_bind): New method.
6141         (_Jv_listen): New method.
6142         (_Jv_write): New method.
6143         (_Jv_read): New method.
6144         * include/win32.h
6145         (_Jv_socket): New method.
6146         (_Jv_connect): New method.
6147         (_Jv_close): New method.
6148         (_Jv_bind): New method.
6149         (_Jv_listen): New method.
6150         (_Jv_write): New method.
6151         (_Jv_read): New method.
6152         * java/net/natNetworkInterface.cc:
6153         Include platform.h, removed inclusion of socket.h
6154         (getRealNetworkInterfaces): Replaced ::socket() by _Jv_socket() and
6155         ::close() by _Jv_close().
6156         * java/net/natPlainDatagramSocketImpl.cc:
6157         Removed include of socket.h, definition of NATIVE_CLOSE and _Jv_bind,
6158         added some new lines to make code more readable.
6159         (create): Replaced ::socket() by _Jv_socket().
6160         (close): Replaced NATIVE_CLOSE() by _Jv_close().
6161         * java/net/natPlainSocketImpl.cc:
6162         Removed definition of NATIVE_CLOSE, _Jv_bind, Jv_connect and _Jv_accept,
6163         removed include of socket.h, removed some windows defines
6164         (now in include/win32.h).
6165         (create): Replaced ::socket() by _Jv_socket().
6166         (close): Replaced NATIVE_CLOSE() by _Jv_close().
6167         (write): Replaced ::read by _Jv_write().
6168         (read): Replaced ::read by _Jv_read().
6169
6170 2002-11-20  Michael Koch <konqueror@gmx.de>
6171
6172         * Makefile.am (ordinary_java_source_files):
6173         Added java/nio/channels/FileChannel.java.
6174         * Makefile.in: Regenerated.
6175
6176 2002-11-20  Michael Koch <konqueror@gmx.de>
6177
6178         * java/io/FileInputStream.java
6179         (getChannel): New method.
6180         * java/io/FileOutputStream.java
6181         (getChannel): New method.
6182         * java/net/ServerSocket.java
6183         (bind): Removed duplicate code and called another bind method instead.
6184         * java/nio/channels/SelectionKey.java
6185         (isValid): Removed wrong exception documentation.
6186         * java/nio/channels/ServerSocketChannel.java
6187         (accept): Added exception documentation.
6188         (open): Fixed typo, added exception documentation.
6189         * java/nio/channels/spi/AbstractSelectableChannel.java
6190         (implCloseChannel): Added exception documentation.
6191         (add): Reformated.
6192         (register): Added exception documentation.
6193
6194 2002-11-20  Andreas Jaeger  <aj@suse.de>
6195
6196         * configure: Regenerated with new libtool.m4.
6197
6198 2002-11-19  Tom Tromey  <tromey@redhat.com>
6199
6200         * java/lang/ref/natReference.cc (add_to_hash): Look at `copy', not
6201         `referent'.
6202         (finalize_referred_to_object): Don't modify `referent' or `copy'
6203         fields.
6204         (add_to_hash): Correctly set `n->next' when updating list.
6205         * java/lang/ref/Reference.java (enqueue): Return false if already
6206         enqueued.
6207
6208 2002-11-19  Ranjit Mathew <rmathew@hotmail.com>
6209
6210         * include/jni.h: Add missing JNICALL and JNIEXPORT attributes
6211         to function and function pointer declarations in accordance with
6212         Sun's JDKs. Define JNIIMPEXP to either JNIEXPORT or JNIIMPORT
6213         based on whether __GCJ_JNI_IMPL__ has been defined or not.
6214         * jni.cc: Add missing JNICALL and JNIEXPORT attributes to
6215         JNI function definitions.
6216
6217 2002-11-18  Jesse Rosenstock <jmr@ugcs.caltech.edu>
6218
6219         * java/nio/charset/CoderResult.java (Cache.get): Fix a bug
6220         that was causing CoderResults to be cached, not WeakReferences
6221         to CoderResults.
6222
6223 2002-11-18  Joerg Brunsmann  <joerg_brunsmann@yahoo.de>
6224
6225         * java/security/KeyStore.java (getInstance): Fix
6226         comment and throw IllegalArgumentException if
6227         given provider is null.
6228         (getInstance): New method for jdk1.4 compatibility.
6229
6230 2002-11-18  Michael Koch <konqueror@gmx.de>
6231
6232         * java/net/PlainSocketImpl.java: Fix imports.
6233
6234 2002-11-18  Michael Koch <konqueror@gmx.de>
6235
6236         * java/nio/channels/SelectionKey.java
6237         (isValid): Added exception documentation.
6238         * java/nio/channels/Selector.java
6239         (open): Declare "throws IOException".
6240
6241 2002-11-18  Jesse Rosenstock <jmr@ugcs.caltech.edu>
6242
6243         * java/nio/charset/Charset.java
6244         (<clinit>): New method.
6245         (encode): Synchronize use of cached encoder object.
6246         (decode): Synchronize use of cached encoder object.
6247
6248 2002-11-18  Michael Koch <konqueror@gmx.de>
6249
6250         * gnu/java/nio/ByteBufferImpl.java,
6251         gnu/java/nio/CharBufferImpl.java,
6252         gnu/java/nio/DatagramChannelImpl.java,
6253         gnu/java/nio/DoubleBufferImpl.java,
6254         gnu/java/nio/FileChannelImpl.java,
6255         gnu/java/nio/FloatBufferImpl.java,
6256         gnu/java/nio/IntBufferImpl.java,
6257         gnu/java/nio/LongBufferImpl.java,
6258         gnu/java/nio/PipeImpl.java,
6259         gnu/java/nio/SelectionKeyImpl.java,
6260         gnu/java/nio/SelectorImpl.java,
6261         gnu/java/nio/SelectorProviderImpl.java,
6262         gnu/java/nio/ServerSocketChannelImpl.java,
6263         gnu/java/nio/ShortBufferImpl.java,
6264         gnu/java/nio/SocketChannelImpl.java,
6265         java/nio/DoubleBuffer.java,
6266         java/nio/FloatBuffer.java,
6267         java/nio/IntBuffer.java,
6268         java/nio/LongBuffer.java,
6269         java/nio/ShortBuffer.java,
6270         java/nio/channels/FileChannel.java: New files.
6271
6272 2002-11-18  Michael Koch <konqueror@gmx.de>
6273
6274         * Makefile.am (ordinary_java_source_files):
6275         Added java/nio/ReadOnlyBufferException.java and
6276         java/nio/channels/ClosedSelectorException.java.
6277         * Makefile.in: Regenerated.
6278
6279 2002-11-18  Michael Koch <konqueror@gmx.de>
6280
6281         * java/net/PlainSocketImpl.java: Reworked imports.
6282         * java/net/ServerSocket.java
6283         (ServerSocket): Create socket.
6284         * java/net/SocketAddress.java: Documentation added.
6285         * java/net/natPlainSocketImpl.cc: Reindented.
6286         * java/nio/ReadOnlyBufferException.java: New file
6287         * java/nio/channels/ClosedChannelException.java: Documentation added.
6288         * java/nio/channels/ClosedSelectorException.java: New file.
6289
6290 2002-11-17  Mark Wielaard  <mark@klomp.org>
6291
6292         * java/net/HttpURLConnection.java ((getPermission): Take port
6293         into consideration.
6294         (getErrorStream): Implement.
6295
6296 2002-11-17  Mark Wielaard  <mark@klomp.org>
6297
6298         * java/net/HttpURLConnection.java: Merge with GNU Classpath.
6299
6300 2002-11-16  Mark Wielaard  <mark@klomp.org>
6301
6302         Integrate work by Raif S. Naffah (raif@fl.net.au)
6303         * java/security/DummyKeyPairGenerator.java (clone): New method.
6304         * java/security/DummyMessageDigest.java (clone): New method.
6305         (engineUpdate): Now public.
6306         (engineReset): Likewise.
6307         (engineDigest): Likewise.
6308         (engineGetDigestLength): New method.
6309         * java/security/DummySignature.java (clone): New method.
6310         * java/security/KeyPairGenerator.java (provider): Now package private.
6311         (getInstance(String)): Use getInstance(String,Provider).
6312         (getInstance(String,String): Use getInstance(String,Provider)
6313         (getInstance(String,Provider): New method.
6314         (getInstance(String,String,Provider): Don't cast DummyKeyPairGenerator.
6315         * java/security/KeyPairGeneratorSpi.java (clone): New method.
6316         * java/security/MessageDigest.java (provider): Now package private.
6317         (getInstance(String): Use getInstance(String,Provider).
6318         (getInstance(String,String): Use getInstance(String,Provider)
6319         (getInstance(String,Provider): New method.
6320         * java/security/Provider.java (toCanonicalKey): New method.
6321         (get): New method that uses toCanonicalKey().
6322         (put): Use toCanonicalKey().
6323         (remove): Likewise.
6324         * java/security/Security.java (insertProviderAt): Provider index is one
6325         based, not zero based.
6326         (addProvider): Likewise.
6327         (removeProvider): Likewise.
6328         * java/security/Signature.java (provider): Now package private.
6329         (getInstance(String)): Use getInstance(String,Provider).
6330         (getInstance(String,String): Use getInstance(String,Provider)
6331         (getInstance(String,Provider): New method.
6332         (getInstance(String,String,Provider): Don't cast DummySignature.
6333
6334 2002-11-15  Tom Tromey  <tromey@redhat.com>
6335
6336         For PR libgcj/8593:
6337         * java/util/zip/GZIPInputStream.java (read): Check file size.
6338         Look in inflater for remaining input bytes.
6339         (read4): Added buf and offset arguments.
6340
6341 2002-11-12  Eric Blake  <ebb9@email.byu.edu>
6342
6343         * java/applet/AppletContext.java: Fix typo and remove redundant
6344         modifiers.
6345
6346 2002-11-14  Tom Tromey  <tromey@redhat.com>
6347
6348         * java/lang/natRuntime.cc (insertSystemProperties): Set
6349         gnu.classpath.home.
6350
6351 2002-11-13  Michael Koch <konqueror@gmx.de>
6352
6353         * java/nio/ByteBuffer.java
6354         (allocate): New method.
6355         (wrap): New method.
6356         (put): New method.
6357         (get): New method.
6358
6359 2002-11-13  Michael Koch <konqueror@gmx.de>
6360
6361         * java/nio/channels/AlreadyConnectedException.java:
6362         Removed unneeded import.
6363         (AlreadyConnectedException): Documentation added.
6364         * java/nio/channels/Pipe.java
6365         (SinkChannel.SinkChannel): Documentation added.
6366         (SinkChannel.validOps): New method.
6367         (SourceChannel.SourceChannel): Documentation added.
6368         (SourceChannel.validOps): New method.
6369         (Pipe): Documentation added.
6370         (open): Documentation added.
6371         (SinkChannel.channel): Documentation added.
6372         (SourceChannel.channel): Documentation added.
6373         * java/nio/channel/SelectableChannel.java
6374         (SelectableChannel): Documentation added.
6375         (blockingLock): Documentation added.
6376         (configureBlocking):Documentation added.
6377         (isBlocking):Documentation added.
6378         (isRegistered):Documentation added.
6379         (keyFor):Documentation added.
6380         (provider):Documentation added.
6381         (register): Documentation added.
6382         (validOps): Documentation added.
6383         * jaba/nio/channels/SelectionKey.java
6384         (SelectionKey): Documentation added.
6385         (attach): Documentation added.
6386         (attachment): Documentation added.
6387         (isAcceptable): Documentation added.
6388         (isConnetable): Documentation added.
6389         (isReadable): Documentation added.
6390         (isWritable): Documentation added.
6391         (cancel): Documentation added.
6392         (channel): Documentation added.
6393         (interestOps): Documentation added.
6394         (isValid): Documentation added.
6395         (readyOps): Documentation added.
6396         (selector): Documentation added.
6397         * jaba/nio/channels/Selector.java
6398         (Selector): Documentation added.
6399         (open): Documentation added.
6400         (close): Documentation added.
6401         (isOpen): Documentation added.
6402         (keys): Documentation added.
6403         (provider): Documentation added.
6404         (select): Documentation added.
6405         (selectedKeys): Documentation added.
6406         (selectNow): Documentation added.
6407         (wakeup): Documentation added.
6408         * java/nio/channels/spi/AbstractInterruptibleChannel.java
6409         (AbstractInterruptibleChannel): Documentation added.
6410         (opened): Default to true;
6411         (begin): Documentation added.
6412         (close): Set opened to false, documentation added.
6413         (isOpen): Documentation added.
6414         * java/nio/channels/spi/AbstractSelectionKey.java
6415         (AbstractSelectionKey): Documentation added.
6416         (cancel): Documentation added.
6417         (isValid): Documentation added.
6418         * java/nio/channels/spi/AbstractSelector.java
6419         (AbstractSelector): Documentation added.
6420         (begin): Documentation added.
6421         (close): Documentation added.
6422         (isOpen): Documentation added.
6423         (deregister): Documentation added.
6424         (end): Documentation added.
6425         (provider): Documentation added.
6426         (implCloseSelector): Documentation added.
6427         (register): Documentation added.
6428         * java/nio/channels/spi/SelectorProvider.java
6429         (SelectorProvider): Documentation added.
6430         (openDatagramChannel): Documentation added.
6431         (openPipe): Documentation added.
6432         (openSelector): Documentation added.
6433         (openServerSocketChannel): Documentation added.
6434         (openSocketChannel): Documentation added.
6435         (provider): Documentation added.
6436
6437 2002-11-12  Michael Koch <konqueror@gmx.de>
6438
6439         * java/nio/Buffer.java: Implemented.
6440         * java/nio/CharBuffer.java: New file.
6441         * java/nio/InvalidMarkException.java: New file.
6442         * java/nio/channels/DatagramChannel.java: Implemented.
6443         * java/nio/channels/ServerSocketChannel.java: Implemented.
6444         * java/nio/channels/SocketChannel.java: Implemented.
6445         * java/nio/channels/spi/AbstractChannel.java: Removed.
6446         * java/nio/channels/spi/AbstractSelectableChannel.java:
6447         Implemented.
6448         * java/nio/charset/Charset.java:
6449         Merge from Classpath.
6450         * java/nio/charset/CharsetDecoder.java: New file.
6451         * java/nio/charset/CharsetEncoder.java: New file.
6452         * java/nio/charset/CoderResult.java: New file.
6453         * Makefile.am (ordinary_java_source_files): Added new files.
6454         * Makefile.in: Regenerated.
6455
6456 2002-11-11  Jesse Rosenstock  <jmr@ugcs.caltech.edu>
6457
6458         * gnu/java/nio/charset/ISO_8859_1.java,
6459         gnu/java/nio/charset/Provider.java,
6460         gnu/java/nio/charset/US_ASCII.java,
6461         gnu/java/nio/charset/UTF_16.java,
6462         gnu/java/nio/charset/UTF_16BE.java,
6463         gnu/java/nio/charset/UTF_16Decoder.java,
6464         gnu/java/nio/charset/UTF_16Encoder.java,
6465         gnu/java/nio/charset/UTF_16LE.java,
6466         gnu/java/nio/charset/UTF_8.java: New files.
6467
6468 2002-11-11  Michael Koch <konqueror@gmx.de>
6469
6470         * java/nio/charset/CharacterCodingException.java:
6471         This class must be public.
6472         * java/nio/charset/CoderMalfunctionError.java:
6473         This class must be public.
6474         * java/nio/charset/CodingErrorAction.java:
6475         This class must be public.
6476         * java/nio/charset/IllegalCharsetNameException.java:
6477         This class must be public, better implementation.
6478         * java/nio/charset/MalformedInputException.java:
6479         This class must be public, better implementation.
6480         * java/nio/charset/UnmappableCharacterException.java:
6481         This class must be public, better implementation.
6482         * java/nio/charset/UnsupportedCharsetException.java:
6483         This class must be public, better implementation.
6484
6485 2002-11-11  Michael Koch <konqueror@gmx.de>
6486
6487         * java/nio/BufferOverflowException.java,
6488         java/nio/BufferUnderflowException.java: New file.
6489         * Makefile.am (ordinary_java_source_files):
6490         Added new files.
6491         * Makefile.in: Regenerated.
6492
6493 2002-11-10  Tom Tromey  <tromey@redhat.com>
6494
6495         * java/awt/Container.java (validate): Use tree lock.
6496         (getComponent): Likewise.
6497         (getComponents): Likewise.
6498         (addImpl): Likewise.
6499         (remove): Likewise.
6500         (removeAll): Likewise.
6501         (processEvent): Fixed indentation.
6502         (getComponentAt): Use tree lock.
6503         (findComponentAt): Likewise.
6504         (removeNotify): Likewise.
6505         (isAncestorOf): Likewise.
6506         (list): Likewise.
6507         (visitChildren): Likewise.
6508         (findNextFocusComponent): Likewise.
6509         (addNotifyContainerChildren): Likewise.
6510         (getAccessibleChildrenCount): Likewise.
6511         (getAccessibleChild): Likewise.
6512
6513         * java/awt/GridLayout.java (layoutContainer): Use tree lock.
6514         (getSize): Likewise.
6515         * java/awt/FlowLayout.java (layoutContainer): Use tree lock.
6516         (getSize): Likewise.
6517         * java/awt/BorderLayout.java (layoutContainer): Use tree lock.
6518         (calcSize): Likewise.
6519         * java/awt/CardLayout.java (getSize): Use tree lock.
6520         (gotoComponent): Likewise.
6521         (layoutContainer): Likewise.
6522
6523         * java/io/natFileDescriptorWin32.cc (read): Handle case where
6524         count is 0.
6525         * java/io/natFileDescriptorPosix.cc (read): Handle case where
6526         count is 0.
6527
6528         * java/io/Externalizable.java, java/io/FilePermission.java,
6529         java/io/ObjectStreamConstants.java, java/io/Serializable.java,
6530         java/io/SerializablePermission.java, java/text/Format.java,
6531         java/util/AbstractMap.java, java/util/HashMap.java,
6532         java/util/LinkedHashMap.java, javax/naming/BinaryRefAddr.java: New
6533         versions from Classpath.
6534
6535 2002-11-10  Anthony Green  <green@redhat.com>
6536
6537         * java/util/jar/Attributes.java (Name): Fix name check.
6538
6539 2002-11-10  Mark Wielaard  <mark@klomp.org>
6540
6541         * java/lang/natClass.cc (initializeClass): Throw NoClassDefFoundError
6542         with getName() as message.
6543         (_Jv_CheckArrayStore): Throw ArrayStoreException with object and array
6544         type as message.
6545
6546         * java/lang/natVMThrowable.cc: Don't declare parameter t, it is
6547         unused.
6548
6549 2002-11-08  Ranjit Mathew <rmathew@hotmail.com>
6550
6551         * include/jni.h (JNIIMPORT, JNIEXPORT, JNICALL): Linker defines
6552         for Win32. JNICALL has been defined to __stdcall to be compatible
6553         with Sun's JDKs.
6554
6555 2002-11-10  Tom Tromey  <tromey@redhat.com>
6556
6557         * java/awt/GridLayout.java (setColumns): Check newCols, not cols.
6558         (setRows): Check newRows, not rows.
6559
6560         * jni.cc (_Jv_GetJNIEnvNewFrame): Set env->ex in all cases.
6561
6562 2002-11-09  Tom Tromey  <tromey@redhat.com>
6563
6564         * java/applet/Applet.java, java/applet/AppletContext.java,
6565         java/applet/AppletStub.java, java/applet/AudioClip.java,
6566         java/awt/CardLayout.java,
6567         java/awt/ContainerOrderFocusTraversalPolicy.java,
6568         java/awt/Cursor.java, java/awt/Event.java, java/awt/Frame.java,
6569         java/awt/GridBagConstraints.java, java/awt/GridBagLayout.java,
6570         java/awt/GridLayout.java, java/awt/color/ColorSpace.java,
6571         java/awt/color/ICC_ColorSpace.java,
6572         java/awt/color/ICC_Profile.java,
6573         java/awt/color/ICC_ProfileGray.java,
6574         java/awt/color/ICC_ProfileRGB.java,
6575         java/awt/datatransfer/DataFlavor.java,
6576         java/awt/dnd/DragSourceContext.java, java/awt/dnd/DropTarget.java,
6577         java/awt/dnd/DropTargetContext.java, java/awt/event/KeyEvent.java:
6578         New versions from Classpath.
6579         * Makefile.in: Rebuilt.
6580         * Makefile.am (awt_java_source_files): Added ICC_ProfileGray and
6581         ICC_ProfileRGB.
6582
6583         * java/awt/ScrollPane.java (ScrollPane): Fixed test for valid
6584         display policy.
6585
6586         * java/awt/List.java (processEvent): Added missing `else's.
6587
6588         * java/awt/Window.java (show): validate() before showing.  Make
6589         parent displayable.
6590         (isDisplayable): New method.
6591
6592 2002-11-07  Mark Wielaard  <mark@klomp.org>
6593
6594         Merge Orp RMI patches from Wu Gansha <gansha.wu@intel.com>
6595         * java/rmi/MarshalledObject.java (equals): Check hashcode first.
6596
6597         * java/rmi/server/RMIClassLoader.java (MyClassLoader): Create/Use
6598         annotation.
6599         (loadClass): Take String as codebases.
6600         (getClassAnnotation): Use MyClassLoader annotations.
6601         * java/rmi/server/UnicastRemoteObject.java (UnicastRemoteObject):
6602         call exportObject(this).
6603
6604         * gnu/java/rmi/RMIMarshalledObjectOutputStream.java
6605         (RMIMarshalledObjectOutputStream): set locBytesStream and locStream.
6606         (setAnnotation): Don't set locBytesStream and locStream.
6607         (replaceObject): Removed.
6608         (flush): Don't test locStream.
6609         (getLocBytes): LikeWise.
6610         * gnu/java/rmi/dgc/DGCImpl.java: extends UnicastServerRef.
6611         (leaseCache): New field.
6612         (dirty): Use leaseCache.
6613         (LeaseRecord): New inner class.
6614         * gnu/java/rmi/registry/RegistryImpl.java (RegistryImpl): Don't
6615         explicitly call exportObject().
6616         * gnu/java/rmi/registry/RegistryImpl_Stub.java: set useNewInvoke to
6617         false to communicate with Sun JDK130.
6618         * gnu/java/rmi/server/ConnectionRunnerPool.java: Add CPU comment.
6619         * gnu/java/rmi/server/RMIObjectInputStream.java
6620         (UnicastConnectionManager): Removed field.
6621         * gnu/java/rmi/server/RMIObjectOutputStream.java (replaceObject):
6622         Use UnicastServer.getExportedRef().
6623         * gnu/java/rmi/server/UnicastConnection.java (reviveTime): New field.
6624         (expireTime): Likewise.
6625         (CONNECTION_TIMEOUT): Likewise.
6626         (disconnect): Call sock.close().
6627         (isExpired): New method.
6628         (resetTime): Likewise.
6629         (run): Use do while loop and catch Exception for discardConnection().
6630         * gnu/java/rmi/server/UnicastConnectionManager.java: Pool connections.
6631         * gnu/java/rmi/server/UnicastRef.java: Lots of changes.
6632         * gnu/java/rmi/server/UnicastRemoteCall.java: Lots of changes.
6633         * gnu/java/rmi/server/UnicastServer.java (refcache): New field.
6634         (exportObject): Use refcache.
6635         (unexportObject): Likewise.
6636         (getExportedRef): New method.
6637         * gnu/java/rmi/server/UnicastServerRef.java (UnicastServerRef): New
6638         constructor.
6639         (exportObject): Save manager.serverobj.
6640         (getStub): New method.
6641
6642 2002-11-07  Mark Wielaard  <mark@klomp.org>
6643
6644         * java/lang/reflect/natField.cc (getBoolean): Use getType().
6645         (getByte): Likewise.
6646         (getShort): Likewise.
6647         (getInt): Likewise.
6648         (getLong): Likewise.
6649         (getFloat): Likewise.
6650         (getDouble): Likewise.
6651         (get): Likewise.
6652         (setChar): Likewise.
6653         (setByte): Likewise.
6654         (setShort): Likewise.
6655         (setInt): Likewise.
6656         (setLong): Likewise.
6657         (setFloat): Likewise.
6658         (setDouble): Likewise.
6659
6660 2002-11-07  Michael Koch <konqueror@gmx.de>
6661
6662         * java/awt/Choice.java,
6663         java/awt/Container.java,
6664         java/awt/GridBagLayout.java:
6665         Fixed documentation.
6666         * java/awt/peer/ContainerPeer.java:
6667         Reindented.
6668
6669 2002-11-07  Michael Koch <konqueror@gmx.de>
6670
6671         * java/awt/color/ICC_Profile.java:
6672         Added missing constants.
6673         * java/awt/color/ICC_ColorSpace.java
6674         (getMinValue): Added dummy implementation.
6675         (getMaxValue): Added dummy implementation.
6676         * java/awt/datatransfer/DataFlavor.java
6677         (imageFlavor): Added.
6678         (isMimeTypeEqual): Must be final.
6679         (getDefaultRepresentationClass): Must be non-static.
6680         (getDefaultRepresentationClassAsString): Must be non-static.
6681         * java/awt/dnd/DragSourceContext.java
6682         (dragExit): Corrected argument.
6683         (dragDropEnd): Corrected argument.
6684         * java/awt/dnd/DragSourceListener.java.java
6685         (dragExit): Corrected argument.
6686         (dragDropEnd): Corrected argument.
6687         * java/awt/font/TextHitInfo.java
6688         (toString): Added stubbed implementation.
6689         * java/awt/geom/PathIterator.java:
6690         The constants must be static.
6691         * java/awt/image/VolatileImage.java
6692         (IMAGE_INCOMPATIBLE): Fixed typo.
6693         * java/awt/image/renderable/RenderableImage.java
6694         (HINTS_OBSERVED): Must be static.
6695         * java/beans/BeanInfo.java:
6696         Constants must be final.
6697
6698 2002-11-06  Tom Tromey  <tromey@redhat.com>
6699
6700         From svens@it.uu.se.  For PR libgcj/8481.
6701         * java/util/Random.java (nextInt(int)): Only use 31 bits.
6702
6703 2002-11-06  Tom Tromey  <tromey@redhat.com>
6704
6705         * jni.cc (array_from_valist): Assume that jlong won't be
6706         promoted.
6707
6708 2002-11-04  R. A. Rivas Diaz  <rivasdiaz@yahoo.com>
6709
6710         * gnu/java/security/provider/SHA.java (engineGetDigestLength):
6711         Return 20.
6712         * gnu/java/security/provider/MD5.java (engineGetDigestLength):
6713         Return 16.
6714
6715 2002-11-03  Tom Tromey  <tromey@redhat.com>
6716
6717         * java/lang/ClassLoader.java (loadClass): Call loadClass on
6718         VMClassLoader, not findClass.
6719
6720 2002-11-03  Jeff Sturm  <jsturm@one-point.com>
6721
6722         * resolve.cc (METHOD_NOT_THERE, METHOD_INACCESSIBLE): Remove.
6723         (_Jv_ResolvePoolEntry): Use _Jv_Method.index, not
6724         _Jv_DetermineVTableIndex, to determine vtable offset.
6725         (_Jv_DetermineVTableIndex): Remove.
6726         (_Jv_PrepareClass): Don't layout vtable.  Use _Jv_MakeVTable instead.
6727
6728         * java/lang/Class.h (friend int _Jv_DetermineVTableIndex): Remove.
6729
6730 2002-11-03  Tom Tromey  <tromey@redhat.com>
6731
6732         * java/nio/channels/AlreadyConnectedException.java: Extend
6733         IllegalStateException, per spec.
6734
6735 2002-10-31  Stephen Crawley  <crawley@dstc.edu.au>
6736
6737         * java/lang/Double.java (valueOf): Return new Double(parseDouble(s)).
6738
6739 2002-10-31  Wu Gansha <gansha.wu@intel.com>:
6740
6741         * java/util/ArrayList.java (readObject, writeObject): Only read/write
6742         size items.
6743
6744 2002-10-31  Wu Gansha <gansha.wu@intel.com>:
6745
6746         * java/io/DataInputStream.java (convertFromUTF): Give StringBuffer an
6747         initial estimated size to avoid enlarge buffer frequently.
6748
6749 2002-10-31  Wu Gansha <gansha.wu@intel.com>:
6750
6751         * java/lang/reflect/Proxy.java (ProxyType): Set loader to System
6752         ClassLoader when null.
6753         (ProxyType.hashCode): Loader null check no longer needed.
6754         (ProxyType.sameTypes): New method.
6755         (ProxyType.equals): Use new method.
6756
6757 2002-10-31  Mark Wielaard  <mark@klomp.org>
6758
6759         * java/net/URLDecoder.java (decode): Initialize Stringbuffer size to
6760         length of String.
6761         * java/net/URLEncoder.java (encode): Likewise.
6762
6763 2002-10-31  Mark Wielaard  <mark@klomp.org>
6764
6765         * java/util/zip/ZipInputStream.java (getNextEntry): Throw IOException
6766         when stream is closed.
6767         (closeEntry): Likewise.
6768         (read): Likewise.
6769         * java/util/zip/ZipOutputStream.java (putNextEntry): Throw
6770         ZipException when no entry active.
6771         (closeEntry): Likewise.
6772         (write): Likewise.
6773
6774 2002-11-02  Tom Tromey  <tromey@redhat.com>
6775
6776         * java/lang/Class.h: Move JV_STATE_ERROR before JV_STATE_DONE.
6777         * java/lang/natClass.cc (initializeClass): Don't return just
6778         because self==thread.
6779
6780         For PR java/8415:
6781         * java/lang/reflect/natMethod.cc (getType): Use _Jv_FindClass.
6782         * prims.cc (_Jv_FindClassFromSignature): Indentation fix.
6783
6784 2002-11-02  Andreas Schwab  <schwab@suse.de>
6785
6786         * Makefile.am (AM_MAKEFLAGS): Don't pass JC1FLAGS, CC and CXX, do
6787         pass GCJFLAGS.
6788         (FLAGS_TO_PASS): Define.
6789         * Makefile.in: Regenerated.
6790
6791 2002-11-01  Michael Koch  <konqueror@gmx.de>
6792
6793         * java/nio/ByteOrder.java: New file.
6794         * java/nio/channels/DatagramChannel.java:
6795         (DatagramChannel): New constructor.
6796         * java/nio/channels/Pipe.java: New file.
6797         * java/nio/channels/SelectableChannel.java: New file.
6798         * java/nio/channels/SelectionKey.java: New file.
6799         * java/nio/channels/Selector.java: New file.
6800         * java/nio/channels/ServerSocketChannel.java
6801         (ServerSocketChannel): New constructor.
6802         * java/nio/channels/SocketChannel.java
6803         (SocketChannel): New constructor.
6804         * java/nio/channels/Pipe.java: New file.
6805         * java/nio/channels/spi/AbstractChannel.java: New file.
6806         * java/nio/channels/spi/AbstractInterruptibleChannel.java: New file.
6807         * java/nio/channels/spi/AbstractSelectableChannel.java:
6808         License added
6809         (AbstractSelectableChannel): New stubbed method.
6810         * java/nio/channels/spi/AbstractSelectionKey.java: New file.
6811         * java/nio/channels/spi/AbstractSelector.java: New file.
6812         * java/nio/channels/spi/SelectorProvider.java: New file.
6813         * java/nio/charset/Charset.java: New file.
6814         * java/nio/charset/CoderMalfunctionError.java: New file.
6815         * java/nio/charset/CodingErrorAction.java: New file.
6816         * java/nio/charset/spi/CharsetProvider.java
6817         (charsetForName): Uncommented.
6818         * Makefile.am (java_native_source_files): Added new files.
6819         * Makefile.in: Regenerated.
6820
6821 2002-11-01  Michael Koch  <konqueror@gmx.de>
6822
6823         * java/net/InetAddress.java:
6824         (isAnyLocalAddress): Implemented.
6825         (isLoopbackAddress): Implemented, comment added.
6826         (isLinkLocalAddress): Implemented, documentation added.
6827         (isSiteLocalAddress): Implemented, documentation added.
6828         (isMCGlobal): Implemented, documentation added.
6829         (isMCNodeLocal): Implemented, documentation added.
6830         (isMCLinkLocal): Implemented, documentation added.
6831         (isMCSiteLocal): Implemented, documentation added.
6832         (isMCOrgLocal): Implemented, documentation added.
6833         (getHostName): Documentation added.
6834         (getCanonicalHostName): Implemented, documentation added.
6835         (getAddress): Documentation added.
6836         (hashCode): Documentation added.
6837         (equals): Documentation added.
6838         (toString): Fixed implementation.
6839         (getByAddress): Use Inet4Address and Inet6Address.
6840         (lookup): New linewrap.
6841         (getByName): SecurityManager check added, support Inet4Address and
6842         Inet6address, comments added.
6843         (getAllByName): SecurityManager check added, comments added.
6844         * java/net/Inet6Address.java:
6845         (Inet6Address): Initialize parent class with addr instead of null.
6846         * java/net/URL.java
6847         (equals): Documentation added.
6848         (getFile): Documentation added.
6849         (hashCode): Documentation added.
6850         * java/net/natInetAddress.cc:
6851         (aton): Fix IPv6 support.
6852         * java/net/natPlainDatagramSocketImpl.cc:
6853         (peek): Throw PortUnreachableException when suitable.
6854         (peekData): Throw PortUnreachableException when suitable.
6855         (send): Throw PortUnreachableException when suitable.
6856         (receive): Throw PortUnreachableException when suitable.
6857
6858 2002-10-27  Mark Wielaard  <mark@klomp.org>
6859
6860         * java/util/zip/ZipFile.java (readLeShort): Take and use DataInput as
6861         argument.
6862         (readLeShort): Likewise and use byte[].
6863         (readLeInt): Likewise.
6864         (readEntries): Use new versions of methods and use byte[] for reading
6865         a complete zip entry. Add ZipFile name to exceptions.
6866         (entries): Add ZipFile name to exceptions.
6867         (getEntry): Likewise.
6868         (checkLocalHeader): Use new versions of methods and add ZipFile name
6869         to exceptions.
6870
6871 2002-10-31  Mark Anderson  <mark@panonet.net>
6872
6873         * java/awt/GridBagLayout.java (setConstraints): New stubbed method
6874         added
6875
6876 2002-10-25  Krister Walfridsson  <cato@df.lth.se>
6877
6878         * configure.in: Disable hash sync when not using threads.
6879         * configure: Regenerated.
6880
6881 2002-10-24  Tom Tromey  <tromey@redhat.com>
6882
6883         * java/lang/natRuntime.cc (_Jv_SetDLLSearchPath): New function.
6884         (_Jv_FindSymbolInExecutable): Removed argument name.
6885         (insertSystemProperties): Call _Jv_SetDLLSearchPath if
6886         java.library.path is set.
6887
6888         * gij.cc (help): Document --showversion.
6889         (version): Don't exit.
6890         (main): Handle --showversion.  Exit if --version given.
6891
6892 2002-10-23  Tom Tromey  <tromey@redhat.com>
6893
6894         * jni.cc (_Jv_JNI_AllocObject): Removed old FIXME comment.
6895         (array_from_valist): Correctly handle promotion for jint, jlong,
6896         jfloat, and jdouble.
6897
6898 2002-10-23  Ranjit Mathew <rmathew@hotmail.com>
6899
6900         * java/io/natFileWin32.cc (attr): Use FindFirstFile( ) instead of
6901         GetFileAttributesEx( ) to find file length and modification times,
6902         as the latter is not present on Windows 95.
6903
6904 2002-10-21  Michael Koch  <konqueror@gmx.de>
6905
6906         * java/net/URL.java
6907         (URL): Activate SecurityManager checks.
6908         (equals): Use URLStreamHandler implementation instead of doing it
6909         alone. This allows special protocol stream handlers to change default
6910         behaviour.
6911         (hashCode): Use URLStreamHandler implementation instead of doing it
6912         alone. This allows special protocol stream handlers to change default
6913         behaviour.
6914         * java/net/URLStreamHandler.java
6915         (equals): Implemented default URL equality check.
6916         (hostsEqual): Implemented default URL equality check.
6917         (hashCode): Implemented default URL hashCode algorithm.
6918         * java/net/natPlainDatagramSocketImpl.cc:
6919         No lines longer then 80 characters.
6920
6921 2002-10-20  Adam Megacz <adam@xwt.org>
6922
6923         * aclocal.m4 (CHECK_FOR_BROKEN_MINGW_LD): added
6924         * configure.in: enabled hash sync on Win32
6925         * include/win32-threads.h (_Jv_ThreadId_t): added.
6926         * java/lang/natObject.cc (_Jv_MonitorEnter, _Jv_MonitorExit,
6927         heavy_lock_obj_finalization_proc, wait, notify, notifyAll):
6928         removed some posix-isms, use Thread::sleep() instead of usleep,
6929         added code to clear bottom three bits if platform has a broken
6930         linker.
6931         * include/win32-threads.h (_Jv_ThreadId_t): added.
6932
6933 2002-10-19  Ranjit Mathew <rmathew@hotmail.com>
6934
6935         * java/lang/natRuntime.cc (insertSystemProperties): Added GCJ
6936         runtime property "gnu.gcj.progname" containing the name used to
6937         invoke the current Java program (similar to argv[0] for C
6938         programs).
6939
6940 2002-10-15  Tom Tromey  <tromey@redhat.com>
6941
6942         Fix for PR libgcj/8234:
6943         * java/util/zip/natInflater.cc (reset): Reset avail_in.
6944         * java/util/zip/natDeflater.cc (reset): Reset avail_in.
6945
6946 2002-10-13  Mark Wielaard  <mark@klomp.org>
6947
6948         * mauve-libgcj: Enable Mauve tests that compile now.
6949
6950 2002-10-11  Mark Wielaard  <mark@klomp.org>
6951
6952         Fix for PR libgcj/8142
6953         * java/lang/natClassLoader.cc (findClass): Skip inner classes when
6954         loading native modules.
6955
6956 2002-10-10  Michael Koch  <konqueror@gmx.de>
6957
6958         * javax/swing/AbstractListModel.java
6959         (getListDataListeners): New stubbed method.
6960         javax/swing/DefaultBoundedRangeModel.java
6961         (getChangeListeners): New stubbed method.
6962         javax/swing/DefaultSingleSelectionModel.java
6963         (getChangeListeners): New stubbed method.
6964
6965 2002-10-10  Michael Koch  <konqueror@gmx.de>
6966
6967         * gcj/.cvsignore: New file to ignore files generated during build.
6968         * include/.cvsignore: New file to ignore files generated during build.
6969
6970 2002-10-10  Michael Koch  <konqueror@gmx.de>
6971
6972         * java/net/HttpURLConnection.java
6973         (getPermission): New method.
6974         (getErrorStream): New stub method.
6975         (getHeaderFieldDate): New stub method.
6976         * java/net/Inet4Address.java:
6977         (isLinkLocalAddress): Typo fixed.
6978         * java/net/InetAddress.java:
6979         (readResolve): New stubbed method (for serialization).
6980         (isAnyLocalAddress): New stubbed method.
6981         (isLoopbackAddress): New stubbed method.
6982         (isLinkLocalAddress): New stubbed method.
6983         (isSiteLocalAddress): New stubbed method.
6984         (isMCGlobal): New stubbed method.
6985         (isMCNodeGlobal): New stubbed method.
6986         (isMCLinkLocal): New stubbed method.
6987         (isMCSiteLocal): New stubbed method.
6988         (isMCOrgLocal): New stubbed method.
6989         (getCanonicalHostName): New stubbed method.
6990         (getByAddress): Create instances of Inet4Address/Inet6Address,
6991         instead of InetAddress, documentation added.
6992         * java/net/MulticastSocket.java
6993         (getInterface): Removed FIXME.
6994         (getNetworkInterface): New method.
6995         (setNetworkInterface): New method.
6996         * java/net/NetworkInterface.java:
6997         (toString): Use property "line.separator" instead of "\n".
6998         * java/net/URLConnection.java
6999         (getContent): New stubbed method.
7000         * java/net/URLStreamHandler.java:
7001         (equals): New stubbed method.
7002         (hostsEqual): New stubbed method.
7003         (hashCode): New stubbed method.
7004         * java/net/natNetworkInterface.cc:
7005         (getRealNetworkInterfaces): Create Inet4Address object
7006         instead of InetAddress.
7007
7008 2002-10-08  Ulrich Weigand  <uweigand@de.ibm.com>
7009
7010         * interpret.cc (_Jv_InterpMethod::run): Use UINT32 instead of
7011         unsigned long temporary to implement insn_iushr shifts.
7012
7013 2002-10-08  Ulrich Weigand  <uweigand@de.ibm.com>
7014
7015         * configure.host [s390*-*]: Enable Java interpreter.
7016         Enable hash synchronization.  Add sysdeps dir.
7017         * sysdep/s390/locks.h: New file.
7018
7019 2002-10-06  Mark Wielaard  <mark@klomp.org>
7020
7021         * java/lang/Thread.java (setDaemon): Check startable_flag,
7022         not isAlive().
7023
7024 2002-10-07  Michael Koch  <konqueror@gmx.de>
7025
7026         * java/nio/Buffer.java: New stub file.
7027         * java/nio/charset/spi/CharsetProvider.java: Commented out all usages
7028         of class Charset.
7029         * Makefile.am (java_native_source_files): Added java/nio/Buffer.java.
7030         * Makefile.in: Regenerated.
7031
7032 2002-10-07  Michael Koch  <konqueror@gmx.de>
7033
7034         * java/nio/ByteBuffer.java:
7035         removed import of not commited class.
7036
7037 2002-10-07  Michael Koch  <konqueror@gmx.de>
7038
7039         * java/nio/ByteBuffer.java,
7040         java/nio/MappedByteBuffer.java:
7041         New files, forgot to add these dummies.
7042         * Makefile.am (java_native_source_files): Added new files.
7043         * Makefile.in: Regenerated.
7044
7045 2002-10-07  Michael Koch  <konqueror@gmx.de>
7046
7047         * java/nio/channels/AlreadyConnectedException.java,
7048         java/nio/channels/ClosedChannelException.java,
7049         java/nio/channels/ReadableByteChannel.java,
7050         java/nio/channels/InterruptibleChannel.java,
7051         java/nio/channels/Channel.java,
7052         java/nio/channels/ByteChannel.java,
7053         java/nio/channels/GatheringByteChannel.java,
7054         java/nio/channels/ScatteringByteChannel.java,
7055         java/nio/channels/WritableByteChannel.java,
7056         java/nio/charset/CharacterCodingException.java,
7057         java/nio/charset/IllegalCharsetNameException.java,
7058         java/nio/charset/MalformedInputException.java,
7059         java/nio/charset/UnmappableCharacterException.java,
7060         java/nio/charset/UnsupportedCharsetException.java,
7061         java/nio/charset/spi/CharsetProvider.java: New file.
7062         These files are exceptions or interfaces,
7063         no real or abstract classes.
7064         * Makefile.am (java_native_source_files): Added new files.
7065         * Makefile.in: Regenerated.
7066
7067 2002-10-05  Michael Koch  <konqueror@gmx.de>
7068
7069         * java/net/InetAddress.java
7070         (getByAddress): Fixed documentation.
7071         (getByAddress): New method.
7072         * java/net/Inet4Address.java: New file.
7073         * java/net/URL.java
7074         (URL): Documentation added.
7075         (getContent): Documentation added.
7076         (getContent): New stubbed method.
7077         (getQuery): New method.
7078         (openConnection): Documentation added.
7079         (openStream): Documentation added.
7080         (setURLStreamHandlerFactory): Documentation added.
7081         * java/net/URI.java: New stub file.
7082         * Makefile.am
7083         (java_native_source_files): Added java/net/Inet4Address.java,
7084         java/net/Inet6Address.java and java/net/URI.java.
7085         * Makefile.in: Regenerated.
7086
7087 2002-10-04  C. Scott Ananian <cananian@lesser-magoo.lcs.mit.edu>
7088
7089         * java/lang/ProtectionDomain.java (linesep): Remove field.
7090         (toString): Use System.getProperty("line.separator").
7091
7092 2002-10-04  Michael Koch  <konqueror@gmx.de>
7093
7094         * java/security/Identity.java: Added serialVersionUID.
7095         * java/security/KeyPair.java: Added serialVersionUID.
7096         * java/security/Provider.java: Added serialVersionUID.
7097         * java/security/SecureRandom.java: Added serialVersionUID.
7098         * java/security/SecureRandomSpi.java: Added serialVersionUID.
7099         * java/security/SignedObject.java: Added serialVersionUID.
7100         * java/security/cert/Certificate.java: Added serialVersionUID.
7101
7102 2002-10-04  Mark Wielaard <mark@klomp.org>
7103
7104         * java/security/Security.java: Use java.home or gnu.classpath.home
7105         to load providers.
7106         (loadProviders): Extra dir argument.
7107         (getProvider): Return null when not found.
7108
7109 2002-10-04  Mark Wielaard  <mark@klomp.org>
7110
7111         * java/lang/Throwable.java: Remerge with Classpath.
7112
7113 2002-10-04  Michael Koch  <konqueror@gmx.de>
7114
7115         * java/net/InetAddress.java:
7116         (isMulticastAddress): Added documentation.
7117         (getHostAddress): Added documentation.
7118         (toString): Added documentation.
7119         (getByAddress): Fixed documentation.
7120         (getByName): Added documentation.
7121         (getAllByName): Added documentation.
7122         (getLocalHost): Added documentation.
7123
7124 2002-10-04  Michael Koch  <konqueror@gmx.de>
7125
7126         * java/beans/beancontext/BeanContextChildSupport.java:
7127         Added serialVersionUID.
7128         * java/text/Collator.java: (compare): Made documentation HTML-aware.
7129         * javax/naming/BinaryRefAddr.java: Added serialVersionUID.
7130         * javax/naming/Name.java: Added serialVersionUID.
7131
7132 2002-10-03  Adam Megacz <adam@xwt.org>
7133
7134         * natNetworkInterface.cc (getRealNetworkInterfaces): ifdef out
7135         some functionality that isn't supported yet on WIN32.
7136
7137 2002-10-03  Tom Tromey  <tromey@redhat.com>
7138
7139         * Makefile.in: Rebuilt.
7140         * Makefile.am (awt_java_source_files): Added new files.
7141
7142 2002-10-03  Michael Koch  <konqueror@gmx.de>
7143
7144         * java/net/InetAddress.java
7145         (class InetAddress): Removed final keyword.
7146         (equals): Fixed typo.
7147         (getByAddress): New method.
7148
7149 2002-10-03  Michael Koch  <konqueror@gmx.de>
7150
7151         * java/awt/dnd/Autoscroll.java:
7152         New file, merge from Classpath.
7153         * java/awt/dnd/DragSourceAdapter.java:
7154         (dragExit): Fixed typos in argument type.
7155         (dragDropEnd): Fixed typos in argument type.
7156         * java/awt/dnd/DragSourceDropEvent.java:
7157         New file, merge from Classpath.
7158         * java/awt/dnd/DropTarget.java:
7159         Added stubs, merge from Classpath.
7160         * java/awt/dnd/DropTargetAdapter.java:
7161         New file, merge from Classpath.
7162         * java/awt/dnd/DropTargetContext.java:
7163         New file, merge from Classpath.
7164         * java/awt/dnd/DropTargetDragEvent.java:
7165         New file, merge from Classpath.
7166         * java/awt/dnd/DropTargetDropEvent.java:
7167         New file, merge from Classpath.
7168         * java/awt/dnd/DropTargetEvent.java:
7169         New file, merge from Classpath.
7170         * java/awt/dnd/DropTargetListener.java:
7171         New file, merge from Classpath.
7172         * java/awt/dnd/MouseDragGestureRecognizer.java:
7173         New file, merge from Classpath.
7174         * java/awt/dnd/peer/DropTargetContextPeer.java:
7175         New file, merge from Classpath.
7176
7177 2002-10-03  Michael Koch  <konqueror@gmx.de>
7178
7179         * java/net/DatagramPacket.java
7180         (setLength): Fixed typo and be HTML-aware.
7181         * java/net/InetSocketAddress.java
7182         (InetSocketAddress): Correct initialization of hostname, fixed typo.
7183         (equals): Added comment about equality of InetSocketAddress objects.
7184         * java/net/ServerSocket.java
7185         (accept): Added checks.
7186         (isClosed): New stubbed method.
7187         * java/net/SocketOptions.java: Reindention.
7188         * java/net/SocketPermission
7189         (SocketPermission): Documentation fixed.
7190
7191 2002-10-03  Michael Koch  <konqueror@gmx.de>
7192
7193         * java/net/DatagramSocket.java
7194         (receive): Check with SecurityManager AFTER the packet is received,
7195         check if connected to multicast address, documentation added.
7196         (send): Only check SecurityManager if connected, check address of
7197         packet to send.
7198         (connect): Implemented, documentation added.
7199         * java/net/Inet6Address.java: New file (not added yet to Makefile.am).
7200         * java/net/InetSocketAddress.java
7201         (whole file): Reindented.
7202         (hostname): New attribute.
7203         (InetSocketAddress): Initialize new attribute.
7204         (getAddress): Documentation added.
7205         (getHostName): Documentation added.
7206         (getPort): Documentation added.
7207         (hashCode): Documentation added.
7208         (isUnresolved): Documentation added.
7209         (toString): Conform to output of JDK 1.4.1, documentation added.
7210         * java/net/MulticastSocket.java
7211         (joinGroup): Removed FIXME, documentation added.
7212         (leaveGroup): Removed FIXME, documentation added.
7213         (send): Documentation added.
7214         * java/net/Socket.java
7215         (inputShutdown): New variable.
7216         (outputShutdown): New variable.
7217         (Socket): Initialize new variables.
7218         (getRemoteSocketAddress): Check if connected.
7219         (shutdownInput): Set new variable.
7220         (shutdownOutput): Set new variable.
7221         (isConnected): New method.
7222         (isClosed): New method.
7223         (isInputShutdown): New method.
7224         (isOutputShutdown): New method.
7225         * java/net/URLStreamHandler.java
7226         (URLStreamHandler): New method.
7227         (openConnection): Added documentation.
7228         (parseURL): Added documentation.
7229         (getHostAddress): New method.
7230         (getDefaultPort): New method.
7231
7232 2002-10-02  Tom Tromey  <tromey@redhat.com>
7233
7234         * java/rmi/activation/ActivationDesc.java,
7235         java/rmi/activation/ActivationGroupDesc.java,
7236         java/rmi/activation/ActivationGroupID.java,
7237         java/rmi/activation/ActivationID.java: New versions from
7238         Classpath.
7239
7240 2002-09-30  Bo Thorsen  <bo@suse.de>
7241
7242         * sysdep/x86-64/locks.h (compare_and_swap): Fix multilib support.
7243
7244 2002-09-30  Tom Tromey  <tromey@redhat.com>
7245
7246         * java/io/ObjectInputStream.java (resolveProxyClass): New method
7247         from Classpath.
7248         * Makefile.in: Rebuilt.
7249         * Makefile.am (rmi_java_source_files): Added new files.
7250         * gnu/java/rmi/RMIMarshalledObjectInputStream.java,
7251         gnu/java/rmi/RMIMarshalledObjectOutputStream.java,
7252         gnu/java/rmi/server/ConnectionRunnerPool.java: New files from
7253         Classpath.
7254         * gnu/java/rmi/dgc/DGCImpl.java,
7255         gnu/java/rmi/dgc/DGCImpl_Skel.java,
7256         gnu/java/rmi/dgc/DGCImpl_Stub.java,
7257         gnu/java/rmi/registry/RegistryImpl_Skel.java,
7258         gnu/java/rmi/registry/RegistryImpl_Stub.java,
7259         gnu/java/rmi/server/RMIHashes.java,
7260         gnu/java/rmi/server/RMIObjectInputStream.java,
7261         gnu/java/rmi/server/RMIObjectOutputStream.java,
7262         gnu/java/rmi/server/UnicastConnection.java,
7263         gnu/java/rmi/server/UnicastConnectionManager.java,
7264         gnu/java/rmi/server/UnicastRef.java,
7265         gnu/java/rmi/server/UnicastServer.java,
7266         gnu/java/rmi/server/UnicastServerRef.java,
7267         java/rmi/MarshalledObject.java,
7268         java/rmi/server/RMIClassLoader.java,
7269         java/rmi/server/RemoteObject.java,
7270         java/rmi/server/UnicastRemoteObject.java,
7271         java/security/SecureClassLoader.java: Merged from Classpath.
7272
7273 2002-09-29  Anthony Green  <green@redhat.com>
7274
7275         * java/lang/reflect/UndeclaredThrowableException.java: New file.
7276         Imported from GNU Classpath.
7277         * java/lang/reflect/natProxy.cc: New file.
7278         * java/lang/reflect/InvocationHandler.java: New file.  Imported
7279         from GNU Classpath.
7280         * java/lang/reflect/Proxy.java: New file.  Imported from GNU
7281         Classpath.
7282         * gnu/java/lang/reflect/TypeSignature.java: Refresh from GNU
7283         Classpath.
7284         * gnu/classpath/Configuration.java.in (HAVE_NATIVE_GET_PROXY_DATA,
7285         HAVE_NATIVE_GET_PROXY_CLASS, HAVE_NATIVE_GENERATE_PROXY_CLASS):
7286         New statics.
7287         * gcj/javaprims.h ("Java"): Add new classes.
7288         * java/lang/reflect/Proxy.java: Fix check for duplicate interfaces.
7289         * Makefile.am (java/lang/reflect/Proxy$$ProxyData.h): Create this.
7290         java/lang/reflect/Proxy$$ProxyType.h): And this.
7291         (inner_nat_headers): Add these new headers.
7292         (ordinary_java_source_files): Add new files.
7293         (nat_source_files): Add new file.
7294         * Makefile.in: Rebuilt.
7295
7296 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
7297
7298         * configure.host: Handle arm*-elf, strongarm*-elf and xscale*-elf with
7299         a single configuration.
7300
7301 2002-09-25  Jesse Rosenstock  <jmr@ugcs.caltech.edu>
7302
7303         * java/util/TimeZone.java (getDSTSavings): New method.
7304         Fixes PR libgcj/7786.
7305
7306 2002-09-25  Jesse Rosenstock  <jmr@ugcs.caltech.edu>
7307
7308         * resolve.cc (_Jv_ResolvePoolEntry) [end_of_method_search]: Check
7309         to see if `the_method == 0' before looking up vtable index.
7310         Fixes PR libgcj/7709.
7311
7312 2002-09-25  Tom Tromey  <tromey@redhat.com>
7313
7314         * java/lang/natClassLoader.cc:
7315         (_Jv_PrepareCompiledClass): Throw NoClassDefFoundError, per spec.
7316         * resolve.cc: Include NoClassDefFoundError.h, not
7317         ClassNotFoundException.h.
7318         (_Jv_ResolvePoolEntry): Throw NoClassDefFoundError, per spec.
7319
7320         * defineclass.cc: Don't include ClassNotFoundException.h.
7321
7322         * resolve.cc: Include StringBuffer.
7323         (_Jv_ResolvePoolEntry): Use StringBuffer to create error string.
7324
7325         * boehm.cc (_Jv_MarkObj): Don't fail if class object has been
7326         allocated but not initialized.
7327
7328 2002-09-25  Jesse Rosenstock  <jmr@ugcs.caltech.edu>
7329
7330         Fix for PR libgcj/7766:
7331         * java/util/zip/ZipInputStream.java (entryAtEOF): New field.
7332         (getNextEntry): Set it.
7333         (closeEntry): Likewise.
7334         (read): Likewise.
7335         (close): Likewise.
7336         (available): Use it.
7337
7338 2002-09-25  Michael Koch  <konqueror@gmx.de>
7339
7340         * java/net/DatagramSocket.java
7341         (DatagramSocket): Initialize new instance variables.
7342         (close): Reset new instance variables.
7343         (getLocalAddress): Remove unneeded SecurityManager usage.
7344         (getLocalPort): Check if socket is already bound.
7345         (isConnected): New method.
7346         (getInetAddress): Implemented.
7347         (getPort): Better Implementation, documentation fixed.
7348         (getRemoteSocketAddress): New method.
7349         * java/net/JarURLConnection.java
7350         (element): Typo fixed.
7351         (getMainAttributes): New method.
7352         (getAttributes): New method (stub only).
7353         (getManifest): New method (stub only).
7354         * java/net/NetPermission.java: Added serialVersionsUID.
7355         * java/net/Socket.java
7356         (connect): Check blocking mode of associated channel,
7357         documentation added.
7358         (getLocalSocketAddress): Better implementation.
7359         (getRemoteSocketAddress): Implemented.
7360         (isBound): New method.
7361         (setSendBufferSize): Documentation added.
7362         * java/net/SocketAddress.java: Added serialVersionsUID.
7363         * java/net/SocketPermission.java: Added serialVersionsUID.
7364         * java/net/URL.java
7365         (URL): Wrap for shorter lines, initialize new instance variables,
7366         documentation added.
7367         (equals): Check new instance variables too.
7368         (getContent): Documentation added.
7369         (getPath): Documentation added.
7370         (getAuthority): New method.
7371         (getHost): Documentation added.
7372         (getPort): Documentation added.
7373         (getDefaultPort): New method.
7374         (getProtocol): Documentation added.
7375         (getUserInfo): Documentation added.
7376         (set): Initialize new instance variables, documentation added.
7377         * java/net/URLStreamHandler.java
7378         (setURL): New method.
7379         * java/net/natPlainDatagramSocketImpl.cc
7380         (connect): Fix exception name.
7381         (disconnect): Fix exception name.
7382
7383 2002-09-25  Michael Koch  <konqueror@gmx.de>
7384
7385         * java/nio/channels/spi/AbstractSelectableChannel.java: New file.
7386         * java/nio/channels/DatagramChannel.java:
7387         extends AbstractSelectableChannel
7388         * java/nio/channels/ServerSocketChannel.java:
7389         extends AbstractSelectableChannel
7390         * java/nio/channels/SocketChannel.java:
7391         extends AbstractSelectableChannel
7392         * Makefile.am (ordinary_java_source_files):
7393         java/nio/channels/spi/AbstractSelectableChannel.java added.
7394         * Makefile.in: Regenerated.
7395
7396 2002-09-25  Michael Koch  <konqueror@gmx.de>
7397
7398         * java/net/DatagramSocket.java
7399         (DatagramSocket): Exception documentation added.
7400         (bind): Exception documentation added, addded SecurityManager check,
7401         added SocketAddress type check.
7402         (getSoTimeout): Check impl.
7403         (receive): Fix SecurityManager check, check impl, documentation added.
7404         (send): Check channel mode, documentation added.
7405         (connect): New method.
7406         (disconnect): Implemented.
7407         (getLocalSocketAddress): New method.
7408         (getReceiveBufferSize): Check impl.
7409         (setReuseAddress): Check impl.
7410         (getReuseAddress): Check impl.
7411         (setBroadcast): Check impl.
7412         (getBroadcast): Check impl.
7413         (setTrafficClass): Check impl, Documentation cleared.
7414         (getTrafficClass): Check impl.
7415         (getSendBufferSize): Check impl.
7416         (setReceiveBufferSize): Check impl, documentation added.
7417         (setSendBufferSize): Documentation added.
7418         (setDatagramSocketImplFactory): New method.
7419         * java/net/HttpURLConnection.java
7420         (HTTP_INTERNAL_ERROR): The correct code is 500.
7421         (HTTP_NOT_IMPLEMENTED): Added new constant.
7422         (setFollowRedirects): Documentation added.
7423         (getInstanceFollowRedirects): New method.
7424         (setInstanceFollowRedirects): New method.
7425         (setRequestMethod): Documentation added.
7426         (getResponseCode): Documentation added.
7427         (getResponseMessage): Documentation added.
7428         * java/net/JarURLConnection.java
7429         (JarURLConnection): protected since JDK 1.4.
7430         (getJarEntry): java.io.IOException to IOException, documentation added.
7431         (getJarFile): Documentation added.
7432         * java/net/ServerSocket.java
7433         (ServerSocket): Private to public, exception added.
7434         (ServerSocket): java.io.IOException to IOException, documentation added.
7435         (bind): Check socket address type, documentation added.
7436         (bind): java.io.IOException to IOException, documentation added.
7437         (accept): Documentation added.
7438         (implAccept): Check ch is not non-blocking, documentation added.
7439         (setSoTimeout): Documentation fixed.
7440         (setReceiveBufferSize): Documentation added.
7441         * java/net/Socket.java
7442         (Socket): Documentation added.
7443         (bind): Documentation added.
7444         (connect): Check socket address type, documentation added.
7445         (getRemoteSocketAddress): New method.
7446         (getLocalSocketAddress): New method.
7447         (setSoLinger): Documentation added.
7448         (getReuseAddress): New method.
7449         (setReuseAddress): New method.
7450         (getTrafficClass): New method.
7451         (setTrafficClass): New method.
7452         * java/net/URLStreamHandler.java
7453         (openConnection): java.io.IOException to IOException.
7454         (parseURL): Documentation added.
7455         (sameFile): public to protected, documentation added.
7456         (setURL): Documentation added.
7457         * java/nio/IllegalBlockingModeException.java: New file.
7458         * Makefile.am (ordinary_java_source_files):
7459         added java/nio/IllegalBlockingModeException.java
7460         * Makefile.in: Regenerated.
7461
7462 2002-09-25  Michael Koch  <konqueror@gmx.de>
7463
7464         * java/net/DatagramPacket
7465         (DatagramPacket): Exception documentation added.
7466         (setData): Likewise.
7467         (setSocketAddress): Likewise.
7468         * java/net/DatagramSocketImpl.java
7469         (peek): Documentation addded.
7470         (peekData): Documentation addded.
7471         (send): Documentation addded.
7472         (receive): Documentation addded.
7473         (connect): New method.
7474         (disconnect): New method.
7475         (joinGroup): New abstract method.
7476         (leaveGroup): New abstract method.
7477         * java/net/InetSocketAddress.java
7478         (InetSocketAddress): Documentation added.
7479         (equals): final keyword added.
7480         (getAddress): final keyword added.
7481         (getHostName): final keyword added.
7482         (getPort): final keyword added.
7483         (hashCode): final keyword added.
7484         (isUnresolved): final keyword added.
7485         * java/net/MulticastSocket.java
7486         (MulticastSocket): Documentation added.
7487         (MulticastSocket): New method.
7488         (joinGroup): Documentation added.
7489         (joinGroup): New method.
7490         (leaveGroup): Documentation added.
7491         (leaveGroup): New method.
7492         (send): Documentation added.
7493         * java/net/NetworkInterface.java
7494         (getByName): Documentation added.
7495         (getByInetAddress): Documentation added.
7496         (getNetworkInterfaces): Documentation added.
7497         * java/net/PlainDatagramSocketImpl.java
7498         (connect): New method.
7499         (disconnect): New method.
7500         * java/net/SocketImpl.java
7501         (create): Documentation added.
7502         (shutdownInput): Convert public to protected, as it always was.
7503         (shutdownOutput): Convert public to protected, as it always was.
7504         * java/net/SocketOptions.java
7505         (whole file): Reintented.
7506         * java/net/URLClassLoader.java
7507         (URLClassLoader): SecurityManager check added, documentation added.
7508         (findResources): Documentation added.
7509         (findClass): Documentation added.
7510         (newInstance): More correct method arguments.
7511         * java/net/URLConnection.java
7512         (connect): Documentation added.
7513         (getContent): Documentation added.
7514         (getPermission): Documentation added.
7515         (getInputStream): Documentation added.
7516         (getOutputStream): Documentation added.
7517         (setDoInput): Throw correct exception, documentation added.
7518         (setDoOutput): Throw correct exception, documentation added.
7519         (setAllowUserInteraction): Throw correct exception, documentation added.
7520         (setUseCaches): Throw correct exception, documentation added.
7521         (setIfModifiedSince): Throw correct exception, documentation added.
7522         (setRequestProperty): Throw exception, documentation added.
7523         (addRequestProperty): Throw exception, documentation added.
7524         (getRequestProperty): Throw exception, documentation added.
7525         (getRequestProperties): Documentation added.
7526         (setContentHandlerFactory): Documentation added.
7527         (guessContentTypeFromName): protected to public.
7528         (setFileNameMap): Documentation added.
7529         * java/net/URLDecoder.java
7530         (URLDecoder): New method.
7531         (decode): Documentation added.
7532         (whole file): Reindented.
7533         * java/net/URLEncoder.java
7534         (encode): Documentation added.
7535         * java/net/natPlainDatagramSocketImpl.cc
7536         (connect): New method.
7537         (disconnect): New method.
7538         * javax/naming/RefAddr:
7539         (addrType): addrType was never final.
7540         (equals): Fix typo in method name.
7541         * javax/naming/BinaryRefAddr:
7542         (equals): Fix typo in method name.
7543
7544 2002-09-22  Tom Tromey  <tromey@redhat.com>
7545
7546         Fix for PR libgcj/6576:
7547         * java/util/ResourceBundle.java (tryBundle): Cache `null' if we
7548         didn't find a given bundle.
7549         (getBundle): Don't require base bundle.
7550         (setParent): Removed old comment.
7551         (tryLocalBundle): Try components even if preceding components were
7552         empty.
7553
7554 2002-09-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7555
7556         * Makefile.am (all-multi): Fix multilib parallel build.
7557
7558 2002-09-21  Michael Koch  <konqueror@gmx.de>
7559
7560         * java/net/Socket.java
7561         (sendUrgentData): New method.
7562         (getChannel): New method.
7563         * java/net/ServerSocket.java
7564         (getChannel): New method.
7565         (isBound): New method.
7566         * java/net/DatagramSocket.java
7567         (DatagramSocket): Two new methods.
7568         (bind): New method.
7569         (getChannel): New method.
7570         (isBound): New method.
7571         (send): Added newline to to make shorter lines.
7572         * java/net/PlainDatagramSocketImpl.java
7573         (mcastGrp): Added argument.
7574         (join): Use new mcastGrp.
7575         (leave): Use new mcastGrp.
7576         (joinGroup): New method.
7577         (leaveGroup): New method.
7578         * java/net/natPlainDatagramSocketImpl.cc
7579         (mcastGrp): Added argument, no yet really implemented.
7580         (getOption): Added newline for shorter lines.
7581         * java/net/natPlainSocketImpl.cc
7582         (read, setOption, getOption): Added newline for shorter lines.
7583
7584 2002-09-19  Tom Tromey  <tromey@redhat.com>
7585
7586        * java/lang/ClassLoader.java (resolveClass0): Set cause for
7587        newly-created exception.
7588
7589 2002-09-18  Michael Koch  <konqueror@gmx.de>
7590
7591         * java/util/regex/Matcher.java, java/util/regex/Pattern.java,
7592         java/util/regex/PatternSyntaxException.java:
7593         Merge with classpath, new files.
7594         * Makefile.am (core_java_source_files):
7595         Added java/util/regex/Matcher.java,
7596         java/util/regex/Pattern.java,
7597         java/util/regex/PatternSyntaxException.java
7598         * Makefile.in: Regenerated.
7599         * include/config.h.in: Added HAVE_NET_IF_H.
7600         * java/net/natNetworkInterface.cc (getRealNetworkInterfaces):
7601         Removed #if 0 ... #endif.
7602
7603 2002-09-17  Michael Koch  <konqueror@gmx.de>
7604
7605         * java/net/natNetworkInterface.cc:
7606         Removed unneed and yet wrong includes.
7607
7608 2002-09-17  Michael Koch  <konqueror@gmx.de>
7609
7610         * java/net/NetworkInterface.java: New file.
7611         * java/net/natNetworkInterface.java: New file.
7612         * configure.in: Added check for net/if.h.
7613         * configure: Regenerated.
7614         * Makefile.am
7615         (ordinary_java_source_files): Added NetworkInterface.java.
7616         (nat_source_files): Added natNetworkInterface.cc.
7617         * Makefile.in: Regenerated.
7618
7619 2002-09-16  Tom Tromey  <tromey@redhat.com>
7620
7621         * java/net/URLClassLoader.java (findClass): Code source for a
7622         class from a jar is not necessarily a jar: URL.
7623
7624 2002-09-16  Michael Koch  <konqueror@gmx.de>
7625
7626         * java/lang/AssertionError.java:
7627         Merge with classpath, fixes HTML.
7628         * java/rmi/server/LogStream.java:
7629         Merge with classpath, fixes some constants.
7630         * java/net/server/RemoteServer.java:
7631         Merge with classpath, adds serialVersionUID.
7632         * javax/naming/BinaryRefAddr.java:
7633         Merge with classpath, s/equal/equals/.
7634         * javax/naming/NamingException.java:
7635         Merge with classpath, fixed typo.
7636         * javax/naming/RefAddr.java:
7637         Merge with classpath, s/equal/equals/.
7638         * java/awt/Toolkit.java:
7639         s/gnu.java.awt.peer.gtk.GtkToolkit/gnu.awt.gtk.GtkToolkit/
7640         and typo fixed.
7641
7642 2002-09-15  Adam Megacz <adam@xwt.org>
7643
7644         * java/net/natPlainSocketImpl.cc: fixed typo.
7645
7646 2002-09-15  Adam Megacz <adam@xwt.org>
7647
7648         * java/net/natPlainSocketImpl.cc: #ifdef-shielded socket timeouts,
7649         which don't work on Win32 (yet).
7650
7651 2002-09-14  Adam Megacz <adam@xwt.org>
7652
7653         * java/net/natPlainDatagramSocket.cc: removed #include
7654         <ws2tcpip.h>; the mingw header is broken (conflicts with itself).
7655         * include/win32.h: included definition for IP_TOS to satisfy
7656         natPlainDatagramSocket.cc
7657
7658 2002-09-13  Michael Koch  <konqueror@gmx.de>
7659
7660         * java/net/DatagramPacket.java (DatagramPacket):
7661         Added linebreak for 80 chars per line.
7662         * java/net/JarURLConection.java
7663         (getInputStreami, getJarEntry): Likewise.
7664         * java/net/SocketPErmission.java
7665         (SocketPermission class docu, implies): Likewise.
7666         * java/net/URLClassLoader.java (findResources): Likewise.
7667         * java/net/URLConnection.java: Reindendet remark for 80 chars per line
7668
7669 2002-09-13  Michael Koch  <konqueror@gmx.de>
7670
7671         * java/nio/channels/DatagramChannel.java,
7672         java/nio/channels/ServerSocketChannel.java
7673         java/nio/channels/SocketChannel.java:
7674         New dummy files to make java.net fully JDK 1.4 compatible
7675         * Makefile.am (ordinary_java_source_files): Added
7676         java/net/DatagramSocketImplFactory.java (long forgotten),
7677         java/nio/SocketChannel.java,
7678         java/nio/ServerSocketChannel.java,
7679         java/nio/DatagramChannel.java
7680         * Makefile.in: Regenrated.
7681
7682 2002-09-12  Michael Koch  <konqueror@gmx.de>
7683
7684         * java/net/DatagramSocketImpl.java
7685         (peekData): New method.
7686         * java/net/PlainDatagramSocketImpl.java
7687         (peekData): New method.
7688         * java/net/natPlainDatagramSocketImpl.cc
7689         (peekData): New method.
7690         * java/net/URLConnection
7691         (getPermission): New method.
7692         (addRequestProperty): New method.
7693         (getRequestProperties): New method.
7694         (guessContentTypeFromStream): New method, not really implemented.
7695         (URLConnection): Added/updated documentation.
7696         (connect): Added/updated documentation.
7697         (getURL): Added/updated documentation.
7698         (getContentLength): Added/updated documentation.
7699         (getContentType: Added/updated documentation.
7700         (getContentEncoding): Added/updated documentation.
7701         (getExpiration): Added/updated documentation.
7702         (getDate): Added/updated documentation.
7703         (getLastModified): Added/updated documentation.
7704         (getHeaderField): Added/updated documentation.
7705         (getHeaderFields): Added/updated documentation.
7706         (getHeaderFieldInt): Added/updated documentation.
7707         (getHeaderFieldDate): Added/updated documentation.
7708         (getHeaderFieldKey): Added/updated documentation.
7709         (getContent): Added/updated documentation.
7710         (getInputStream): Added/updated documentation.
7711         (getOutputStream): Added/updated documentation.
7712         (toString): Added/updated documentation.
7713         (setDoInput): Added/updated documentation.
7714         (getDoInput): Added/updated documentation.
7715         (setDoOutput): Added/updated documentation.
7716         (getDoOutput): Added/updated documentation.
7717         (setAllowUserInteraction): Added/updated documentation.
7718         (getAllowUserInteraction): Added/updated documentation.
7719         (setDefaultAllowUserInteraction): Added/updated documentation.
7720         (getDefaultAllowUserInteraction): Added/updated documentation.
7721         (setUseCaches): Added/updated documentation.
7722         (getUseCaches): Added/updated documentation.
7723         (setIfModifiedSince): Added/updated documentation.
7724         (getIfModifiedSince): Added/updated documentation.
7725         (getDefaultUseCaches): Added/updated documentation.
7726         (setDefaultUseCaches): Added/updated documentation.
7727         (setRequestProperty): Added/updated documentation.
7728         (getRequestProperty): Added/updated documentation.
7729         (setDefaultRequestProperty): Added/updated documentation.
7730         (getDefaultRequestProperty): Added/updated documentation.
7731         (setContentHandlerFactory): Added/updated documentation.
7732         (guessContentTypeFromName): Added/updated documentation.
7733         (getFileNameMap): Added/updated documentation.
7734         (setFileNameMap): Added/updated documentation.
7735
7736 2002-09-11  Michael Koch  <konqueror@gmx.de>
7737
7738         * java/net/Socket.java
7739         (Socket): protected to public (since JDK 1.4). Added @specnote.
7740         (bind): New method.
7741         (connect): Two new methods.
7742         (getKeepalive): Get correct socket option.
7743         (setKeepalive): Set correct socket option.
7744         (getOOBInline): New method.
7745         (setOOBInline): New method.
7746         * java/net/ServerSocket.java
7747         (bind): Two new methods.
7748         (getInetAddress): Reimplemented, catch exception.
7749         (getLocalSocketAddress): New method.
7750         (setReuseAddress): New method.
7751         (getReuseAdress): New method.
7752         (setReceiveBufferSize): New method.
7753         (getReceiveBufferSize): New method.
7754         (toString): Made string JDK 1.4 compliant.
7755
7756 2002-09-10  Michael Koch  <konqueror@gmx.de>
7757
7758         * java/net/SocketImpl.java
7759         (connect): New method.
7760         (supportsUrgentData): New method.
7761         (sendUrgentData): New method.
7762         * java/net/PlainSocketImpl.java
7763         (connect): One new method and two new implementation.
7764         (sendUrgentData): New method.
7765         * java/natPlainSocketImpl.cc
7766         (connect): Arguments changed, added support for timeouts.
7767         (getOption): Another __java_boolean to jboolean.
7768
7769 2002-09-07  Adam Megacz <adam@xwt.org>
7770
7771         * java/net/natPlainDatagramSocket.cc: include ws2tcpip.h for
7772         definition of IP_TOS.
7773
7774 2002-09-04  Michael Koch  <konqueror@gmx.de>
7775
7776         * java/net/DatagramSocket.java
7777         (DatagramSocket): Added documentation.
7778         (close): Likewise.
7779         (getLocalAddress): Likewise.
7780         (getLocalPort): Likewise.
7781         (receive): Likewise.
7782         (send): Likewise.
7783         (setSoTimeout): Likewise.
7784         (connect): New method.
7785         (disconnect): New method.
7786         (getInetAddress): New method (FIXME)
7787         (getPort): New method.
7788         (setReuseAddress): New method.
7789         (getReuseAddress): New method.
7790         (setBroadcast): New method.
7791         (getBroadcast): New method.
7792         (setTrafficClass): New method.
7793         (getTrafficClass): New method.
7794         * java/net/MulticastSocket.java):
7795         (getTTL): Added @see in documentation.
7796         (setTTL): Added @see in documentation.
7797         (setLoopbackMode): New method.
7798         (getLoopbackMode): New method.
7799         * java/net/PlainSocketImpl.java:
7800         Added new constants for the options SO_BROADCAST, SO_OOBINLINE,
7801         IP_MULTICAST_IF2, IP_MULTICAST_LOOP, IP_TOS
7802         * java/net/PlainDatagramSocketImpl.java
7803         Added new constants for the options SO_BROADCAST, SO_OOBINLINE,
7804         IP_MULTICAST_IF2, IP_MULTICAST_LOOP, IP_TOS
7805         * java/net/natPlainSocketImpl.cc
7806         (getOption): Implemented the options SO_BROADCAST, SO_OOBINLINE,
7807         IP_MULTICAST_IF2, IP_MULTICAST_LOOP, IP_TOS
7808         (setOption): Implemented the options SO_BROADCAST, SO_OOBINLINE,
7809         IP_MULTICAST_IF2, IP_MULTICAST_LOOP, IP_TOS
7810         This should also fix SO_KEEPALIVE
7811         * java/net/natPlainDatagramSocketImpl.cc
7812         (getOption): Implemented the options SO_BROADCAST, SO_OOBINLINE,
7813         IP_MULTICAST_IF2, IP_MULTICAST_LOOP, IP_TOS
7814         (setOption): Implemented the options SO_BROADCAST, SO_OOBINLINE,
7815         IP_MULTICAST_IF2, IP_MULTICAST_LOOP, IP_TOS
7816
7817 2002-09-04  Michael Koch  <konqueror@gmx.de>
7818
7819         * java/net/SocketOptions.java: added static variables to be JDK 1.4
7820         compatible (SO_BROADCAST, SO_OOBINLINE, IP_MULTICAST_IF2,
7821         IP_MULTICAST_LOOP, IP_TOS
7822
7823 2002-09-03  Tom Tromey  <tromey@redhat.com>
7824
7825         * java/lang/Class.h (_getDeclaredMethod): Declare.
7826         (_getMethod): Now private.
7827         * java/lang/natClass.cc (_getDeclaredMethod): Renamed from
7828         getDeclaredMethod.  Now returns NULL on failure.
7829         * java/lang/Class.java (_getDeclaredMethod): Declare.
7830         (getDeclaredMethod): No longer native; implements access checks.
7831
7832 2002-09-01  Mark Wielaard  <mark@klomp.org>
7833
7834         * gnu/gcj/runtime/NameFinder.java (remove_interpreter): New field.
7835         (sanitizeStack): Correctly reset unknown and interpreter counters,
7836         detect interpreter runtime frames.
7837         (demangleInterpreterMethod): New method.
7838         * gnu/gcj/runtime/natNameFinder.cc (lookupInterp): Use new method.
7839         * java/lang/natVMThrowable.cc (fillInStackTrace): Change order of
7840         filling in addrs[].
7841
7842 2002-09-02  Michael Koch  <konqueror@gmx.de>
7843
7844         * java/net/DatagramPacket.java, java/net/MulticsstSocket.java:
7845         re-indented documentation.
7846
7847 2002-08-30  Jesse Rosenstock  <jmr@ugcs.caltech.edu>
7848
7849         * java/util/Calendar.java (getTimeInMillis, getTimeInMillis): Now
7850         public, per 1.4 spec.  Fixes PR libgcj/7785.
7851
7852 2002-08-30  Jeff Sturm  <jsturm@one-point.com>
7853
7854         * Makefile.in: Rebuilt.
7855         * Makefile.am (ZIP, GCJH): Remove $(EXEEXT).
7856
7857 2002-08-29  Tom Tromey  <tromey@redhat.com>
7858
7859         * java/net/JarURLConnection.java (getCertificates): New method
7860         from Classpath.
7861         * java/net/URLClassLoader.java (URLClassLoader): Extends
7862         SecureClassLoader.
7863         (definePackage): New method from Classpath.
7864         (getPermissions): Likewise.
7865         (newInstance): Likewise.
7866         (findClass): Construct CodeSource for new class (from Classpath).
7867         * java/net/SocketImpl.java (shutdownInput, shutdownOutput): New
7868         methods.
7869         * java/net/URL.java (getUserInfo): New method.
7870         (set(String,String,int,String,String,String,String,String)): New
7871         method.
7872         * java/net/PlainSocketImpl.java (_Jv_SO_KEEPALIVE_): Define.
7873         (shutdownInput, shutdownOutput): Declare.
7874         * java/net/PlainDatagramSocketImpl.java (_Jv_SO_KEEPALIVE_):
7875         Define.
7876         * java/net/natPlainSocketImpl.cc (setOption): Handle keepalive.
7877         (getOption): Likewise.
7878         (shutdownInput): New method.
7879         (shutdownOutput): Likewise.
7880         * java/net/natPlainDatagramSocketImpl.cc (setOption): Handle
7881         keepalive.
7882         (getOption): Likewise.
7883         * java/net/SocketOptions.java (SO_KEEPALIVE): New constant.
7884         * java/net/Socket.java (setKeepAlive): New method.
7885         (getKeepAlive): Likewise.
7886         (shutdownInput, shutdownOutput): New methods.
7887
7888 2002-08-29  Michael Koch  <konqueror@gmx.de>
7889
7890         * java/net/DatagramPacket.java: updated to JDK 1.4 API
7891         new methods are:
7892         DatagramPacket(byte[] buf, int offset, int length, SocketAddress
7893           address),
7894         DatagramPacket(byte[] buf, int length, SocketAddress address),
7895         void setSocketAddress(SocketAddress address)
7896         public SocketAddress getSocketAddress()
7897
7898 2002-08-29  Tom Tromey  <tromey@redhat.com>
7899
7900         * java/io/natFileDescriptorPosix.cc (setLength): Handle case where
7901         ftruncate is missing.
7902         * configure, include/config.h.in: Rebuilt.
7903         * acconfig.h (HAVE_FTRUNCATE): Mention.
7904         * configure.in: Check for ftruncate.
7905
7906 2002-08-29  Tom Tromey  <tromey@redhat.com>
7907
7908         * include/jvm.h (struct _Jv_frame_info): New structure.
7909         * gnu/gcj/runtime/natNameFinder.cc: Include StringBuffer.h,
7910         java-interp.h.
7911         (lookupInterp): New method.
7912         (getAddrAsString): Use _Jv_frame_info.
7913         (dladdrLookup): Likewise.
7914         * gnu/gcj/runtime/NameFinder.java (lookup): Try to look up
7915         interpreted frame.
7916         (lookupInterp): Declare.
7917         * java/lang/natVMThrowable.cc: Include Thread.h, java-interp.h.
7918         (fillInStackTrace): Collect information on interpreted frames.
7919         Use _Jv_frame_info.
7920         * interpret.cc: Include Thread.h.
7921         (run): Create and push _Jv_MethodChain object.
7922         (_Jv_EndOfInterpreter): New global.
7923         * java/lang/Thread.java (interp_frame): New field.
7924         * include/java-interp.h (struct _Jv_MethodChain): New structure.
7925         Include NameFinder.h.
7926
7927 2002-08-28  Tom Tromey  <tromey@redhat.com>
7928
7929         * java/lang/Class.h: Include Package.h.
7930         (Class::getProtectionDomain): Declare.
7931         (Class::getPackage): Declare.
7932
7933 2002-08-28  Michael Koch <konqueror@gmx.de>
7934
7935         * java/net/InetSocketAddress.java: Added some documentation and argument
7936         checks for the port numbers.
7937         * java/net/DatagramSocketImplFactory.java: New file.
7938
7939 2002-08-28  Michael Koch <konqueror@gmx.de>
7940
7941         * java/net/Authenticator.java: added some documentation.
7942
7943 2002-08-27  Tom Tromey  <tromey@redhat.com>
7944
7945         * java/lang/reflect/natConstructor.cc (newInstance): Initialize
7946         class.
7947         * java/lang/reflect/natMethod.cc (invoke): Initialize class.
7948
7949 2002-08-27  Michael Koch <konqueror@gmx.de>
7950
7951         * java/net/BindException.java,
7952         java/net/JarURLConnection.java,
7953         java/net/FileNameMap.java,
7954         java/net/HttpURLConnection.java,
7955         java/net/InetSocketAddress.java,
7956         java/net/DatagramPacket.java,
7957         java/net/DatagramSocket.java,
7958         java/net/DatagramSocketImpl.java,
7959         java/net/MulticastSocket.java,
7960         java/net/PasswordAuthentication.java,
7961         java/net/ServerSocket.java,
7962         java/net/Socket.java,
7963         java/net/URLClassLoader.java,
7964         java/net/URLConnection.java: add/update of some @since/@deprecated
7965
7966 2002-08-27  Tony Kimball <alk@pobox.com>
7967             Tom Tromey  <tromey@redhat.com>
7968
7969         * java/net/natPlainDatagramSocketImpl.cc (NATIVE_CLOSE): New
7970         define.
7971         (::close): Removed.
7972         (PlainDatagramSocketImpl::close): Use NATIVE_CLOSE.
7973         * java/net/natPlainSocketImpl.cc (NATIVE_CLOSE): New define.
7974         (::close): Removed.
7975         (PlainSocketImpl::close): Use NATIVE_CLOSE.
7976         * include/win32.h (getcwd): Removed declaration.  Include io.h.
7977
7978 2002-08-25  Adam Megacz <adam@xwt.org>
7979
7980         * include/win32.h (getcwd): copied function declaration as
7981         temporary fix for header confusion.
7982
7983 2002-08-24  Mark Wielaard <mark@klomp.org>
7984
7985         * Makefile.am (libgcj_la_SOURCES): Remove name-finder.cc.
7986         (core_java_source_files): Add VMThrowable.java and NameFinder.java
7987         (nat_source_files): Remove natThrowable.cc, add natVMThrowable.cc
7988         and natNameFinder.cc.
7989         * Makefile.in: Regenerate.
7990         * prims.cc: Use trace_enabled from VMThrowable.
7991         * name-finder.cc: Removed.
7992         * gcj/javaprims.h: Add class VMThrowable.
7993         * gnu/gcj/runtime/NameFinder.java: New file.
7994         * gnu/gcj/runtime/natNameFinder.cc: Likewise.
7995         * include/name-finder.h: Removed.
7996         * java/lang/Throwable.java (printStackTrace (PrintStream)): Use new
7997         method stackTraceString().
7998         (printStackTrace (PrintWriter)): Likewise.
7999         (stackTraceString): Complete rewrite of old printStackTrace using
8000         StringBuffer.
8001         (stackTraceStringBuffer): New helper method for stackTraceString().
8002         (fillInStackTrace): Delegate to VMTrowable.
8003         (getStackTrace): Likewise.
8004         (getStackTrace0): Removed.
8005         (trace_enabled, stackTraceBytes): Moved to new VMThrowable.java.
8006         (setStackTrace): Copy given array.
8007         * java/lang/natThrowable.cc: Removed (replaced by natVMThrowable).
8008         * java/lang/VMThrowable.java: New class.
8009         * java/lang/natVMThrowable.cc: New file.
8010
8011 2003-08-23  Michael Koch  <konqueror@gmx.de>
8012
8013         * java/net/URLConnection.java,
8014         java/netJarURLConnection.java,
8015         gnu/gcj/protocol/core/Connection.java,
8016         gnu/gcj/protocol/file/Connection.java,
8017         gnu/gcj/protocol/http/Connection.java: Added implementation of
8018         getHeaderFields().
8019
8020 2002-08-22  Tom Tromey  <tromey@redhat.com>
8021
8022         * gij.cc (help): Document -cp and -classpath.
8023         (main): Handle -classpath.
8024
8025 2002-08-21  Tom Tromey  <tromey@redhat.com>
8026
8027         * Makefile.in: Rebuilt.
8028         * Makefile.am (ordinary_java_source_files): Added
8029         SocketAddress.java, InetSocketAddress.java.
8030         * java/net/PortUnreachableException.java: Merged with Classpath.
8031         * java/net/SocketTimeoutException.java: Likewise.
8032         * java/net/URISyntaxException.java: Likewise.
8033         * java/net/SocketAddress.java: New class from Classpath.
8034         * java/net/InetSocketAddress.java: Likewise.
8035
8036 2003-08-21  Michael Koch  <konqueror@gmx.de>
8037
8038         * java/net/Authenticator.java: updated JDK 1.4
8039         * java/net/ContentHandler.java: updated JDK 1.4
8040
8041 2002-08-20  Michael Koch  <konqueror@gmx.de>
8042
8043         * java/net/URISyntaxException.java: New file.
8044         * java/net/SocketTimeoutException.java: New file.
8045         * java/net/PortUnreachableException.java: New file.
8046         * Makefile.am: Updated.
8047         * Makefile.in: Rebuilt.
8048
8049 2002-08-18  Mark Wielaard  <mark@klomp.org>
8050
8051         Thanks to Vladimir Puskas <vpuskas@eunet.yu>
8052         * gnu/java/security/provider/MD5.java: Extends MessageDigest, not
8053         MessageDigestSpi (fixes Classpath bug #783).
8054
8055 2002-08-14  Jesse Rosenstock  <jmr@ugcs.caltech.edu>
8056
8057         * java/lang/natPosixProcess.cc (cleanup): Added `path' argument.
8058         (startProcess): Allocate path for chdir in async-signal-safe way.
8059
8060 2002-08-13  Jesse Rosenstock  <jmr@ugcs.caltech.edu>
8061
8062         Fix for PR libgcj/7570 and PR libgcj/7578:
8063         * java/lang/natPosixProcess.cc: Include java/io/File.h.
8064         (startProcess): Handle new `dir' argument.
8065         * java/lang/Win32Process.java (ConcreteProcess): Added `dir'
8066         argument.
8067         * java/lang/PosixProcess.java (ConcreteProcess): Added `dir'
8068         argument.
8069         (startProcess): Likewise.
8070         * java/lang/EcosProcess.java (ConcreteProcess): Added `dir'
8071         argument.
8072         * java/lang/Runtime.java (execInternal): Added `dir' argument.
8073         (exec): Don't create new environment if ENV==null.  Pass DIR to
8074         execInternal.
8075         * java/lang/natRuntime.cc: Include java/io/File.h.
8076         (execInternal): Added `dir' argument.
8077
8078 2002-08-13  Jesse Rosenstock  <jmr@fulcrummicro.com>
8079
8080         * java/io/RandomAccessFile.java (skipBytes): Return number of
8081         bytes skipped.
8082
8083 2002-08-01  Mark Wielaard  <mark@klomp.org>
8084
8085         Reenable patch since shared library troubles on powerpc are solved:
8086         * gnu/java/security/provider/Gnu.java: Reference all implementation
8087         classes by using Class.getName().
8088         * gnu/java/security/der/DEREncodingException.java,
8089         gnu/java/security/provider/DERReader.java,
8090         gnu/java/security/provider/DERWriter.java,
8091         gnu/java/security/provider/DSAKeyPairGenerator.java,
8092         gnu/java/security/provider/DSAParameterGenerator.java,
8093         gnu/java/security/provider/DSAParameters.java,
8094         gnu/java/security/provider/DSASignature.java,
8095         gnu/java/security/provider/GnuDSAPrivateKey.java,
8096         gnu/java/security/provider/GnuDSAPublicKey.java,
8097         gnu/java/security/provider/MD5.java,
8098         gnu/java/security/util/Prime.java: New classes
8099         * Makefile.am (ordinary_java_source_files): Add above files.
8100         * Makefile.in: Regenerate.
8101         * gnu/java/security/provider/DefaultPolicy.java
8102         (getPermissions): Don't maintain static class variable of Permissions.
8103         * gnu/java/security/provider/SHA.java
8104         (engineUpdate): algorithm change.
8105         (engineDigest): algorithm change.
8106
8107 2002-08-09  Mark Wielaard  <mark@klomp.org>
8108
8109         * java/awt/image/MemoryImageSource.java: Change constructor to take
8110         int[] not byte[].
8111         * java/awt/Graphics2D.java: Uncomment methods that can now be
8112         compiled.
8113         * java/awt/GridBagLayout.java: New stub implementation.
8114         * javax/swing/text/html/HTML.java: Stub implementation.
8115         * javax/swing/text/html/parser/ParserDelegator.java: New stub
8116         implementation.
8117
8118         * Makefile.am: Add new files.
8119         * Makefile.in: Rebuilt.
8120
8121 2002-08-09  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
8122
8123         * gnu/awt/j2d/Graphics2DImpl.java: Implement stubs for new abstract
8124         methods in Graphics2D.
8125
8126 2002-08-09  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
8127
8128         AWT/Swing merge from GNU Classpath.
8129
8130         * java/awt/AlphaComposite.java, java/awt/AttributeValue.java,
8131         java/awt/BasicStroke.java, java/awt/BufferCapabilities.java,
8132         java/awt/color/CMMException.java, java/awt/ColorPaintContext.java,
8133         java/awt/color/ProfileDataException.java,
8134         java/awt/CompositeContext.java, java/awt/Composite.java,
8135         java/awt/ContainerOrderFocusTraversalPolicy.java,
8136         java/awt/datatransfer/FlavorTable.java,
8137         java/awt/DefaultFocusTraversalPolicy.java,
8138         java/awt/DefaultKeyboardFocusManager.java, java/awt/DisplayMode.java,
8139         java/awt/dnd/DnDConstants.java, java/awt/dnd/DragGestureEvent.java,
8140         java/awt/dnd/DragGestureListener.java,
8141         java/awt/dnd/DragGestureRecognizer.java,
8142         java/awt/dnd/DragSourceAdapter.java,
8143         java/awt/dnd/DragSourceContext.java,
8144         java/awt/dnd/DragSourceDragEvent.java,
8145         java/awt/dnd/DragSourceEvent.java, java/awt/dnd/DragSource.java,
8146         java/awt/dnd/DragSourceListener.java,
8147         java/awt/dnd/DragSourceMotionListener.java,
8148         java/awt/dnd/DropTarget.java,
8149         java/awt/dnd/InvalidDnDOperationException.java,
8150         java/awt/dnd/peer/DragSourceContextPeer.java,
8151         java/awt/event/AWTEventListenerProxy.java,
8152         java/awt/event/MouseWheelEvent.java,
8153         java/awt/event/MouseWheelListener.java,
8154         java/awt/event/WindowFocusListener.java,
8155         java/awt/event/WindowStateListener.java,
8156         java/awt/FocusTraversalPolicy.java, java/awt/FontFormatException.java,
8157         java/awt/font/TextHitInfo.java, java/awt/geom/Arc2D.java,
8158         java/awt/geom/Area.java, java/awt/geom/CubicCurve2D.java,
8159         java/awt/geom/FlatteningPathIterator.java,
8160         java/awt/geom/GeneralPath.java, java/awt/geom/QuadCurve2D.java,
8161         java/awt/GradientPaint.java, java/awt/GraphicsConfigTemplate.java,
8162         java/awt/GraphicsDevice.java, java/awt/GraphicsEnvironment.java,
8163         java/awt/HeadlessException.java, java/awt/image/BufferedImageOp.java,
8164         java/awt/image/BufferStrategy.java, java/awt/ImageCapabilities.java,
8165         java/awt/image/ImagingOpException.java,
8166         java/awt/image/RasterFormatException.java,
8167         java/awt/image/RenderedImage.java, java/awt/image/TileObserver.java,
8168         java/awt/image/VolatileImage.java,
8169         java/awt/image/WritableRenderedImage.java,
8170         java/awt/im/InputContext.java, java/awt/im/InputMethodHighlight.java
8171         java/awt/im/InputMethodRequests.java, java/awt/im/InputSubset.java,
8172         java/awt/JobAttributes.java, java/awt/KeyboardFocusManager.java,
8173         java/awt/KeyEventDispatcher.java, java/awt/KeyEventPostProcessor.java
8174         java/awt/PageAttributes.java, java/awt/print/Book.java,
8175         java/awt/print/Pageable.java, java/awt/print/PageFormat.java,
8176         java/awt/print/Paper.java, java/awt/print/Printable.java,
8177         java/awt/print/PrinterAbortException.java,
8178         java/awt/print/PrinterException.java,
8179         java/awt/print/PrinterGraphics.java,
8180         java/awt/print/PrinterIOException.java, java/awt/print/PrinterJob.java,
8181         java/awt/Robot.java, java/awt/ScrollPaneAdjustable.java,
8182         java/awt/Stroke.java, java/awt/TexturePaint.java,
8183         javax/accessibility/AccessibleAction.java,
8184         javax/accessibility/AccessibleBundle.java,
8185         javax/accessibility/AccessibleComponent.java,
8186         javax/accessibility/AccessibleContext.java,
8187         javax/accessibility/AccessibleEditableText.java,
8188         javax/accessibility/AccessibleExtendedComponent.java,
8189         javax/accessibility/AccessibleExtendedTable.java,
8190         javax/accessibility/AccessibleHyperlink.java,
8191         javax/accessibility/AccessibleHypertext.java,
8192         javax/accessibility/AccessibleIcon.java,
8193         javax/accessibility/Accessible.java,
8194         javax/accessibility/AccessibleKeyBinding.java,
8195         javax/accessibility/AccessibleRelation.java,
8196         javax/accessibility/AccessibleRelationSet.java,
8197         javax/accessibility/AccessibleResourceBundle.java,
8198         javax/accessibility/AccessibleRole.java,
8199         javax/accessibility/AccessibleSelection.java,
8200         javax/accessibility/AccessibleState.java,
8201         javax/accessibility/AccessibleStateSet.java,
8202         javax/accessibility/AccessibleTable.java,
8203         javax/accessibility/AccessibleTableModelChange.java,
8204         javax/accessibility/AccessibleText.java,
8205         javax/accessibility/AccessibleValue.java,
8206         javax/swing/AbstractAction.java,
8207         javax/swing/AbstractButton.java,
8208         javax/swing/AbstractCellEditor.java,
8209         javax/swing/AbstractListModel.java,
8210         javax/swing/AbstractSet.java, javax/swing/Action.java,
8211         javax/swing/ActionMap.java, javax/swing/border/AbstractBorder.java,
8212         javax/swing/border/BevelBorder.java, javax/swing/border/Border.java,
8213         javax/swing/border/CompoundBorder.java,
8214         javax/swing/border/EmptyBorder.java,
8215         javax/swing/border/EtchedBorder.java, javax/swing/BorderFactory.java,
8216         javax/swing/border/LineBorder.java,
8217         javax/swing/border/MatteBorder.java,
8218         javax/swing/border/TitledBorder.java,
8219         javax/swing/BoundedRangeModel.java, javax/swing/Box.java,
8220         javax/swing/BoxLayout.java, javax/swing/ButtonGroup.java,
8221         javax/swing/ButtonModel.java, javax/swing/CellEditor.java,
8222         javax/swing/CellRendererPane.java,
8223         javax/swing/colorchooser/AbstractColorChooserPanel.java,
8224         javax/swing/colorchooser/ColorChooserComponentFactory.java,
8225         javax/swing/colorchooser/ColorSelectionModel.java,
8226         javax/swing/colorchooser/DefaultColorSelectionModel.java,
8227         javax/swing/ComboBoxEditor.java, javax/swing/ComboBoxModel.java,
8228         javax/swing/ComponentInputMap.java, javax/swing/DebugGraphics.java,
8229         javax/swing/DefaultBoundedRangeModel.java,
8230         javax/swing/DefaultButtonModel.java,
8231         javax/swing/DefaultCellEditor.java,
8232         javax/swing/DefaultCellRenderer.java,
8233         javax/swing/DefaultComboBoxModel.java,
8234         javax/swing/DefaultDesktopManager.java,
8235         javax/swing/DefaultFocusManager.java,
8236         javax/swing/DefaultListCellRenderer.java,
8237         javax/swing/DefaultListModel.java,
8238         javax/swing/DefaultListSelectionModel.java,
8239         javax/swing/DefaultSingleSelectionModel.java,
8240         javax/swing/DesktopManager.java,
8241         javax/swing/event/AncestorEvent.java,
8242         javax/swing/event/AncestorListener.java,
8243         javax/swing/event/CaretEvent.java,
8244         javax/swing/event/CaretListener.java,
8245         javax/swing/event/CellEditorListener.java,
8246         javax/swing/event/ChangeEvent.java,
8247         javax/swing/event/ChangeListener.java,
8248         javax/swing/event/DocumentEvent.java,
8249         javax/swing/event/DocumentListener.java,
8250         javax/swing/event/EventListenerList.java,
8251         javax/swing/event/HyperlinkEvent.java,
8252         javax/swing/event/HyperlinkListener.java,
8253         javax/swing/event/InternalFrameAdapter.java,
8254         javax/swing/event/InternalFrameEvent.java,
8255         javax/swing/event/InternalFrameListener.java,
8256         javax/swing/event/ListDataEvent.java,
8257         javax/swing/event/ListDataListener.java,
8258         javax/swing/event/ListSelectionEvent.java,
8259         javax/swing/event/ListSelectionListener.java,
8260         javax/swing/event/MenuDragMouseEvent.java,
8261         javax/swing/event/MenuDragMouseListener.java,
8262         javax/swing/event/MenuEvent.java,
8263         javax/swing/event/MenuKeyEvent.java,
8264         javax/swing/event/MenuKeyListener.java,
8265         javax/swing/event/MenuListener.java,
8266         javax/swing/event/MouseInputAdapter.java,
8267         javax/swing/event/MouseInputListener.java,
8268         javax/swing/event/PopupMenuEvent.java,
8269         javax/swing/event/PopupMenuListener.java,
8270         javax/swing/event/SwingPropertyChangeSupport.java,
8271         javax/swing/event/TableColumnModelEvent.java,
8272         javax/swing/event/TableColumnModelListener.java,
8273         javax/swing/event/TableModelEvent.java,
8274         javax/swing/event/TableModelListener.java,
8275         javax/swing/event/TreeExpansionEvent.java,
8276         javax/swing/event/TreeExpansionListener.java,
8277         javax/swing/event/TreeModelEvent.java,
8278         javax/swing/event/TreeModelListener.java,
8279         javax/swing/event/TreeSelectionEvent.java,
8280         javax/swing/event/TreeSelectionListener.java,
8281         javax/swing/event/TreeWillExpandListener.java,
8282         javax/swing/event/UndoableEditEvent.java,
8283         javax/swing/event/UndoableEditListener.java,
8284         javax/swing/filechooser/FileFilter.java,
8285         javax/swing/filechooser/FileSystemView.java,
8286         javax/swing/filechooser/FileView.java,
8287         javax/swing/FocusManager.java, javax/swing/GrayFilter.java,
8288         javax/swing/Icon.java, javax/swing/ImageIcon.java,
8289         javax/swing/InputMap.java, javax/swing/InputVerifier.java,
8290         javax/swing/JApplet.java, javax/swing/JButton.java,
8291         javax/swing/JCheckBox.java, javax/swing/JCheckBoxMenuItem.java,
8292         javax/swing/JColorChooser.java, javax/swing/JComboBox.java,
8293         javax/swing/JComponent.java, javax/swing/JDesktopPane.java,
8294         javax/swing/JDialog.java, javax/swing/JEditorPane.java,
8295         javax/swing/JFileChooser.java, javax/swing/JFrame.java,
8296         javax/swing/JInternalFrame.java, javax/swing/JLabel.java,
8297         javax/swing/JLayeredPane.java, javax/swing/JList.java,
8298         javax/swing/JMenuBar.java, javax/swing/JMenuItem.java,
8299         javax/swing/JMenu.java, javax/swing/JOptionPane.java,
8300         javax/swing/JPanel.java, javax/swing/JPasswordField.java,
8301         javax/swing/JPopupMenu.java, javax/swing/JProgressBar.java,
8302         javax/swing/JRadioButton.java, javax/swing/JRadioButtonMenuItem.java,
8303         javax/swing/JRootPane.java, javax/swing/JScrollBar.java,
8304         javax/swing/JScrollPane.java, javax/swing/JSeparator.java,
8305         javax/swing/JSlider.java, javax/swing/JSplitPane.java,
8306         javax/swing/JTabbedPane.java, javax/swing/JTable.java,
8307         javax/swing/JTextField.java, javax/swing/JTextPane.java,
8308         javax/swing/JToggleButton.java, javax/swing/JToolBar.java,
8309         javax/swing/JToolTip.java, javax/swing/JTree.java,
8310         javax/swing/JViewport.java, javax/swing/JWindow.java,
8311         javax/swing/KeyStroke.java, javax/swing/ListCellRenderer.java,
8312         javax/swing/ListModel.java, javax/swing/ListSelectionModel.java,
8313         javax/swing/LookAndFeel.java, javax/swing/MenuElement.java,
8314         javax/swing/MenuSelectionManager.java,
8315         javax/swing/MutableComboBoxModel.java,
8316         javax/swing/OverlayLayout.java,
8317         javax/swing/plaf/ActionMapUIResource.java,
8318         javax/swing/plaf/basic/BasicBorders.java,
8319         javax/swing/plaf/basic/BasicButtonUI.java,
8320         javax/swing/plaf/basic/BasicCheckBoxUI.java,
8321         javax/swing/plaf/basic/BasicDefaults.java,
8322         javax/swing/plaf/basic/BasicGraphicsUtils.java,
8323         javax/swing/plaf/basic/BasicIconFactory.java,
8324         javax/swing/plaf/basic/BasicLabelUI.java,
8325         javax/swing/plaf/basic/BasicListUI.java,
8326         javax/swing/plaf/basic/BasicLookAndFeel.java,
8327         javax/swing/plaf/basic/BasicOptionPaneUI.java,
8328         javax/swing/plaf/basic/BasicPanelUI.java,
8329         javax/swing/plaf/basic/BasicRadioButtonUI.java,
8330         javax/swing/plaf/basic/BasicScrollPaneUI.java,
8331         javax/swing/plaf/basic/BasicTabbedPaneUI.java,
8332         javax/swing/plaf/basic/BasicTextUI.java,
8333         javax/swing/plaf/basic/BasicToggleButtonUI.java,
8334         javax/swing/plaf/basic/BasicTreeUI.java,
8335         javax/swing/plaf/basic/BasicViewportUI.java,
8336         javax/swing/plaf/BorderUIResource.java,
8337         javax/swing/plaf/ButtonUI.java,
8338         javax/swing/plaf/ColorChooserUI.java,
8339         javax/swing/plaf/ColorUIResource.java,
8340         javax/swing/plaf/ComboBoxUI.java,
8341         javax/swing/plaf/ComponentInputMapUIResource.java,
8342         javax/swing/plaf/ComponentUI.java,
8343         javax/swing/plaf/DesktopIconUI.java,
8344         javax/swing/plaf/DesktopPaneUI.java,
8345         javax/swing/plaf/DimensionUIResource.java,
8346         javax/swing/plaf/FileChooserUI.java,
8347         javax/swing/plaf/FontUIResource.java,
8348         javax/swing/plaf/IconUIResource.java,
8349         javax/swing/plaf/InputMapUIResource.java,
8350         javax/swing/plaf/InsetsUIResource.java,
8351         javax/swing/plaf/InternalFrameUI.java,
8352         javax/swing/plaf/LabelUI.java,
8353         javax/swing/plaf/ListUI.java,
8354         javax/swing/plaf/MenuBarUI.java,
8355         javax/swing/plaf/MenuItemUI.java,
8356         javax/swing/plaf/OptionPaneUI.java,
8357         javax/swing/plaf/PanelUI.java,
8358         javax/swing/plaf/PopupMenuUI.java,
8359         javax/swing/plaf/ProgressBarUI.java,
8360         javax/swing/plaf/RootPaneUI.java,
8361         javax/swing/plaf/ScrollBarUI.java,
8362         javax/swing/plaf/ScrollPaneUI.java,
8363         javax/swing/plaf/SeparatorUI.java,
8364         javax/swing/plaf/SliderUI.java,
8365         javax/swing/plaf/SplitPaneUI.java,
8366         javax/swing/plaf/TabbedPaneUI.java,
8367         javax/swing/plaf/TableHeaderUI.java,
8368         javax/swing/plaf/TableUI.java,
8369         javax/swing/plaf/TextUI.java,
8370         javax/swing/plaf/ToolBarUI.java,
8371         javax/swing/plaf/ToolTipUI.java,
8372         javax/swing/plaf/TreeUI.java,
8373         javax/swing/plaf/UIResource.java,
8374         javax/swing/plaf/ViewportUI.java,
8375         javax/swing/ProgressMonitorInputStream.java,
8376         javax/swing/ProgressMonitor.java,
8377         javax/swing/Renderer.java,
8378         javax/swing/RepaintManager.java,
8379         javax/swing/RootPaneContainer.java,
8380         javax/swing/Scrollable.java,
8381         javax/swing/ScrollPaneConstants.java,
8382         javax/swing/ScrollPaneLayout.java,
8383         javax/swing/SingleSelectionModel.java,
8384         javax/swing/SizeRequirements.java,
8385         javax/swing/SizeSequence.java,
8386         javax/swing/SwingConstants.java,
8387         javax/swing/SwingUtilities.java,
8388         javax/swing/table/AbstractTableModel.java,
8389         javax/swing/table/DefaultTableCellRenderer.java,
8390         javax/swing/table/DefaultTableColumnModel.java,
8391         javax/swing/table/DefaultTableModel.java,
8392         javax/swing/table/TableCellEditor.java,
8393         javax/swing/table/TableCellRenderer.java,
8394         javax/swing/table/TableColumn.java,
8395         javax/swing/table/TableColumnModel.java,
8396         javax/swing/table/TableModel.java,
8397         javax/swing/text/AbstractDocument.java,
8398         javax/swing/text/AttributeSet.java,
8399         javax/swing/text/BadLocationException.java,
8400         javax/swing/text/Caret.java,
8401         javax/swing/text/CharacterIterator.java,
8402         javax/swing/text/ComponentView.java,
8403         javax/swing/text/DefaultCaret.java,
8404         javax/swing/text/DefaultEditorKit.java,
8405         javax/swing/text/Document.java,
8406         javax/swing/text/EditorKit.java,
8407         javax/swing/text/Element.java,
8408         javax/swing/text/GapContent.java,
8409         javax/swing/text/JTextComponent.java,
8410         javax/swing/text/Keymap.java,
8411         javax/swing/text/MutableAttributeSet.java,
8412         javax/swing/text/PlainDocument.java,
8413         javax/swing/text/PlainEditorKit.java,
8414         javax/swing/text/Position.java,
8415         javax/swing/text/Segment.java,
8416         javax/swing/text/StyledDocument.java,
8417         javax/swing/text/StyledEditorKit.java,
8418         javax/swing/text/Style.java,
8419         javax/swing/text/TextAction.java,
8420         javax/swing/text/ViewFactory.java,
8421         javax/swing/text/View.java,
8422         javax/swing/Timer.java,
8423         javax/swing/ToggleButtonModel.java,
8424         javax/swing/ToolTipManager.java,
8425         javax/swing/tree/AbstractLayoutCache.java,
8426         javax/swing/tree/DefaultMutableTreeNode.java,
8427         javax/swing/tree/DefaultTreeCellEditor.java,
8428         javax/swing/tree/DefaultTreeCellRenderer.java,
8429         javax/swing/tree/DefaultTreeModel.java,
8430         javax/swing/tree/DefaultTreeSelectionModel.java,
8431         javax/swing/tree/ExpandVetoException.java,
8432         javax/swing/tree/FixedHeightLayoutCache.java,
8433         javax/swing/tree/MutableTreeNode.java,
8434         javax/swing/tree/RowMapper.java,
8435         javax/swing/tree/TreeCellEditor.java,
8436         javax/swing/tree/TreeCellRenderer.java,
8437         javax/swing/tree/TreeModel.java,
8438         javax/swing/tree/TreeNode.java,
8439         javax/swing/tree/TreePath.java,
8440         javax/swing/tree/TreeSelectionModel.java,
8441         javax/swing/tree/VariableHeightLayoutCache.java,
8442         javax/swing/UIDefaults.java,
8443         javax/swing/UIManager.java,
8444         javax/swing/undo/AbstractUndoableEdit.java,
8445         javax/swing/undo/CannotRedoException.java,
8446         javax/swing/undo/CannotUndoException.java,
8447         javax/swing/undo/CompoundEdit.java,
8448         javax/swing/undo/StateEditable.java,
8449         javax/swing/undo/StateEdit.java,
8450         javax/swing/undo/UndoableEdit.java,
8451         javax/swing/undo/UndoableEditSupport.java,
8452         javax/swing/undo/UndoManager.java,
8453         javax/swing/UnsupportedLookAndFeelException.java,
8454         javax/swing/ViewportLayout.java,
8455         javax/swing/WindowConstants.java: New files, from GNU Classpath.
8456
8457         * java/awt/ActiveEvent.java,
8458         java/awt/Adjustable.java, java/awt/AWTError.java,
8459         java/awt/AWTEvent.java, java/awt/AWTEventMulticaster.java,
8460         java/awt/AWTException.java, java/awt/AWTPermission.java,
8461         java/awt/BorderLayout.java, java/awt/Button.java, java/awt/Choice.java,
8462         java/awt/Color.java, java/awt/Component.java,
8463         java/awt/ComponentOrientation.java, java/awt/Container.java,
8464         java/awt/datatransfer/MimeTypeParseException.java,
8465         java/awt/datatransfer/Transferable.java,
8466         java/awt/datatransfer/UnsupportedFlavorException.java,
8467         java/awt/Dimension.java, java/awt/event/ActionEvent.java,
8468         java/awt/event/ActionListener.java,
8469         java/awt/event/AdjustmentEvent.java,
8470         java/awt/event/AdjustmentListener.java,
8471         java/awt/event/AWTEventListener.java,
8472         java/awt/event/ComponentAdapter.java,
8473         java/awt/event/ComponentEvent.java,
8474         java/awt/event/ComponentListener.java,
8475         java/awt/event/ContainerAdapter.java,
8476         java/awt/event/ContainerEvent.java,
8477         java/awt/event/ContainerListener.java,
8478         java/awt/event/FocusAdapter.java,
8479         java/awt/event/FocusEvent.java, java/awt/event/FocusListener.java,
8480         java/awt/event/HierarchyBoundsAdapter.java,
8481         java/awt/event/HierarchyBoundsListener.java,
8482         java/awt/event/HierarchyEvent.java,
8483         java/awt/event/HierarchyListener.java,
8484         java/awt/event/InputEvent.java, java/awt/event/InputMethodEvent.java,
8485         java/awt/event/InputMethodListener.java,
8486         java/awt/event/InvocationEvent.java, java/awt/event/ItemEvent.java,
8487         java/awt/event/ItemListener.java, java/awt/event/KeyAdapter.java,
8488         java/awt/event/KeyEvent.java, java/awt/event/KeyListener.java,
8489         java/awt/event/MouseAdapter.java, java/awt/event/MouseEvent.java,
8490         java/awt/event/MouseListener.java,
8491         java/awt/event/MouseMotionAdapter.java,
8492         java/awt/event/MouseMotionListener.java,
8493         java/awt/event/PaintEvent.java, java/awt/EventQueue.java,
8494         java/awt/event/TextEvent.java, java/awt/event/TextListener.java,
8495         java/awt/event/WindowAdapter.java, java/awt/event/WindowEvent.java,
8496         java/awt/event/WindowListener.java, java/awt/Font.java,
8497         java/awt/geom/AffineTransform.java, java/awt/geom/Dimension2D.java,
8498         java/awt/geom/Ellipse2D.java,
8499         java/awt/geom/IllegalPathStateException.java,
8500         java/awt/geom/Line2D.java,
8501         java/awt/geom/NoninvertibleTransformException.java,
8502         java/awt/geom/PathIterator.java, java/awt/geom/Point2D.java,
8503         java/awt/geom/Rectangle2D.java, java/awt/geom/RectangularShape.java,
8504         java/awt/geom/RoundRectangle2D.java,
8505         java/awt/GraphicsConfiguration.java,
8506         java/awt/IllegalComponentStateException.java,
8507         java/awt/image/IndexColorModel.java,
8508         java/awt/Image.java, java/awt/image/MemoryImageSource.java,
8509         java/awt/image/PixelGrabber.java, java/awt/Insets.java,
8510         java/awt/ItemSelectable.java, java/awt/LayoutManager2.java,
8511         java/awt/LayoutManager.java, java/awt/MenuContainer.java,
8512         java/awt/MenuItem.java, java/awt/PaintContext.java,
8513         java/awt/Paint.java, java/awt/Panel.java, java/awt/Point.java,
8514         java/awt/Polygon.java, java/awt/PrintGraphics.java,
8515         java/awt/PrintJob.java, java/awt/Rectangle.java,
8516         java/awt/RenderingHints.java, java/awt/ScrollPane.java,
8517         java/awt/Shape.java, java/awt/SystemColor.java, java/awt/Toolkit.java,
8518         java/awt/Transparency.java, java/awt/Window.java: Merge from classpath.
8519
8520         * java/awt/im/spi/InputMethod.java,
8521         java/awt/im/spi/InputMethodContext.java,
8522         java/awt/im/spi/InputMethodDescriptor.java,
8523         java/awt/image/renderable/ContextualRenderedImageFactory.java,
8524         java/awt/image/renderable/ParameterBlock.java,
8525         java/awt/image/renderable/RenderContext.java,
8526         java/awt/image/renderable/RenderableImage.java,
8527         java/awt/image/renderable/RenderableImageOp.java,
8528         java/awt/image/renderable/RenderableImageProducer.java,
8529         java/awt/image/renderable/RenderedImageFactory.java: New files from
8530         classpath.
8531
8532         * gnu/java/awt/EventModifier.java,
8533         gnu/java/awt/image/ImageDecoder.java,
8534         gnu/java/awt/image/XBMDecoder.java: New files from GNU Classpath.
8535
8536         * gnu/awt/xlib/XGraphicsConfiguration.java,
8537         gnu/awt/xlib/XToolkit.java: Updated to compile against 1.4 abstract
8538         API.
8539
8540         * javax/swing/plaf/metal/MetalLookAndFeel.java: New file from
8541         GNU Classpath.
8542
8543         * Makefile.am: Add new files.
8544         * Makefile.in: Rebuilt.
8545
8546 2002-08-07  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
8547
8548         * java/lang/ClassLoader.java (getSystemClassLoader, findClass,
8549         defineClass, setSigners, getSystemResource, getSystemResourceAsStream,
8550         findResource, getResources, findResources): Add javadoc from classpath.
8551         (getSystemResources): Implemented.
8552
8553 2002-08-01  Mark Wielaard  <mark@klomp.org>
8554
8555         Revert patch that breaks libgcj shared library on powerpc:
8556         * gnu/java/security/provider/Gnu.java: Reverse referencing all
8557         implementation classes by using Class.getName(). Uses Strings again.
8558         * gnu/java/security/der/DEREncodingException.java,
8559         gnu/java/security/provider/DERReader.java,
8560         gnu/java/security/provider/DERWriter.java,
8561         gnu/java/security/provider/DSAKeyPairGenerator.java,
8562         gnu/java/security/provider/DSAParameterGenerator.java,
8563         gnu/java/security/provider/DSAParameters.java,
8564         gnu/java/security/provider/DSASignature.java,
8565         gnu/java/security/provider/GnuDSAPrivateKey.java,
8566         gnu/java/security/provider/GnuDSAPublicKey.java,
8567         gnu/java/security/provider/MD5.java,
8568         gnu/java/security/util/Prime.java: Removed.
8569         * Makefile.am (ordinary_java_source_files): Remove above files.
8570         * Makefile.in: Regenerate.
8571         * gnu/java/security/provider/DefaultPolicy.java
8572         (getPermissions): Revert to maintaining static class variable of
8573         Permissions.
8574         * gnu/java/security/provider/SHA.java
8575         (engineUpdate): Revert algorithm change.
8576         (engineDigest): Revert algorithm change.
8577
8578 2002-08-01  Kaz Kojima  <kkojima@gcc.gnu.org>
8579
8580         * configure.host: Add SH support.
8581         * sysdep/sh/locks.h: New file.
8582
8583 2002-07-31  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
8584
8585         * java/awt/Frame.java (Frame): Remove println calls.
8586
8587 2002-07-30  Jeff Sturm  <jsturm@one-point.com>
8588
8589         * configure.in (LIBFFIINCS): Don't prepend MULTIBUILDTOP.
8590         * configure: Rebuilt.
8591
8592 2002-07-27  Alan Modra  <amodra@bigpond.net.au>
8593
8594         * sysdep/powerpc/locks.h: Formatting.
8595         (_LARX): Define.
8596         (_STCX): Define.
8597         (compare_and_swap): Use _LARX and _STCX.
8598         (compare_and_swap_release): Likewise.
8599
8600 2002-07-26  Tom Tromey  <tromey@redhat.com>
8601
8602         * java/net/Authenticator.java: New version from Classpath.
8603         * java/net/DatagramSocketImpl.java: New version from Classpath.
8604
8605 2002-07-27  Alan Modra  <amodra@bigpond.net.au>
8606
8607         * configure.host: Add powerpc64*-* entry.
8608
8609 2002-07-26  Tom Tromey  <tromey@redhat.com>
8610
8611         * java/io/natFileDescriptorPosix.cc: Don't include sys/socket.h or
8612         fcntl.h.
8613
8614 2002-07-24  Tom Tromey  <tromey@redhat.com>
8615
8616         * java/lang/Runtime.java (loadLibrary): Pass `true' as search
8617         argument to _load.
8618
8619 2002-07-24  Tom Tromey  <tromey@redhat.com>
8620             Tony Kimball <alk@pobox.com>
8621
8622         * java/io/natFileDescriptorWin32.cc (setLength): New method.
8623         * java/io/natFileDescriptorPosix.cc (setLength): New method.
8624         * java/io/RandomAccessFile.java (setLength): New method.
8625         * java/io/natFileDescriptorEcos.cc (setLength): New method.
8626         * java/io/FileDescriptor.java (setLength): New method.
8627
8628 2002-07-24  Mark Wielaard  <mark@klomp.org>
8629
8630         * java/lang/reflect/natField.cc (setAddr): Check isAccessible().
8631         * java/io/ObjectInputStream.java (setBooleanField): Before setting
8632         field call setAccessible(true).
8633         (setByteField): Likewise.
8634         (setCharField): Likewise.
8635         (setDoubleField): Likewise.
8636         (setFloatField): Likewise.
8637         (setIntField): Likewise.
8638         (setLongField): Likewise.
8639         (setShortField): Likewise.
8640         (setObjectField): Likewise.
8641
8642 2002-07-24  Tom Tromey  <tromey@redhat.com>
8643
8644         * java/io/ObjectInputStream.java (readObject) [TC_ARRAY]: Don't
8645         use toString() to format array element.
8646
8647 2002-07-23  Mark Wielaard  <mark@klomp.org>
8648
8649         * gnu/java/security/provider/MD5.java: Extends MessageDigest, not
8650         MessageDigestSpi (fixes Classpath bug #783).
8651
8652 2002-07-21  Mark Wielaard  <mark@klomp.org>
8653
8654         * gnu/java/security/provider/Gnu.java: Reference all implementation
8655         classes by using Class.getName().
8656
8657 2002-07-19  Bo Thorsen  <bo@berlioz.suse.de>
8658
8659         * java/lang/ieeefp.h: Add x86-64 support.
8660         * configure.in: Likewise.
8661         * configure.host: Likewise.
8662         * configure: Regenerated.
8663         * sysdep/x86-64/locks.h: New file with x86-64 locks.
8664
8665 2002-07-16  Mark Wielaard  <mark@klomp.org>
8666
8667         * java/io/StreamTokenizer.java (pushBack): Update documentation.
8668         (whitespaceChars): call resetChar().
8669
8670 2002-07-15  Tom Tromey  <tromey@redhat.com>
8671
8672         * Makefile.in: Rebuilt.
8673         * Makefile.am (awt_java_source_files): Added new files.
8674         * java/beans/ExceptionListener.java: Merged with Classpath.
8675         * java/beans/PropertyChangeEvent.java: Merged with Classpath.
8676         * java/beans/PropertyChangeListener.java: Merged with Classpath.
8677         * java/beans/PropertyChangeListenerProxy.java: Merged with Classpath.
8678         * java/beans/PropertyChangeSupport.java: Merged with Classpath.
8679         * java/beans/VetoableChangeListener.java: Merged with Classpath.
8680         * java/beans/VetoableChangeListenerProxy.java: Merged with Classpath.
8681         * java/beans/VetoableChangeSupport.java: Merged with Classpath.
8682
8683 2002-07-14  Mark Wielaard  <mark@klomp.org>
8684
8685         * gnu/java/security/der/DEREncodingException.java,
8686         gnu/java/security/provider/DERReader.java,
8687         gnu/java/security/provider/DERWriter.java,
8688         gnu/java/security/provider/DSAKeyPairGenerator.java,
8689         gnu/java/security/provider/DSAParameterGenerator.java,
8690         gnu/java/security/provider/DSAParameters.java,
8691         gnu/java/security/provider/DSASignature.java,
8692         gnu/java/security/provider/GnuDSAPrivateKey.java,
8693         gnu/java/security/provider/GnuDSAPublicKey.java,
8694         gnu/java/security/provider/MD5.java,
8695         gnu/java/security/util/Prime.java: New files from Classpath.
8696         * Makefile.am (ordinary_java_source_files): Add new files.
8697         * Makefile.in: Regenerate.
8698
8699 2002-07-14  C. Brian Jones <cbj@gnu.org>
8700
8701         * gnu/java/security/provider/DefaultPolicy.java
8702         (getPermissions): do not maintain static class variable of
8703         Permissions
8704         * gnu/java/security/provider/SHA.java
8705         (engineUpdate): algorithm change
8706         (engineDigest): algorithm change
8707
8708 2002-07-12  Jesse Rosenstock  <jmr@fulcrummicro.com>
8709
8710         For PR libgcj/7292:
8711         * java/lang/Character.java (toString(char)): Now static.
8712
8713 2002-07-12  Mark Wielaard  <mark@klomp.org>
8714
8715         * java/lang/natThrowable.cc (printRawStackTrace): removed.
8716         (getStackTrace0): new method.
8717         * java/lang/Throwable.java (CPlusPlusDemangler): removed.
8718         (printStackTrace(PrintWriter)): replace with pure java implementation.
8719         (printRawStackTrace): removed.
8720         (getStackTrace0): new method.
8721         * java/lang/StackTraceElement.java (toString): add extra whitespace.
8722         * gcj/javaprims.h: regenerate class list.
8723         * include/name-finder.h (lookup): new returns StackTraceElement*.
8724         (method_name, file_name): fields removed.
8725         (pid2, f2_pipe, b2_pipe, b2_pipe_fd): new fields.
8726         (~_Jv_name_finder): close new descriptors.
8727         * name-finder.cc(_Jv_name_finder): setup c++filt helper process.
8728         (createStackTraceElement): new method.
8729         (lookup): returns StackTraceElement*, uses createStackTraceElement().
8730
8731 2002-07-10  Tom Tromey  <tromey@redhat.com>
8732
8733         * configure: Rebuilt.
8734         * configure.in: Use `test' after `&&'.  From Chris Faylor.
8735
8736 2002-07-08  Mark Wielaard  <mark@klomp.org>
8737
8738         * mauve-libgcj: Don't compile java.sql.Blob.BlobTest,
8739         java.sql.Clob.ClobTest, java.sql.Connection.TestJdbc20,
8740         java.sql.DatabaseMetaData.TestJdbc20
8741
8742 2002-07-05  Tony Kimball  <alk@pobox.com>
8743
8744         * java/lang/natRuntime.cc (nativeGetLibname): Added missing `#'.
8745
8746 2002-07-04  Tom Tromey  <tromey@redhat.com>
8747             Jeff Sturm  <jsturm@one-point.com>
8748
8749         Fix for PR libgcj/7060:
8750         * java/lang/Class.h (_getMethod): Renamed from getMethod.
8751         * java/lang/natClass.cc (_getMethod): Renamed from getMethod.
8752         Recurse into superinterfaces.  Don't throw NoSuchMethodException.
8753         * java/lang/Class.java (getMethod): New Java implementation;
8754         complies with spec.
8755         (_getMethod): New native method.
8756
8757 2002-07-02  Tom Tromey  <tromey@redhat.com>
8758             David Hovemeyer  <daveho@cs.umd.edu>
8759
8760         * java/text/ChoiceFormat.java
8761         (format(double,StringBuffer,FieldPosition)): Fix fencepost error
8762         in check loop.
8763         * java/text/MessageFormat.java
8764         (format(Object[],StringBuffer,FieldPosition): Pass all arguments
8765         to MessageFormat.
8766
8767 2002-07-01  Tom Tromey  <tromey@redhat.com>
8768
8769         * javax/naming/spi/NamingManager.java (getPlusPath): Don't create
8770         StringTokenizer on null string.  For PR libgcj/7180.
8771         From daveho@cs.umd.edu.
8772
8773 2002-06-24  Tom Tromey  <tromey@redhat.com>
8774
8775         * java/net/natPlainDatagramSocketImpl.cc (BooleanClass): Removed.
8776         (IntegerClass): Likewise.
8777         * java/lang/natClass.cc (CloneableClass): Removed.
8778         (ObjectClass, ErrorClass, ClassClass, MethodClass, FieldClass,
8779         ConstructorClass): Likewise.
8780         * java/lang/natClassLoader.cc (CloneableClass): Removed.
8781         (ObjectClass, ClassClass, VMClassLoaderClass, ClassLoaderClass,
8782         SerializableClass): Likewise.
8783         * java/lang/reflect/natMethod.cc (BooleanClass): Removed.
8784         (VoidClass, ByteClass, ShortClass, CharacterClass, IntegerClass,
8785         LongClass, FloatClass, DoubleClass): Likewise.
8786
8787         * verify.cc (branch_prepass): Updated for change to exception
8788         handler type.
8789         (verify_instructions_0): Likewise.
8790         * defineclass.cc (handleCodeAttribute): Initialize `prepared'.
8791         (handleExceptionTableEntry): Updated for change to exception
8792         handler type.
8793         * java/lang/Class.h (Class): Removed _Jv_InterpMethodInvocation.
8794         * include/java-interp.h (_Jv_InterpMethodInvocation): Removed.
8795         (union _Jv_InterpPC): New.
8796         (class _Jv_InterpException): Changed types to _Jv_InterpPC.
8797         (class _Jv_InterpMethod): Added new `prepared' field.
8798         (class _Jv_InterpMethod): Added `compile' method.  Removed
8799         `continue1' and `find_exception'.  Changed arguments to `run'.
8800         * interpret.cc (union insn_slot): New.
8801         (find_exception): Removed.
8802         (run_normal): Removed most logic.
8803         (run_synch_object): Likewise; also, use JvSynchronize.
8804         (run_synch_class): Likewise.
8805         (run): Removed.
8806         (continue1): Renamed as `run'.  Compile bytecode if required.
8807         Add new code to allow refinement of direct-threaded code at
8808         runtime.  Handle exceptions.
8809         (SAVE_PC): Removed.
8810         (compile): New method.
8811         (SET_ONE, SET_INSN, SET_INT, SET_DATUM): New defines.
8812         (NULLARRAYCHECK): Don't use SAVE_PC.
8813         (pc_t): New typedef.
8814         (TAKE_GOTO, GET1S, GET1U, GET2U, AVAL1U, AVAL2U, AVAL2UP,
8815         SKIP_GOTO, GOTO_VAL, PCVAL, AMPAMP): New macros.
8816
8817 2002-06-23  Tom Tromey  <tromey@redhat.com>
8818
8819         * configure: Rebuilt.
8820         * configure.in (INTERPRETER): New subst.
8821         (AM_RUNTESTFLAGS): Don't subst.
8822
8823         * Makefile.in: Rebuilt.
8824         * Makefile.am ($(srcdir)/java/lang/Object.h,
8825         $(srcdir)/java/lang/Class.h): Added dummy targets.
8826
8827 2002-06-21  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
8828
8829         Reformat JDBC classes and add new JDK 1.4 classes and methods.
8830
8831         * java/sql/ParameterMetaData.java, java/sql/SQLPermission.java,
8832         java/sql/Savepoint.java: New files.
8833         * java/sql/Array.java, java/sql/BatchUpdateException.java,
8834         java/sql/Blob.java, java/sql/CallableStatement.java,
8835         java/sql/Clob.java, java/sql/Connection.java,
8836         java/sql/DataTruncation.java, java/sql/DatabaseMetaData.java,
8837         java/sql/Date.java, java/sql/Driver.java, java/sql/DriverManager.java,
8838         java/sql/DriverPropertyInfo.java, java/sql/PreparedStatement.java,
8839         java/sql/Ref.java, java/sql/ResultSet.java,
8840         java/sql/ResultSetMetaData.java, java/sql/SQLData.java
8841         java/sql/SQLException.java, java/sql/SQLInput.java,
8842         java/sql/SQLOutput.java, java/sql/SQLWarning.java
8843         java/sql/Statement.java, java/sql/Struct.java, java/sql/Time.java,
8844         java/sql/Timestamp.java, java/sql/Types.java: Updated to JDBC 3.0
8845         (JDK 1.4) specification.
8846         * javax/sql/ConnectionEvent.java,
8847         javax/sql/ConnectionEventListener.java,
8848         javax/sql/ConnectionPoolDataSource.java,
8849         javax/sql/DataSource.java, javax/sql/PooledConnection.java,
8850         javax/sql/RowSetEvent.java, javax/sql/RowSetInternal.java,
8851         javax/sql/RowSet.java, javax/sql/RowSetListener.java,
8852         javax/sql/RowSetMetaData.java, javax/sql/RowSetReader.java,
8853         javax/sql/RowSetWriter.java, javax/sql/XAConnection.java,
8854         javax/sql/XADataSource.java: New files.
8855         * Makefile.am: Add new files.
8856         * Makefile.in: Rebuilt.
8857
8858 2002-06-20  Tom Tromey  <tromey@redhat.com>
8859
8860         For PR libgcj/7073:
8861         * resolve.cc (_Jv_PrepareClass): Only resolve superclass if it
8862         exists.
8863         * defineclass.cc (handleClassBegin): Superclass for interface is
8864         `null'.
8865
8866 2002-06-18  Tom Tromey  <tromey@redhat.com>
8867
8868         * gcj/javaprims.h: Updated class declaration list.
8869         * Makefile.in: Rebuilt.
8870         * Makefile.am (core_java_source_files): Removed
8871         BasicMapEntry.java.
8872         * java/util/BasicMapEntry.java: Removed.
8873
8874 2002-06-18  Jeff Sturm  <jsturm@one-point.com>
8875
8876         * java/net/natPlainDatagramSocketImpl.cc (receive):
8877         Check bounds of argument to FD_SET.
8878         (setOption): Throw exception if socket is closed.
8879
8880         * java/net/natPlainSocketImpl.cc (accept, read):
8881         Check bounds of argument to FD_SET.
8882         (setOption): Throw exception if socket is closed.
8883
8884 2002-06-18  Tom Tromey  <tromey@redhat.com>
8885
8886         * gcj/javaprims.h: Updated class declaration list.
8887         * Makefile.in: Rebuilt.
8888         * Makefile.am (core_java_source_files): Added
8889         PropertyPermissionCollection.java.
8890         * java/lang/Thread.java (group, name): Now package-private.
8891         * java/lang/ThreadGroup.java: Re-merge with Classpath.
8892         * java/util/AbstractList.java: Likewise.
8893         * java/util/AbstractMap.java: Likewise.
8894         * java/util/Calendar.java: Likewise.
8895         * java/util/Collections.java: Likewise.
8896         * java/util/HashMap.java: Likewise.
8897         * java/util/Hashtable.java: Likewise.
8898         * java/util/LinkedHashMap.java: Likewise.
8899         * java/util/LinkedList.java: Likewise.
8900         * java/util/List.java: Likewise.
8901         * java/util/ListResourceBundle.java: Likewise.
8902         * java/util/Map.java: Likewise.
8903         * java/util/Observable.java: Likewise.
8904         * java/util/Properties.java: Likewise.
8905         * java/util/PropertyPermission.java: Likewise.
8906         * java/util/PropertyPermissionCollection.java: Likewise.
8907         * java/util/PropertyResourceBundle.java: Likewise.
8908         * java/util/Random.java: Likewise.
8909         * java/util/SimpleTimeZone.java: Likewise.
8910         * java/util/StringTokenizer.java: Likewise.
8911         * java/util/TimerTask.java: Likewise.
8912         * java/util/TreeMap.java: Likewise.
8913         * java/util/WeakHashMap.java: Likewise.
8914         * java/util/jar/Attributes.java: Likewise.
8915         * java/util/jar/JarException.java: Likewise.
8916         * java/util/jar/Manifest.java: Likewise.
8917
8918 2002-06-17  Tom Tromey  <tromey@redhat.com>
8919
8920         * gcj/javaprims.h: Updated class declaration list.
8921         * Makefile.in: Rebuilt.
8922         * Makefile.am (core_java_source_files): Added new file.
8923         * java/util/EventListenerProxy.java: New file.
8924         * java/util/EventListener.java: Re-merge with Classpath.
8925         * java/util/EventObject.java: Re-merge with Classpath.
8926
8927 2002-06-17  Nathanael Nerode  <neroden@twcny.rr.com>
8928
8929         * java/lang/ClassNotFoundException.java: New Classpath version.
8930
8931 2002-06-17  Nathanael Nerode  <neroden@twcny.rr.com>
8932
8933         * java/rmi/activation/ActivateFailedException.java: Remerge from
8934         Classpath version.
8935         * java/rmi/activation/ActivationException.java: Ditto.
8936         * java/rmi/activation/UnknownGroupException.java: Ditto.
8937         * java/rmi/activation/UnknownObjectException.java: Ditto.
8938         * java/rmi/server/ExportException: Ditto.
8939         * java/rmi/server/ServerCloneException: Ditto.
8940         * java/rmi/server/ServerNotActiveException: Ditto.
8941         * java/rmi/server/SkeletonMismatchException: Ditto.
8942         * java/rmi/server/SkeletonNotFoundException: Ditto.
8943         * java/rmi/server/SocketSecurityException: Ditto.
8944
8945 2002-06-16  Tom Tromey  <tromey@redhat.com>
8946
8947         * gcj/javaprims.h: Updated class declaration list.
8948
8949         * java/io/LineNumberInputStream.java: Merged with Classpath.
8950
8951         * java/lang/RuntimeException.java: Re-merge with Classpath.
8952         * java/util/ArrayList.java: Likewise.
8953         * java/util/Arrays.java: Likewise.
8954         * java/util/BitSet.java: Likewise.
8955         * java/util/Dictionary.java: Likewise.
8956         * java/util/IdentityHashMap.java: Likewise.
8957         * java/util/MissingResourceException.java: Likewise.
8958         * java/util/Observer.java: Likewise.
8959         * java/util/TooManyListenersException.java: Likewise.
8960         * java/util/zip/DataFormatException.java: Likewise.
8961         * java/util/zip/ZipException.java: Likewise.
8962
8963 2002-06-16  Nathanael Nerode  <neroden@twcny.rr.com>
8964
8965         * java/rmi/AccessException.java: Remerge from Classpath.
8966         * java/rmi/AlreadyBoundException.java: Ditto.
8967         * java/rmi/ConnectException.java: Ditto.
8968         * java/rmi/ConnectIOException.java: Ditto.
8969         * java/rmi/MarshalException.java: Ditto.
8970         * java/rmi/NoSuchObjectException.java: Ditto.
8971         * java/rmi/NotBoundException.java: Ditto.
8972         * java/rmi/RemoteException.java: Ditto.
8973         * java/rmi/RMISecurityException.java: Ditto.
8974         * java/rmi/ServerError.java: Ditto.
8975         * java/rmi/ServerException.java: Ditto.
8976         * java/rmi/ServerRuntimeException.java: Ditto.
8977         * java/rmi/StubNotFoundException.java: Ditto.
8978         * java/rmi/UnexpectedExcpetion.java: Ditto.
8979         * java/rmi/UnknownHostException.java: Ditto.
8980         * java/rmi/UnmarshalException.java: Ditto.
8981
8982 2002-06-15  Tom Tromey  <tromey@redhat.com>
8983
8984         * java/lang/AbstractMethodError.java: Re-merged with Classpath.
8985         * java/lang/ArithmeticException.java: Likewise.
8986         * java/lang/ArrayIndexOutOfBoundsException.java: Likewise.
8987         * java/lang/ArrayStoreException.java: Likewise.
8988         * java/lang/Byte.java: Likewise.
8989         * java/lang/CharSequence.java: Likewise.
8990         * java/lang/ClassCastException.java: Likewise.
8991         * java/lang/ClassCircularityError.java: Likewise.
8992         * java/lang/ClassFormatError.java: Likewise.
8993         * java/lang/CloneNotSupportedException.java: Likewise.
8994         * java/lang/Cloneable.java: Likewise.
8995         * java/lang/Comparable.java: Likewise.
8996         * java/lang/Compiler.java: Likewise.
8997         * java/lang/Error.java: Likewise.
8998         * java/lang/ExceptionInInitializerError.java: Likewise.
8999         * java/lang/IllegalAccessError.java: Likewise.
9000         * java/lang/IllegalAccessException.java: Likewise.
9001         * java/lang/IllegalArgumentException.java: Likewise.
9002         * java/lang/IllegalMonitorStateException.java: Likewise.
9003         * java/lang/IllegalStateException.java: Likewise.
9004         * java/lang/IllegalThreadStateException.java: Likewise.
9005         * java/lang/IncompatibleClassChangeError.java: Likewise.
9006         * java/lang/IndexOutOfBoundsException.java: Likewise.
9007         * java/lang/InheritableThreadLocal.java: Likewise.
9008         * java/lang/InstantiationError.java: Likewise.
9009         * java/lang/InstantiationException.java: Likewise.
9010         * java/lang/InternalError.java: Likewise.
9011         * java/lang/InterruptedException.java: Likewise.
9012         * java/lang/LinkageError.java: Likewise.
9013         * java/lang/NegativeArraySizeException.java: Likewise.
9014         * java/lang/NoClassDefFoundError.java: Likewise.
9015         * java/lang/NoSuchFieldError.java: Likewise.
9016         * java/lang/NoSuchFieldException.java: Likewise.
9017         * java/lang/NoSuchMethodError.java: Likewise.
9018         * java/lang/NoSuchMethodException.java: Likewise.
9019         * java/lang/NullPointerException.java: Likewise.
9020         * java/lang/NumberFormatException.java: Likewise.
9021         * java/lang/OutOfMemoryError.java: Likewise.
9022         * java/lang/Process.java: Likewise.
9023         * java/lang/Runnable.java: Likewise.
9024         * java/lang/RuntimePermission.java: Likewise.
9025         * java/lang/SecurityException.java: Likewise.
9026         * java/lang/Short.java: Likewise.
9027         * java/lang/StackOverflowError.java: Likewise.
9028         * java/lang/StringIndexOutOfBoundsException.java: Likewise.
9029         * java/lang/ThreadDeath.java: Likewise.
9030         * java/lang/ThreadLocal.java: Likewise.
9031         * java/lang/UnknownError.java: Likewise.
9032         * java/lang/UnsatisfiedLinkError.java: Likewise.
9033         * java/lang/UnsupportedClassVersionError.java: Likewise.
9034         * java/lang/UnsupportedOperationException.java: Likewise.
9035         * java/lang/VerifyError.java: Likewise.
9036         * java/lang/VirtualMachineError.java: Likewise.
9037         * java/lang/reflect/InvocationTargetException.java: Likewise.
9038         * java/net/BindException.java: Likewise.
9039         * java/net/ConnectException.java: Likewise.
9040         * java/net/MalformedURLException.java: Likewise.
9041         * java/net/NoRouteToHostException.java: Likewise.
9042         * java/net/ProtocolException.java: Likewise.
9043         * java/net/SocketException.java: Likewise.
9044         * java/net/UnknownHostException.java: Likewise.
9045         * java/net/UnknownServiceException.java: Likewise.
9046
9047         * java/io/BufferedOutputStream.java: Re-merged with Classpath.
9048         * java/io/CharConversionException.java: Likewise.
9049         * java/io/EOFException.java: Likewise.
9050         * java/io/FileNotFoundException.java: Likewise.
9051         * java/io/IOException.java: Likewise.
9052         * java/io/InterruptedIOException.java: Likewise.
9053         * java/io/InvalidClassException.java: Likewise.
9054         * java/io/InvalidObjectException.java: Likewise.
9055         * java/io/NotActiveException.java: Likewise.
9056         * java/io/NotSerializableException.java: Likewise.
9057         * java/io/ObjectStreamException.java: Likewise.
9058         * java/io/ObjectStreamConstants.java: Likewise.
9059         * java/io/OptionalDataException.java: Likewise.
9060         * java/io/PipedInputStream.java: Likewise.
9061         * java/io/PushbackInputStream.java: Likewise.
9062         * java/io/StreamCorruptedException.java: Likewise.
9063         * java/io/SyncFailedException.java: Likewise.
9064         * java/io/UTFDataFormatException.java: Likewise.
9065         * java/io/UnsupportedEncodingException.java: Likewise.
9066         * java/io/WriteAbortedException.java: Likewise.
9067
9068 2002-06-15  Nathanael Nerode  <neroden@twcny.rr.com>
9069
9070         * java/text/ChoiceFormat.java: Update comments from Classpath.
9071         * java/text/ParseException.java (serialVersionUID): New
9072         field from Classpath.
9073         * java/text/ParseException.java: Update formatting & comments
9074         from Classpath.
9075
9076 2002-06-15  Tom Tromey  <tromey@redhat.com>
9077
9078         * java/util/zip/InflaterInputStream.java (read): Loop if data has
9079         been read but none output by inflater.
9080         * java/util/zip/natDeflater.cc (reset): Set is_finished.
9081         * java/util/zip/natInflater.cc (reset): Set dist_needed and
9082         is_finished.
9083         * java/util/zip/ZipOutputStream.java: Replaced with Classpath
9084         version.
9085         * java/util/zip/ZipFile.java: Replaced with Classpath version.
9086         * java/util/zip/ZipEntry.java: Replaced with Classpath version.
9087         * java/util/zip/ZipInputStream.java: Replaced with Classpath
9088         version.
9089         * java/util/zip/ZipConstants.java: Replaced with Classpath version.
9090
9091 2002-06-13  Tom Tromey  <tromey@redhat.com>
9092
9093         * java/lang/natString.cc (init): Handle case where DONT_COPY is
9094         true and OFFSET!=0.
9095         * java/lang/String.java (String(char[],int,int,boolean): New
9096         constructor.
9097         * java/lang/Long.java: Imported new version from Classpath.
9098         * java/lang/Number.java: Likewise.
9099         * java/lang/Integer.java: Likewise.
9100         * java/lang/Long.java: Likewise.
9101         * java/lang/Float.java: Likewise.
9102         * java/lang/Boolean.java: Likewise.
9103         * java/lang/Double.java: Likewise.
9104         * java/lang/Void.java: Likewise.
9105
9106 2002-06-12  Tom Tromey  <tromey@redhat.com>
9107
9108         * java/io/natFilePosix.cc (getCanonicalPath): Treat "" like ".".
9109         Fixes PR libgcj/6652.
9110
9111 2002-06-10  Tom Tromey  <tromey@redhat.com>
9112
9113         * java/lang/Class.h (Class::desiredAssertionStatus): Declare.
9114         (Class::getPackagePortion): Likewise.
9115         * java/lang/Class.java (desiredAssertionStatus): New method from
9116         Classpath.
9117         (getPackagePortion): Likewise.
9118         * java/lang/VMClassLoader.java (defaultAssertionStatus,
9119         packageAssertionStatus, classAssertionStatus): New methods from
9120         Classpath.
9121         * java/lang/ClassLoader.java (defaultAssertionStatus,
9122         systemPackageAssertionStatus, packageAssertionStatus,
9123         systemClassAssertionStatus, classAssertionStatus): New fields from
9124         Classpath.
9125         (setDefaultAssertionStatus, setPackageAssertionStatus,
9126         setClassAssertionStatus, clearAssertionStatus): New methods from
9127         Classpath.
9128         * Makefile.in: Rebuilt.
9129         * Makefile.am (core_java_source_files): Added AssertionError.java.
9130         * java/lang/AssertionError.java: New from Classpath.
9131
9132 2002-06-10  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
9133
9134         * configure.host: Disable hash synchronization and slow_pthread_self
9135         for cygwin.
9136
9137 2002-06-06  Adam Megacz <adam@xwt.org>
9138
9139         * java/io/natFileDescriptorWin32.cc (open): Disable Win32 file
9140         locking, just like the Sun JVM does.
9141
9142 2002-06-05  H.J. Lu  (hjl@gnu.org)
9143
9144         * Makefile.am (libgcj_convenience.la): Revert the last change.
9145         (libgcj.la): Likewise.
9146         * Makefile.in: Regenerated.
9147
9148 2002-06-04  H.J. Lu  (hjl@gnu.org)
9149
9150         * Makefile.am (libgcj_convenience.la): New target.
9151         (libgcj.la): Depend on libgcj_convenience.la.
9152         * Makefile.in: Regenerated.
9153
9154 2002-06-04  H.J. Lu  (hjl@gnu.org)
9155
9156         * configure.in (--with-newlib): New option:
9157         Check ${with_newlib} instead of ${with_cross_host} for newlib.
9158         (HAVE_PROC_SELF_EXE): Defined to 1 only for cross compiling to
9159         Linux.
9160         * configure: Regenerated.
9161
9162 2002-06-04  Tom Tromey  <tromey@redhat.com>
9163
9164         * java/util/natTimeZone.cc: Include <stdio.h>.
9165
9166 2002-05-29  Ulrich Weigand  <uweigand@de.ibm.com>
9167
9168         * configure.host [s390*-linux*]: Set can_unwind_signal=yes.
9169         * configure.in [s390*-*-linux*]: Do not define HAVE_BACKTRACE.
9170         Set SIGNAL_HANDLER=include/s390-linux.h.
9171         * configure: Regenerate.
9172         * include/s390-linux.h: New file.
9173
9174 2002-05-24  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
9175
9176         * java/lang/natThrowable.cc (fillInStackTrace): Use "stackTraceBytes",
9177         not "stackTrace".
9178
9179 2002-05-24  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
9180
9181         Merge JDK 1.4 java.security changes from classpath.
9182
9183         * java/security/AccessControlException.java: Merge from Classpath.
9184         * java/security/AccessController.java: Likewise.
9185         * java/security/AllPermission.java: Likewise.
9186         * java/security/BasicPermission.java: Likewise.
9187         * java/security/Certificate.java: Likewise.
9188         * java/security/CodeSource.java: Likewise.
9189         * java/security/DigestException.java: Likewise.
9190         * java/security/DigestOutputStream.java: Likewise.
9191         * java/security/DomainCombiner.java: Likewise.
9192         * java/security/GeneralSecurityException.java: Likewise.
9193         * java/security/Guard.java: Likewise.
9194         * java/security/GuardedObject.java: Likewise.
9195         * java/security/InvalidAlgorithmParameterException.java: Likewise.
9196         * java/security/InvalidKeyException.java: Likewise.
9197         * java/security/InvalidParameterException.java: Likewise.
9198         * java/security/Key.java: Likewise.
9199         * java/security/KeyException.java: Likewise.
9200         * java/security/KeyManagementException.java: Likewise.
9201         * java/security/KeyStoreException.java: Likewise.
9202         * java/security/MessageDigest.java: Likewise.
9203         * java/security/NoSuchAlgorithmException.java: Likewise.
9204         * java/security/NoSuchProviderException.java: Likewise.
9205         * java/security/Permission.java: Likewise.
9206         * java/security/PermissionCollection.java: Likewise.
9207         * java/security/Permissions.java: Likewise.
9208         * java/security/Policy.java: Likewise.
9209         * java/security/Principal.java: Likewise.
9210         * java/security/PrivateKey.java: Likewise.
9211         * java/security/PrivilegedAction.java: Likewise.
9212         * java/security/PrivilegedActionException.java: Likewise.
9213         * java/security/PrivilegedExceptionAction.java: Likewise.
9214         * java/security/ProtectionDomain.java: Likewise.
9215         * java/security/ProviderException.java: Likewise.
9216         * java/security/PublicKey.java: Likewise.
9217         * java/security/SecureClassLoader.java: Likewise.
9218         * java/security/SecurityPermission.java: Likewise.
9219         * java/security/SignatureException.java: Likewise.
9220         * java/security/UnrecoverableKeyException.java: Likewise.
9221         * java/security/UnresolvedPermission.java: Likewise.
9222         * java/security/acl/AclNotFoundException.java: Likewise.
9223         * java/security/acl/LastOwnerException.java: Likewise.
9224         * java/security/acl/NotOwnerException.java: Likewise.
9225         * java/security/cert/CRLException.java: Likewise.
9226         * java/security/cert/CertificateEncodingException.java: Likewise.
9227         * java/security/cert/CertificateException.java: Likewise.
9228         * java/security/cert/CertificateExpiredException.java: Likewise.
9229         * java/security/cert/CertificateFactory.java: Likewise.
9230         * java/security/cert/CertificateNotYetValidException.java: Likewise.
9231         * java/security/cert/CertificateParsingException.java: Likewise.
9232         * java/security/spec/InvalidKeySpecException.java: Likewise.
9233         * java/security/spec/InvalidParameterSpecException.java: Likewise.
9234
9235         * java/security/cert/CertPath.java: New file.
9236         * java/security/cert/CertPathBuilderException.java: New file.
9237         * java/security/cert/CertPathValidatorException.java: New file.
9238         * java/security/cert/CertStoreException.java: New file.
9239
9240         * Makefile.am: Add new CertPath classes.
9241         * Makefile.in: Rebuilt.
9242
9243         * gnu/java/util/EmptyEnumeration.java: New file from classpath.
9244
9245 2002-05-24  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
9246
9247         Merge JDK 1.4 exception chaining support from classpath.
9248
9249         * java/lang/Throwable.java: Merge 1.4 support from classpath.
9250         (stackTraceBytes): Rename from stackTrace.
9251         * java/lang/Exception.java: Merge from classpath.
9252         * java/lang/StackTraceElement: New file from classpath.
9253         * gcj/javaprims.h: Rebuild CNI namespace declarations.
9254         * Makefile.am: Add StackTraceElement.
9255         * Makefile.in: Rebuilt.
9256
9257 2002-05-23  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
9258
9259         * Makefile.am (all-recursive): Depend on $all_java_class_files so that
9260         they build first.
9261         * Makefile.in: Rebuilt.
9262
9263 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9264
9265         * acinclude.m4: Allow for PWDCMD to override hardcoded pwd.
9266         * configure.in: Likewise.
9267         * aclocal.m4: Regenerate.
9268         * configure: Regenerate.
9269
9270 2002-05-13  Tom Tromey  <tromey@redhat.com>
9271
9272         * java/lang/natRuntime.cc: Don't include sys/time.h and time.h.
9273         * java/util/natTimeZone.cc: Include sys/time.h and time.h here.
9274         Include platform.h.
9275
9276         Fixes PR libgcj/6389:
9277         * Makefile.in: Rebuilt.
9278         * Makefile.am (nat_source_files): Added natTimeZone.cc.
9279         * java/util/natTimeZone.cc: New file.
9280         * java/util/TimeZone.java (getDefaultTimeZoneId): New method.
9281         * java/lang/System.java: Merged with Classpath.
9282         * java/lang/Runtime.java: Merged with Classpath.
9283         * java/lang/natSystem.cc (setErr0): Renamed from setErr; don't run
9284         security check.
9285         (setIn0): Renamed from setIn; don't run security check.
9286         (setOut0): Renamed from setOut; don't run security check.
9287         (file_encoding, getpwuid_adaptor, getSystemTimeZone,
9288         init_properties): Moved to natRuntime.cc.
9289         Moved many includes to natRuntime.cc.
9290         (isWordsBigEndian): New method.
9291         * java/lang/natRuntime.cc: Include Long.h, also other includes
9292         previously in natSystem.cc.
9293         (maxMemory): New function.
9294         (exitInternal): Renamed from `_exit'.
9295         (exit): Removed.
9296         (init): Don't set finalize_on_exit.
9297         (exitInternal): Use `finalizeOnExit'.
9298         (file_encoding, getpwuid_adaptor): New functions from
9299         natSystem.cc.
9300         (insertSystemProperties): New method, renamed from
9301         System::init_properties.  Don't set user.timezone.
9302         (_load): Don't call checkLink.
9303         (execInternal): New method.
9304         (availableProcessors): Likewise.
9305         (nativeGetLibname): Likewise.
9306
9307 2002-05-11  Mark Wielaard  <mark@klomp.org>
9308
9309         * gnu/java/text/SentenceBreakIterator.java (next): Skip all java white
9310         space characters.
9311         (previous_internal): Likewise.
9312
9313 2002-05-09  Tom Tromey  <tromey@redhat.com>
9314
9315         * jni.cc (_Jv_JNIFunctions): Fixed typo.
9316
9317         * java/util/ResourceBundle.java: New version from Classpath.
9318         * java/util/Locale.java: Likewise.
9319
9320 2002-05-09  Jakub Jelinek  <jakub@redhat.com>
9321
9322         * testsuite/lib/libjava.exp (libjava_arguments): Append all
9323         multilib dirs containing libgcc_s*.so.1 below gcc object dir to
9324         LD_LIBRARY_PATH.
9325
9326 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
9327
9328         * libjava/Makefile.am (all_java_source_files): New variable.
9329         (all_java_class_files): Likewise.
9330         .java.class: New rule.
9331         (CLEANFILES): Remove tmp-list.
9332         * libjava/Makefile.in: Regenerated.
9333
9334 2002-05-09  David.Billinghurst  <David.Billinghurst@riotinto.com>
9335
9336         * testsuite/lib/libjava.exp (test_libjava_from_javac):
9337         Append .exe to executable names.  Fix for cygwin.
9338
9339 2002-05-08  Alexandre Oliva  <aoliva@redhat.com>
9340
9341         * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
9342         script entry, and set LD to it when configuring multilibs.
9343         * configure: Rebuilt.
9344
9345 2002-05-07  Tom Tromey  <tromey@redhat.com>
9346
9347         * java/lang/natString.cc (unintern): Fixed typo.
9348
9349 2002-05-06  David.Billinghurst  <David.Billinghurst@riotinto.com>
9350
9351         * testsuite/lib/libjava.exp (libjava_arguments): Don't link
9352         with -no-install on *-*-cygwin*.
9353
9354 2002-05-06  David.Billinghurst  <David.Billinghurst@riotinto.com>
9355
9356         * testsuite/lib/libjava.exp (test_libjava_from_source):
9357         Add comment explaining last patch
9358
9359 2002-05-04  David Billinghurst  <David.Billinghurst@riotinto.com>
9360
9361         * testsuite/lib/libjava.exp (test_libjava_from_source):
9362         Append .exe to executable names.  If no suffix is present,
9363         then ".exe" is added by default on win32.  Harmless
9364         elsewhere so always do it.
9365
9366 2002-05-03  David Billinghurst  <David.Billinghurst@riotinto.com>
9367             Tom Tromey  <tromey@redhat.com>
9368
9369         * java/lang/natSystem.cc (getSystemTimeZone): Use
9370         HAVE_UNDERSCORE_TIMEZONE.
9371         * include/config.h.in: Rebuilt.
9372         * acconfig.h (HAVE_UNDERSCORE_TIMEZONE, HAVE_BACKTRACE): Undef.
9373         * aclocal.m4, configure: Rebuilt.
9374         * acinclude.m4: Run AC_EXEEXT.
9375         * configure.in: Adjust test for `timezone' so it fails on Cygwin.
9376         Add test for `_timezone'.
9377
9378 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
9379
9380         Suggested by Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9381         * Makefile.am (jv_convert_LDADD): Bring -L.libs to the front.
9382         (gij_LDADD, rmic_LDADD, rmiregistry_LDADD): Likewise.
9383         * Makefile.in: Rebuilt.
9384
9385 2002-05-02  Hans Boehm  <Hans_Boehm@hp.com>
9386
9387         * include/dwarf2-signal.h (INIT_SEGV, INIT_FPE for ia64):
9388         use sigaction instead of __libc_sigaction.
9389
9390 2002-05-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9391
9392         * testsuite/lib/libjava.exp (libjava_find_spec): New function.
9393         (libjava_init): Use it to find libgcj.spec.
9394         (libjava_arguments): Likewise.
9395
9396 2002-05-02  David S. Miller  <davem@redhat.com>
9397
9398         PR bootstrap/6525
9399         * include/dwarf2-signal.h (INIT_SEGV, INIT_FPE): Don't use
9400         __libc_sigaction on Sparc.
9401
9402 2002-05-02  Jerome Marc  <marcjero@yahoo.com>
9403
9404         * java/net/natPlainSocketImpl.cc: Include sys/ioctl.h and
9405         sys/filio.h, if present.
9406
9407 2002-04-30  Tom Tromey  <tromey@redhat.com>
9408
9409         * java/io/BufferedReader.java (fill): Handle case where markPos
9410         point to ignored \n.  Fixes PR libgcj/6301.
9411
9412 2002-04-29  Gerhard Tonn  <GerhardTonn@swol.de>
9413
9414         * java/lang/ieeefp.h: Define __IEEE_BIG_ENDIAN for S/390.
9415
9416 2002-04-29  Adam King <aking@dreammechanics.com>
9417
9418         * java/io/natFileDescriptorWin32.cc (open): Move file pointer to end
9419         of file in APPEND mode.
9420
9421 2002-04-25  David S. Miller  <davem@redhat.com>
9422
9423         PR target/6422
9424         * include/dwarf2-signal.h (MAKE_THROW_FRAME for sparc*): Set
9425         program counter to next program counter minus 8.  Update
9426         comments in this macro to explain why.
9427
9428 2002-04-26  Tom Tromey  <tromey@redhat.com>
9429
9430         * verify.cc (construct_primitive_array_type) [void_type]: New
9431         case.
9432         (branch_prepass): Added dummy entries for unused instruction
9433         values.
9434         (verify_instructions_0): Likewise.
9435         * interpret.cc (continue1): Comment fix.
9436         * include/java-insns.h (op_xxxunusedxxx1): Removed.
9437         * Makefile.in: Rebuilt.
9438         * Makefile.am: Added -Wswitch-enum.
9439
9440 2002-04-24  Tom Tromey  <tromey@redhat.com>
9441
9442         * gnu/gcj/natCore.cc (create): Use __builtin_alloca, and compute
9443         correct length of UTF-8 encoded name.  Strip leading `/'.
9444         (_Jv_RegisterResource): Use _Jv_Malloc.
9445
9446 2002-04-23  Adam Megacz <adam@xwt.org>
9447
9448         * win32.cc, include/win32.cc (backtrace): Added this function
9449         because Win32 does not supply it.
9450
9451 2002-04-21  David S. Miller  <davem@redhat.com>
9452
9453         * include/dwarf2-signal.h (MAKE_THROW_FRAME, sparc32): Document
9454         magic instruction reading sequence.
9455
9456 2002-04-21  Mark Wielaard  <mark@klomp.org>
9457
9458         * mauve-libgcj: Don't run java.lang.ref tests since they are buggy.
9459
9460 2002-04-19  David S. Miller  <davem@redhat.com>
9461
9462         * include/dwarf2-signal.h (SIGNAL_HANDLER): Name siginfo_t pointer
9463         arg.
9464         (MAKE_THROW_FRAME): Define for 32-bit and 64-bit sparc.
9465         (INIT_SEGV, INIT_FPE): Use direct __libc_sigaction installation
9466         on Sparc too.
9467         * include/sparc-signal.h (FLUSH_REGISTER_WINDOWS): Define properly
9468         for 64-bit sparc.
9469         (MAKE_THROW_FRAME): Use long for sp/retaddr so 64-bit works.
9470         * sysdeps/sparc/locks.h: New file.
9471         * configure.in (SIGNAL_HANDLER): Set to include/sparc-signal.h
9472         on all sparc Solaris configurations.  Set to
9473         include/dwarf2-signal.h on sparc Linux.
9474         * configure: Regenerate
9475         * configure.host (can_unwind_signal): sparc*-linux* can do it now.
9476
9477 2002-04-19  Hans Boehm <Hans_Boehm@hp.com>
9478
9479         * configure: Rebuilt.
9480         * configure.in (backtrace): Function doesn't work on IA-64.
9481
9482 2002-04-17  Adam King <aking@dreammechanics.com>
9483
9484         * java/io/File.java (normalizePath): Add Win32 support for auto
9485         conversion of a '/' path separator to Win32's '\' separator.
9486
9487 2002-04-16  Tom Tromey  <tromey@redhat.com>
9488
9489         Fix for PR libgcj/6081:
9490         * Makefile.in: Rebuilt.
9491         * Makefile.am (install-data-local): Use GNU make trick to avoid
9492         shell limit.
9493
9494 2002-04-16  Adam King <aking@dreammechanics.com>
9495             Tom Tromey  <tromey@redhat.com>
9496
9497         * java/io/natFileWin32.cc (performList): Return the correct array
9498         type.  Don't duplicate the creation of a File since it's already
9499         done earlier in the method and the existing code would cause a
9500         ArrayStoreException.  Don't use fixed-size array.
9501         (_access, _stat, attr, getCanonicalPath, performMkdir,
9502         performRenameTo): Don't use fixed-size array.
9503         (getCanonicalPath): Use throw, not _Jv_Throw.
9504
9505 2002-04-15  DJ Delorie  <dj@redhat.com>
9506
9507         * configure.in: Allow building in $srcdir.
9508         * configure: Regenerated.
9509
9510 2002-04-14  Mark Wielaard <mark@klomp.org>
9511
9512         * java/net/natPlainDatagramSocketImpl.cc (close): Set timeout to 0.
9513         * java/net/natSocketImpl.cc (close): Likewise.
9514
9515 2002-04-14  Mark Wielaard <mark@klomp.org>
9516
9517         * gnu/gcj/protocol/http/Connection.java (usingProxy): return false.
9518
9519 2002-04-13  Adam King <aking@dreammechanics.com>
9520
9521         * java/lang/natDouble.cc (parseDouble): Allow a number to end with
9522         the f/F/d/D modifiers.
9523
9524 2002-04-12  Anthony Green  <green@redhat.com>
9525
9526         * Makefile.am (jardir, jar_DATA): Define (for libgcj.jar).
9527         Create libgcj-@gcc_version@.jar instead of libgcj.jar.
9528         * Makefile.in: Rebuilt.
9529         * configure.in: Substitute gcc_version.
9530         * configure: Rebuilt.
9531
9532 2002-04-11  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
9533
9534         * configure.host: Set can_unwind_signal on hosts which support it.
9535         Don't set CHECKREFSPEC and DIVIDESPEC for FreeBSD.
9536         * configure.in: Set CHECKREFSPEC and DIVIDESPEC if not using SJLJ
9537         exceptions and can_unwind_signal isn't set.
9538         * configure: Rebuilt.
9539
9540 2002-04-11  Tom Tromey  <tromey@redhat.com>
9541
9542         * win32.cc (_Jv_platform_initProperties): Fix spelling of _Jv_Free.
9543
9544 2002-04-11  Adam King <aking@dreammechanics.com>
9545             Tom Tromey  <tromey@redhat.com>
9546
9547         * include/jvm.h (_Jv_ThrowBadArrayIndex,
9548         _Jv_ThrowNullPointerException): Mark as noreturn.
9549         * win32.cc (_Jv_platform_initProperties): Use _Jv_MallocUnchecked
9550         and _Jv_free.  Correctly invoke GetTempPath().  Indentation
9551         fixes.
9552
9553 2002-04-10  Tom Tromey  <tromey@redhat.com>
9554
9555         * Makefile.in: Rebuilt.
9556         * Makefile.am (java/lang/Thread.h): Mark
9557         _Jv_AttachCurrentThreadAsDaemon as friend.
9558         * gcj/javaprims.h (_Jv_AttachCurrentThreadAsDaemon): Declare.
9559         * gcj/cni.h (JvAttachCurrentThreadAsDaemon): New function.
9560         * java/lang/natThread.cc (_Jv_AttachCurrentThreadAsDaemon): New
9561         function.
9562         * java/lang/natRuntime.cc (_load): Recognize JNI_VERSION_1_4.
9563         * jni.cc (_Jv_JNI_GetVersion): Return JNI_VERSION_1_4.
9564         (_Jv_JNI_InvokeFunctions): Added
9565         _Jv_JNI_AttachCurrentThreadAsDaemon.
9566         (_Jv_JNI_GetEnv): Handle JNI_VERSION_1_4.
9567         (JNI_GetDefaultJavaVMInitArgs): Likewise.
9568         (JNI_CreateJavaVM): Likewise.
9569         (_Jv_JNI_AttachCurrentThread): Likewise.
9570         (_Jv_JNI_AttachCurrentThread): Added `is_daemon' argument.
9571         (_Jv_JNI_AttachCurrentThreadAsDaemon): New method.
9572         (_Jv_JNIFunctions): Initialize new fields.
9573         (_Jv_JNI_NewDirectByteBuffer): New function.
9574         (_Jv_JNI_GetDirectBufferAddress): Likewise.
9575         (_Jv_JNI_GetDirectBufferCapacity): Likewise.
9576         * include/jni.h (JNI_VERSION_1_4): New macro.
9577         (JNIInvokeInterface::AttachCurrentThreadAsDaemon): New field.
9578         (_Jv_JavaVM::AttachCurrentThreadAsDaemon): New method.
9579         (JNINativeInterface::NewDirectByteBuffer): New field.
9580         (JNINativeInterface::GetDirectBufferAddress): New field.
9581         (JNINativeInterface::GetDirectBufferCapacity): New field.
9582         (_Jv_JNIEnv::NewDirectByteBuffer): New method.
9583         (_Jv_JNIEnv::GetDirectBufferAddress): New method.
9584         (_Jv_JNIEnv::GetDirectBufferCapacity): New method.
9585
9586 2002-04-09  Tom Tromey  <tromey@redhat.com>
9587
9588         * win32.cc (_Jv_platform_initProperties): Use GetTempPath.
9589
9590 2002-04-08  Alberto Biancardi  <alberto.biancardi@unipv.it>
9591
9592         Fix for PR libgcj/6187:
9593         * java/awt/geom/Point2D.java (distance): Call distanceSq, not
9594         distance.
9595
9596 2002-04-07  Mark Wielaard <mark@klomp.org>
9597
9598         * java/util/AbstractMap.java (putAll): Use entrySet size.
9599         (toString): Explicitly use getKey() and getValue().
9600
9601 2002-04-07  Mark Wielaard <mark@klomp.org>
9602
9603         * java/util/Hashtable.java (contains): Remove NullPointer check.
9604         (containsValue): Add NullPointer check.
9605         (remove): Always throw NullPointerException when key
9606         is null.
9607
9608 2002-04-07  Adam King <aking@dreammechanics.com>
9609
9610         * java/lang/natSystem.cc (init_properties): Call new function
9611         _Jv_platform_initProperties.
9612         * win32.cc (_Jv_platform_initProperties): New function that adds Win32
9613         support for the System properties os.name, os.arch, os.version,
9614         user.name, user.home, and user.dir.
9615         * include/posix.h, include/win32.h, posix.cc: New function
9616         _Jv_platform_initProperties.
9617
9618 2002-04-06  Mark Wielaard <mark@klomp.org>
9619
9620         * java/lang/Character,java (isDefined): getType() != UNASSIGNED.
9621
9622 2002-04-06  Mark Wielaard <mark@klomp.org>
9623
9624         * java/util/ArrayList.java (addAll(int,Collection)): System.arraycopy
9625         all of the remaining elements.
9626         * java/util/Vector.java (addAll(int,Collection)): Likewise.
9627         (removeRange): If toIndex == fromIndex do
9628         nothing, if toIndex < fromIndex throw IndexOutIfBoundsException.
9629         (removeAll): Always throw NullPointerException when collection is
9630         null.
9631         (retrainAll): Likewise.
9632
9633 2002-04-05  Mark Wielaard <mark@klomp.org>
9634
9635         * java/util/ArrayList.java (removeRange): If toIndex == fromIndex do
9636         nothing, if toIndex < fromIndex throw IndexOutIfBoundsException.
9637
9638 2002-04-05  Adam Megacz <adam@xwt.org>
9639
9640         * exception.cc (abort): added static modifier
9641
9642 2002-04-04  Adam Megacz <adam@xwt.org>
9643
9644         * include/win32.h (_Jv_platform_close_on_exec): added inline
9645         modifier.
9646
9647 2002-04-04  Loren J. Rittle  <ljrittle@acm.org>
9648
9649         * configure.host: Add case statement to support generic port
9650         properties.  Add *-*-freebsd* section.
9651
9652 2002-04-04  Mark Wielaard  <mark@klomp.org>
9653
9654         * mauve-libgcj: Add JLS1.0 and JLS1.1 tags, ignore Character.unicode
9655         test.
9656         * testsuite/libjava.mauve/xfails: Remove working tests DoubleTest,
9657         FloatTest and ObjectStreamClass. Add FAIL for Introspector.jdk11 tests
9658         that depend on awt code and BufferedByteOutputStream.interrupt.
9659
9660 2002-04-04  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
9661
9662         * java/util/Arrays.java (qsort): Fix off-by-one errors and use of
9663         incorrect "hi" value when count > 40.
9664
9665 2002-04-03  Mark Wielaard  <mark@klomp.org>
9666
9667         * java/lang/reflect/Modifier.java (toString(int,StringBuffer)): Fix
9668         ordering.
9669
9670 2002-04-02  Tom Tromey  <tromey@redhat.com>
9671
9672         * java/lang/natClassLoader.cc (findClass): Compare against `3',
9673         not `0'.
9674
9675 2002-04-02  Mark Wielaard  <mark@klomp.org>
9676
9677         * mauve-libgcj: add java.net.DatagramSocket.DatagramSocketTest2 to
9678         list of testsuite crashers.
9679
9680 2002-04-02  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
9681
9682         * java/util/IdentityHashMap.java (put): Set new threshold correctly
9683         when resizing table.
9684
9685 2002-04-01  Mark Wielaard  <mark@klomp.org>
9686
9687         * java/util/BitSet.java (BitSet(int)): if nbits < 0 throw
9688         NegativeArraySizeException
9689         (clear(int)): Use sign extended shift.
9690         (flip(int)): Likewise.
9691         (get(int)): Likewise.
9692         (nextClearBit(int)): Likewise.
9693         (nextSetBit(int)): Likewise.
9694         (set(int)): Likewise.
9695
9696 2002-04-01  Mark Wielaard  <mark@klomp.org>
9697
9698         * mauve-libgcj: Add JDK1.3, JDK1.4, JLS1.2 tests, remove ignored tests
9699         that can be compiled now and add testsuite crashers to ignore list.
9700
9701 2002-03-31  Alexandre Oliva  <aoliva@redhat.com>
9702
9703         * libgcj.spec.in, libgcj-test.spec.in: Revert for now.
9704
9705         * libgcj.spec.in: Override libgcc, not lib.
9706         * libgcj-test.spec.in: Likewise.
9707
9708 2002-03-29  Tom Tromey  <tromey@redhat.com>
9709
9710         * java/net/natPlainDatagramSocketImpl.cc (close): New function.
9711         * java/net/natPlainSocketImpl.cc (close): Indentation fix.
9712
9713 2002-03-27  Jeff Sturm  <jsturm@one-point.com>
9714
9715         * java/net/PlainDatagramSocketImpl.java
9716         (close): Use native implementation.
9717         (finalize): New method.
9718
9719         * java/net/PlainSocketImpl.java (finalize): New method.
9720
9721         * java/net/natPlainDatagramSocketImpl.cc
9722         (java/io/FileDescriptor.h): Don't include.
9723         (close): Implement method here.
9724         (create): Don't assign fd.
9725
9726         * java/net/natPlainSocketImpl.cc
9727         (java/io/FileDescriptor.h): Don't include.
9728         (create): Don't assign fd.
9729         (accept): Likewise.
9730         (close): Synchronize.
9731
9732 2002-03-27  Richard Henderson  <rth@redhat.com>
9733
9734         * include/posix-threads.h [alpha] (_Jv_ThreadSelf): Avoid a copy.
9735
9736 2002-03-25  Andrew Haley <aph@cambridge.redhat.com>, Hans Boehm <Hans_Boehm@hp.com>
9737
9738         * include/dwarf2-signal.h (MAKE_THROW_FRAME): Add for IA-64.
9739         (INIT_SEGV, INIT_FPE): Add versions that use __libc_sigaction
9740         instead of syscall on IA-64.
9741         Add FIXME comment.
9742
9743 2002-03-27  Anthony Green  <green@redhat.com>
9744
9745         * libgcj.spec.in: Add CHECKREFSPEC.
9746         * configure.in: Ditto.
9747         * configure.host: Ditto.  Check references for xscale-elf.
9748         * configure: Rebuilt.
9749
9750 2002-03-26  Hans Boehm <Hans_Boehm@hp.com>
9751
9752         * include/dwarf2-signal.h: Temporarily back out last change.
9753
9754 2002-03-26  Loren J. Rittle  <ljrittle@acm.org>
9755
9756         * include/posix-threads.h: Support <.../pal.h> on FreeBSD/alpha.
9757
9758 2002-03-25  Andrew Haley <aph@cambridge.redhat.com>, Hans Boehm <Hans_Boehm@hp.com>
9759
9760         * configure.in, configure: enable dwarf2-exception-style
9761         exception handling on IA-64.
9762         * include/dwarf2-signal.h (MAKE_THROW_FRAME): Add for IA-64.
9763         (INIT_SEGV, INIT_FPE): Use __libc_sigaction instead of syscall.
9764         Add FIXME comment.
9765
9766 2002-03-25  Tom Tromey  <tromey@redhat.com>
9767
9768         * Makefile.am (libgcj_la_LDFLAGS): Use THREADLDFLAGS.
9769         (jv_convert_LDFLAGS): Likewise.
9770         (gij_LDFLAGS): Likewise.
9771         (rmic_LDFLAGS): Likewise.
9772         (rmiregistry_LDFLAGS): Likewise.
9773         * configure.in (THREADLDFLAGS): New subst; set correctly for
9774         *BSD.
9775
9776 2002-03-25  Tom Tromey  <tromey@redhat.com>
9777
9778         For PR libgcj/5303:
9779         * gnu/java/rmi/registry/RegistryImpl.java (main): Recognize --help
9780         and --version.
9781         (help): New method.
9782         (version): Likewise.
9783         * gnu/gcj/convert/Convert.java (version): Removed extraneous
9784         "GNU".
9785         * gnu/java/rmi/rmic/RMIC.java (parseOptions): Removed extraneous
9786         "GNU".
9787
9788 2002-03-25  Tom Tromey  <tromey@redhat.com>
9789
9790         * java/awt/Component.java (processEvent): Check ComponentEvent
9791         after KeyEvent.
9792
9793 2002-03-24  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
9794
9795         * java/io/PushbackReader.java: Reformat.
9796
9797         * java/io/FileInputStream.java (skip): Call fd.getFilePointer() and
9798         calculate correct number of bytes skipped.
9799
9800         Based on patch from Intel's ORP team:
9801         * java/io/PushbackInputStream.java (available): Calculate correct
9802         number of bytes in buffer.
9803         (read): Remove redundant bound check. Return bytes from both the
9804         buffer and the stream.
9805
9806 2002-03-24  Tom Tromey  <tromey@redhat.com>
9807
9808         * java/awt/TextComponent.java (TextComponent): Editable by
9809         default.
9810
9811         * java/awt/MenuItem.java (eventMask): No longer private.
9812         * java/awt/Button.java (dispatchEventImpl): Only dispatch to
9813         superclass if we didn't handle event.
9814         * java/awt/Checkbox.java (dispatchEventImpl): New method.
9815         * java/awt/CheckboxMenuItem.java (dispatchEventImpl): New method.
9816         * java/awt/Choice.java (dispatchEventImpl): New method.
9817         * java/awt/List.java (dispatchEventImpl): New method.
9818         * java/awt/Scrollbar.java (dispatchEventImpl): New method.
9819         * java/awt/TextComponent.java (dispatchEventImpl): New method.
9820         * java/awt/TextField.java (dispatchEventImpl): New method.
9821
9822 2002-03-24  Eric Blake  <ebb9@email.byu.edu>
9823
9824         * java/beans/IntrospectionException.java: Update to 1.4.
9825         * java/beans/PropertyVetoException.java: Ditto.
9826
9827 2002-03-24  Eric Blake  <ebb9@email.byu.edu>
9828
9829         * gnu/java/beans/BeanInfoEmbryo.java (hasMethod): Use
9830         Arrays.equals instead of ArrayHelper.equalsArray.
9831
9832 2002-03-24  C. Brian Jones <cbj@gnu.org>
9833
9834         * java/beans/Introspector.java: added new static final fields
9835         introduced in 1.2, lots of other updates remain to be done
9836
9837 2002-03-24  C. Brian Jones <cbj@gnu.org>
9838
9839         * java/beans/Introspector.java: reformatting
9840
9841 2002-03-24  C. Brian Jones <cbj@gnu.org>
9842
9843         * java/beans/Introspector.java: default beanInfoSearchPath will
9844         not include sun.beans.infos given we provide no such package and
9845         the API doesn't really require it; gnu.java.beans.info is the
9846         default.
9847
9848 2002-03-24  Mark Wielaard  <mark@klomp.org>
9849
9850         Thanks to Orp developers
9851         * gnu/java/beans/editors/NativeBooleanEditor.java (setAsText(String)):
9852         switch TRUE and FALSE return values.
9853
9854 2002-03-23  Tom Tromey  <tromey@redhat.com>
9855
9856         * include/name-finder.h (_Jv_name_finder::myclose): New method.
9857         * name-finder.cc (_Jv_name_finder): Initialize file descriptors.
9858
9859 2002-03-23  Michael Smith  <msmith@spinnakernet.com>
9860
9861         * java/util/GregorianCalendar.java (minimums, maximums): Correct
9862         MONTH entry.  Fixes PR libgcj/6045.
9863
9864 2002-03-23  Jeff Sturm  <jsturm@one-point.com>
9865
9866         * java/nat/natPlainSocketImpl.cc (write): Abort loop on error.
9867
9868 2002-03-20  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
9869
9870         * posix-threads.cc (_Jv_ThreadSelf_out_of_line): Use write_barrier,
9871         not release_set.
9872         * sysdep/powerpc/locks.h (write_barrier): New function.
9873         * sysdep/i386/locks.h (write_barrier): New function.
9874
9875 2002-03-19  Martin Kahlert  <martin.kahlert@infineon.com>
9876
9877         * include/jni.h Use correct C comments.
9878
9879 2002-03-18  Tom Tromey  <tromey@redhat.com>
9880
9881         * include/jni.h (JNIIMPORT): New macro.
9882         (JNIEXPORT): Likewise.
9883         (JNICALL): Likewise.
9884
9885 2002-03-18  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9886
9887         * configure.host (i?86-*): Use -fuse-divide-subroutine on Solaris
9888         systems.
9889
9890 2002-03-18  Andrew Haley  <aph@cambridge.redhat.com>
9891
9892         * include/i386-signal.h (old_i386_kernel_sigaction): New.
9893         INIT_SEGV: Use old_i386_kernel_sigaction.
9894         INIT_FP: Likewise.
9895
9896 2002-03-18  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
9897
9898         * java/lang/natSystem.cc (init_properties): Update VM version
9899         properties.
9900         * configure.in: Set GCJVERSION.
9901         * acconfig.h: Add GCJVERSION.
9902         * configure: Rebuilt.
9903         * include/config.h.in: Rebuilt.
9904
9905 2002-03-17  Anthony Green  <green@redhat.com>
9906
9907         * java/lang/ieeefp.h: Add ARM thumb support (copied from newlib).
9908
9909 2002-03-17  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
9910
9911         Build a single libgcj.so, without separate gc and zlib libraries.
9912         * configure.in: Use convenience libraries for boehm-gc and zlib. Set
9913         SYS_ZLIBS if system zlib is used.
9914         * configure: Rebuilt.
9915         * Makefile.am: Use boehm-gc and zlib convenience libraries.
9916         * Makefile.in: Rebuilt.
9917         * libtool-version: Increment .so version number.
9918
9919         * Makefile.am: Escape quotes in echo.
9920         * Makefile.in: Rebuilt.
9921
9922 2002-03-16  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
9923
9924         * Makefile.am: Use empty -classpath flag in addition to -bootclasspath.
9925         * Makefile.in: Rebuilt.
9926
9927 2002-03-15  Anthony Green  <green@redhat.com>
9928
9929         * configure.host (FILE): New macro for specifing File
9930         implementation.
9931         * configure: Rebuilt.
9932         * configure.in: Use FILE.  Define HAVE_TIME for newlib targets.
9933
9934 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
9935
9936         * Makefile.am (jv_convert_LDADD): Don't list libraries that are
9937         already implicitly brought in from libgcj.la.
9938         (gij_LDADD, rmic_LDADD, rmiregistry_LDADD): Likewise.
9939         * Makefile.in: Rebuilt.
9940
9941 2002-03-15  Eric Blake  <ebb9@email.byu.edu>
9942
9943         * THANKS: Fix punctuation, alphabetization.
9944
9945 2002-03-15  Tom Tromey  <tromey@redhat.com>
9946             Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9947
9948         Fix for PR libgcj/5944.
9949         * gnu/gcj/io/shs.h: Define uint8_t and uint32_t.
9950
9951 2002-03-15  Anthony Green  <green@redhat.com>
9952
9953         * configure.in (tool_include_dir): Define.
9954         * configure: Rebuilt.
9955         * gcj/Makefile.am: Install libgcj-config.h relative to
9956         tool_include_dir.
9957         * gcj/Makefile: Rebuilt.
9958         * gcj/libgcj-config.h: Add warning comment.
9959
9960 2002-03-12  Andreas Tobler  <a.tobler@schweiz.ch>
9961
9962         * configure.host (powerpc*-darwin*): Enable interpreter.
9963
9964 2002-03-10  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
9965
9966         * include/posix.h: Add multiple include header protection.
9967         * java/net/natPlainSocketImpl.cc: Don't #include <posix.h>.
9968
9969 2002-03-10  Adam Megacz <adam@xwt.org>
9970
9971         * java/net/natPlainSocketImpl.cc: Added #include <platform.h>.
9972
9973 2002-03-10  Tom Tromey  <tromey@redhat.com>
9974
9975         * java/awt/GridLayout.java (layoutContainer): Handle case where
9976         there are no items in container.
9977
9978         * java/lang/Win32Process.java: Added comment.
9979         * include/posix.h (_Jv_platform_close_on_exec): New function.
9980         Include fcntl.h.
9981         * include/win32.h (_Jv_platform_close_on_exec): New function.
9982         * java/net/natPlainSocketImpl.cc (create): Set close-on-exec
9983         flag.
9984         (accept): Likewise.
9985         * java/net/natPlainDatagramSocketImpl.cc (create): Set
9986         close-on-exec flag.
9987         * java/io/natFileDescriptorPosix.cc (open): Set close-on-exec
9988         flag.
9989
9990 2002-03-09  Tom Tromey  <tromey@redhat.com>
9991
9992         * verify.cc (state::NO_STACK): New constant.
9993         (state::is_unmerged_ret_state): Handle case where stacktop is
9994         NO_STACK.
9995         (state::merge): Handle NO_STACK merges.
9996         (handle_jsr_insn): Invalidate PC, and use special NO_STACK state
9997         for instruction following jsr.
9998         (stacktop, stackdepth): Removed unused variables.
9999         (pop_jump): Ignore case where all remaining states are skipped.
10000
10001 2002-03-09  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
10002
10003         * java/awt/ImageMediaEntry: Removed.
10004         * java/awt/MediaEntry: Removed.
10005
10006 2002-03-09  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
10007
10008         Hashtable synchronization for PowerPC.
10009         * configure.in: Define SLOW_PTHREAD_SELF if configure.host set
10010         slow_pthread_self. Set up symlink for sysdeps directory.
10011         * configure: Rebuild.
10012         * configure.host: Document more shell variables. Set sysdeps_dir
10013         for most platforms. Set slow_pthread_self for i686. Set
10014         enable_hash_synchronization_default and slow_pthread_self for PowerPC.
10015         * posix-threads.cc (_Jv_ThreadSelf_out_of_line): Use release_set so
10016         that memory barrier is emitted where required.
10017         * prims.cc: 64-bit align static primitive class instances.
10018         * include/posix-threads.h (_Jv_ThreadSelf for SLOW_PTHREAD_SELF): Add
10019         read_barrier() to enforce ordering of reads.
10020         * sysdep/powerpc/locks.h: New file. Implementation of synchronization
10021         primitives for PowerPC.
10022         * sysdep/i386/locks.h: New file. Synchronization primitives for i386
10023         moved from natObject.cc.
10024         * sysdep/alpha/locks.h: Likewise.
10025         * sysdep/ia64/locks.h: Likewise.
10026         * sysdep/generic/locks.h: Likewise.
10027         * java/lang/natObject.cc: Move thread synchronization primitives to
10028         system-dependent headers.
10029
10030 2002-03-09  Adam Megacz  <adam@xwt.org>
10031
10032         * java/io/natFileDescriptorWin32.cc (read): Return -1 if zero
10033         bytes read and no failure code returned.
10034
10035 2002-03-09  Adam Megacz  <adam@xwt.org>
10036
10037         * win32.cc (_CRT_MT, __mingwthr_key_dtor) Added fake
10038         definitions to simulate -mthreads.
10039
10040 2002-03-09  Adam Megacz  <adam@xwt.org>
10041
10042         * win32.cc (_Jv_platform_gettimeofday) Cast 1000 to long long to
10043         avoid precision loss.
10044
10045 2002-03-09  Per Bothner  <per@bothner.com>
10046
10047         * gnu/gcj/xlib/WindowAttributes.java  Assign null to RawData, not 0.
10048         * gnu/gcj/xlib/XImage.java:  Likewise.
10049         * gnu/gcj/xlib/XColor.java:  Likewise.
10050
10051 2002-03-09  Adam Megacz  <adam@xwt.org>
10052
10053         * java/lang/Win32Process.java (ConcreteProcess): Now throws an
10054         IOException so that Throwable.printStackTrace fails correctly.
10055
10056 2002-03-08  Adam Megacz  <adam@xwt.org>
10057
10058         * java/net/natPlainSocketImpl.cc (read, write, close): Formatting
10059         fixed.
10060
10061 2002-03-09  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
10062
10063         * posix.cc (_Jv_platform_gettimeofday): Make sure result doesn't get
10064         truncated to int.
10065
10066 2002-03-08  Tom Tromey  <tromey@redhat.com>
10067
10068         * include/jni.h: Include stdio.h.
10069
10070 2002-03-08  Tom Tromey  <tromey@redhat.com>
10071
10072         * posix.cc (internal_gettimeofday): New function.
10073         (_Jv_select): Use it.
10074
10075 2002-03-07  Adam Megacz  <adam@xwt.org>
10076
10077         * java/net/natPlainSocketImpl.cc: Changed USE_WINSOCK to
10078         WIN32, and added thunks for read(), write(), and close().
10079         * java/net/natPlainSocketImpl.cc (accept, read, read):
10080         Disabled timeouts on WIN32 pending discussion.
10081
10082 2002-03-07  Adam Megacz  <adam@xwt.org>
10083
10084         * win32.cc (_Jv_platform_gettimeofday): Now takes no args,
10085         returns jlong. Added implementation
10086         * posix.cc (_Jv_platform_gettimeofday): Now takes no args,
10087         returns jlong.
10088         * win32.h (_Jv_platform_gettimeofday): Now takes no args,
10089         returns jlong.
10090         * posix.h (_Jv_platform_gettimeofday): Now takes no args,
10091         returns jlong.
10092         * java/lang/natSystem.cc (currentTimeMillis): Now uses updated
10093         _Jv_platform_gettimeofday signature.
10094
10095 2002-03-07  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
10096
10097         * java/net/natPlainSocketImpl.cc (_Jv_recv): Removed.
10098         (read): Call recv() directly, not _Jv_recv().
10099
10100 2002-03-06  Tom Tromey  <tromey@redhat.com>
10101
10102         * java/io/natFileDescriptorEcos.cc (init): Don't use
10103         GetStdHandle.
10104         * java/io/natFileDescriptorPosix.cc (valid): Don't call stat if FD
10105         is negative.
10106         (init): Don't use GetStdHandle.
10107
10108         * include/config.h.in: Rebuilt.
10109         * configure: Rebuilt.
10110         * Makefile.in: Rebuilt.
10111
10112 2002-03-06  Adam Megacz  <adam@xwt.org>
10113
10114         * java/io/FileDescriptor.java: Initialize in/out/err in init().
10115         * java/io/natFileDescriptorWin32.cc (init()): Added function.
10116         * java/io/natFileDescriptorPosix.cc (init()): Added function.
10117         * java/io/natFileDescriptorEcos.cc (init()): Added function.
10118
10119 2002-03-06  Eric Blake  <ebb9@email.byu.edu>
10120
10121         * scripts/unicode-decomp.pl: Move from chartables.pl, and remove
10122         the code for generating include/java-chartables.h.
10123         * scripts/unicode-blocks.pl: Move from scripts/blocks.pl, and
10124         merge with Classpath.
10125         * scripts/unicode-muncher.pl: Copy from Classpath.
10126         * scritps/MakeCharTables.java: New file.
10127         * gnu/gcj/convert/Blocks-3.txt: New file.
10128         * gnu/gcj/convert/UnicodeData-3.0.0.txt: New file.
10129         * gnu/gcj/convert/UnicodeCharacterDatabase-3.0.0.html: New file.
10130         * gnu/java/lang/CharData.java: Copy from Classpath.
10131         * Makefile.am (ordinary_java_source_files): Add
10132         gnu/java/lang/CharData.java.
10133         * configure.in: Remove --enable-fast-character option.
10134         * java/lang/Character.java: Merge algorithms and Javadoc with
10135         Classpath.
10136         * java/lang/natCharacter.cc: Implement Unicode lookup table more
10137         efficiently.
10138         * include/java-chardecomp.h: Regenerate.
10139         * include/java-chartables.h: Regenerate.
10140
10141 2002-03-06  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
10142
10143         * java/awt/MediaTracker.java: Implemented.
10144         * Makefile.am: Add MediaTracker.
10145         * Makefile.in: Rebuilt.
10146
10147 2002-03-05  Tom Tromey  <tromey@redhat.com>
10148
10149         * java/lang/natPosixProcess.cc (fail): Removed.
10150         (startProcess): Simplified error-handling.  Preserve
10151         LD_LIBRARY_PATH across exec.
10152
10153         * jni.cc (_Jv_LookupJNIMethod): Throw UnsatisfiedLinkError, not
10154         AbstractMethodError.
10155
10156 2002-03-03  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
10157
10158         * Makefile.am: Use -bootclasspath, not -CLASSPATH.
10159         * Makefile.in: Rebuilt.
10160
10161 2002-03-03 Mark Wielaard <mark@klomp.org>
10162
10163         * java/util/Timer (TaskQueue.stop): set elements to zero.
10164
10165 2002-02-28  Anthony Green  <green@redhat.com>
10166
10167         * java/lang/reflect/natMethod.cc (result): Add void* element.
10168         (_Jv_CallAnyMethodA): Handle FFI_TYPE_POINTER arguments.  Move
10169         constructor test.
10170
10171 2002-02-27  Adam Megacz <adam@xwt.org>
10172
10173         * java/net/natInetAddress.cc: Changed USE_WINSOCK to WIN32, added
10174         '#undef STRICT'.
10175
10176 2002-02-26  Tom Tromey  <tromey@redhat.com>
10177
10178         * java/lang/natSystem.cc (init_properties): Use __VERSION__.
10179         * gij.cc (version): Use __VERSION__.
10180         * include/config.h.in: Rebuilt.
10181         * acconfig.h (GCJVERSION): Removed.
10182         * configure: Rebuilt.
10183         * configure.in (GCJVERSION): Removed.
10184
10185 2002-02-26  Andreas Schwab  <schwab@suse.de>
10186
10187         * acinclude.m4 (LIB_AC_PROG_CXX): Use glibjava_CXX instead of
10188         glibcpp_CXX, since libjava uses even another CXX.
10189         * aclocal.m4, configure: Regenerated.
10190
10191 2002-02-26  Tom Tromey  <tromey@redhat.com>
10192
10193         * java/lang/natPosixProcess.cc (startProcess): Use FD_CLOEXEC, not
10194         `1'.
10195
10196 2002-02-25  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
10197
10198         * Makefile.am (GCJCOMPILE): Use -fCLASSPATH not -fclasspath. Fixes
10199         dependency tracking for .java files.
10200         * Makefile.in: Rebuilt.
10201
10202 2002-02-24  Adam Megacz  <adam@xwt.org>
10203
10204         * java/net/natPlainDatagramSocketImpl.cc: whops; removed 'make'
10205         typo. Sorry.
10206
10207 2002-02-24  Adam Megacz  <adam@xwt.org>
10208
10209         * java/net/natPlainDatagramSocketImpl.cc: Updated #includes
10210         for Win32, changed #ifdefs to check WIN32 instead of the
10211         (now-obsolete) USE_WINSOCK, and removed support for socket
10212         timeouts on Win32 pending further discussion.
10213
10214 2002-02-24  Adam Megacz  <adam@xwt.org>
10215
10216         * win32-threads.cc (_Jv_ThreadInitData): _Jv_Malloc instead of new
10217         * win32-threads.cc (_Jv_ThreadDestroyData): _Jv_Free instead of
10218         delete
10219
10220 2002-02-24  Adam Megacz  <adam@xwt.org>
10221
10222         * java/lang/Win32Process.java: Created a dummy class to allow
10223         build process to run to completion.
10224
10225 2002-02-24  Jeff Sturm  <jsturm@one-point.com>
10226
10227         * java/lang/reflect/natMethod.cc (_Jv_CallAnyMethodA):
10228         Define ffi_result union for ffi_call result.  Cast
10229         ffi_result members to jvalue.
10230
10231 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
10232
10233         * Makefile.in, gcj/Makefile.in, include/Makefile.in: Rebuilt.
10234         * testsuite/Makefile.in: Likewise.
10235
10236 2002-02-20  Per Bothner  <per@bothner.com>
10237
10238         * java/net/URL.java (getPath):  New JDK 1.3 method.
10239
10240         * java/net/URLStreamHandler.java (parseURL):
10241         It is wrong to prepend '/' to the file part of a relative url.
10242
10243         * java/net/URLStreamHandler.java (parseURL):
10244         Minor optizations - append '/' rather than "/".
10245
10246         * java/net/URLStreamHandler.java (parseURL):
10247         Don't canonicalize "xx/.." or "./" URLs - JDK doesn't.
10248         We probably should canonicalize for a context-relative url, though.
10249         * java/net/URL.java (sameFile):  Delegate to URLStreamHandler.
10250         * java/net/URLStreamHandler.java (canonicalizeFilename):  New helper.
10251         (sameFile):  New method.  Uses canonicalizeFilename.
10252
10253 2002-02-22  Tom Tromey  <tromey@redhat.com>
10254
10255         * java/lang/natSystem.cc (init_properties): Include the `Inc.' in
10256         java.vendor and java.vm.vendor.
10257         * gnu/java/rmi/rmic/RMIC.java (parseOptions): Only print most
10258         recent copyright date.
10259         * gnu/gcj/convert/Convert.java (version): Print `Inc'.
10260         * gij.cc (version): Print `Inc'.
10261
10262 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
10263
10264         * acinclude.m4 (CXX): AC_SUBST it, instead of glibcpp_CXX.
10265         * aclocal.m4, configure: Rebuilt.
10266
10267 2002-02-20  Per Bothner  <per@bothner.com>
10268
10269         * gnu/gcj/protocol/file/Connection.java (conect):  Open the input
10270         and/or output streams immediately here, instead of using File.exists.
10271         (inputStream, outputStream):  New fields to save open streams.
10272         (getInputStream, getOutputStream):  Use already-opened streams.
10273
10274 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
10275
10276         * acinclude.m4 (LIB_AC_PROG_CXX): Copied from libstdc++-v3.
10277         Use it.
10278         * Makefile.am (LIBLINK): Use CXX (and its tag) for linking.
10279         * aclocal.m4, configure, Makefile.in: Rebuilt.
10280
10281 2002-02-19  Tom Tromey  <tromey@redhat.com>
10282
10283         Fix for PR libgcj/5696:
10284         * verify.cc (is_assignable_from_slow): Never call
10285         _Jv_IsAssignableFrom.
10286         (verify_instructions_0): Added new debug statement.
10287         (state::print): Print information about whether local has
10288         changed.
10289         (state::merge): Don't call note_variable when merging locals.
10290         (state::set_exception): Removed old FIXME comment.
10291
10292 2002-02-18  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
10293
10294         * java/net/natPlainDatagramSocketImpl.cc (bind): Call setsockopt to
10295         enable SO_BROADCAST.
10296
10297 2002-02-18  Jason Merrill  <jason@redhat.com>
10298
10299         * name-finder.cc (toHex): Use word mode, not long long.
10300
10301         * gnu/gcj/convert/natIconv.cc (write): Avoid sign-compare warning.
10302
10303 2002-02-15  Tom Tromey  <tromey@redhat.com>
10304
10305         Fix for PR libgcj/5695:
10306         * verify.cc (is_assignable_from_slow): Check to see if target is
10307         an Object before checking to see if source is an interface.
10308         (verify_instructions_0) [op_invokeinterface]: Handle case where
10309         we're making an interface call on Object.
10310
10311 2002-02-15  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
10312
10313         * Makefile.in: Rebuilt with Eric's change below.
10314
10315         * java/lang/natMath.cc (abs(jdouble), abs(jfloat), round(jfloat),
10316         round(jdouble), min(jfloat), max(jfloat), min(jdouble), min(jfloat)):
10317         Removed functions which are now implemented in Math.java.
10318
10319 2002-02-14  Eric Blake  <ebb9@email.byu.edu>
10320
10321         * gcj/javaprims.h (java::lang): Add java::lang::StrictMath.
10322         * Makefile.am (core_java_source_files): Add
10323         java/lang/StrictMath.java.
10324         * java/lang/Math.java: Merge with Classpath.
10325         * java/lang/StrictMath.java: New file - merge with Classpath.
10326
10327 2002-02-14  Mark Wielaard  <mark@klomp.org>
10328
10329         * java/math/BigInteger.java: import gnu.java.math.MPN not the whole
10330         package as a workaround for gcj 3.0.x
10331
10332 2002-02-14  Mark Wielaard <mark@klomp.org>
10333
10334         * java/security/BasicPermission.java: extends with fully qualified
10335         classname as workaround for gcj 3.0.4.
10336
10337 2002-02-14  Eric Blake  <ebb9@email.byu.edu>
10338
10339         * java/net/DatagramSocketImpl.java (setOption, getOption): Work
10340         around gcj bug of wrong emitted qualifier for inherited method.
10341         * java/net/SocketImpl.java (setOption, getOption): Ditto.
10342         * java/util/WeakHashMap.java (WeakEntrySet): Add non-private
10343         constructor to reduce amount of emitted bytecode. While this
10344         happens to work around a jikes 1.15 bug, it is still a useful
10345         patch even for correct compilers.
10346         * java/rmi/server/RMIClassLoader.java (MyClassLoader): Ditto.
10347         * gnu/java/rmi/server/UnicastRemoteCall.java
10348         (DummyObjectOutputStream, DummyObjectInputStream): Ditto.
10349
10350 2002-02-14  Eric Blake  <ebb9@email.byu.edu>
10351
10352         * java/net/DatagramSocketImpl.java: Reformat (no code changes).
10353         * java/net/SocketImpl.java: Ditto.
10354         * java/rmi/server/RMIClassLoader.java: Ditto.
10355         * gnu/java/rmi/server/UnicastRemoteCall.java: Ditto.
10356
10357 2002-02-14  Mark Wielaard <mark@klomp.org>
10358
10359         Thanks to Takashi Okamoto
10360         * java/util/Arrays.java (ArrayList.indexOf()): this.equals().
10361         * java/util/Arrays.java (ArrayList.lastIndexOf()): Likewise.
10362         * java/util/WeakHashMap.java (WeakEntry.getEntry()): this.get().
10363
10364 2002-02-13  Todd Stock  <toddastock@yahoo.com>
10365
10366         Fix for PR libgcj/5670:
10367         * verify.cc (is_assignable_from_slow): If `source' is interface,
10368         recursively look for merge with `target'.
10369
10370 2002-02-14  Martin Kahlert  <martin.kahlert@infineon.com>
10371
10372         * include/jni.h: Fix typo.
10373
10374 2002-02-13  Martin Kahlert  <martin.kahlert@infineon.com>
10375
10376         * jni.cc (_Jv_JNI_AttachCurrentThread): env->locals assigned
10377         correctly.
10378
10379 2002-02-13  Todd Stock  <toddastock@yahoo.com>
10380
10381         Fix for PR libgcj/5671:
10382         * verify.cc (state::merge): Handle case where we're merging
10383         against an interface.
10384
10385 2002-02-12  Tom Tromey  <tromey@redhat.com>
10386
10387         * exception.cc (std::abort): Mark as noreturn.
10388
10389 2002-02-12  Adam Megacz <adam@xwt.org>
10390
10391         * java/lang/Win32Process.java: Filled in a placeholder
10392         implementation so Win32 will build.
10393
10394 2002-02-12  Adam Megacz <adam@xwt.org>
10395
10396         * java/io/natFilePosix.cc: Copied this from natFile.cc.
10397         * java/io/natFile.cc: Removed from repository.
10398         * configure.in: Added AC_LINK_FILES for natFile${PLATFORM}.
10399
10400 2002-02-12  Adam Megacz <adam@xwt.org>
10401
10402         * win32.cc: Added two #includes to make win32.cc compile.
10403
10404 2002-02-12  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
10405
10406         * boehm.cc (initialized, obj_kind_x, obj_free_list): Removed unused
10407         declarations.
10408         (_Jv_InitGC): Don't bother locking, as this is always called from a
10409         single-thread. Turn off GC_all_interior_pointers. Remove dead code.
10410
10411 2002-02-11  Adam Megacz <adam@xwt.org>
10412
10413         * include/win32.h: Added _Jv_platform_gettimeofday.
10414         * win32.cc (_Jv_platform_gettimeofday): Added dummy function.
10415
10416 2002-02-11  Adam Megacz <adam@xwt.org>
10417
10418         * java/io/natFileWin32.cc, java/io/natFileDescriptorWin32.cc:
10419         Added #undef STRICT to make windows.h and
10420         java/lang/reflect/Modifier.h cooperate.
10421
10422 2002-02-11  Adam Megacz <adam@xwt.org>
10423
10424         * java/io/natFileWin32.cc: Created a placeholder class with lots
10425         of FIXMEs.
10426
10427 2002-02-11  Adam Megacz <adam@xwt.org>
10428
10429         * exception.cc (_Jv_Throw, PERSONALITY_FUNCTION): Changed
10430         std::abort() to simply abort(). Also added "fake" std::abort() so
10431         we can #include unwind-pe.h without having to link against
10432         libstdc++-v3.
10433
10434 2002-02-10  Andreas Tobler  <toa@pop.agri.ch>
10435
10436         * interpret.cc (continue1) [insn_f2l]: Use PUSHL, not PUSHI.
10437
10438 2002-02-08  Tom Tromey  <tromey@redhat.com>
10439
10440         * interpret.cc (convert): New function.
10441         (continue1) [insn_d2i, insn_d2l, insn_f2i, insn_f2l]: Use
10442         convert.
10443         Include Long.h.
10444
10445 2002-02-08  Anthony Green  <green@redhat.com>
10446
10447         * configure.host: Add support for xscale-elf embedded target.
10448
10449 2002-02-08  Martin Kahlert  <martin.kahlert@infineon.com>
10450
10451         * jni.cc (_Jv_JNI_NewLocalRef): Make sure, that NULL frame is not
10452         dereferenced.
10453         (_Jv_JNI_AttachCurrentThread): Produce full featured env->locals
10454         frame.
10455
10456 2002-02-07  Tom Tromey  <tromey@redhat.com>
10457
10458         * java/io/natFile.cc (_access): Use __builtin_alloca.
10459         (_stat): Likewise.
10460         (attr): Likewise.
10461         (getCanonicalPath): Likewise.
10462         (performList): Likewise.
10463         (performMkdir): Likewise.
10464         (performSetReadOnly): Likewise.
10465         (performRenameTo): Likewise.
10466         (performSetLastModified): Likewise.
10467         (performCreate): Likewise.
10468         (performDelete): Likewise.
10469
10470 2002-02-08  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
10471
10472         * HACKING: Fix URL for the automake-gcj.
10473
10474 2002-02-07  Tom Tromey  <tromey@redhat.com>
10475
10476         * java/lang/natThrowable.cc: Updated copyright.
10477         * java/io/natFileWin32.cc: Updated copyright.
10478         * java/io/natFileDescriptorWin32.cc: Updated copyright.
10479         * win32-threads.cc: Updated copyright.
10480         * name-finder.cc: Updated copyright.
10481         * include/name-finder.h: Updated copyright.
10482
10483         * include/name-finder.h: Conditionally include sys/wait.h.
10484         * include/config.h.in: Rebuilt.
10485
10486         * java/io/natFile.cc (_access): Don't stack-allocate buffer.
10487         Size buffer based on real size of string.
10488         (_stat): Likewise.
10489         (attr): Likewise.
10490         (getCanonicalPath): Likewise.
10491         (performList): Likewise.
10492         (performMkdir): Likewise.
10493         (performSetReadOnly): Likewise.
10494         (unixroot): Removed.
10495         (performRenameTo): Likewise.
10496         (performSetLastModified): Likewise.
10497         (performCreate): Likewise.
10498         (performDelete): Likewise.
10499         (performListRoots): Always return new array.
10500
10501         * prims.cc (_Jv_CreateJavaVM): Call _Jv_platform_initialize.
10502         * win32.cc (win32_exception_handler): Now static.
10503         * include/win32.h (_Jv_platform_initialize): Declare.
10504         (win32_exception_handler): Don't declare.
10505         * java/lang/natSystem.cc (currentTimeMillis): Use
10506         _Jv_platform_gettimeofday.
10507         * posix.cc (_Jv_platform_gettimeofday): Renamed.
10508         (_Jv_select): Use new name.
10509         (_Jv_platform_initialize): New function.
10510         * include/posix.h (_Jv_platform_gettimeofday): Renamed from
10511         _Jv_gettimeofday.
10512         (_Jv_platform_initialize): Declare.
10513
10514         * configure: Rebuilt.
10515         * configure.in: Removed unnecessary parens.
10516
10517 2002-02-06  Adam Megacz <adam@xwt.org>
10518
10519        * configure.in: Changed mingw) to *mingw*).
10520        * win32.cc: Created this file.
10521        * win32.h: Created this file.
10522        * win32.cc, prims.cc, win32.h (win32_exception_handler): Moved
10523        win32_exception_handler from prims.cc to win32.cc, added
10524        header in win32.h.
10525        * prims.cc: removed some #ifdef-WIN32'd headers which are no
10526        longer needed now that we have platform.h
10527
10528 2002-02-06  Adam Megacz <adam@xwt.org>
10529
10530         * gnu/gcj/io/shs.h, gnu/gcj/io/shs.cc, gnu/gcj/io/natSimpleSHSStream.cc:
10531         use uint<n>_t instead of LONG and BYTE
10532
10533 2002-02-06  Adam Megacz <adam@xwt.org>
10534
10535         * name-finder.h: don't #include sys/wait.h unless HAVE_SYS_WAIT_H
10536
10537 2002-02-06  Anthony Green  <green@redhat.com>
10538
10539         * java/net/natPlainSocketImpl.cc: Fix DISABLE_JAVA_NET targets.
10540         Implement missing method stubs.
10541         java/net/natPlainDatagramSocketImpl.cc: Fix DISABLE_JAVA_NET
10542         targets.
10543         * java/lang/natSystem.cc (getSystemTimeZone): Some targets have no
10544         concept of timezones.
10545         (init_properties): Don't refer to _Jv_Environment_Properties
10546         when this feature is not available.
10547         * include/config.h.in: Rebuilt.
10548         * acconfig.h: Add DISABLE_MAIN_ARGS.
10549         * prims.cc (_Jv_RunMain): Use DISABLE_MAIN_ARGS.
10550         * configure: Rebuilt.
10551         * configure.in: Add --disable-main-args option.  Test for
10552           opendir function.  Replace AC_CHECK_SIZEOF with
10553           AC_COMPILE_CHECK_SIZEOF.
10554         * java/io/natFile.cc (performList): Check HAVE_OPENDIR.
10555         * aclocal.m4: Rebuilt.
10556         * acinclude.m4: Add AC_COMPILE_CHECK_SIZEOF.
10557
10558 2002-02-06  Tom Tromey  <tromey@redhat.com>
10559
10560         * verify.cc (require_array_type): If argument is a null array of
10561         references, return null as the element type.
10562
10563 2002-02-06  Mark Wielaard  <mark@klomp.org>
10564
10565         * verify.cc (verify_instructions_0) [op_dup2]: Actually push the
10566         duplicate of a wide type.
10567
10568 2002-02-06  Tom Tromey  <tromey@redhat.com>
10569
10570         * verify.cc (type::isnull): New method.
10571         (require_array_type): Handle case where array is null.
10572         (verify_instructions_0) [op_arraylength]: Likewise.
10573
10574 2002-02-05  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
10575
10576         * configure.in: Set up PLATFORMOBJS not PLATFORM_SPECIFIC_SOURCES.
10577         Symlink PLATFORMH to platform.h.
10578         * Makefile.am (libgcj_la_DEPENDENCIES, libgcj_la_LIBADD): Add
10579         PLATFORMOBJS.
10580         * java/lang/natSystem.cc: #include platform.h not posix.h.
10581         * Makefile.in: Rebuilt with libgcj automake.
10582         * configure: Rebuilt.
10583
10584 2002-02-05  Richard Henderson  <rth@redhat.com>
10585
10586         * Makefile.in: Undo munging last change.
10587
10588 2002-02-04  Adam Megacz <adam@xwt.org>
10589
10590         * win32.cc: Created it.
10591         * configure.in: Added PLATFORM_SPECIFIC_SOURCES,
10592         which is set to posix.cc or win32.cc.
10593         * Makefile.am: Updated it to use $(PLATFORM_SPECIFIC_SOURCES).
10594
10595 2002-02-04  Adam Megacz <adam@xwt.org>
10596
10597         * configure.in: Corrected mingw case branches; added * before
10598         and after.
10599
10600 2002-02-04  Adam Megacz <adam@xwt.org>
10601
10602         * configure.in: Add -lgdi32 -lwsock32 -lws2_32 to libgcj.spec
10603         if compiling for win32
10604
10605 2002-02-04  Adam Megacz <adam@xwt.org>
10606
10607         * win32-threads.cc: #undef STRICT after gc.h inclusion
10608
10609 2002-02-02  Tom Tromey  <tromey@redhat.com>
10610
10611         * Makefile.in: Rebuilt.
10612
10613 2002-02-02  Jason Merrill  <jason@redhat.com>
10614
10615         * Makefile.am (clean-nat): New target.
10616
10617 2002-02-02  Tom Tromey  <tromey@redhat.com>
10618
10619         * java/io/natFile.cc: Removed old "FIXME" comments.
10620
10621 2002-02-01  Tom Tromey  <tromey@redhat.com>
10622
10623         * java/lang/natPosixProcess.cc (myclose): New function.
10624         (fail): Use it.
10625         (startProcess): Likewise.
10626
10627 2002-02-01  Adam Megacz <adam@xwt.org>
10628
10629         * prims.cc: Added #undef STRICT after #include<windows.h>.
10630
10631 2002-02-01  Adam Megacz <adam@xwt.org>
10632
10633         * prims.cc
10634         (_Jv_CreateJavaVM): We now use WIN32 instead of
10635         USE_WIN32_SIGNALLING and USE_WINSOCK.
10636         (win32_exception_handler): Now throws an exception out of
10637         the signal handler; assumes SJLJ.
10638
10639 2002-02-01  Adam Megacz <adam@xwt.org>
10640
10641         * win32-threads.cc:
10642         (_Jv_CondWait, _Jv_CondNotify, _Jv_CondNotifyAll): Corrected
10643         wait() algorithm to make it safe.
10644         (ensure_condvar_initialized, _Jv_CondInit, _Jv_CondDestroy):
10645         Added lazy creation of Win32 Events for better performance
10646         (really_start): This now uses GC_CreateThread so boehm-gc
10647         knows about new threads even when statically linked.
10648
10649 2002-02-01  Adam Megacz <adam@xwt.org>
10650
10651         * include/win32-threads.h (_Jv_ConditionVariable_t): Now a struct, to
10652         enable safer wait() algorithm.
10653         (_Jv_CondWait, _Jv_CondInit, _Jv_CondDestroy, _Jv_CondNotify,
10654         _Jv_CondNotifyAll): Implementations moved to win32-threads.cc.
10655         (_Jv_MutexInit, _Jv_HaveMutexDestroy, _Jv_MutexUnlock,
10656         _Jv_MutexLock, _Jv_ThreadYield): Reimplement using CRITICAL_SECTIONs
10657         instead of mutex.
10658         (_Jv_ThreadYield): Don't call Sleep(), because it crashes win98.
10659
10660 2002-02-01  Adam Megacz <adam@xwt.org>
10661
10662         * configure.in: Added support for mingw.
10663         * java/lang/Win32Process.java: Created as empty file.
10664         * java/lang/natWin32Process.cc: Created as empty file.
10665
10666 2002-02-01  Craig Rodrigues  <rodrigc@gcc.gnu.org>
10667
10668         PR java/4972
10669         * aclocal.m4, acinclude.m4 (AM_ICONV): Put linking flags
10670         for libiconv in LIBICONV variable.
10671         * configure: Regenerated.
10672
10673 2002-01-31  Tom Tromey  <tromey@redhat.com>
10674
10675         * verify.cc (state::enter_subroutine): New method.
10676         (handle_jsr_insn): Use it.
10677         (state::merge): When processing a `ret', correctly use
10678         subroutine's state to determine which local variables have
10679         changed.
10680         (push_exception_jump): Don't let stack overflow.
10681
10682 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
10683
10684         * gnu/gcj/convert/Convert.java: Only include one copyright year in
10685         --version output.
10686
10687 2002-01-30  Tom Tromey  <tromey@redhat.com>
10688
10689         * java/net/natPlainSocketImpl.cc (_Jv_recv): Added template
10690         parameter for `recv' return type.
10691
10692         * verify.cc (handle_ret_insn): Check for subroutine merge here...
10693         (state::merge): ... not here.
10694         (subr_entry_info): New structure.
10695         (entry_points): New field.
10696         (~_Jv_BytecodeVerifier): Correctly free jsr_ptrs.  Free
10697         entry_points.
10698
10699 2002-01-29  Tom Tromey  <tromey@redhat.com>
10700
10701         * java/awt/List.java (addNotify): Correctly check to see if peer
10702         does not exist.
10703
10704         * java/awt/GridLayout.java (layoutContainer): Use number of rows
10705         to compute height of each cell, and number of columns to compute
10706         width of each cell.
10707         * java/awt/Window.java (getOwnedWindows): Don't return null.
10708         * java/awt/FlowLayout.java (layoutContainer): Set width and height
10709         of component.  Increment x using horizontal gap, not vertical
10710         gap.
10711
10712 2002-01-28  Tom Tromey  <tromey@redhat.com>
10713
10714         * verify.cc (class _Jv_BytecodeVerifier) [op_invokeinterface]:
10715         `nargs' byte is number of words, not number of arguments.
10716
10717 2002-01-27  Tom Tromey  <tromey@redhat.com>
10718
10719         * java/awt/event/MouseEvent.java (modifiers): Removed field.
10720         (when): Likewise.
10721         * java/awt/event/InputEvent.java (modifiers, when): Now
10722         package-private.
10723
10724         * verify.cc (class _Jv_BytecodeVerifier): Removed `FIXME' comment
10725         and to-do list.
10726         (state::merge): Use current class' class loader.
10727         (state::print): Print subroutine.
10728         (state::merge): Don't look at subroutine of unmerged `ret'.
10729
10730 2002-01-26 Andreas Tobler <a.tobler@schweiz.ch>
10731
10732         * nogc.cc: Remove warnings.
10733         (_Jv_GCRegisterDisappearingLink, _Jv_GCCanReclaimSoftReference):
10734         New functions.
10735
10736 2002-01-25  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
10737
10738         * java/awt/image/MemoryImageSource.java (newPixels(byte[], ColorModel,
10739         int, int):  Remove empty "if" statement to work around compiler bug.
10740         (newPixels(int[], ColorModel, int, int): Likewise.
10741
10742 2002-01-25  Per Bothner  <per@bothner.com>
10743
10744         * verify.cc (verify_fail):  Change from being a top-level function
10745         to e method of _Jv_BytecodeVerifier.  Emit current method name.
10746         Pass the current verifier to type: and state: methods as needed,
10747         for better error messages, and for resolve.
10748         (resolve):  Pass current class's loader for Class.forName and
10749         _Jv_FindClassFromSignature, rather than using the default loader.
10750         (various type: and state: methods):  Take _Jv_BytecodeVerifier* arg.
10751         (get_type_val_for_signature):  Make non-static.
10752         (various methods):  Pass start_PC implicitly, not explicitly.
10753
10754 2002-01-25  Tom Tromey  <tromey@redhat.com>
10755
10756         * java/awt/FlowLayout.java (layoutContainer): Correctly compute
10757         loop termination condition.
10758         * java/awt/GridLayout.java (getSize): Use `real_cols' to compute
10759         width.
10760
10761 2002-01-24  Tom Tromey  <tromey@redhat.com>
10762
10763         * java/awt/Shape.java: Merged with Classpath.
10764         * java/awt/Scrollbar.java: Merged with Classpath.
10765
10766         * java/awt/Container.java (addNotify): Unconditionally call
10767         addNotifyContainerChildren and superclass addNotify.
10768
10769         * java/awt/image/ColorModel.java (getAlpha(Object)): Call
10770         getAlpha, not getBlue.
10771
10772 2002-01-25  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
10773
10774         * java/lang/natObject.cc (X86 compare_and_swap): Use +m constraint.
10775
10776         * java/awt/image/PixelGrabber.java (grabPixels()): Call grabPixels(0).
10777         (grabPixels(long)): Wait to be notified that the ImageProducer has
10778         completed.
10779
10780 2002-01-24  Per Bothner  <per@bothner.com>
10781
10782         * verify.cc (is_assignable_from_slow): If target is an interface,
10783         we must still check the source's superclass before giving up.
10784
10785 2002-01-24  Tom Tromey  <tromey@redhat.com>
10786
10787         * gnu/awt/xlib/XToolkit.java (getPrintJob): New stub method.
10788
10789 2002-01-23  Tom Tromey  <tromey@redhat.com>
10790
10791         * java/awt/BorderLayout.java (addLayoutComponent): Added missing
10792         `else'.
10793
10794         * Makefile.in: Rebuilt.
10795         * Makefile.am (awt_java_source_files): Added new files.
10796         * java/awt/Toolkit.java: Merged with Classpath.
10797         * java/awt/PrintGraphics.java: New file from Classpath.
10798         * java/awt/PrintJob.java: New file from Classpath.
10799         * java/awt/datatransfer/Clipboard.java: New file from Classpath.
10800         * java/awt/datatransfer/ClipboardOwner.java: New file from
10801         Classpath.
10802         * java/awt/datatransfer/DataFlavor.java: New file from Classpath.
10803         * java/awt/datatransfer/FlavorMap.java: New file from Classpath.
10804         * java/awt/datatransfer/MimeTypeParseException.java: New file from
10805         Classpath.
10806         * java/awt/datatransfer/StringSelection.java: New file from
10807         Classpath.
10808         * java/awt/datatransfer/SystemFlavorMap.java: New file from
10809         Classpath.
10810         * java/awt/datatransfer/Transferable.java: New file from
10811         Classpath.
10812         * java/awt/datatransfer/UnsupportedFlavorException.java: New file
10813         from Classpath.
10814
10815         * Makefile.in: Rebuilt.
10816         * Makefile.am (awt_java_source_files): Added new files.
10817         * java/awt/image/AreaAveragingScaleFilter.java: New file from
10818         Classpath.
10819         * java/awt/image/CropImageFilter.java: New file from Classpath.
10820         * java/awt/image/FilteredImageSource.java: New file from
10821         Classpath.
10822         * java/awt/image/ImageFilter.java: New file from Classpath.
10823         * java/awt/image/MemoryImageSource.java: New file from Classpath.
10824         * java/awt/image/PixelGrabber.java: New file from Classpath.
10825         * java/awt/image/RGBImageFilter.java: New file from Classpath.
10826         * java/awt/image/ReplicateScaleFilter.java: New file from
10827         Classpath.
10828         * java/awt/image/ImageProducer.java: Replaced with Classpath
10829         version.
10830         * java/awt/image/ImageObserver.java: Replaced with Classpath
10831         version.
10832         * java/awt/image/ImageConsumer.java: Replaced with Classpath
10833         version.
10834         * java/awt/GridBagConstraints.java (clone): Catch
10835         CloneNotSupportedException.
10836
10837 2002-01-23  Per Bothner  <per@bothner.com>
10838
10839         * java/lang/reflect/natField.cc (setAddr):  New function.
10840         Calls getAddr and then checks that the field isn't final.
10841         (setBoolean. setChar, setByte, setShort, setInt, setLong, setFloat,
10842         setDouble, set):  Use setAddr instead of getAddr, to check for FINAL.
10843         (set):  Call setAddr before check that new value has right type,
10844         to better match specified semantics.
10845
10846 2002-01-22  Tom Tromey  <tromey@redhat.com>
10847
10848         * java/awt/TextField.java: Replaced with Classpath version.
10849         * java/awt/TextArea.java: Replaced with Classpath version.
10850         * java/awt/TextComponent.java: Replaced with Classpath version.
10851
10852         * java/awt/GridBagConstraints.java: Updated copyright.
10853
10854 2002-01-22  Mark Wielaard <mark@klomp.org>
10855
10856         * java/awt/Adjustable.java java/awt/CheckboxMenuItem.java
10857         java/awt/Choice.java java/awt/Color.java java/awt/Cursor.java
10858         java/awt/Dialog.java java/awt/FileDialog.java
10859         java/awt/Font.java java/awt/FontMetrics.java
10860         java/awt/Image.java java/awt/ImageMediaEntry.java
10861         java/awt/Insets.java java/awt/List.java
10862         java/awt/MediaEntry.java java/awt/MediaTracker.java
10863         java/awt/Menu.java java/awt/MenuBar.java
10864         java/awt/MenuContainer.java java/awt/MenuShortcut.java
10865         java/awt/PaintContext.java java/awt/Panel.java
10866         java/awt/PopupMenu.java java/awt/SystemColor.java
10867         java/awt/peer/ButtonPeer.java java/awt/peer/CanvasPeer.java
10868         java/awt/peer/CheckboxMenuItemPeer.java
10869         java/awt/peer/CheckboxPeer.java java/awt/peer/ChoicePeer.java
10870         java/awt/peer/ComponentPeer.java
10871         java/awt/peer/ContainerPeer.java java/awt/peer/DialogPeer.java
10872         java/awt/peer/FileDialogPeer.java java/awt/peer/FontPeer.java
10873         java/awt/peer/FramePeer.java java/awt/peer/LabelPeer.java
10874         java/awt/peer/LightweightPeer.java java/awt/peer/ListPeer.java
10875         java/awt/peer/MenuBarPeer.java
10876         java/awt/peer/MenuComponentPeer.java
10877         java/awt/peer/MenuItemPeer.java java/awt/peer/MenuPeer.java
10878         java/awt/peer/PanelPeer.java java/awt/peer/PopupMenuPeer.java
10879         java/awt/peer/ScrollPanePeer.java
10880         java/awt/peer/ScrollbarPeer.java
10881         java/awt/peer/TextAreaPeer.java
10882         java/awt/peer/TextComponentPeer.java
10883         java/awt/peer/TextFieldPeer.java
10884         java/awt/peer/WindowPeer.java: Add license clarification.
10885
10886 2002-01-22  Mark Wielaard <mark@klomp.org>
10887
10888         * LIBGCJ_LICENSE gnu/classpath/Configuration.java.in
10889         gnu/gcj/runtime/StringBuffer.java
10890         gnu/java/awt/BitMaskExtent.java gnu/java/awt/Buffers.java
10891         gnu/java/awt/ComponentDataBlitOp.java
10892         gnu/java/awt/GLightweightPeer.java
10893         gnu/java/beans/BeanInfoEmbryo.java
10894         gnu/java/beans/EmptyBeanInfo.java
10895         gnu/java/beans/ExplicitBeanInfo.java
10896         gnu/java/beans/IntrospectionIncubator.java
10897         gnu/java/beans/editors/ColorEditor.java
10898         gnu/java/beans/editors/FontEditor.java
10899         gnu/java/beans/editors/NativeBooleanEditor.java
10900         gnu/java/beans/editors/NativeByteEditor.java
10901         gnu/java/beans/editors/NativeDoubleEditor.java
10902         gnu/java/beans/editors/NativeFloatEditor.java
10903         gnu/java/beans/editors/NativeIntEditor.java
10904         gnu/java/beans/editors/NativeLongEditor.java
10905         gnu/java/beans/editors/NativeShortEditor.java
10906         gnu/java/beans/editors/StringEditor.java
10907         gnu/java/beans/info/ComponentBeanInfo.java
10908         gnu/java/io/ClassLoaderObjectInputStream.java
10909         gnu/java/io/NullOutputStream.java
10910         gnu/java/io/ObjectIdentityWrapper.java
10911         gnu/java/lang/ArrayHelper.java gnu/java/lang/ClassHelper.java
10912         gnu/java/lang/reflect/TypeSignature.java
10913         gnu/java/locale/Calendar.java gnu/java/locale/Calendar_de.java
10914         gnu/java/locale/Calendar_en.java
10915         gnu/java/locale/Calendar_nl.java
10916         gnu/java/locale/LocaleInformation.java
10917         gnu/java/locale/LocaleInformation_de.java
10918         gnu/java/locale/LocaleInformation_en.java
10919         gnu/java/locale/LocaleInformation_nl.java
10920         gnu/java/math/MPN.java gnu/java/rmi/dgc/DGCImpl.java
10921         gnu/java/rmi/registry/RegistryImpl.java
10922         gnu/java/rmi/rmic/Compile_gcj.java
10923         gnu/java/rmi/rmic/Compiler.java
10924         gnu/java/rmi/rmic/CompilerProcess.java
10925         gnu/java/rmi/rmic/RMIC.java
10926         gnu/java/rmi/rmic/TabbedWriter.java
10927         gnu/java/rmi/server/ProtocolConstants.java
10928         gnu/java/rmi/server/RMIDefaultSocketFactory.java
10929         gnu/java/rmi/server/RMIHashes.java
10930         gnu/java/rmi/server/RMIObjectInputStream.java
10931         gnu/java/rmi/server/RMIObjectOutputStream.java
10932         gnu/java/rmi/server/UnicastConnection.java
10933         gnu/java/rmi/server/UnicastConnectionManager.java
10934         gnu/java/rmi/server/UnicastRef.java
10935         gnu/java/rmi/server/UnicastRemoteCall.java
10936         gnu/java/rmi/server/UnicastRemoteStub.java
10937         gnu/java/rmi/server/UnicastServer.java
10938         gnu/java/rmi/server/UnicastServerRef.java
10939         gnu/java/security/provider/DefaultPolicy.java
10940         gnu/java/security/provider/Gnu.java
10941         gnu/java/security/provider/SHA.java
10942         gnu/java/security/provider/SHA1PRNG.java
10943         gnu/java/text/BaseBreakIterator.java
10944         gnu/java/text/CharacterBreakIterator.java
10945         gnu/java/text/LineBreakIterator.java
10946         gnu/java/text/SentenceBreakIterator.java
10947         gnu/java/text/WordBreakIterator.java
10948         gnu/java/util/DoubleEnumeration.java java/applet/Applet.java
10949         java/applet/AppletContext.java java/applet/AppletStub.java
10950         java/applet/AudioClip.java java/awt/AWTError.java
10951         java/awt/AWTEvent.java java/awt/AWTEventMulticaster.java
10952         java/awt/AWTException.java java/awt/AWTPermission.java
10953         java/awt/ActiveEvent.java java/awt/BorderLayout.java
10954         java/awt/Button.java java/awt/Canvas.java
10955         java/awt/CardLayout.java java/awt/Checkbox.java
10956         java/awt/CheckboxGroup.java java/awt/Component.java
10957         java/awt/ComponentOrientation.java java/awt/Container.java
10958         java/awt/Dimension.java java/awt/Event.java
10959         java/awt/EventDispatchThread.java java/awt/EventQueue.java
10960         java/awt/FlowLayout.java java/awt/Frame.java
10961         java/awt/Graphics.java java/awt/Graphics2D.java
10962         java/awt/GraphicsConfiguration.java java/awt/GridLayout.java
10963         java/awt/IllegalComponentStateException.java
10964         java/awt/ItemSelectable.java java/awt/Label.java
10965         java/awt/LayoutManager.java java/awt/LayoutManager2.java
10966         java/awt/MenuComponent.java java/awt/MenuItem.java
10967         java/awt/Paint.java java/awt/Point.java
10968         java/awt/Rectangle.java java/awt/RenderingHints.java
10969         java/awt/Transparency.java java/awt/Window.java
10970         java/awt/color/ColorSpace.java
10971         java/awt/color/ICC_ColorSpace.java
10972         java/awt/color/ICC_Profile.java
10973         java/awt/event/HierarchyBoundsAdapter.java
10974         java/awt/event/HierarchyBoundsListener.java
10975         java/awt/event/HierarchyEvent.java
10976         java/awt/event/HierarchyListener.java
10977         java/awt/geom/AffineTransform.java
10978         java/awt/geom/Dimension2D.java java/awt/geom/Ellipse2D.java
10979         java/awt/geom/IllegalPathStateException.java
10980         java/awt/geom/Line2D.java
10981         java/awt/geom/NoninvertibleTransformException.java
10982         java/awt/geom/PathIterator.java java/awt/geom/Point2D.java
10983         java/awt/geom/Rectangle2D.java
10984         java/awt/geom/RectangularShape.java
10985         java/awt/geom/RoundRectangle2D.java
10986         java/awt/image/BufferedImage.java
10987         java/awt/image/ColorModel.java
10988         java/awt/image/ComponentColorModel.java
10989         java/awt/image/ComponentSampleModel.java
10990         java/awt/image/DataBuffer.java
10991         java/awt/image/DataBufferByte.java
10992         java/awt/image/DataBufferInt.java
10993         java/awt/image/DataBufferUShort.java
10994         java/awt/image/DirectColorModel.java
10995         java/awt/image/PackedColorModel.java
10996         java/awt/image/Raster.java java/awt/image/RasterOp.java
10997         java/awt/image/SampleModel.java
10998         java/awt/image/SinglePixelPackedSampleModel.java
10999         java/awt/image/WritableRaster.java
11000         java/beans/AppletInitializer.java
11001         java/beans/BeanDescriptor.java java/beans/BeanInfo.java
11002         java/beans/Beans.java java/beans/Customizer.java
11003         java/beans/DesignMode.java java/beans/EventSetDescriptor.java
11004         java/beans/FeatureDescriptor.java
11005         java/beans/IndexedPropertyDescriptor.java
11006         java/beans/IntrospectionException.java
11007         java/beans/Introspector.java java/beans/MethodDescriptor.java
11008         java/beans/ParameterDescriptor.java
11009         java/beans/PropertyChangeEvent.java
11010         java/beans/PropertyChangeListener.java
11011         java/beans/PropertyChangeSupport.java
11012         java/beans/PropertyDescriptor.java
11013         java/beans/PropertyEditor.java
11014         java/beans/PropertyEditorManager.java
11015         java/beans/PropertyEditorSupport.java
11016         java/beans/PropertyVetoException.java
11017         java/beans/SimpleBeanInfo.java
11018         java/beans/VetoableChangeListener.java
11019         java/beans/VetoableChangeSupport.java
11020         java/beans/Visibility.java
11021         java/beans/beancontext/BeanContext.java
11022         java/beans/beancontext/BeanContextChild.java
11023         java/beans/beancontext/BeanContextChildComponentProxy.java
11024         java/beans/beancontext/BeanContextChildSupport.java
11025         java/beans/beancontext/BeanContextContainerProxy.java
11026         java/beans/beancontext/BeanContextEvent.java
11027         java/beans/beancontext/BeanContextMembershipEvent.java
11028         java/beans/beancontext/BeanContextMembershipListener.java
11029         java/beans/beancontext/BeanContextProxy.java
11030         java/beans/beancontext/BeanContextServiceAvailableEvent.java
11031         java/beans/beancontext/BeanContextServiceProvider.java
11032         java/beans/beancontext/BeanContextServiceProviderBeanInfo.java
11033         java/beans/beancontext/BeanContextServiceRevokedEvent.java
11034         java/beans/beancontext/BeanContextServiceRevokedListener.java
11035         java/beans/beancontext/BeanContextServices.java
11036         java/beans/beancontext/BeanContextServicesListener.java
11037         java/io/BufferedInputStream.java
11038         java/io/BufferedOutputStream.java java/io/BufferedReader.java
11039         java/io/BufferedWriter.java java/io/ByteArrayInputStream.java
11040         java/io/ByteArrayOutputStream.java
11041         java/io/CharArrayReader.java java/io/CharArrayWriter.java
11042         java/io/CharConversionException.java java/io/DataInput.java
11043         java/io/DataInputStream.java java/io/DataOutput.java
11044         java/io/EOFException.java java/io/Externalizable.java
11045         java/io/FileFilter.java java/io/FileNotFoundException.java
11046         java/io/FilePermission.java java/io/FileReader.java
11047         java/io/FileWriter.java java/io/FilenameFilter.java
11048         java/io/FilterInputStream.java java/io/FilterOutputStream.java
11049         java/io/FilterReader.java java/io/FilterWriter.java
11050         java/io/IOException.java java/io/InputStream.java
11051         java/io/InterruptedIOException.java
11052         java/io/InvalidClassException.java
11053         java/io/InvalidObjectException.java
11054         java/io/NotActiveException.java
11055         java/io/NotSerializableException.java java/io/ObjectInput.java
11056         java/io/ObjectInputStream.java
11057         java/io/ObjectInputValidation.java java/io/ObjectOutput.java
11058         java/io/ObjectOutputStream.java java/io/ObjectStreamClass.java
11059         java/io/ObjectStreamConstants.java
11060         java/io/ObjectStreamException.java
11061         java/io/ObjectStreamField.java
11062         java/io/OptionalDataException.java java/io/OutputStream.java
11063         java/io/PipedInputStream.java java/io/PipedOutputStream.java
11064         java/io/PipedReader.java java/io/PipedWriter.java
11065         java/io/PrintWriter.java java/io/PushbackInputStream.java
11066         java/io/PushbackReader.java java/io/Reader.java
11067         java/io/SequenceInputStream.java java/io/Serializable.java
11068         java/io/SerializablePermission.java
11069         java/io/StreamCorruptedException.java
11070         java/io/StreamTokenizer.java
11071         java/io/StringBufferInputStream.java java/io/StringReader.java
11072         java/io/StringWriter.java java/io/SyncFailedException.java
11073         java/io/UTFDataFormatException.java
11074         java/io/UnsupportedEncodingException.java
11075         java/io/WriteAbortedException.java java/io/Writer.java
11076         java/lang/AbstractMethodError.java
11077         java/lang/ArithmeticException.java
11078         java/lang/ArrayIndexOutOfBoundsException.java
11079         java/lang/ArrayStoreException.java java/lang/Boolean.java
11080         java/lang/Byte.java java/lang/CharSequence.java
11081         java/lang/ClassCastException.java
11082         java/lang/ClassCircularityError.java
11083         java/lang/ClassFormatError.java
11084         java/lang/ClassNotFoundException.java
11085         java/lang/CloneNotSupportedException.java
11086         java/lang/Cloneable.java java/lang/Comparable.java
11087         java/lang/Compiler.java java/lang/Double.java
11088         java/lang/Error.java java/lang/Exception.java
11089         java/lang/ExceptionInInitializerError.java
11090         java/lang/Float.java java/lang/IllegalAccessError.java
11091         java/lang/IllegalAccessException.java
11092         java/lang/IllegalArgumentException.java
11093         java/lang/IllegalMonitorStateException.java
11094         java/lang/IllegalStateException.java
11095         java/lang/IllegalThreadStateException.java
11096         java/lang/IncompatibleClassChangeError.java
11097         java/lang/IndexOutOfBoundsException.java
11098         java/lang/InheritableThreadLocal.java
11099         java/lang/InstantiationError.java
11100         java/lang/InstantiationException.java java/lang/Integer.java
11101         java/lang/InternalError.java
11102         java/lang/InterruptedException.java
11103         java/lang/LinkageError.java java/lang/Long.java
11104         java/lang/NegativeArraySizeException.java
11105         java/lang/NoClassDefFoundError.java
11106         java/lang/NoSuchFieldError.java
11107         java/lang/NoSuchFieldException.java
11108         java/lang/NoSuchMethodError.java
11109         java/lang/NoSuchMethodException.java
11110         java/lang/NullPointerException.java java/lang/Number.java
11111         java/lang/NumberFormatException.java
11112         java/lang/OutOfMemoryError.java java/lang/Package.java
11113         java/lang/Process.java java/lang/Runnable.java
11114         java/lang/RuntimeException.java
11115         java/lang/RuntimePermission.java
11116         java/lang/SecurityException.java
11117         java/lang/SecurityManager.java java/lang/Short.java
11118         java/lang/StackOverflowError.java java/lang/StringBuffer.java
11119         java/lang/StringIndexOutOfBoundsException.java
11120         java/lang/ThreadDeath.java java/lang/ThreadGroup.java
11121         java/lang/ThreadLocal.java java/lang/UnknownError.java
11122         java/lang/UnsatisfiedLinkError.java
11123         java/lang/UnsupportedClassVersionError.java
11124         java/lang/UnsupportedOperationException.java
11125         java/lang/VerifyError.java java/lang/VirtualMachineError.java
11126         java/lang/Void.java java/lang/ref/PhantomReference.java
11127         java/lang/ref/Reference.java java/lang/ref/ReferenceQueue.java
11128         java/lang/ref/SoftReference.java
11129         java/lang/ref/WeakReference.java
11130         java/lang/reflect/AccessibleObject.java
11131         java/lang/reflect/InvocationTargetException.java
11132         java/lang/reflect/Member.java java/lang/reflect/Modifier.java
11133         java/lang/reflect/ReflectPermission.java
11134         java/math/BigDecimal.java java/math/BigInteger.java
11135         java/net/Authenticator.java java/net/BindException.java
11136         java/net/ConnectException.java java/net/ContentHandler.java
11137         java/net/ContentHandlerFactory.java
11138         java/net/DatagramPacket.java java/net/DatagramSocketImpl.java
11139         java/net/FileNameMap.java java/net/MalformedURLException.java
11140         java/net/MulticastSocket.java java/net/NetPermission.java
11141         java/net/NoRouteToHostException.java
11142         java/net/PasswordAuthentication.java
11143         java/net/ProtocolException.java java/net/ServerSocket.java
11144         java/net/Socket.java java/net/SocketException.java
11145         java/net/SocketImpl.java java/net/SocketImplFactory.java
11146         java/net/SocketOptions.java java/net/SocketPermission.java
11147         java/net/URLDecoder.java java/net/URLEncoder.java
11148         java/net/URLStreamHandlerFactory.java
11149         java/net/UnknownHostException.java
11150         java/net/UnknownServiceException.java
11151         java/rmi/AccessException.java
11152         java/rmi/AlreadyBoundException.java
11153         java/rmi/ConnectException.java
11154         java/rmi/ConnectIOException.java
11155         java/rmi/MarshalException.java java/rmi/MarshalledObject.java
11156         java/rmi/Naming.java java/rmi/NoSuchObjectException.java
11157         java/rmi/NotBoundException.java
11158         java/rmi/RMISecurityException.java
11159         java/rmi/RMISecurityManager.java java/rmi/Remote.java
11160         java/rmi/RemoteException.java java/rmi/ServerError.java
11161         java/rmi/ServerException.java
11162         java/rmi/ServerRuntimeException.java
11163         java/rmi/StubNotFoundException.java
11164         java/rmi/UnexpectedException.java
11165         java/rmi/UnknownHostException.java
11166         java/rmi/UnmarshalException.java
11167         java/rmi/activation/Activatable.java
11168         java/rmi/activation/ActivateFailedException.java
11169         java/rmi/activation/ActivationDesc.java
11170         java/rmi/activation/ActivationException.java
11171         java/rmi/activation/ActivationGroup.java
11172         java/rmi/activation/ActivationGroupDesc.java
11173         java/rmi/activation/ActivationGroupID.java
11174         java/rmi/activation/ActivationID.java
11175         java/rmi/activation/ActivationInstantiator.java
11176         java/rmi/activation/ActivationMonitor.java
11177         java/rmi/activation/ActivationSystem.java
11178         java/rmi/activation/Activator.java
11179         java/rmi/activation/UnknownGroupException.java
11180         java/rmi/activation/UnknownObjectException.java
11181         java/rmi/dgc/DGC.java java/rmi/dgc/Lease.java
11182         java/rmi/dgc/VMID.java java/rmi/registry/LocateRegistry.java
11183         java/rmi/registry/Registry.java
11184         java/rmi/registry/RegistryHandler.java
11185         java/rmi/server/ExportException.java
11186         java/rmi/server/LoaderHandler.java
11187         java/rmi/server/LogStream.java java/rmi/server/ObjID.java
11188         java/rmi/server/Operation.java
11189         java/rmi/server/RMIClassLoader.java
11190         java/rmi/server/RMIClientSocketFactory.java
11191         java/rmi/server/RMIFailureHandler.java
11192         java/rmi/server/RMIServerSocketFactory.java
11193         java/rmi/server/RMISocketFactory.java
11194         java/rmi/server/RemoteCall.java
11195         java/rmi/server/RemoteObject.java
11196         java/rmi/server/RemoteRef.java
11197         java/rmi/server/RemoteServer.java
11198         java/rmi/server/RemoteStub.java
11199         java/rmi/server/ServerCloneException.java
11200         java/rmi/server/ServerNotActiveException.java
11201         java/rmi/server/ServerRef.java java/rmi/server/Skeleton.java
11202         java/rmi/server/SkeletonMismatchException.java
11203         java/rmi/server/SkeletonNotFoundException.java
11204         java/rmi/server/SocketSecurityException.java
11205         java/rmi/server/UID.java
11206         java/rmi/server/UnicastRemoteObject.java
11207         java/rmi/server/Unreferenced.java
11208         java/security/AccessControlContext.java
11209         java/security/AccessControlException.java
11210         java/security/AccessController.java
11211         java/security/AlgorithmParameterGenerator.java
11212         java/security/AlgorithmParameterGeneratorSpi.java
11213         java/security/AlgorithmParameters.java
11214         java/security/AlgorithmParametersSpi.java
11215         java/security/AllPermission.java
11216         java/security/BasicPermission.java
11217         java/security/Certificate.java java/security/CodeSource.java
11218         java/security/DigestException.java
11219         java/security/DigestInputStream.java
11220         java/security/DigestOutputStream.java
11221         java/security/DomainCombiner.java
11222         java/security/DummyKeyPairGenerator.java
11223         java/security/DummyMessageDigest.java
11224         java/security/DummySignature.java
11225         java/security/GeneralSecurityException.java
11226         java/security/Guard.java java/security/GuardedObject.java
11227         java/security/Identity.java java/security/IdentityScope.java
11228         java/security/InvalidAlgorithmParameterException.java
11229         java/security/InvalidKeyException.java
11230         java/security/InvalidParameterException.java
11231         java/security/Key.java java/security/KeyException.java
11232         java/security/KeyFactory.java java/security/KeyFactorySpi.java
11233         java/security/KeyManagementException.java
11234         java/security/KeyPair.java java/security/KeyPairGenerator.java
11235         java/security/KeyPairGeneratorSpi.java
11236         java/security/KeyStore.java
11237         java/security/KeyStoreException.java
11238         java/security/KeyStoreSpi.java
11239         java/security/MessageDigest.java
11240         java/security/MessageDigestSpi.java
11241         java/security/NoSuchAlgorithmException.java
11242         java/security/NoSuchProviderException.java
11243         java/security/Permission.java
11244         java/security/PermissionCollection.java
11245         java/security/Permissions.java java/security/Policy.java
11246         java/security/Principal.java java/security/PrivateKey.java
11247         java/security/PrivilegedAction.java
11248         java/security/PrivilegedActionException.java
11249         java/security/PrivilegedExceptionAction.java
11250         java/security/ProtectionDomain.java
11251         java/security/Provider.java
11252         java/security/ProviderException.java
11253         java/security/PublicKey.java
11254         java/security/SecureClassLoader.java
11255         java/security/SecureRandom.java
11256         java/security/SecureRandomSpi.java java/security/Security.java
11257         java/security/SecurityPermission.java
11258         java/security/Signature.java
11259         java/security/SignatureException.java
11260         java/security/SignatureSpi.java
11261         java/security/SignedObject.java java/security/Signer.java
11262         java/security/UnrecoverableKeyException.java
11263         java/security/UnresolvedPermission.java
11264         java/security/acl/Acl.java java/security/acl/AclEntry.java
11265         java/security/acl/AclNotFoundException.java
11266         java/security/acl/Group.java
11267         java/security/acl/LastOwnerException.java
11268         java/security/acl/NotOwnerException.java
11269         java/security/acl/Owner.java java/security/acl/Permission.java
11270         java/security/cert/CRL.java
11271         java/security/cert/CRLException.java
11272         java/security/cert/Certificate.java
11273         java/security/cert/CertificateEncodingException.java
11274         java/security/cert/CertificateException.java
11275         java/security/cert/CertificateExpiredException.java
11276         java/security/cert/CertificateFactory.java
11277         java/security/cert/CertificateFactorySpi.java
11278         java/security/cert/CertificateNotYetValidException.java
11279         java/security/cert/CertificateParsingException.java
11280         java/security/cert/X509CRL.java
11281         java/security/cert/X509CRLEntry.java
11282         java/security/cert/X509Certificate.java
11283         java/security/cert/X509Extension.java
11284         java/security/interfaces/DSAKey.java
11285         java/security/interfaces/DSAKeyPairGenerator.java
11286         java/security/interfaces/DSAParams.java
11287         java/security/interfaces/DSAPrivateKey.java
11288         java/security/interfaces/DSAPublicKey.java
11289         java/security/interfaces/RSAKey.java
11290         java/security/interfaces/RSAPrivateCrtKey.java
11291         java/security/interfaces/RSAPrivateKey.java
11292         java/security/interfaces/RSAPublicKey.java
11293         java/security/spec/AlgorithmParameterSpec.java
11294         java/security/spec/DSAParameterSpec.java
11295         java/security/spec/DSAPrivateKeySpec.java
11296         java/security/spec/DSAPublicKeySpec.java
11297         java/security/spec/EncodedKeySpec.java
11298         java/security/spec/InvalidKeySpecException.java
11299         java/security/spec/InvalidParameterSpecException.java
11300         java/security/spec/KeySpec.java
11301         java/security/spec/PKCS8EncodedKeySpec.java
11302         java/security/spec/RSAKeyGenParameterSpec.java
11303         java/security/spec/RSAPrivateCrtKeySpec.java
11304         java/security/spec/RSAPrivateKeySpec.java
11305         java/security/spec/RSAPublicKeySpec.java
11306         java/security/spec/X509EncodedKeySpec.java java/sql/Array.java
11307         java/sql/BatchUpdateException.java java/sql/Blob.java
11308         java/sql/CallableStatement.java java/sql/Clob.java
11309         java/sql/Connection.java java/sql/DataTruncation.java
11310         java/sql/DatabaseMetaData.java java/sql/Date.java
11311         java/sql/Driver.java java/sql/DriverManager.java
11312         java/sql/DriverPropertyInfo.java
11313         java/sql/PreparedStatement.java java/sql/Ref.java
11314         java/sql/ResultSet.java java/sql/ResultSetMetaData.java
11315         java/sql/SQLData.java java/sql/SQLException.java
11316         java/sql/SQLInput.java java/sql/SQLOutput.java
11317         java/sql/SQLWarning.java java/sql/Statement.java
11318         java/sql/Struct.java java/sql/Time.java
11319         java/sql/Timestamp.java java/sql/Types.java
11320         java/text/Annotation.java
11321         java/text/AttributedCharacterIterator.java
11322         java/text/AttributedString.java
11323         java/text/AttributedStringIterator.java
11324         java/text/BreakIterator.java java/text/CharacterIterator.java
11325         java/text/ChoiceFormat.java java/text/Collator.java
11326         java/text/DateFormat.java java/text/DateFormatSymbols.java
11327         java/text/DecimalFormat.java
11328         java/text/DecimalFormatSymbols.java
11329         java/text/FieldPosition.java java/text/Format.java
11330         java/text/MessageFormat.java java/text/NumberFormat.java
11331         java/text/ParseException.java java/text/ParsePosition.java
11332         java/text/SimpleDateFormat.java
11333         java/text/StringCharacterIterator.java
11334         java/util/AbstractCollection.java java/util/AbstractList.java
11335         java/util/AbstractMap.java
11336         java/util/AbstractSequentialList.java
11337         java/util/AbstractSet.java java/util/ArrayList.java
11338         java/util/Arrays.java java/util/BasicMapEntry.java
11339         java/util/BitSet.java java/util/Calendar.java
11340         java/util/Collection.java java/util/Collections.java
11341         java/util/Comparator.java
11342         java/util/ConcurrentModificationException.java
11343         java/util/Date.java java/util/Dictionary.java
11344         java/util/EmptyStackException.java java/util/Enumeration.java
11345         java/util/EventListener.java java/util/EventObject.java
11346         java/util/GregorianCalendar.java java/util/HashMap.java
11347         java/util/HashSet.java java/util/Hashtable.java
11348         java/util/IdentityHashMap.java java/util/Iterator.java
11349         java/util/LinkedHashMap.java java/util/LinkedHashSet.java
11350         java/util/LinkedList.java java/util/List.java
11351         java/util/ListIterator.java java/util/ListResourceBundle.java
11352         java/util/Locale.java java/util/Map.java
11353         java/util/MissingResourceException.java
11354         java/util/NoSuchElementException.java
11355         java/util/Observable.java java/util/Observer.java
11356         java/util/Properties.java java/util/PropertyPermission.java
11357         java/util/PropertyResourceBundle.java java/util/Random.java
11358         java/util/RandomAccess.java java/util/ResourceBundle.java
11359         java/util/Set.java java/util/SimpleTimeZone.java
11360         java/util/SortedMap.java java/util/SortedSet.java
11361         java/util/Stack.java java/util/StringTokenizer.java
11362         java/util/TimeZone.java java/util/Timer.java
11363         java/util/TimerTask.java
11364         java/util/TooManyListenersException.java
11365         java/util/TreeMap.java java/util/TreeSet.java
11366         java/util/Vector.java java/util/WeakHashMap.java
11367         java/util/jar/Attributes.java java/util/jar/JarEntry.java
11368         java/util/jar/JarException.java java/util/jar/JarFile.java
11369         java/util/jar/JarInputStream.java
11370         java/util/jar/JarOutputStream.java java/util/jar/Manifest.java
11371         java/util/zip/Adler32.java java/util/zip/CRC32.java
11372         java/util/zip/CheckedInputStream.java
11373         java/util/zip/CheckedOutputStream.java
11374         java/util/zip/Checksum.java
11375         java/util/zip/DataFormatException.java
11376         java/util/zip/Deflater.java
11377         java/util/zip/DeflaterOutputStream.java
11378         java/util/zip/GZIPInputStream.java
11379         java/util/zip/GZIPOutputStream.java
11380         java/util/zip/Inflater.java
11381         java/util/zip/InflaterInputStream.java
11382         java/util/zip/ZipConstants.java java/util/zip/ZipEntry.java
11383         java/util/zip/ZipException.java java/util/zip/ZipFile.java
11384         java/util/zip/ZipInputStream.java
11385         java/util/zip/ZipOutputStream.java
11386         javax/naming/BinaryRefAddr.java
11387         javax/naming/InvalidNameException.java javax/naming/Name.java
11388         javax/naming/NamingException.java javax/naming/RefAddr.java
11389         javax/naming/StringRefAddr.java: Add license clarification.
11390
11391 2002-01-22  Tom Tromey  <tromey@redhat.com>
11392
11393         * java/awt/peer/ButtonPeer.java: Replace with Classpath version.
11394         * java/awt/peer/CanvasPeer.java: Replace with Classpath version.
11395         * java/awt/peer/CheckboxMenuItemPeer.java: Replace with Classpath
11396         version.
11397         * java/awt/peer/CheckboxPeer.java: Replace with Classpath version.
11398         * java/awt/peer/ChoicePeer.java: Replace with Classpath version.
11399         * java/awt/peer/ComponentPeer.java: Replace with Classpath version.
11400         * java/awt/peer/ContainerPeer.java: Replace with Classpath version.
11401         * java/awt/peer/DialogPeer.java: Replace with Classpath version.
11402         * java/awt/peer/FileDialogPeer.java: Replace with Classpath version.
11403         * java/awt/peer/FontPeer.java: Replace with Classpath version.
11404         * java/awt/peer/FramePeer.java: Replace with Classpath version.
11405         * java/awt/peer/LabelPeer.java: Replace with Classpath version.
11406         * java/awt/peer/LightweightPeer.java: Replace with Classpath version.
11407         * java/awt/peer/ListPeer.java: Replace with Classpath version.
11408         * java/awt/peer/MenuBarPeer.java: Replace with Classpath version.
11409         * java/awt/peer/MenuComponentPeer.java: Replace with Classpath version.
11410         * java/awt/peer/MenuItemPeer.java: Replace with Classpath version.
11411         * java/awt/peer/MenuPeer.java: Replace with Classpath version.
11412         * java/awt/peer/PanelPeer.java: Replace with Classpath version.
11413         * java/awt/peer/PopupMenuPeer.java: Replace with Classpath version.
11414         * java/awt/peer/ScrollPanePeer.java: Replace with Classpath version.
11415         * java/awt/peer/ScrollbarPeer.java: Replace with Classpath version.
11416         * java/awt/peer/TextAreaPeer.java: Replace with Classpath version.
11417         * java/awt/peer/TextComponentPeer.java: Replace with Classpath version.
11418         * java/awt/peer/TextFieldPeer.java: Replace with Classpath version.
11419         * java/awt/peer/WindowPeer.java: Replace with Classpath version.
11420         * gnu/awt/xlib/XPanelPeer.java (insets): New method.
11421         * gnu/awt/xlib/XCanvasPeer.java (show, hide): New methods.
11422         (minimumSize, preferredSize, reshape): Likewise.
11423         * gnu/awt/xlib/XFramePeer.java (insets, enable, disable,
11424         getColorModel): New methods.
11425         * java/awt/PopupMenu.java: Merged with Classpath.
11426         * java/awt/MenuBar.java: Merged with Classpath.
11427         * java/awt/SystemColor.java: Replace with Classpath version.
11428         * java/awt/Panel.java: Merged with Classpath.
11429         * java/awt/PaintContext.java: Updated copyright.
11430         * java/awt/MenuShortcut.java: Merged with Classpath.
11431         * java/awt/MenuContainer.java: Merged with Classpath.
11432         * java/awt/Menu.java: Merged with Classpath.
11433         * java/awt/MediaEntry.java: New file from Classpath.
11434         * java/awt/MediaTracker.java: New file from Classpath.
11435         * java/awt/List.java: Merged with Classpath version.
11436         * java/awt/Insets.java: Merged with Classpath version.
11437         * java/awt/ImageMediaEntry.java: New file from Classpath.
11438         * java/awt/Image.java: Replaced with Classpath version.
11439         * java/awt/FontMetrics.java: Merged with Classpath version.
11440         * java/awt/Cursor.java (getDefaultCursor): Use DEFAULT_CURSOR
11441         constant.
11442         * java/awt/Font.java: Merged with Classpath version.
11443         * java/awt/Dialog.java: Merged with Classpath version.
11444         * java/awt/Color.java: Merged with Classpath version.
11445         * java/awt/Choice.java: Merged with Classpath version.
11446         * java/awt/CheckboxMenuItem.java: Merged with Classpath version.
11447         * java/awt/Adjustable.java: Replace with Classpath version.
11448         * java/awt/MenuItem.java (paramString): Don't include class name
11449         or brackets.  Call superclass paramString.
11450         * java/awt/MenuComponent.java (toString): Call paramString.
11451         (paramString): Compute string; don't call toString.
11452         * java/awt/Label.java (paramString): Don't include class name
11453         or brackets.  Call superclass paramString.
11454         * java/awt/Checkbox.java (paramString): Don't include class name
11455         or brackets.  Call superclass paramString.
11456         * java/awt/Button.java (paramString): Don't include class name or
11457         brackets.  Call superclass paramString.
11458         * java/awt/MenuComponent.java (getTreeLock): Now protected.
11459
11460 2002-01-20  Andreas Schwab  <schwab@suse.de>
11461
11462         * java/net/natPlainSocketImpl.cc (_Jv_recv): Change return type of
11463         function and of parameter recv_func to ssize_t, as specified by
11464         POSIX.
11465
11466 2002-01-19  Per Bothner  <per@bothner.com>
11467
11468         * java/util/zip/ZipOutputStream.java (putNextEntry):  Clear
11469         uncompressed_size in readiness for next entry.
11470
11471 2002-01-18  Tom Tromey  <tromey@redhat.com>
11472
11473         * java/net/natPlainSocketImpl.cc: Include
11474         IllegalArgumentException.h.
11475         (_Jv_recv): New template function.
11476         (BooleanClass): Removed.
11477         (read): Use _Jv_recv.
11478         (setOption): Use Boolean::class$.  Throw exception if object is
11479         not Boolean or Integer.
11480
11481 2002-01-17  Tom Tromey  <tromey@redhat.com>
11482
11483         * java/awt/MenuComponent.java: Merged with Classpath.
11484         * java/awt/MenuItem.java: Merged with Classpath.
11485         * java/awt/Button.java: Merged with Classpath.
11486
11487         * java/awt/ActiveEvent.java: Updated copyright.
11488
11489         * java/awt/AWTError.java: Replaced with Classpath version.
11490         * java/awt/AWTException.java: Replaced with Classpath version.
11491         * java/awt/IllegalComponentStateException.java: Replaced with
11492         Classpath version.
11493
11494 2002-01-16  Tom Tromey  <tromey@redhat.com>
11495
11496         * java/awt/Canvas.java (serialVersionUID): New constant.
11497         Updated copyright.  Added javadoc from Classpath.
11498         * java/awt/ItemSelectable.java: Replaced with Classpath version.
11499
11500         * java/awt/CheckboxGroup.java: Merged with Classpath.
11501         * java/awt/Checkbox.java: Merged with Classpath.
11502
11503         * java/awt/Dimension.java: Updated copyright.  Added javadoc from
11504         Classpath.
11505         * java/awt/Point.java: Updated copyright.
11506
11507         * java/awt/Point.java (toString): Use getClass().getName().
11508         Added javadoc.
11509
11510         * java/util/IdentityHashMap.java (IdentityHashMap): Removed
11511         commented code.
11512         (hash): Correctly compute initial value for `h'.
11513
11514         * java/awt/Label.java: Merged with Classpath.
11515
11516 2002-01-15  Tom Tromey  <tromey@redhat.com>
11517
11518         * java/awt/AWTPermission.java: Updated copyright.
11519
11520         * java/awt/LayoutManager2.java: Merged with Classpath.
11521         * java/awt/LayoutManager.java: Merged with Classpath.
11522         * java/awt/GridLayout.java: Updated copyright and javadoc.
11523         (getSize): Use `parent.ncomponents'.  Handle insets.
11524         (layoutContainer): Use `parent.ncomponents'.  Handle case where
11525         there are fewer children than columns.  Correctly compute size of
11526         each cell in the grid.  Handle case where there isn't enough
11527         space.
11528         * java/awt/CardLayout.java (tab): Renamed from `map'.  Updated
11529         all users.
11530         (gotoComponent): Use parent.ncomponents.  Ensure child exists
11531         before calling setVisible() on it.  Last item is `num - 1', not
11532         `num'.
11533         (layoutContainer): Hoist invariants out of loop.
11534
11535         Start of AWT merge with Classpath:
11536         * Makefile.in: Rebuilt.
11537         * Makefile.am (awt_java_source_files): Reference files in
11538         gnu/java/awt, not gnu/gcj/awt.
11539         * java/awt/image/BufferedImage.java: Updated copyright.
11540         * java/awt/image/ComponentColorModel.java: Updated copyright.
11541         * java/awt/image/ComponentSampleModel.java: Updated copyright.
11542         * java/awt/image/DataBuffer.java: Updated copyright.
11543         * java/awt/image/DataBufferByte.java: Updated copyright.
11544         * java/awt/image/DataBufferInt.java: Updated copyright.
11545         * java/awt/image/DataBufferUShort.java: Updated copyright.
11546         * java/awt/image/IndexColorModel.java: Updated copyright.
11547         * java/awt/image/PackedColorModel.java: Updated copyright.
11548         * java/awt/image/Raster.java: Updated copyright.
11549         * java/awt/image/RasterOp.java: Updated copyright.
11550         * java/awt/image/SampleModel.java: Updated copyright.
11551         * java/awt/image/SinglePixelPackedSampleModel.java: Updated copyright.
11552         * java/awt/image/WritableRaster.java: Updated copyright.
11553         * java/awt/color/ColorSpace.java: Updated copyright.
11554         * java/awt/color/ICC_ColorSpace.java: Updated copyright
11555         * java/awt/color/ICC_Profile.java: Updated copyright.
11556         * java/awt/event/HierarchyBoundsAdapter.java: Updated copyright.
11557         * java/awt/event/HierarchyBoundsListener.java: Updated copyright.
11558         * java/awt/event/HierarchyEvent.java: Updated copyright.
11559         * java/awt/event/HierarchyListener.java: Updated copyright.
11560         * java/awt/geom/AffineTransform.java: Updated copyright.
11561         * java/awt/geom/Dimension2D.java: Updated copyright.
11562         * java/awt/geom/Ellipse2D.java: Updated copyright.
11563         * java/awt/geom/IllegalPathStateException.java: Updated copyright.
11564         * java/awt/geom/Line2D.java: Updated copyright.
11565         * java/awt/geom/NoninvertibleTransformException.java: Updated
11566         copyright.
11567         * java/awt/geom/PathIterator.java: Updated copyright.
11568         * java/awt/geom/Point2D.java: Updated copyright.
11569         * java/awt/geom/Rectangle2D.java: Updated copyright.
11570         * java/awt/geom/RectangularShape.java: Updated copyright.
11571         * java/awt/geom/RoundRectangle2D.java: Updated copyright.
11572         * java/awt/Toolkit.java: Updated import for file moves.
11573         * java/awt/Rectangle.java: Updated copyright; added javadoc from
11574         Classpath.
11575         (hashCode): New method from Classpath.
11576         * java/awt/Graphics2D.java: Updated copyright.
11577         * java/awt/Transparency.java: Updated copyright.
11578         * java/awt/Paint.java: Updated copyright.
11579         * java/awt/Graphics.java: New version from Classpath.
11580         * java/awt/EventDispatchThread.java: Updated copyright.
11581         * java/awt/CardLayout.java (layoutContainer): Don't skip invisible
11582         children.
11583         (gotoComponent): Wrap around on next/previous.
11584         * gnu/gcj/awt/BitMaskExtent.java: Removed.
11585         * gnu/gcj/awt/Buffers.java: Removed.
11586         * gnu/gcj/awt/ComponentDataBlitOp.java: Removed.
11587         * gnu/gcj/awt/GLightweightPeer.java: Removed.
11588         * gnu/java/awt/BitMaskExtent.java: Added.
11589         * gnu/java/awt/Buffers.java: Added.
11590         * gnu/java/awt/ComponentDataBlitOp.java: Added.
11591         * gnu/java/awt/GLightweightPeer.java: Added.
11592         * java/awt/geom/Line2D.java (clone): Ignore
11593         CloneNotSupportedException.
11594         * gnu/gcj/awt/GLightweightPeer.java (getColorModel): New method.
11595         * java/awt/Frame.java: Merged with Classpath.
11596         * java/awt/RenderingHints.java: Copyright update.
11597         * java/awt/Paint.java: Copyright update.
11598         * java/awt/image/DirectColorModel.java: Merged with Classpath.
11599         * java/awt/image/ColorModel.java: Merged with Classpath.
11600         * java/awt/Window.java (show): New Implementation from Classpath.
11601         (isShowing): Use super.isShowing().
11602         * java/awt/EventQueue.java: Merged with Classpath.
11603         * java/awt/AWTEventMulticaster.java (save): Throw
11604         RuntimeException.
11605         (saveInternal): Likewise.
11606         * java/awt/AWTEvent.java: Now implements Serializable.
11607         * java/awt/Event.java: Copyright update.
11608         * java/awt/peer/ComponentPeer.java: Merged with Classpath.
11609         * java/awt/image/BufferedImage.java: Copyright update.
11610         * java/awt/GraphicsConfiguration.java: Copyright update.
11611         * java/awt/Component.java: (addNotify): Don't call
11612         addNotifyContainerChildren().
11613         (addNotifyContainerChildren): Removed.
11614         (setPeer): New method from Classpath.
11615         (setTreeLock): Likewise.
11616         (setVisible): Rewrote.
11617         (show): Use it.
11618         (hide): Likewise.
11619         (validate): Set `valid'.
11620         (checkImage(Image,ImageObserver)): Implementation from Classpath.
11621         (createImage(ImageProducer)): Likewise.
11622         (prepareImage): Likewise.
11623         * java/awt/Container.java (addImpl): Handle case where constraint
11624         is not a String.  Post event via system event queue.
11625         (remove): Post event via system event queue.
11626         (validateTree): Only validate child if it is invalid.
11627         (getAlignmentX): Call super method as default.
11628         (getAlignmentY): Likewise.
11629         (addContainerListener): Now synchronized.
11630         (removeContainerListener): Likewise.
11631         (addNotifyContainerChildren): Now private.
11632         * java/awt/ComponentOrientation.java: Updated copyright.  Added
11633         @author.
11634         * java/awt/FlowLayout.java (serialVersionUID): New field.
11635         (setAlignment): Better exception message.
11636         (layoutContainer): Don't compute component's preferred size unless
11637         we're going to use it.
11638         * java/awt/BorderLayout.java (AFTER_LAST_LINE, AFTER_LINE_ENDS,
11639         BEFORE_FIRST_LINE, BEFORE_LINE_BEGINS): New constants.
11640         (firstLine, lastLine, firstItem, lastItem): New fields.
11641         (addLayoutComponent): Handle case where constraints is null.
11642         Also, handle relative locations.
11643         (removeLayoutComponent): Handle relative locations.
11644         (MIN, MAX, PREF): New constants.
11645         (calcCompSize): New method.
11646         (calcSize): New method.
11647         (minimumLayoutSize): Use it.
11648         (preferredLayoutSize): Likewise.
11649         (maximumLayoutSize): Likewise.
11650         (toString): Include more information.
11651         (setBounds): New method.
11652         (layoutContainer): Use libgcj implementation; extended to handle
11653         relative locations.
11654
11655 2002-01-15  Tom Tromey  <tromey@redhat.com>
11656
11657         * java/lang/Float.java (equals): Preserve old code.
11658         * java/lang/Double.java (equals): Preserve old code.
11659
11660 2002-01-15  Eric Blake  <ebb9@email.byu.edu>
11661
11662         * java/lang/Double.java (equals, compare): Fix 0.0 vs. -0.0 math.
11663         * java/lang/Float.java (equals, compare): Ditto.
11664
11665 2002-01-13  Mark Wielaard  <mark@klomp.org>
11666
11667         * java/net/DatagramSocket.java (getReceiveBufferSize): new 1.2 method.
11668         * java/net/DatagramSocket.java (getSendBufferSize): Likewise.
11669         * java/net/DatagramSocket.java (setReceiveBufferSize): Likewise.
11670         * java/net/DatagramSocket.java (setSendBufferSize): Likewise.
11671
11672 2002-01-11  Mark Wielaard  <mark@klomp.org>
11673
11674         * java/net/InetAddress.java (ANY_IF): moved from ServerSocket.
11675         * java/net/DatagramSocket.java (DatagramSocket): use ANY_IF from
11676         InetAddress.
11677         * java/net/MulticastSocket.java (MulticastSocket): Likewise.
11678         * java/net/Socket.java: Merge with Classpath.
11679         * java/net/ServerSocket.java: Likewise.
11680
11681 2002-01-11  Chris Sears  <cbsears_sf@yahoo.com>
11682
11683         * interpret.cc (NULLARRAYCHECK): New macro.
11684         (SAVE_PC): Just store `pc'.
11685         (find_exception): Subtract one from `pc' here.
11686         (continue1) [insn_iaload, insn_laload, insn_faload, insn_daload,
11687         insn_aaload, insn_baload, insn_caload, insn_saload, insn_iastore,
11688         insn_lastore, insn_fastore, insn_dastore, insn_aastore,
11689         insn_bastore, insn_castore, insn_sastore]: Use NULLARRAYCHECK, and
11690         don't call SAVE_PC.
11691         (continue1) [insn_fdiv, insn_ddiv, insn_frem, insn_drem]: Don't
11692         call SAVE_PC.
11693
11694 2002-01-11  Tom Tromey  <tromey@redhat.com>
11695
11696         * java/lang/natSystem.cc (init_properties): Only look for default
11697         locale if LC_MESSAGES is defined.
11698         * aclocal.m4, configure, include/config.h.in: Rebuilt.
11699         * configure.in: Call AM_LC_MESSAGES.
11700         * acinclude.m4 (AM_LC_MESSAGES): New macro.
11701
11702 2002-01-10  Tom Tromey  <tromey@redhat.com>
11703
11704         For PR libgcj/5303:
11705         * gnu/java/rmi/rmic/RMIC.java (parseOptions): Handle --help and
11706         --version.  Recognize GNU-style long options.  Print GNU-style
11707         error messages.
11708         (usage): Print GNU-style help.  Exit with status 0.
11709         (error): New method.
11710         (run): Print error message if no class names found.
11711         (main): Don't print usage on error.
11712
11713 2002-01-09  Tom Tromey  <tromey@redhat.com>
11714
11715         * gnu/gcj/convert/Convert.java (version): Use java.vm.name
11716         property.
11717         (help, version): Use println(), not println("").
11718
11719         For PR libgcj/5303:
11720         * gnu/gcj/convert/Convert.java (error): Program is called
11721         `jv-convert'.  Print GNU-style message.  Exit with status 1, not
11722         -1.
11723         (main): Handle --help and --version.
11724         (help): New method.
11725         (version): Likewise.
11726
11727 2002-01-08  Tom Tromey  <tromey@redhat.com>
11728
11729         * Makefile.in: Rebuilt.
11730         * Makefile.am (ordinary_java_source_files): Added new files.
11731         * gnu/java/locale/LocaleInformation.java: Extend
11732         LocaleInformation_en.
11733         * gnu/java/locale/LocaleInformation_en.java: Added zone strings
11734         and time/date formats.
11735         * gnu/java/locale/LocaleInformation_en_US.java: Now automatically
11736         generated.
11737         * gnu/java/locale/LocaleInformation_af_ZA.java: New file.
11738         * gnu/java/locale/LocaleInformation_ar_AE.java: New file.
11739         * gnu/java/locale/LocaleInformation_ar_BH.java: New file.
11740         * gnu/java/locale/LocaleInformation_ar_DZ.java: New file.
11741         * gnu/java/locale/LocaleInformation_ar_EG.java: New file.
11742         * gnu/java/locale/LocaleInformation_ar_IN.java: New file.
11743         * gnu/java/locale/LocaleInformation_ar_IQ.java: New file.
11744         * gnu/java/locale/LocaleInformation_ar_JO.java: New file.
11745         * gnu/java/locale/LocaleInformation_ar_KW.java: New file.
11746         * gnu/java/locale/LocaleInformation_ar_LB.java: New file.
11747         * gnu/java/locale/LocaleInformation_ar_LY.java: New file.
11748         * gnu/java/locale/LocaleInformation_ar_MA.java: New file.
11749         * gnu/java/locale/LocaleInformation_ar_OM.java: New file.
11750         * gnu/java/locale/LocaleInformation_ar_QA.java: New file.
11751         * gnu/java/locale/LocaleInformation_ar_SD.java: New file.
11752         * gnu/java/locale/LocaleInformation_ar_SY.java: New file.
11753         * gnu/java/locale/LocaleInformation_ar_TN.java: New file.
11754         * gnu/java/locale/LocaleInformation_ar_YE.java: New file.
11755         * gnu/java/locale/LocaleInformation_be_BY.java: New file.
11756         * gnu/java/locale/LocaleInformation_bn_IN.java: New file.
11757         * gnu/java/locale/LocaleInformation_br_FR.java: New file.
11758         * gnu/java/locale/LocaleInformation_bs_BA.java: New file.
11759         * gnu/java/locale/LocaleInformation_ca_ES.java: New file.
11760         * gnu/java/locale/LocaleInformation_cs_CZ.java: New file.
11761         * gnu/java/locale/LocaleInformation_cy_GB.java: New file.
11762         * gnu/java/locale/LocaleInformation_da_DK.java: New file.
11763         * gnu/java/locale/LocaleInformation_de_AT.java: New file.
11764         * gnu/java/locale/LocaleInformation_de_BE.java: New file.
11765         * gnu/java/locale/LocaleInformation_de_CH.java: New file.
11766         * gnu/java/locale/LocaleInformation_de_DE.java: New file.
11767         * gnu/java/locale/LocaleInformation_de_LU.java: New file.
11768         * gnu/java/locale/LocaleInformation_el_GR.java: New file.
11769         * gnu/java/locale/LocaleInformation_en_AU.java: New file.
11770         * gnu/java/locale/LocaleInformation_en_BW.java: New file.
11771         * gnu/java/locale/LocaleInformation_en_CA.java: New file.
11772         * gnu/java/locale/LocaleInformation_en_DK.java: New file.
11773         * gnu/java/locale/LocaleInformation_en_GB.java: New file.
11774         * gnu/java/locale/LocaleInformation_en_HK.java: New file.
11775         * gnu/java/locale/LocaleInformation_en_IE.java: New file.
11776         * gnu/java/locale/LocaleInformation_en_IN.java: New file.
11777         * gnu/java/locale/LocaleInformation_en_NZ.java: New file.
11778         * gnu/java/locale/LocaleInformation_en_PH.java: New file.
11779         * gnu/java/locale/LocaleInformation_en_SG.java: New file.
11780         * gnu/java/locale/LocaleInformation_en_ZA.java: New file.
11781         * gnu/java/locale/LocaleInformation_en_ZW.java: New file.
11782         * gnu/java/locale/LocaleInformation_es_AR.java: New file.
11783         * gnu/java/locale/LocaleInformation_es_BO.java: New file.
11784         * gnu/java/locale/LocaleInformation_es_CL.java: New file.
11785         * gnu/java/locale/LocaleInformation_es_CO.java: New file.
11786         * gnu/java/locale/LocaleInformation_es_CR.java: New file.
11787         * gnu/java/locale/LocaleInformation_es_DO.java: New file.
11788         * gnu/java/locale/LocaleInformation_es_EC.java: New file.
11789         * gnu/java/locale/LocaleInformation_es_ES.java: New file.
11790         * gnu/java/locale/LocaleInformation_es_GT.java: New file.
11791         * gnu/java/locale/LocaleInformation_es_HN.java: New file.
11792         * gnu/java/locale/LocaleInformation_es_MX.java: New file.
11793         * gnu/java/locale/LocaleInformation_es_NI.java: New file.
11794         * gnu/java/locale/LocaleInformation_es_PA.java: New file.
11795         * gnu/java/locale/LocaleInformation_es_PE.java: New file.
11796         * gnu/java/locale/LocaleInformation_es_PR.java: New file.
11797         * gnu/java/locale/LocaleInformation_es_PY.java: New file.
11798         * gnu/java/locale/LocaleInformation_es_SV.java: New file.
11799         * gnu/java/locale/LocaleInformation_es_US.java: New file.
11800         * gnu/java/locale/LocaleInformation_es_UY.java: New file.
11801         * gnu/java/locale/LocaleInformation_es_VE.java: New file.
11802         * gnu/java/locale/LocaleInformation_et_EE.java: New file.
11803         * gnu/java/locale/LocaleInformation_eu_ES.java: New file.
11804         * gnu/java/locale/LocaleInformation_fa_IR.java: New file.
11805         * gnu/java/locale/LocaleInformation_fi_FI.java: New file.
11806         * gnu/java/locale/LocaleInformation_fo_FO.java: New file.
11807         * gnu/java/locale/LocaleInformation_fr_BE.java: New file.
11808         * gnu/java/locale/LocaleInformation_fr_CA.java: New file.
11809         * gnu/java/locale/LocaleInformation_fr_CH.java: New file.
11810         * gnu/java/locale/LocaleInformation_fr_FR.java: New file.
11811         * gnu/java/locale/LocaleInformation_fr_LU.java: New file.
11812         * gnu/java/locale/LocaleInformation_ga_IE.java: New file.
11813         * gnu/java/locale/LocaleInformation_gd_GB.java: New file.
11814         * gnu/java/locale/LocaleInformation_gl_ES.java: New file.
11815         * gnu/java/locale/LocaleInformation_gv_GB.java: New file.
11816         * gnu/java/locale/LocaleInformation_he_IL.java: New file.
11817         * gnu/java/locale/LocaleInformation_hi_IN.java: New file.
11818         * gnu/java/locale/LocaleInformation_hr_HR.java: New file.
11819         * gnu/java/locale/LocaleInformation_hu_HU.java: New file.
11820         * gnu/java/locale/LocaleInformation_id_ID.java: New file.
11821         * gnu/java/locale/LocaleInformation_it_CH.java: New file.
11822         * gnu/java/locale/LocaleInformation_it_IT.java: New file.
11823         * gnu/java/locale/LocaleInformation_iw_IL.java: New file.
11824         * gnu/java/locale/LocaleInformation_ja_JP.java: New file.
11825         * gnu/java/locale/LocaleInformation_ka_GE.java: New file.
11826         * gnu/java/locale/LocaleInformation_kl_GL.java: New file.
11827         * gnu/java/locale/LocaleInformation_ko_KR.java: New file.
11828         * gnu/java/locale/LocaleInformation_kw_GB.java: New file.
11829         * gnu/java/locale/LocaleInformation_lt_LT.java: New file.
11830         * gnu/java/locale/LocaleInformation_lv_LV.java: New file.
11831         * gnu/java/locale/LocaleInformation_mi_NZ.java: New file.
11832         * gnu/java/locale/LocaleInformation_mk_MK.java: New file.
11833         * gnu/java/locale/LocaleInformation_mr_IN.java: New file.
11834         * gnu/java/locale/LocaleInformation_mt_MT.java: New file.
11835         * gnu/java/locale/LocaleInformation_nl_BE.java: New file.
11836         * gnu/java/locale/LocaleInformation_nl_NL.java: New file.
11837         * gnu/java/locale/LocaleInformation_nn_NO.java: New file.
11838         * gnu/java/locale/LocaleInformation_no_NO.java: New file.
11839         * gnu/java/locale/LocaleInformation_oc_FR.java: New file.
11840         * gnu/java/locale/LocaleInformation_pl_PL.java: New file.
11841         * gnu/java/locale/LocaleInformation_pt_BR.java: New file.
11842         * gnu/java/locale/LocaleInformation_pt_PT.java: New file.
11843         * gnu/java/locale/LocaleInformation_ro_RO.java: New file.
11844         * gnu/java/locale/LocaleInformation_ru_RU.java: New file.
11845         * gnu/java/locale/LocaleInformation_ru_UA.java: New file.
11846         * gnu/java/locale/LocaleInformation_se_NO.java: New file.
11847         * gnu/java/locale/LocaleInformation_sk_SK.java: New file.
11848         * gnu/java/locale/LocaleInformation_sl_SI.java: New file.
11849         * gnu/java/locale/LocaleInformation_sq_AL.java: New file.
11850         * gnu/java/locale/LocaleInformation_sr_YU.java: New file.
11851         * gnu/java/locale/LocaleInformation_sv_FI.java: New file.
11852         * gnu/java/locale/LocaleInformation_sv_SE.java: New file.
11853         * gnu/java/locale/LocaleInformation_ta_IN.java: New file.
11854         * gnu/java/locale/LocaleInformation_te_IN.java: New file.
11855         * gnu/java/locale/LocaleInformation_tg_TJ.java: New file.
11856         * gnu/java/locale/LocaleInformation_tl_PH.java: New file.
11857         * gnu/java/locale/LocaleInformation_tr_TR.java: New file.
11858         * gnu/java/locale/LocaleInformation_uk_UA.java: New file.
11859         * gnu/java/locale/LocaleInformation_ur_PK.java: New file.
11860         * gnu/java/locale/LocaleInformation_uz_UZ.java: New file.
11861         * gnu/java/locale/LocaleInformation_vi_VN.java: New file.
11862         * gnu/java/locale/LocaleInformation_yi_US.java: New file.
11863         * gnu/java/locale/LocaleInformation_zh_CN.java: New file.
11864         * gnu/java/locale/LocaleInformation_zh_HK.java: New file.
11865         * gnu/java/locale/LocaleInformation_zh_SG.java: New file.
11866         * gnu/java/locale/LocaleInformation_zh_TW.java: New file.
11867
11868         For PR libgcj/5031:
11869         * java/lang/natSystem.cc (init_properties): Use LC_MESSAGES to
11870         choose default locale.
11871
11872         * Makefile.in: Rebuilt.
11873         * Makefile.am (jv_convert_LDADD): Removed convert_source_files.
11874
11875 2002-01-08  Nic Ferrier  <nferrier@tf1.tapsellferrier.co.uk>
11876
11877         * java/net/natPlainSocketImpl.cc: Added timeout handling for
11878         sockets.
11879         (close): New function closes the socket.
11880         (write): New functions for output to socket.
11881         (read): New functions for reading from socket.
11882         * java/net/PlainSocketImpl.java: Glue for new timeout
11883         implementation.
11884         (write): Call the native impl.
11885         (read): Likewise.
11886         (getInputStream): Get a stream to read from the socket.
11887         (getOutputStream): Get a stream to write to the socket.
11888
11889 2002-01-08  Tom Tromey  <tromey@redhat.com>
11890
11891         * resolve.cc (_Jv_PrepareClass): Enable verifier.
11892
11893 2002-01-07  Andreas Tobler <a.tobler@schweiz.ch>
11894
11895         * java/lang/reflect/natMethod.cc: Don't include alloca.h.
11896         (_Jv_CallAnyMethodA): Convert alloca to __builtin_alloca.
11897
11898 2002-01-08  Chris Sears  <cbsears_sf@yahoo.com>
11899
11900         * interpret.cc (ARRAYBOUNDSCHECK): New macro.
11901         (continue1) [insn_iaload, insn_laload, insn_faload, insn_daload,
11902         insn_aaload, insn_baload, insn_caload, insn_saload, insn_iastore,
11903         insn_lastore, insn_fastore, insn_dastore, insn_aastore,
11904         insn_bastore, insn_castore, insn_sastore]: Use it.
11905         (continue1) [insn_arraylength]: Check for null array.
11906
11907 2002-01-06 Andreas Tobler <a.tobler@schweiz.ch>
11908
11909         * configure, include/config.h.in: Rebuilt.
11910         * java/lang/natSystem.cc (getSystemTimeZone): Check HAVE_TM_ZONE.
11911         * configure.in: Call AC_STRUCT_TIMEZONE.
11912
11913 2002-01-02 Andreas Tobler <a.tobler@schweiz.ch>
11914
11915         * configure.host: Disable the interpreter for Darwin.
11916
11917 2002-01-04  Tom Tromey  <tromey@redhat.com>
11918
11919         * java/lang/Thread.java (stop): No longer synchronized.
11920         (start): Likewise.
11921
11922 2002-01-02  Tom Tromey  <tromey@redhat.com>
11923
11924         * java/lang/ieeefp.h: Fix bug in my hand-application of previous
11925         patch.
11926
11927 2002-1-1  Andrew Pinski  <pinskia@physics.uc.edu>
11928
11929         * libjava/java/lang/ieeefp.h: Define __IEEE_BIG_ENDIAN for
11930         PPC Darwin, not for all of Darwin.