summaryrefslogtreecommitdiff
path: root/vm
Commit message (Collapse)AuthorAgeFilesLines
* 2006-10-29 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-10-294-14/+163
| | | | * Merge of HEAD --> generics for 2006/10/04-2006/10/29.
* 2006-10-05 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-10-056-274/+951
| | | | * Merge of HEAD-->generics for 2006/09/03-2006/10/04.
* 2006-09-05 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-09-053-41/+122
| | | | * Merge of HEAD-->generics from 2006/08/12 to 2006/09/03.
* 2006-08-12 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-08-121-2/+2
| | | | | * Merge of HEAD --> generics-branch for release 0.92 to 2006/08/12.
* 2006-08-05 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-08-051-159/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * examples/gnu/classpath/examples/swing/FillRect.java, * gnu/CORBA/Focused_ORB.java, * gnu/CORBA/interfaces/gnuSocketFactory.java, * gnu/classpath/ByteArray.java, * gnu/classpath/ObjectPool.java, * gnu/java/awt/peer/ClasspathTextLayoutPeer.java, * gnu/java/awt/peer/x/fonts.properties, * gnu/java/security/util/Prime2.java, * gnu/javax/imageio/gif/GIFStream.java, * javax/swing/text/html/HTMLTableView.java, * native/cni/Makefile.am, * org/omg/CORBA/SendingContext/RunTimeOperations.java, * org/omg/CORBA/SendingContext/Runtime.java, * resource/gnu/regexp/MessagesBundle.properties, * resource/gnu/regexp/MessagesBundle_fr.properties, * resource/gnu/regexp/MessagesBundle_it.properties, * tools/appletviewer.in, * tools/jarsigner.in, * tools/keytool.in, * vm/reference/java/lang/management/VMThreadInfo.java: Removed. * examples/gnu/classpath/examples/awt/aicas.png, * examples/gnu/classpath/examples/awt/palme.gif, * examples/gnu/classpath/examples/java2d/aicas.png, * examples/gnu/classpath/examples/java2d/palme.gif, * gnu/java/awt/font/opentype/truetype/doc-files/ZonePathIterator-1.dia, * gnu/java/awt/font/opentype/truetype/doc-files/ZonePathIterator-1.png, * java/awt/doc-files/capjoin.png, * java/awt/geom/doc-files/Area-1.png, * java/awt/geom/doc-files/Ellipse-1.png, * java/awt/geom/doc-files/GeneralPath-1.png: Added.
* 2006-07-28 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-07-281-5/+5
| | | | | * Merge HEAD --> generics-branch for 2006-07-23 to 0.92 branch point.
* 2006-07-23 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-07-231-0/+9
| | | | | * Merge of HEAD to generics-branch for 2006-07-16 to 2006-07-23.
* 2006-07-09 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-07-094-0/+436
| | | | | * Merge of HEAD --> generics-branch for 2006/07/02 to 2006/07/09.
* 2006-07-02 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-07-023-0/+382
| | | | | * Merge of HEAD --> generics-branch for 2006/06/27 to 2006/07/02.
* 2006-06-27 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-06-273-0/+260
| | | | | * Merge of HEAD --> generics-branch for 2006/06/16 to 2006/06/27.
* 2006-06-16 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-06-161-0/+89
| | | | | * Merge of HEAD --> generics-branch for 2006/06/11 to 2006/06/16.
* * vm/reference/sun/reflect/Reflection.java (verifyMemberAccess):Tom Tromey2006-06-162-48/+94
| | | | | | Removed. (getCallerClass): Now static. * vm/reference/sun/reflect/misc/ReflectUtil.java: New file.
* * scripts/sanitize-jsr166: New file.Tom Tromey2006-06-162-1/+99
| | | | | | | * external/jsr166/IMPORTING: New file. * vm/reference/sun/reflect/Reflection.java: New file. * vm/reference/gnu/classpath/Unsafe.java: Moved... * vm/reference/sun/misc/Unsafe.java: ...here.
* 2006-06-11 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-06-111-10/+6
| | | | | * Merge of HEAD-->generics between 2006/05/29 and 2006/06/11.
* 2006-05-29 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-05-292-4/+83
| | | | * Merge of HEAD to generics-branch (2006-05-20 to 2006-05-29)
* 2006-05-20 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-05-201-0/+197
| | | | | * Merge of HEAD to generics for 0.91 to 2006/05/20.
* 2006-05-01 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-05-016-54/+227
| | | | | * Merge HEAD-->generics-branch for the period 2006-04-13 to 2006-05-01.
* 2006-04-23 Jeroen Frijters <jeroen@frijters.net>Jeroen Frijters2006-04-231-42/+1
| | | | | | * java/lang/Class.java (getEnumConstants): Implemented without delegating to VMClass. * vm/reference/java/lang/VMClass.java (getEnumConstants): Removed.
* 2006-04-21 Jeroen Frijters <jeroen@frijters.net>Jeroen Frijters2006-04-232-76/+1
| | | | | | | | | | | * java/lang/ClassLoader.java (definePackage): Added argument to Package constructor. * java/lang/Package.java (Package): Added ClassLoader argument. (loader): New field. (getDeclaredAnnotations): Implemented without help from VMPackage. * vm/reference/java/lang/VMClassLoader.java (static): Added argument to Package constructor. * vm/reference/java/lang/VMPackage.java: Removed.
* 2006-04-17 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-04-172-2/+3
| | | | | | | | | | | | | * gnu/java/lang/InstrumentationImpl.java: Moved from java.lang. * java/lang/InstrumentationImpl.java: Removed. * vm/reference/gnu/java/lang/VMInstrumentationImpl.java: Moved from java.lang. * vm/reference/java/lang/VMClassLoader.java: Corrected reference to InstrumentationImpl. * vm/reference/java/lang/VMInstrumentationImpl.java: Removed.
* 2006-04-13 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-04-144-7/+9
| | | | * Merge of HEAD --> generics-branch from 2006/03/26 to 2006/04/13.
* * vm/reference/java/lang/reflect/Method.java (METHOD_MODIFIERS):Tom Tromey2006-03-283-5/+192
| | | | | | | | | | | | | | | | | | | | | | New constant. (getModifiersInternal): Renamed from getModifiers. (getModifiers): New method. (isBridge): Likewise. (isSynthetic): Likewise. (isVarArgs): Likewise. * vm/reference/java/lang/reflect/Field.java (FIELD_MODIFIERS): New constant. (getModifiersInternal): Renamed from getModifiers. (getModifiers): New method. (isSynthetic): Likewise. (isEnumConstant): Likewise. * vm/reference/java/lang/reflect/Constructor.java (getModifiersInternal): Renamed from getModifiers. (getModifiers): New method (CONSTRUCTOR_MODIFIERS): New constant. (isSynthetic): New method. (isVarArgs): Likewise. * java/lang/reflect/Member.java (isSynthetic): New method.
* 2006-03-27 Jeroen Frijters <jeroen@frijters.net>Jeroen Frijters2006-03-272-0/+4
| | | | | | | * vm/reference/java/lang/reflect/Constructor.java (getTypeParameters): Check return value of getSignature for null. * vm/reference/java/lang/reflect/Method.java (getTypeParameters): Check return value of getSignature for null.
* 2006-03-26 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-03-264-43/+274
| | | | | * Merge from Classpath HEAD --> generics for the period 2005/03/07 to the branch tag generics_merge_20050326.
* 2006-03-05 Robert Schuster <robertschuster@fsfe.org>Andrew John Hughes2006-03-253-54/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * javax/swing/text/GapContent.java: (insertString): Throw exception when argument is below zero. 2006-03-05 David Gilbert <david.gilbert@object-refinery.com> * javax/swing/filechooser/FileFilter.java: (accept): Fixed API doc tag, (getDescription): Likewise, * javax/swing/filechooser/FileView.java: (isTraversable): Fixed API doc tag. 2006-03-05 David Gilbert <david.gilbert@object-refinery.com> * javax/swing/colorchooser/ColorSelectionModel.java: Reformatted and added API docs all over. 2006-03-05 David Gilbert <david.gilbert@object-refinery.com> * javax/swing/plaf/ComboBoxUI.java: Fixed typo in class description, and corrected a bad API doc tag. 2006-03-05 David Gilbert <david.gilbert@object-refinery.com> * javax/swing/undo/StateEditable.java (restoreState): Fixed bad API doc tag, * javax/swing/undo/UndoableEdit.java: Copied API doc comments from AbstractUndoableEdit.java, * javax/swing/undo/UndoableEditSupport.java (createCompoundEdit): Fixed bad API doc tag, * javax/swing/undo/UndoManager.java (editToBeUndone): Fixed bad API doc tag, (editToBeRedone): Likewise. 2006-03-05 David Gilbert <david.gilbert@object-refinery.com> * javax/swing/DefaultFocusManager.java: Fixed bad API doc tags, * javax/swing/FocusManager.java: Likewise. 2006-03-05 David Gilbert <david.gilbert@object-refinery.com> * javax/swing/plaf/metal/MetalComboBoxButton.java (MetalComboBoxButton(JComboBox, Icon, boolean, CellRendererPane, JList)): Fixed API doc tag, * javax/swing/plaf/metal/MetalInternalFrameTitlePane (createLayout): Fixed API doc warning. 2006-03-05 Tom Tromey <tromey@redhat.com> * vm/reference/java/lang/reflect/Constructor.java (toString): Use ClassHelper.getUserName. * vm/reference/java/lang/reflect/Method.java (toString): Use ClassHelper.getUserName. (getUserTypeName): Removed. * gnu/java/lang/ClassHelper.java (getUserName): New method. * vm/reference/java/lang/reflect/Field.java (toString): Use ClassHelper.getUserName. 2006-03-05 Olivier Jolly <olivier.jolly@pcedev.com> Fixes PR 22813 * java/net/URLClassLoader.java (FileURLLoader.getResource): Allows directories as valid resources.
* 2006-03-20 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-03-202-0/+333
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * java/lang/System.java: (nanoTime()): Documented. * java/lang/Thread.java: (setUncaughtExceptionHandler(UncaughtExceptionHandler): Added docs and security check. (getUncaughtExceptionHandler()): Documented. (setDefaultUncaughtExceptionHandler(UncaughtExceptionHandler): Added docs and security check. (getDefaultUncaughtExceptionHandler()): Documented. (getId()): Documented. (Thread.State): Documented. * vm/reference/gnu/classpath/Unsafe.java: Documented. (getUnsafe()): Updated to handle security. 2006-03-20 Tom Tromey <tromey@redhat.com> * java/lang/System.java: (nanoTime()): Implemented. * java/lang/Thread.java: (getId()): Implemented. * java/util/AbstractMap.java: (SimpleImmutableEntry): New 1.6 class. (BasicMapEntry): Modified to be SimpleEntry. * java/util/Collections.java: Modified to use SimpleEntry. * java/util/EnumMap.java: Likewise. * java/util/HashMap.java: Likewise. * java/util/Hashtable.java: Likewise. * java/util/TreeMap.java: Likewise. * vm/reference/gnu/classpath/Unsafe.java: New class to handle low-level facilities for concurrency. * vm/reference/java/lang/VMSystem.java: (nanoTime()): Implemented.
* * configure.ac (VERSION): Set to 0.90-pre-generics.Mark Wielaard2006-03-058-24/+17
| | | | * Merge with CVS trunk from classpath-0_90-branch-point.
* 2006-03-02 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-03-026-23/+534
| | | | | * Merge of HEAD-->generics-branch for the period between the 0.20 release and the tag generics-merge-20050225.
* * Update to classpath-0_20-release minus:Mark Wielaard2006-01-132-6/+9
| | | | | - java/beans/EventSetDescriptor.java - java/util/Hashtable.java
* 2006-01-10 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-01-103-18/+610
| | | | | Merge of HEAD --> generics branch for the period 2005/11/27 to 2006/01/09.
* 2005-12-14 Nicolas Geoffray <nicolas.geoffray@menlina.com>Nicolas Geoffray2005-12-141-0/+43
| | | | | | | | | | * java/lang/ClassLoader (defineClass(String,byte[],int,int,ProtectionDomain)): Calls VMClassLoader.defineClassWithTransformers instead of VMClassLoader.defineClass. * vm/reference/java/lang/VMClassLoader (defineClassWithTransformers): New method. (instrumenter): New Field.
* 2005-12-04 Nicolas Geoffray <nicolas.geoffray@menlina.com>Nicolas Geoffray2005-12-041-1/+4
| | | | | | | | | | * vm/reference/java/lang/VMInstrumentationImpl.java (redefineClasses): Added an extra parameter of type java.lang.instrument.Instrument. * java/lang/InstrumentationImpl.java (redefineClasses): Added the Instrumentation object to the arguments of VMInstrumentationImpl.redefineClasses call.
* /tmp/cvseljWQlNicolas Geoffray2005-12-031-0/+105
|
* 2005-11-27 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2005-11-271-4/+12
| | | | | * Merge of HEAD --> generics from the release of Classpath 0.19 to 2005/11/27.
* 2005-11-01 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2005-11-023-50/+124
| | | | * Merge from HEAD --> generics for 2005/09/20 - 2005/11/01.
* 2005-10-12 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2005-10-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * java/awt/datatransfer/DataFlavor.java: (DataFlavor(Class<?>,String,String): Genericized. * java/awt/dnd/DragGestureEvent.java: (DragGestureEvent(DragGestureRecognizer,int,Point, List<? extends InputEvent>)): Likewise. (iterator()): Likewise. * java/awt/dnd/DragSource.java: (createDragGestureRecognizer(Class<T>,Component,int, DragGestureListener)): Likewise. * java/awt/dnd/DropTargetContext.java: (getCurrentDataFlavorsAsList()): Likewise. * java/awt/dnd/DropTargetDragEvent.java: (getCurrentDataFlavorsAsList()): Likewise. * java/awt/dnd/DropTargetDropEvent.java: (getCurrentDataFlavorsAsList()): Likewise. * java/awt/font/TextLayout.java: (TextLayout(String,Map<? extends AttributedCharacterIterator.Attribute>, FontRenderContext)): Likewise. * java/awt/image/BufferedImage.java: (BufferedImage(ColorModel,WritableRaster,boolean,Hashtable<?,?>)): Likewise. * java/awt/image/ImageConsumer.java: (setProperties(Hashtable<?,?>)): Likewise. * java/awt/image/MemoryImageSource.java: (MemoryImageSource(int,int,ColorModel,byte[],int,int,Hashtable<?,?>)): Likewise. (MemoryImageSource(int,int,ColorModel,int[],int,int,Hashtable<?,?>)): Likewise. * java/awt/image/RenderedImage.java: (getSources()): Likewise. * java/awt/image/renderable/ParameterBlock.java: (sources): Likewise. (parameters): Likewise. (ParameterBlock()): Likewise. (ParameterBlock(Vector<Object>)): Likewise. (ParameterBlock(Vector<Object>,Vector<Object>)): Likewise. (clone()): Added casts to handle new Vector type. (getSources()): Genericized. (setSources(Vector<Object>)): Likewise. (getParameters()): Likewise. (setParameters(Vector<Object>)): Likewise. * java/awt/image/renderable/RenderableImage.java: (getSources()): Likewise. * javax/swing/tree/DefaultMutableTreeNode.java: (children): Likewise. (getSharedAncestor(DefaultMutableTreeNode)): Likewise. (getDepth()): Likewise. (pathFromAncestorEnumeration(TreeNode)): Likewise. (PostOrderEnumeration)): Likewise. * javax/swing/undo/CompoundEdit.java: (edits): Likewise. (CompoundEdit()): Likewise. (undo()): Likewise. (redo()): Likewise. (lastEdit()): Likewise. (die()): Likewise. (isSignificant()): Likewise. * javax/swing/undo/UndoableEditSupport.java: (listeners): Likewise. (getUndoableEditListeners()): Likewise. * lib/Makefile.am: Turn off listing unused imports (at least for now). * org/omg/CosNaming/_NamingContextExtImplBase.java: (_methods): Likewise. * org/omg/CosNaming/_NamingContextImplBase.java: (methods): Likewise. * vm/reference/java/lang/reflect/Method.java: (getTypeParameters()): Corrected return type.
* 2005-10-01 Jeroen Frijters <jeroen@frijters.net>Jeroen Frijters2005-10-013-3/+140
| | | | | | | | | | | | | | | * vm/reference/java/lang/reflect/Constructor.java (getSignature): New method. (getGenericExceptionTypes): New method. (getGenericParameterTypes): New method. * vm/reference/java/lang/reflect/Field.java (getGenericType): New method. (getSignature): New method. * vm/reference/java/lang/reflect/Method.java (getSignature): New method. (getGenericExceptionTypes): New method. (getGenericParameterTypes): New method. (getGenericReturnType): New method.
* 2005-09-28 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2005-09-283-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/java/awt/peer/qt/QtGraphics.java: (getRenderingHints()): Create a clone as no such constructor exists with generic typing. (setRenderingHints(Map<?,?>)): Added parametric typing and fixed use of RenderingHints constructor. * java/awt/AWTEventMulticaster.java: (getListeners(EventListener,Class<T>)): Added generic typing. * java/awt/Component.java: (getListeners(Class<T>)): Likewise. (getFocusTraversalKeys(int)): Likewise. * java/awt/Font.java: (Font(Map<? extends Attribute,?>)): Likewise. (deriveFont(Map<? extends Attribute,?>)): Likewise. (getAttributes()): Likewise. (getAvailableAttributes()): Simplified naming with static import. (getFont(Map<? extends Attribute,?>)): Added generic typing. * java/awt/Graphics2D.java: (setRenderingHints(Map<?,?>)): Likewise. (addRenderingHints(Map<?,?>)): Likewise. * java/awt/KeyboardFocusManager.java: (setDefaultFocusTraversalKeys(int,Set<? extends KeyStroke>)): Likewise. (getKeyEventDispatchers()): Likewise. (getKeyEventPostProcessors()): Likewise. * java/awt/MenuItem.java: (getListeners(Class<T>)): Likewise. * java/awt/RenderingHints.java: (RenderingHints(Map<Key,?>)): Likewise. (putAll(Map<?,?>)): Likewise. (keySet()): Likewise. (values()): Likewise. (entrySet()): Likewise. * java/awt/Toolkit.java: (desktopProperties): Likewise. (createDragGestureRecognizer(Class<T>,DragSource,Component,int, DragGestureListener)): Likewise. (mapInputMethodHighlight(InputMethodHighlight)): Likewise. * java/lang/Class.java: (getDeclaringClass()): Likewise. * java/lang/Enum.java: (valueOf(Class<S>,String)): Fixed return type. * java/lang/SecurityManager.java: (checkMemberAccess(Class<?>,int)): Likewise. * java/lang/reflect/Array.java: (newInstance(Class<?>,int)): Likewise. (newInstance(Class<?>,int[])): Likewise. * vm/reference/java/lang/reflect/Constructor.java: (getTypeParameters()): Type parameter changed from ? to Constructor. * vm/reference/java/lang/reflect/Field.java: (getDeclaringClass()): Added generic typing. (getType()): Likewise. * vm/reference/java/lang/reflect/Method.java: (getDeclaringClass()): Likewise. (getExceptionTypes()): Likewise. (getParameterTypes()): Likewise.
* 2005-09-25 Jeroen Frijters <jeroen@frijters.net>Jeroen Frijters2005-09-263-97/+48
| | | | | | | | | | | | | | | | | | | | | | | * gnu/java/lang/reflect/ClassSignatureParser.java, gnu/java/lang/reflect/GenericSignatureParser.java, gnu/java/lang/reflect/MethodSignatureParser.java: New files. * java/lang/Class.java (constructor): Changed type to generic type. (cast, getEnumConstants): Added cast. (getGenericInterfaces, getGenericSuperclass, getTypeParameters): Implemented. * vm/reference/java/lang/VMClass.java (getSimpleName, getDeclaredAnnotations, getCanonicalName, getEnclosingClass, getEnclosingConstructor, getEnclosingMethod, isAnonymousClass, isLocalClass, isMemberClass): Removed generic types from signatures. (getGenericInterfaces, getGenericSuperclass, getTypeParameters): Removed. (getClassSignature): New method. * vm/reference/java/lang/reflect/Constructor.java (getTypeParameters): Implemented. * vm/reference/java/lang/reflect/Method.java (getTypeParameters, getSignature): New methods.
* 2005-09-25 Jeroen Frijters <jeroen@frijters.net>Jeroen Frijters2005-09-261-1/+1
| | | | | | * java/lang/System.java, vm/reference/java/lang/VMSystem.java: Removed generic type from VMSystem.environ() signature.
* 2005-09-21 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2005-09-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/classpath/ByteArray.java, * gnu/classpath/ObjectPool.java, * gnu/javax/crypto/DiffieHellmanImpl.java, * gnu/javax/crypto/GnuDHPrivateKey.java, * gnu/javax/crypto/RSACipherImpl.java, * java/lang/Deprecated.java, * java/lang/Enum.java, * java/lang/Iterable.java, * java/lang/MalformedParameterizedTypeException.java, * java/lang/Override.java, * java/lang/ProcessBuilder.java, * java/lang/SuppressWarnings.java, * java/lang/annotation/Annotation.java, * java/lang/annotation/Documented.java, * java/lang/annotation/ElementType.java, * java/lang/annotation/IncompleteAnnotationException.java, * java/lang/annotation/Inherited.java, * java/lang/annotation/Retention.java, * java/lang/annotation/RetentionPolicy.java, * java/lang/annotation/Target.java, * java/lang/reflect/AnnotatedElement.java, * java/lang/reflect/GenericDeclaration.java, * java/lang/reflect/MalformedParameterizedTypeException.java, * java/lang/reflect/TypeVariable.java, * java/util/AbstractQueue.java, * java/util/DuplicateFormatFlagsException.java, * java/util/EnumMap.java, * java/util/EnumSet.java, * java/util/FormatFlagsConversionMismatchException.java, * java/util/FormatterClosedException.java, * java/util/IllegalFormatCodePointException.java, * java/util/IllegalFormatConversionException.java, * java/util/IllegalFormatException.java, * java/util/IllegalFormatFlagsException.java, * java/util/IllegalFormatPrecisionException.java, * java/util/IllegalFormatWidthException.java, * java/util/InputMismatchException.java, * java/util/InvalidPropertiesFormatException.java, * java/util/MissingFormatArgumentException.java, * java/util/MissingFormatWidthException.java, * java/util/PriorityQueue.java, * java/util/Queue.java, * java/util/UnknownFormatConversionException.java, * java/util/UnknownFormatFlagsException.java, * org/omg/CORBA/SendingContext/RunTimeOperations.java, * org/omg/CORBA/SendingContext/Runtime.java, * vm/reference/java/lang/VMPackage.java: Fixed address within GPL.
* 2005-09-20 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2005-09-204-5/+20
| | | | * Merge of generics-branch for 2005/09/07 - 2005/09/20 @ 10:05am GMT.
* 2005-09-10 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2005-09-103-2/+746
| | | | Merge of generics-branch for 2005/08/14 - 2005/09/07.
* 2005-08-16 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2005-08-163-0/+112
| | | | * Merge of HEAD-->generics-branch for 2005/08/07-2005/08/14.
* 2005-08-07 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2005-08-073-49/+21
| | | | HEAD-->generics-branch merge for 2005/07/31-2005/08/07.
* 2005-08-02 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2005-08-0229-58/+210
| | | | | | * Merge of HEAD --> generics-branch for 2005/06/05 - 2005/07/31. See patch on classpath-patches@gnu.org for a full ChangeLog.
* 2005-06-09 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2005-06-086-18/+363
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * java/lang/Class.java: (internalGetClasses()): Use collections with type parameters. (internalGetFields()): Likewise. (internalGetMethods()): Likewise. (getSuperclass()): Changed to new return type. (asSubclass(Class<U>)): Documented. (getEnumConstants()): Calls VMClass. (getAnnotation(Class<?>)): Implemented. (getAnnotations()): Implemented. (getCanonicalName()): Implemented. (getDeclaredAnnotations()): Implemented. (getEnclosingClass()): Implemented. (getEnclosingConstructor()): Implemented. (getEnclosingMethod()): Implemented. (getGenericInterfaces()): Implemented. (getGenericSuperclass()): Implemented. (getTypeParameters()): Implemented. (isAnnotationPresent(Class<?>)): Implemented. (isAnonymousClass()): Implemented. (isLocalClass()): Implemented. (isMemberClass()): Implemented. * java/lang/Package.java: (getAnnotation(Class<?>)): Implemented. (getAnnotations()): Implemented. (getDeclaredAnnotations()): Implemented. (isAnnotationPresent(Class<?>)): Implemented. * java/lang/annotation/AnnotationTypeMismatchException.java: Added serial version UID. * java/lang/annotation/ElementType.java: Likewise. * java/lang/annotation/RetentionPolicy.java: Likewise. * java/lang/reflect/AnnotatedElement.java: Documented. * java/lang/reflect/Modifier.java: (toString(int)): Switched to using StringBuilder. (toString(int,StringBuilder)): Likewise. * vm/reference/java/lang/VMClass.java: (getSuperClass(Class<T>)): Updated return type. (getSimpleName(Class<?>)): Use VM methods directly. (getEnumConstants(Class<T>)): Implementation moved from Class. (getDeclaredAnnotations(Class<?>)): New native method. (getCanonicalName(Class<?>)): Implemented. (getEnclosingClass(Class<?>)): New native method. (getEnclosingConstructor(Class<?>)): New native method. (getEnclosingMethod(Class<?>)): New native method. (getGenericInterfaces(Class<?>)): New native method. (getGenericSuperclass(Class<?>)): New native method. (getTypeParameters(Class<T>)): New native method. (isAnonymousClass(Class<?>)): New native method. (isLocalClass(Class<?>)): New native method. (isMemberClass(Class<?>)): New native method. * vm/reference/java/lang/VMPackage.java: New VM class corresponding to java.lang.Package. (getDeclaredAnnotations(Class<?>)): New native method. * vm/reference/java/lang/VMSystem.java: Removed unnecessary imports. * vm/reference/java/lang/reflect/Constructor.java: (toString()): Changed StringBuffer to StringBuilder. (getTypeParameters()): Changed to native method. * vm/reference/java/lang/reflect/Field.java: (toString()): Changed StringBuffer to StringBuilder. * vm/reference/java/lang/reflect/Method.java: (getReturnType()): Updated return type. (toString()): Changed StringBuffer to StringBuilder. (invoke(Object,...)): Updated arguments.
* 2005-05-26 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2005-05-275-125/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Merge from HEAD --> generics for 2005/05/20 - 2005/05/26. 2005-05-26 Andrew John Hughes <gnu_andrew@member.fsf.org> * gnu/java/net/protocol/http/HTTPURLConnection.java: (connect()): Reverted the removal of the exception with 404s. 2005-05-26 Andrew John Hughes <gnu_andrew@member.fsf.org> * java/net/URI.java: (getURIGroup(String)): Correctly handle the difference between null and undefined optional values. (relativize(java.net.URI)): Corrected documentation. 2005-05-26 Andrew John Hughes <gnu_andrew@member.fsf.org> * gnu/xml/transform/StreamSerializer.java: (serialize(org.w3c.dom.Node,java.io.OutputStream, boolean)): Add missing 'DOCTYPE' keyword to DocumentType node output. 2005-05-26 Andrew John Hughes <gnu_andrew@member.fsf.org> * gnu/java/net/protocol/http/HTTPURLConnection.java: (connect()): Fixed a null pointer exception with 304 responses and an inappropriate exception with 404s. * gnu/java/net/protocol/http/Request.java: (readResponse(java.io.LineInputStream)): Fixed a fruitless attempt to read the non-existant body of a 304 response. 2005-05-25 Andrew John Hughes <gnu_andrew@member.fsf.org> * examples/Makefile.am: Fix command-line options for ecj. * lib/Makefile.am: Added a META-INF directory structure to glibj.zip. * resource/META-INF/services/javax.xml.parsers.DocumentBuilderFactory, resource/META-INF/services/javax.xml.parsers.SAXParserFactory, resource/META-INF/services/javax.xml.parsers.TransformerFactory, resource/META-INF/services/org.xml.sax.driver: Properties for the XML facilities. 2005-05-25 Thomas Fitzsimmons <fitzsim@redhat.com> * java/awt/Component.java (enableInputMethods): Implement. 2005-05-25 Audrius Meskauskas <AudriusA@Bioinformatics.org> * org/omg/CORBA/TRANSIENT.java (serialVersionUID): Added 1.4 SVUID. 2005-05-25 Audrius Meskauskas <AudriusA@Bioinformatics.org> * org/omg/CORBA/ValueBaseHelper.java, org/omg/CORBA/ValueBaseHolder.java, org/omg/CORBA/portable/ValueBase.java: New files. * gnu/CORBA/gnuAny.java (insert_Value, extract_Value): Implemented methods. 2005-05-25 Thomas Fitzsimmons <fitzsim@redhat.com> * NEWS: Add entry describing GTK scrollbar peer change. * INSTALL: Bump GTK requirement to 2.6.x. 2005-05-25 Audrius Meskauskas <AudriusA@Bioinformatics.org> * org/omg/CORBA/ORB.java (create_dyn_any, create_dyn_array, create_dyn_enum, create_dyn_sequence, create_dyn_struct, create_dyn_union, create_policy): Declaring they may throw an exceptions. * org/omg/CORBA/DefinitionKind.java: Making fields final and inherit from IDLEntity, Serializable. * org/omg/CORBA/IRObject.java: Inherit from org.omg.CORBA.Object, Serializable, IDLEntity. 2005-05-25 Audrius Meskauskas <AudriusA@Bioinformatics.org> * gnu/CORBA/Connected_objects.java (cObject, getKey, add, get, entrySet, remove), * gnu/CORBA/Functional_ORB.java (portServer, getFreePort, connect, startService, destroy, disconnect, object_to_string, run, shutdown, find_connected_object, createIOR, finalize): Implemented listening on different ports for different objects. 2005-05-25 Roman Kennke <roman@kennke.org> * javax/swing/AbstractButton.java: (constructor): Removed model creation. * javax/swing/JButton.java: (constructor): Added model creation. * javax/swing/JMenuItem.java: (init): Added model creation. 2005-05-25 Roman Kennke <roman@kennke.org> * javax/swing/JLayeredPane.java (static getLayer): Add cast to force a call to the instance method getLayer(). (getLayeredPaneAbove): Added and implemented method. * javax/swing/JInternalFrame.java (getLayer): Add cast to force a call to the instance method getLayer() of JLayeredPane. 2005-05-25 Roman Kennke <roman@kennke.org> * javax/swing/plaf/basic/BasicSplitPaneUI.java (paint): Added check to make sure the split pane divider has a valid location. 2005-05-25 Michael Koch <konqueror@gmx.de> * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkScrollBarPeer.c (connetJObject): Removed. 2005-05-25 Michael Koch <konqueror@gmx.de> * java/util/Locale.java (getISOStrings): Re-implemented for locale properties files. 2005-05-24 Thomas Fitzsimmons <fitzsim@redhat.com> * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkScrollBarPeer.c (connectSignals): Connect to new change-value signal. (post_change_event): Remove signal handler. (slider_moved_cb): New signal handler. * configure.ac: Require gtk+-2.0 >= 2.6. 2005-05-24 Audrius Meskauskas <AudriusA@Bioinformatics.org> * org/omg/CORBA/portable/Delegate.java (equals): Compare parameters. 2005-05-24 Gary Benson <gbenson@redhat.com> * java/text/MessageFormat.java (MessageFormatElement.setLocale): Handle DateFormat.DEFAULT case correctly. 2005-05-24 Mark Wielaard <mark@klomp.org> * java/util/regex/Pattern.java (split): Assign value of variable matched outside while statement. * gnu/regexp/RE.java (getCharUnit): Assign value of unit.bk variable outside if statement. * gnu/CORBA/bufferedResponseHandler.java (createReply): Assign values from static class type constants. * gnu/CORBA/IOR.java (_write_no_endian): Likewise. * gnu/CORBA/Functional_ORB.java (respond_to_client): Likewise. (serve): Likewise. 2005-05-23 Mark Wielaard <mark@klomp.org> * lib/Makefile.am (FOUND_JIKES): Add +Pno-switchcheck. 2005-05-23 Audrius Meskauskas <AudriusA@Bioinformatics.org> * gnu/CORBA/Asynchron.java: New file. * org/omg/CORBA/ORB.java (send_multiple_requests_oneway, send_multiple_requests_deferred, poll_next_response, get_next_response, perform_work, work_pending): New methods. * gnu/CORBA/gnuRequest.java (send_deferred, send_oneway): Launch the submission process in a separate thread. * org/omg/CORBA/portable/ObjectImpl.java (hashCode): Removing redundant method. * gnu/CORBA/Functional_ORB.java (send_multiple_requests_oneway, send_multiple_requests_deferred, poll_next_response, get_next_response, perform_work, work_pending): New methods. * gnu/CORBA/Restricted_ORB.java (send_multiple_requests_oneway, send_multiple_requests_deferred, poll_next_response, get_next_response, perform_work, work_pending): New methods. 2005-05-23 Tom Tromey <tromey@redhat.com> * doc/hacking.texinfo (Source Code Style Guide): Document UTF-8 use. * lib/Makefile.am (GCJF): New variable. (JAVAC): Use it. Add -encoding option where needed. 2005-05-23 Audrius Meskauskas <AudriusA@Bioinformatics.org> * org/omg/CORBA/NameValuePair.java: Inherit from Serializable, IDLEntity. * org/omg/CORBA/SetOverrideType.java (constuctor): Making protected. * org/omg/CORBA/DynFixed.java (set_value): Declare it may throw an InvalidValue. 2005-05-23 Roman Kennke <roman@kennke.org> * javax/swing/text/JTextComponent.java (getPreferredScrollableViewportSize): Implemented this method. (getScrollableUnitIncrement): Implemented this method. (getScrollableBlockIncrement): Implemented this method. 2005-05-23 Roman Kennke <roman@kennke.org> * javax/swing/JTextArea.java (getPreferredScrollableViewportSize): Added and implemented new method. (getScrollableUnitIncrement): Added and implemented new method. 2005-05-23 Audrius Meskauskas <AudriusA@Bioinformatics.org> * org/omg/CORBA/DefinitionKind.java, org/omg/CORBA/IRObject.java, org/omg/CORBA/IRObjectOperations.java, org/omg/CORBA/IDLTypeOperations.java: New files. * org/omg/CORBA/IDLType.java: Inherit from IDLTypeOperations. 2005-05-23 Roman Kennke <roman@kennke.org> * javax/swing/JLayeredPane.java (getLayer): Added and implemented new (static) method. 2005-05-23 Roman Kennke <roman@kennke.org> * javax/swing/JFileChooser.java (constructor(String, FileSystemView)): Added constructor. 2005-05-23 Roman Kennke <roman@kennke.org> * javax/swing/JViewport.java (createLayoutManager): Added and implemented new method. (constructor): Set the LayoutManager that is created by createLayoutManager(). * javax/swing/plaf/basic/BasicViewportUI.java (installUI): Removed setLayout(..). This is moved into the constructor of JViewport (as the API docs suggest). 2005-05-23 Audrius Meskauskas <AudriusA@Bioinformatics.org> * org/omg/CORBA/ORB.java (create_context_list, create_basic_dyn_any, create_dyn_any, create_dyn_array, create_dyn_enum, create_dyn_sequence, create_dyn_struct, create_dyn_union, create_policy, get_current): New methods. 2005-05-23 Roman Kennke <roman@kennke.org> * javax/swing/JViewport.java: (ViewListener): Added and implemented inner class. (createViewListener): Added and implemented new method. (setView): Add and remove ViewListener to/from the view component. 2005-05-23 Roman Kennke <roman@kennke.org> * javax/swing/DefaultListSelectionModel.java (fireValueChanged(boolean)): Added and implemented this method. 2005-05-23 Roman Kennke <roman@kennke.org> * javax/swing/SwingUtilities.java: (getWindowAncestor): Added and implemented this method. 2005-05-23 Roman Kennke <roman@kennke.org> * javax/swing/JFileChooser.java: Fixed the values of several public constant fields. 2005-05-23 Audrius Meskauskas, <AudriusA@Bioinformatics.org> * doc/www.gnu.org/tasks.wml: Improved text of the CORBA task. 2005-05-23 Roman Kennke <roman@kennke.org> * javax/swing/plaf/basic/BasicLookAndFeel.java (initComponentDefaults): Uncommented code that has accidentally been commented out. 2005-05-22 Roman Kennke <roman@kennke.org> * javax/swing/BoxLayout.java (maximumLayoutSize): Added checks for overflow. This is necessary because some components have maximumSize of Integer.MAX_VALUE, that would cause an overflow if summed up. 2005-05-22 Roman Kennke <roman@kennke.org> * javax/swing/tree/TreePath.java (getParentPath): Return null if this path only has no parent. 2005-05-22 Roman Kennke <roman@kennke.org> * javax/swing/plaf/basic/BasicTextUI.java: (getMaximumSize): Fixed comment. 2005-05-22 Roman Kennke <roman@kennke.org> * javax/swing/tree/TreePath.java: Reformatted this file in order to match our coding style. 2005-05-22 Audrius Meskauskas, <AudriusA@Bioinformatics.org> * org/omg/CORBA/ServerRequest.java, org/omg/CORBA/DynamicImplementation.java: New files. 2005-05-22 Dalibor Topic <robilad@kaffe.org> * gnu/java/security/provider/SHA1PRNG.java (SEED_SIZE, DATA_SIZE): new constants. Use them instead of magic numbers. (SHA1PRNG) Added documentation. 2005-05-22 Roman Kennke <roman@kennke.org> * javax/swing/plaf/basic/BasicTextUI.java (getMaximumSize): Implemented this method. 2005-05-22 Audrius Meskauskas, <AudriusA@Bioinformatics.org> * gnu/CORBA/cdrOutput.java (write_octet_array): Removing redundant loop. 2005-05-22 Audrius Meskauskas, <AudriusA@Bioinformatics.org> * org/omg/CORBA/ServiceInformation.java, org/omg/CORBA/ServiceInformationHelper.java, org/omg/CORBA/ServiceInformationHolder: New files. 2005-05-22 Audrius Meskauskas, <AudriusA@Bioinformatics.org> * org/omg/CORBA/ServiceDetail.java, org/omg/CORBA/ServiceDetailHelper.java, gnu/CORBA/ServiceDetailHolder.java: New files. 2005-05-21 Audrius Meskauskas, <AudriusA@Bioinformatics.org> * gnu/CORBA/ObjectCreator.java: Use gnu/CORBA namespace. 2005-05-21 Audrius Meskauskas, <AudriusA@Bioinformatics.org> * gnu/CORBA/universalHolder.java: New file. * gnu/CORBA/gnuAny.java (create_input_stream, read_value): Use the universalHolder. * gnu/CORBA/CDR/aligningInputStream.java (getBuffer): New method. 2005-05-21 Andreas Jaeger <aj@suse.de> * java/lang/mprec.c (mult, lshift, b2d, d2b): Add parenthesis to avoid warnings. 2005-05-21 Archie Cobbs <archie@dellroad.org> * NEWS: document VM interface changes. * java/lang/ClassLoader.java: (vmdata): add * vm/reference/java/lang/VMClass.java: (getModifiers()): add new parameter ignoreInnerClassesAttrib * vm/reference/java/lang/VMClassLoader.java: (defineClass()): remove deprecated version (getPrimitiveClass(String)): remove (getPrimitiveClass(char)): make native (loadClass()): make native * vm/reference/java/lang/VMThread.java: (vmdata): add (countStackFrames()): make native * vm/reference/java/lang/VMThrowable.java: (vmdata): add (fillInStackTrace()): make native (getStackTrace()): make native * vm/reference/java/lang/reflect/Constructor.java: (parameterTypes, exceptionTypes): remove (getParameterTypes(), getExceptionTypes()): make native 2005-05-21 Michael Koch <konqueror@gmx.de> * resource/gnu/java/locale/LocaleInformation_as.properties, resource/gnu/java/locale/LocaleInformation_bg.properties, resource/gnu/java/locale/LocaleInformation_cs.properties, resource/gnu/java/locale/LocaleInformation_da.properties, resource/gnu/java/locale/LocaleInformation_de.properties, resource/gnu/java/locale/LocaleInformation_dz.properties, resource/gnu/java/locale/LocaleInformation_en.properties, resource/gnu/java/locale/LocaleInformation_en_GB.properties, resource/gnu/java/locale/LocaleInformation_en_IE.properties, resource/gnu/java/locale/LocaleInformation_en_SG.properties, resource/gnu/java/locale/LocaleInformation_es.properties, resource/gnu/java/locale/LocaleInformation_fa.properties, resource/gnu/java/locale/LocaleInformation_fa_AF.properties, resource/gnu/java/locale/LocaleInformation_fi.properties, resource/gnu/java/locale/LocaleInformation_fr.properties, resource/gnu/java/locale/LocaleInformation_ga.properties, resource/gnu/java/locale/LocaleInformation_hi.properties, resource/gnu/java/locale/LocaleInformation_it.properties, resource/gnu/java/locale/LocaleInformation_ja.properties, resource/gnu/java/locale/LocaleInformation_ko.properties, resource/gnu/java/locale/LocaleInformation_mr.properties, resource/gnu/java/locale/LocaleInformation_mt.properties, resource/gnu/java/locale/LocaleInformation_nb.properties, resource/gnu/java/locale/LocaleInformation_nl.properties, resource/gnu/java/locale/LocaleInformation_ps.properties, resource/gnu/java/locale/LocaleInformation_pt.properties, resource/gnu/java/locale/LocaleInformation_sr.properties, resource/gnu/java/locale/LocaleInformation_sr_Latn.properties, resource/gnu/java/locale/LocaleInformation_sv.properties, resource/gnu/java/locale/LocaleInformation_sw.properties, resource/gnu/java/locale/LocaleInformation_ta.properties, resource/gnu/java/locale/LocaleInformation_uz_AF.properties, resource/gnu/java/locale/LocaleInformation_zh.properties, resource/gnu/java/locale/LocaleInformation_zh_Hant.properties: Regenerated with newer gnu.localegen to fix newline bug. 2005-05-21 Andrew John Hughes <gnu_andrew@member.fsf.org> * java/text/DateFormatSymbols.java: (getStringArray(java.util.ResourceBundle,String)): Fixed parsing of new property files. (getZoneStrings(java.util.ResourceBundle)): Likewise. 2005-05-21 Dalibor Topic <robilad@kaffe.org> * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkPixbufDecoder.c (area_updated): Delete jpixels reference after use to avoid wasting references. 2005-05-20 Audrius Meskauskas, <AudriusA@Bioinformatics.org> * doc/www.gnu.org/tasks.wml: Adding CORBA task. 2005-05-20 Roman Kennke <roman@kennke.org> * java/awt/DefaultKeyboardFocusManager.java: Documentation fixes. 2005-05-20 Roman Kennke <roman@kennke.org> * javax/swing/text/JTextComponent.java (CaretBlinkTimer): Added inner class to make caret blinking. (constructor): Create one instance of CaretBlinkTimer. (setEditable): Switch caret on and off depending on the editable property. (setCare): Register caret with the CaretBlinkTimer. * javax/swing/text/DefaultCaret.java: Set a good blink rate of 500ms. 2005-05-20 Roman Kennke <roman@kennke.org> * javax/swing/JEditorPane.java: (processComponentKeyEvent): Removed this method. This blocks key events from beeing delivered and is not in the API. (processKeyEvent): Removed this method. This blocks key events from beeing delivered and is not in the API. 2005-05-20 Roman Kennke <roman@kennke.org> * java/awt/DefaultKeyboardFocusManager.java (processKeyEvent): Properly swallow KEY_TYPED events after a KEY_PRESSED event for a focusTraversalKey has been received. Otherwise the focusTraversalKey (e.g. a TAB) would end up beeing delivered to the focused component. 2005-05-20 Roman Kennke <roman@kennke.org> * java/awt/Component.java (dispatchEventImpl): Let MouseEvents trigger a focus change on lightweight components. 2005-05-20 Roman Kennke <roman@kennke.org> * javax/swing/JTextField.java (constructor): Set default value for the horizontalAlignment property. 2005-05-20 Roman Kennke <roman@kennke.org> * javax/swing/plaf/basic/BasicInternalFrameTitlePane.java (setButtonIcons): Added checks for null references. 2005-05-20 Roman Kennke <roman@kennke.org> * javax/swing/JProgressBar.java (paintBorder): Check if border is null before trying to paint it. * javax/swing/plaf/basic/BasicProgressBarUI.java (paint): Don't paint the border here. This would lead to the border beeing painted twice. 2005-05-20 Roman Kennke <roman@kennke.org> * javax/swing/SwingUtilities.java (convertPoint): Check for visibility of source and destination before calling convertPointToScreen or convertPointFromScreen. 2005-05-20 Audrius Meskauskas, <AudriusA@Bioinformatics.org> * org/omg/CORBA/SetOverrideType.java (_ADD_OVERRIDE, _SET_OVERRIDE), org/omg/CORBA/CompletionStatus.java (_COMPLETED_YES, _COMPLETED_NO, _COMPLETED_MAYBE): Making public. * org/omg/CORBA/ValueMember.java: Inherit from org.omg.CORBA.portable.IDLEntity. 2005-05-20 Audrius Meskauskas, <AudriusA@Bioinformatics.org> * org/omg/CORBA/portable/ApplicationException.java, org/omg/CORBA/portable/RemarshalException.java: Adding serialVersionUID. *org/omg/CORBA/portable/OutputStream.java(write_Context): Making concrete. org/omg/CORBA/portable/ServantObject.java (servant): Fixing typo in the field name. 2005-05-20 Michael Koch <konqueror@gmx.de> * scripts/generate-locale-list.sh: Use the new locale properties files. 2005-05-20 Robert Schuster <thebohemian@gmx.net> * javax/swing/SizeRequirements.java: Removed two non-UTF8 chars.
* 2005-05-20 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2005-05-201-15/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Merge of HEAD to generics-branch for 2005/04/28 - 2005/05/19 Changelog: 2005-05-19 Andrew John Hughes <gnu_andrew@member.fsf.org> * java/net/URI.java: Added more documentation. (RFC2396_MARK): Removed. (RFC2396_UNRESERVED): Changed to RFC3986_UNRESERVED and updated. (RFC2396_REG_NAME): Changed to RFC3986_REG_NAME and updated. (RFC2396_PCHAR): Changed to RFC3986_PCHAR and updated. (RFC2396_SEGMENT): Changed to RFC3986_SEGMENT and updated. (RFC2396_PATH_SEGMENTS): Changed to RFC3986_PATH_SEGMENTS. (RFC3986_UNRESERVED): New field. (RFC3986_SSP): New field. (RFC3986_HOST): New field. (RFC3986_USERINFO): New field. (static): New initializer to initialize patterns with class. (parseURI()): Moved authority parsing to parseServerAuthority(). (unquote(String)): Removed invalid exception for non-ASCII chars. (quote(String)): Implemented. (quoteAuthority(String)): Adapted to use new fields. (quote(String,String)): Moved escaping of characters to another method. (quoteHost(String)): Implemented. (quotePath(String)): Adapted to use new fields. (quoteUserInfo(String)): Implemented. (parseServerAuthority()): Implemented. (normalize()): Implemented. (normalizePath(String)): Implemented as part of normalize(). (removeLastSegment(StringBuffer)): Likewise. (relativize(java.net.URI)): Implemented. (equals(Object)): Implemented. (hashCode()): Implemented. (compareTo(Object)): Implemented. (compareFragments(java.net.URI)): Implemented. (toString()): Use fields directly. (toASCIIString()): Implemented. (escapeCharacters(String)): Implemented to escape non-ASCII characters. 2005-05-19 Roman Kennke <roman@kennke.org> * javax/swing/SizeRequirements.java (constructors): Implemented. (getTiledSizeRequirements): Implemented. (calculateTiledPositions): Implemented. 2005-05-19 Roman Kennke <roman@kennke.org> * javax/swing/SizeRequirements.java: Added API documentation for this class. 2005-05-19 Roman Kennke <roman@kennke.org> * javax/swing/SizeRequirements.java: Reformatted file to meet our coding standards. 2005-05-19 Roman Kennke <roman@kennke.org> * javax/swing/SwingUtilities.java (getUIInputMap): Return the InputMap that has been set by the UI of the component, not the component's own InputMap. (getUIActionMap): Return the ActionMap that has been set by the UI of the component, not the component's own ActionMap. 2005-05-19 Roman Kennke <roman@kennke.org> * javax/swing/FocusManager.java: Reformatted this file to match our coding standard. 2005-05-19 Roman Kennke <roman@kennke.org> * javax/swing/plaf/metal/BasicFileChooserUI.java: (installComponents): Include parents ComboBox. This has been commented out because ComboBox was broken (see previous entry). 2005-05-19 Roman Kennke <roman@kennke.org> * javax/swing/plaf/metal/MetalComboBoxUI.java (createUI): Do not share instances of this UI class between different JComboBoxes. 2005-05-19 Kim Ho <kho@luxsci.net> * javax/swing/DefaultComboBoxModel.java: (addElement): Set index to be the element of the added item. (removeAllElements): Clear before retrieving new size. Use correct size. * javax/swing/JFileChooser.java: Implemented. * javax/swing/filechooser/FileSystemView.java: Implemented. * javax/swing/filechooser/UnixFileSystemView.java: New file. Implemented. * javax/swing/plaf/basic/BasicComboBoxUI.java: (intervalAdded): Set initial index to start. * javax/swing/plaf/basic/BasicDirectoryModel.java: New file. Implemented. * javax/swing/plaf/basic/BasicFileChooserUI.java: New file. Implemented. * javax/swing/plaf/basic/BasicLookAndFeel.java: Add FileChooserUI. Commented out GIF properties for FileChooser stuff. 2005-05-19 Michael Koch <konqueror@gmx.de> * lib/Makefile.am: Remove accidentally commited -nowarn option for jikes. 2005-05-19 Michael Koch <konqueror@gmx.de> * java/text/DateFormatSymbols.java (getStringArray): New method. (getZoneStrings): Likewise. (DateFormatSymbols): Load symbols from properties files. * java/util/Locale.java (getDisplayLanguage): Handle new way to load language names. (getDisplayCountry): Handle new way to load territory names. (getDisplayVariant): Handle new way to load variant names. * lib/Makefile.am, lib/gen-classlist.sh.in: No need to special case classes from gnu.java.locale anymore. * scripts/generate-locale-list.sh: Generate list from the new properties files. * LICENSE: Added license of locale data properties files. 2005-05-19 Michael Koch <konqueror@gmx.de> * resource/gnu/java/locale/LocaleInformation_aa_DJ.properties, resource/gnu/java/locale/LocaleInformation_aa_ER.properties, resource/gnu/java/locale/LocaleInformation_aa_ER_SAAHO.properties, resource/gnu/java/locale/LocaleInformation_aa_ET.properties, resource/gnu/java/locale/LocaleInformation_aa.properties, resource/gnu/java/locale/LocaleInformation_af.properties, resource/gnu/java/locale/LocaleInformation_af_ZA.properties, resource/gnu/java/locale/LocaleInformation_am_ET.properties, resource/gnu/java/locale/LocaleInformation_am.properties, resource/gnu/java/locale/LocaleInformation_ar_DZ.properties, resource/gnu/java/locale/LocaleInformation_ar_IN.properties, resource/gnu/java/locale/LocaleInformation_ar_IQ.properties, resource/gnu/java/locale/LocaleInformation_ar_JO.properties, resource/gnu/java/locale/LocaleInformation_ar_KW.properties, resource/gnu/java/locale/LocaleInformation_ar_LB.properties, resource/gnu/java/locale/LocaleInformation_ar_LY.properties, resource/gnu/java/locale/LocaleInformation_ar_MA.properties, resource/gnu/java/locale/LocaleInformation_ar.properties, resource/gnu/java/locale/LocaleInformation_ar_QA.properties, resource/gnu/java/locale/LocaleInformation_ar_SA.properties, resource/gnu/java/locale/LocaleInformation_ar_SY.properties, resource/gnu/java/locale/LocaleInformation_ar_TN.properties, resource/gnu/java/locale/LocaleInformation_ar_YE.properties, resource/gnu/java/locale/LocaleInformation_as_IN.properties, resource/gnu/java/locale/LocaleInformation_as.properties, resource/gnu/java/locale/LocaleInformation_az_Cyrl.properties, resource/gnu/java/locale/LocaleInformation_be_BY.properties, resource/gnu/java/locale/LocaleInformation_be.properties, resource/gnu/java/locale/LocaleInformation_bg_BG.properties, resource/gnu/java/locale/LocaleInformation_bg.properties, resource/gnu/java/locale/LocaleInformation_bn_IN.properties, resource/gnu/java/locale/LocaleInformation_bn.properties, resource/gnu/java/locale/LocaleInformation_ca_ES.properties, resource/gnu/java/locale/LocaleInformation_ca.properties, resource/gnu/java/locale/LocaleInformation_cs_CZ.properties, resource/gnu/java/locale/LocaleInformation_cs.properties, resource/gnu/java/locale/LocaleInformation_cy_GB.properties, resource/gnu/java/locale/LocaleInformation_cy.properties, resource/gnu/java/locale/LocaleInformation_da_DK.properties, resource/gnu/java/locale/LocaleInformation_da.properties, resource/gnu/java/locale/LocaleInformation_de_AT.properties, resource/gnu/java/locale/LocaleInformation_de_BE.properties, resource/gnu/java/locale/LocaleInformation_de_CH.properties, resource/gnu/java/locale/LocaleInformation_de_DE.properties, resource/gnu/java/locale/LocaleInformation_de_LI.properties, resource/gnu/java/locale/LocaleInformation_de_LU.properties, resource/gnu/java/locale/LocaleInformation_de.properties, resource/gnu/java/locale/LocaleInformation_dv_MV.properties, resource/gnu/java/locale/LocaleInformation_dv.properties, resource/gnu/java/locale/LocaleInformation_dz_BT.properties, resource/gnu/java/locale/LocaleInformation_dz.properties, resource/gnu/java/locale/LocaleInformation_el_GR.properties, resource/gnu/java/locale/LocaleInformation_el.properties, resource/gnu/java/locale/LocaleInformation_en_AS.properties, resource/gnu/java/locale/LocaleInformation_en_AU.properties, resource/gnu/java/locale/LocaleInformation_en_BE.properties, resource/gnu/java/locale/LocaleInformation_en_BW.properties, resource/gnu/java/locale/LocaleInformation_en_BZ.properties, resource/gnu/java/locale/LocaleInformation_en_CA.properties, resource/gnu/java/locale/LocaleInformation_en_GB.properties, resource/gnu/java/locale/LocaleInformation_en_GU.properties, resource/gnu/java/locale/LocaleInformation_en_HK.properties, resource/gnu/java/locale/LocaleInformation_en_IE.properties, resource/gnu/java/locale/LocaleInformation_en_IN.properties, resource/gnu/java/locale/LocaleInformation_en_MH.properties, resource/gnu/java/locale/LocaleInformation_en_MP.properties, resource/gnu/java/locale/LocaleInformation_en_MT.properties, resource/gnu/java/locale/LocaleInformation_en_NZ.properties, resource/gnu/java/locale/LocaleInformation_en_PH.properties, resource/gnu/java/locale/LocaleInformation_en_PK.properties, resource/gnu/java/locale/LocaleInformation_en.properties, resource/gnu/java/locale/LocaleInformation_en_SG.properties, resource/gnu/java/locale/LocaleInformation_en_UM.properties, resource/gnu/java/locale/LocaleInformation_en_US_POSIX.properties, resource/gnu/java/locale/LocaleInformation_en_US.properties, resource/gnu/java/locale/LocaleInformation_en_VI.properties, resource/gnu/java/locale/LocaleInformation_en_ZA.properties, resource/gnu/java/locale/LocaleInformation_en_ZW.properties, resource/gnu/java/locale/LocaleInformation_eo.properties, resource/gnu/java/locale/LocaleInformation_es_AR.properties, resource/gnu/java/locale/LocaleInformation_es_BO.properties, resource/gnu/java/locale/LocaleInformation_es_CL.properties, resource/gnu/java/locale/LocaleInformation_es_CO.properties, resource/gnu/java/locale/LocaleInformation_es_CR.properties, resource/gnu/java/locale/LocaleInformation_es_DO.properties, resource/gnu/java/locale/LocaleInformation_es_EC.properties, resource/gnu/java/locale/LocaleInformation_es_ES.properties, resource/gnu/java/locale/LocaleInformation_es_GT.properties, resource/gnu/java/locale/LocaleInformation_es_HN.properties, resource/gnu/java/locale/LocaleInformation_es_MX.properties, resource/gnu/java/locale/LocaleInformation_es_NI.properties, resource/gnu/java/locale/LocaleInformation_es_PA.properties, resource/gnu/java/locale/LocaleInformation_es_PE.properties, resource/gnu/java/locale/LocaleInformation_es.properties, resource/gnu/java/locale/LocaleInformation_es_PR.properties, resource/gnu/java/locale/LocaleInformation_es_PY.properties, resource/gnu/java/locale/LocaleInformation_es_SV.properties, resource/gnu/java/locale/LocaleInformation_es_US.properties, resource/gnu/java/locale/LocaleInformation_es_UY.properties, resource/gnu/java/locale/LocaleInformation_es_VE.properties, resource/gnu/java/locale/LocaleInformation_et_EE.properties, resource/gnu/java/locale/LocaleInformation_et.properties, resource/gnu/java/locale/LocaleInformation_eu_ES.properties, resource/gnu/java/locale/LocaleInformation_eu.properties, resource/gnu/java/locale/LocaleInformation_fa_AF.properties, resource/gnu/java/locale/LocaleInformation_fa_IR.properties, resource/gnu/java/locale/LocaleInformation_fa.properties, resource/gnu/java/locale/LocaleInformation_fi_FI.properties, resource/gnu/java/locale/LocaleInformation_fi.properties, resource/gnu/java/locale/LocaleInformation_fo_FO.properties, resource/gnu/java/locale/LocaleInformation_fo.properties, resource/gnu/java/locale/LocaleInformation_fr_BE.properties, resource/gnu/java/locale/LocaleInformation_fr_CA.properties, resource/gnu/java/locale/LocaleInformation_fr_CH.properties, resource/gnu/java/locale/LocaleInformation_fr_LU.properties, resource/gnu/java/locale/LocaleInformation_fr.properties, resource/gnu/java/locale/LocaleInformation_ga_IE.properties, resource/gnu/java/locale/LocaleInformation_ga.properties, resource/gnu/java/locale/LocaleInformation_gl_ES.properties, resource/gnu/java/locale/LocaleInformation_gl.properties, resource/gnu/java/locale/LocaleInformation_gu_IN.properties, resource/gnu/java/locale/LocaleInformation_gu.properties, resource/gnu/java/locale/LocaleInformation_gv_GB.properties, resource/gnu/java/locale/LocaleInformation_gv.properties, resource/gnu/java/locale/LocaleInformation_he_IL.properties, resource/gnu/java/locale/LocaleInformation_he.properties, resource/gnu/java/locale/LocaleInformation_hi_IN.properties, resource/gnu/java/locale/LocaleInformation_hi.properties, resource/gnu/java/locale/LocaleInformation_hr.properties, resource/gnu/java/locale/LocaleInformation_hu_HU.properties, resource/gnu/java/locale/LocaleInformation_hu.properties, resource/gnu/java/locale/LocaleInformation_hy_AM.properties, resource/gnu/java/locale/LocaleInformation_hy_AM_REVISED.properties, resource/gnu/java/locale/LocaleInformation_hy.properties, resource/gnu/java/locale/LocaleInformation_id_ID.properties, resource/gnu/java/locale/LocaleInformation_id.properties, resource/gnu/java/locale/LocaleInformation_is_IS.properties, resource/gnu/java/locale/LocaleInformation_is.properties, resource/gnu/java/locale/LocaleInformation_it_CH.properties, resource/gnu/java/locale/LocaleInformation_it_IT.properties, resource/gnu/java/locale/LocaleInformation_it.properties, resource/gnu/java/locale/LocaleInformation_iu.properties, resource/gnu/java/locale/LocaleInformation_ja_JP.properties, resource/gnu/java/locale/LocaleInformation_ja.properties, resource/gnu/java/locale/LocaleInformation_ka.properties, resource/gnu/java/locale/LocaleInformation_kk_KZ.properties, resource/gnu/java/locale/LocaleInformation_kk.properties, resource/gnu/java/locale/LocaleInformation_kl_GL.properties, resource/gnu/java/locale/LocaleInformation_kl.properties, resource/gnu/java/locale/LocaleInformation_km_KH.properties, resource/gnu/java/locale/LocaleInformation_km.properties, resource/gnu/java/locale/LocaleInformation_kn_IN.properties, resource/gnu/java/locale/LocaleInformation_kn.properties, resource/gnu/java/locale/LocaleInformation_ko_KR.properties, resource/gnu/java/locale/LocaleInformation_ko.properties, resource/gnu/java/locale/LocaleInformation_kw_GB.properties, resource/gnu/java/locale/LocaleInformation_kw.properties, resource/gnu/java/locale/LocaleInformation_ky.properties, resource/gnu/java/locale/LocaleInformation_lo_LA.properties, resource/gnu/java/locale/LocaleInformation_lo.properties, resource/gnu/java/locale/LocaleInformation_lt_LT.properties, resource/gnu/java/locale/LocaleInformation_lt.properties, resource/gnu/java/locale/LocaleInformation_lv_LV.properties, resource/gnu/java/locale/LocaleInformation_lv.properties, resource/gnu/java/locale/LocaleInformation_mk.properties, resource/gnu/java/locale/LocaleInformation_ml_IN.properties, resource/gnu/java/locale/LocaleInformation_ml.properties, resource/gnu/java/locale/LocaleInformation_mn_MN.properties, resource/gnu/java/locale/LocaleInformation_mn.properties, resource/gnu/java/locale/LocaleInformation_mr_IN.properties, resource/gnu/java/locale/LocaleInformation_mr.properties, resource/gnu/java/locale/LocaleInformation_ms_BN.properties, resource/gnu/java/locale/LocaleInformation_ms_MY.properties, resource/gnu/java/locale/LocaleInformation_ms.properties, resource/gnu/java/locale/LocaleInformation_mt_MT.properties, resource/gnu/java/locale/LocaleInformation_mt.properties, resource/gnu/java/locale/LocaleInformation_nb_NO.properties, resource/gnu/java/locale/LocaleInformation_nb.properties, resource/gnu/java/locale/LocaleInformation_nl_BE.properties, resource/gnu/java/locale/LocaleInformation_nl_NL.properties, resource/gnu/java/locale/LocaleInformation_nl.properties, resource/gnu/java/locale/LocaleInformation_nn_NO.properties, resource/gnu/java/locale/LocaleInformation_nn.properties, resource/gnu/java/locale/LocaleInformation_om_ET.properties, resource/gnu/java/locale/LocaleInformation_om_KE.properties, resource/gnu/java/locale/LocaleInformation_om.properties, resource/gnu/java/locale/LocaleInformation_or_IN.properties, resource/gnu/java/locale/LocaleInformation_or.properties, resource/gnu/java/locale/LocaleInformation_pa_IN.properties, resource/gnu/java/locale/LocaleInformation_pa.properties, resource/gnu/java/locale/LocaleInformation_pl_PL.properties, resource/gnu/java/locale/LocaleInformation_pl.properties, resource/gnu/java/locale/LocaleInformation.properties, resource/gnu/java/locale/LocaleInformation_ps_AF.properties, resource/gnu/java/locale/LocaleInformation_ps.properties, resource/gnu/java/locale/LocaleInformation_pt_BR.properties, resource/gnu/java/locale/LocaleInformation_pt.properties, resource/gnu/java/locale/LocaleInformation_pt_PT.properties, resource/gnu/java/locale/LocaleInformation_ro.properties, resource/gnu/java/locale/LocaleInformation_ro_RO.properties, resource/gnu/java/locale/LocaleInformation_ru.properties, resource/gnu/java/locale/LocaleInformation_ru_RU.properties, resource/gnu/java/locale/LocaleInformation_ru_UA.properties, resource/gnu/java/locale/LocaleInformation_sa_IN.properties, resource/gnu/java/locale/LocaleInformation_sa.properties, resource/gnu/java/locale/LocaleInformation_sk.properties, resource/gnu/java/locale/LocaleInformation_sk_SK.properties, resource/gnu/java/locale/LocaleInformation_sl.properties, resource/gnu/java/locale/LocaleInformation_so_DJ.properties, resource/gnu/java/locale/LocaleInformation_so_ET.properties, resource/gnu/java/locale/LocaleInformation_so_KE.properties, resource/gnu/java/locale/LocaleInformation_so.properties, resource/gnu/java/locale/LocaleInformation_so_SO.properties, resource/gnu/java/locale/LocaleInformation_sq_AL.properties, resource/gnu/java/locale/LocaleInformation_sq.properties, resource/gnu/java/locale/LocaleInformation_sr_Latn.properties, resource/gnu/java/locale/LocaleInformation_sr.properties, resource/gnu/java/locale/LocaleInformation_sv_FI.properties, resource/gnu/java/locale/LocaleInformation_sv.properties, resource/gnu/java/locale/LocaleInformation_sv_SE.properties, resource/gnu/java/locale/LocaleInformation_sw_KE.properties, resource/gnu/java/locale/LocaleInformation_sw.properties, resource/gnu/java/locale/LocaleInformation_sw_TZ.properties, resource/gnu/java/locale/LocaleInformation_ta_IN.properties, resource/gnu/java/locale/LocaleInformation_ta.properties, resource/gnu/java/locale/LocaleInformation_te_IN.properties, resource/gnu/java/locale/LocaleInformation_te.properties, resource/gnu/java/locale/LocaleInformation_th.properties, resource/gnu/java/locale/LocaleInformation_th_TH.properties, resource/gnu/java/locale/LocaleInformation_ti_ER.properties, resource/gnu/java/locale/LocaleInformation_ti_ET.properties, resource/gnu/java/locale/LocaleInformation_ti.properties, resource/gnu/java/locale/LocaleInformation_tr.properties, resource/gnu/java/locale/LocaleInformation_tr_TR.properties, resource/gnu/java/locale/LocaleInformation_tt.properties, resource/gnu/java/locale/LocaleInformation_tt_RU.properties, resource/gnu/java/locale/LocaleInformation_uk.properties, resource/gnu/java/locale/LocaleInformation_uk_UA.properties, resource/gnu/java/locale/LocaleInformation_ur.properties, resource/gnu/java/locale/LocaleInformation_uz_AF.properties, resource/gnu/java/locale/LocaleInformation_uz.properties, resource/gnu/java/locale/LocaleInformation_vi.properties, resource/gnu/java/locale/LocaleInformation_zh_CN_Hans.properties, resource/gnu/java/locale/LocaleInformation_zh_Hant.properties, resource/gnu/java/locale/LocaleInformation_zh_HK_Hant.properties, resource/gnu/java/locale/LocaleInformation_zh_MO_Hant.properties, resource/gnu/java/locale/LocaleInformation_zh.properties, resource/gnu/java/locale/LocaleInformation_zh_SG_Hans.properties, resource/gnu/java/locale/LocaleInformation_zh_TW_Hant.properties: New files. * gnu/java/locale/LocaleInformation_aa_DJ.java, gnu/java/locale/LocaleInformation_aa_ER.java, gnu/java/locale/LocaleInformation_aa_ER_SAAHO.java, gnu/java/locale/LocaleInformation_aa_ET.java, gnu/java/locale/LocaleInformation_aa.java, gnu/java/locale/LocaleInformation_af.java, gnu/java/locale/LocaleInformation_af_ZA.java, gnu/java/locale/LocaleInformation_am_ET.java, gnu/java/locale/LocaleInformation_am.java, gnu/java/locale/LocaleInformation_ar_DZ.java, gnu/java/locale/LocaleInformation_ar_IN.java, gnu/java/locale/LocaleInformation_ar_IQ.java, gnu/java/locale/LocaleInformation_ar.java, gnu/java/locale/LocaleInformation_ar_JO.java, gnu/java/locale/LocaleInformation_ar_KW.java, gnu/java/locale/LocaleInformation_ar_LB.java, gnu/java/locale/LocaleInformation_ar_LY.java, gnu/java/locale/LocaleInformation_ar_MA.java, gnu/java/locale/LocaleInformation_ar_QA.java, gnu/java/locale/LocaleInformation_ar_SA.java, gnu/java/locale/LocaleInformation_ar_SY.java, gnu/java/locale/LocaleInformation_ar_TN.java, gnu/java/locale/LocaleInformation_ar_YE.java, gnu/java/locale/LocaleInformation_as_IN.java, gnu/java/locale/LocaleInformation_as.java, gnu/java/locale/LocaleInformation_az_Cyrl.java, gnu/java/locale/LocaleInformation_az.java, gnu/java/locale/LocaleInformation_be_BY.java, gnu/java/locale/LocaleInformation_be.java, gnu/java/locale/LocaleInformation_bg_BG.java, gnu/java/locale/LocaleInformation_bg.java, gnu/java/locale/LocaleInformation_bn_IN.java, gnu/java/locale/LocaleInformation_bn.java, gnu/java/locale/LocaleInformation_br_FR.java, gnu/java/locale/LocaleInformation_bs_BA.java, gnu/java/locale/LocaleInformation_byn_ER.java, gnu/java/locale/LocaleInformation_byn.java, gnu/java/locale/LocaleInformation_ca_ES.java, gnu/java/locale/LocaleInformation_ca.java, gnu/java/locale/LocaleInformation_cs_CZ.java, gnu/java/locale/LocaleInformation_cs.java, gnu/java/locale/LocaleInformation_cy_GB.java, gnu/java/locale/LocaleInformation_cy.java, gnu/java/locale/LocaleInformation_da_DK.java, gnu/java/locale/LocaleInformation_da.java, gnu/java/locale/LocaleInformation_de_AT.java, gnu/java/locale/LocaleInformation_de_BE.java, gnu/java/locale/LocaleInformation_de_CH.java, gnu/java/locale/LocaleInformation_de_DE.java, gnu/java/locale/LocaleInformation_de.java, gnu/java/locale/LocaleInformation_de_LI.java, gnu/java/locale/LocaleInformation_de_LU.java, gnu/java/locale/LocaleInformation_dv.java, gnu/java/locale/LocaleInformation_dv_MV.java, gnu/java/locale/LocaleInformation_dz_BT.java, gnu/java/locale/LocaleInformation_dz.java, gnu/java/locale/LocaleInformation_el_GR.java, gnu/java/locale/LocaleInformation_el.java, gnu/java/locale/LocaleInformation_en_AS.java, gnu/java/locale/LocaleInformation_en_AU.java, gnu/java/locale/LocaleInformation_en_BE.java, gnu/java/locale/LocaleInformation_en_BW.java, gnu/java/locale/LocaleInformation_en_BZ.java, gnu/java/locale/LocaleInformation_en_CA.java, gnu/java/locale/LocaleInformation_en_DK.java, gnu/java/locale/LocaleInformation_en_GB.java, gnu/java/locale/LocaleInformation_en_GU.java, gnu/java/locale/LocaleInformation_en_HK.java, gnu/java/locale/LocaleInformation_en_IE.java, gnu/java/locale/LocaleInformation_en_IN.java, gnu/java/locale/LocaleInformation_en.java, gnu/java/locale/LocaleInformation_en_MH.java, gnu/java/locale/LocaleInformation_en_MP.java, gnu/java/locale/LocaleInformation_en_MT.java, gnu/java/locale/LocaleInformation_en_NZ.java, gnu/java/locale/LocaleInformation_en_PH.java, gnu/java/locale/LocaleInformation_en_PK.java, gnu/java/locale/LocaleInformation_en_SG.java, gnu/java/locale/LocaleInformation_en_UM.java, gnu/java/locale/LocaleInformation_en_US.java, gnu/java/locale/LocaleInformation_en_US_POSIX.java, gnu/java/locale/LocaleInformation_en_VI.java, gnu/java/locale/LocaleInformation_en_ZA.java, gnu/java/locale/LocaleInformation_en_ZW.java, gnu/java/locale/LocaleInformation_eo.java, gnu/java/locale/LocaleInformation_es_AR.java, gnu/java/locale/LocaleInformation_es_BO.java, gnu/java/locale/LocaleInformation_es_CL.java, gnu/java/locale/LocaleInformation_es_CO.java, gnu/java/locale/LocaleInformation_es_CR.java, gnu/java/locale/LocaleInformation_es_DO.java, gnu/java/locale/LocaleInformation_es_EC.java, gnu/java/locale/LocaleInformation_es_ES.java, gnu/java/locale/LocaleInformation_es_GT.java, gnu/java/locale/LocaleInformation_es_HN.java, gnu/java/locale/LocaleInformation_es.java, gnu/java/locale/LocaleInformation_es_MX.java, gnu/java/locale/LocaleInformation_es_NI.java, gnu/java/locale/LocaleInformation_es_PA.java, gnu/java/locale/LocaleInformation_es_PE.java, gnu/java/locale/LocaleInformation_es_PR.java, gnu/java/locale/LocaleInformation_es_PY.java, gnu/java/locale/LocaleInformation_es_SV.java, gnu/java/locale/LocaleInformation_es_US.java, gnu/java/locale/LocaleInformation_es_UY.java, gnu/java/locale/LocaleInformation_es_VE.java, gnu/java/locale/LocaleInformation_et_EE.java, gnu/java/locale/LocaleInformation_et.java, gnu/java/locale/LocaleInformation_eu_ES.java, gnu/java/locale/LocaleInformation_eu.java, gnu/java/locale/LocaleInformation_fa_AF.java, gnu/java/locale/LocaleInformation_fa_IR.java, gnu/java/locale/LocaleInformation_fa.java, gnu/java/locale/LocaleInformation_fi_FI.java, gnu/java/locale/LocaleInformation_fi.java, gnu/java/locale/LocaleInformation_fo_FO.java, gnu/java/locale/LocaleInformation_fo.java, gnu/java/locale/LocaleInformation_fr_BE.java, gnu/java/locale/LocaleInformation_fr_CA.java, gnu/java/locale/LocaleInformation_fr_CH.java, gnu/java/locale/LocaleInformation_fr.java, gnu/java/locale/LocaleInformation_fr_LU.java, gnu/java/locale/LocaleInformation_ga_IE.java, gnu/java/locale/LocaleInformation_ga.java, gnu/java/locale/LocaleInformation_gez_ER.java, gnu/java/locale/LocaleInformation_gez_ET.java, gnu/java/locale/LocaleInformation_gez.java, gnu/java/locale/LocaleInformation_gl_ES.java, gnu/java/locale/LocaleInformation_gl.java, gnu/java/locale/LocaleInformation_gu_IN.java, gnu/java/locale/LocaleInformation_gu.java, gnu/java/locale/LocaleInformation_gv_GB.java, gnu/java/locale/LocaleInformation_gv.java, gnu/java/locale/LocaleInformation_haw.java, gnu/java/locale/LocaleInformation_haw_US.java, gnu/java/locale/LocaleInformation_he_IL.java, gnu/java/locale/LocaleInformation_he.java, gnu/java/locale/LocaleInformation_hi_IN.java, gnu/java/locale/LocaleInformation_hi.java, gnu/java/locale/LocaleInformation_hr.java, gnu/java/locale/LocaleInformation_hu_HU.java, gnu/java/locale/LocaleInformation_hu.java, gnu/java/locale/LocaleInformation_hy_AM.java, gnu/java/locale/LocaleInformation_hy_AM_REVISED.java, gnu/java/locale/LocaleInformation_hy.java, gnu/java/locale/LocaleInformation_id_ID.java, gnu/java/locale/LocaleInformation_id.java, gnu/java/locale/LocaleInformation_is_IS.java, gnu/java/locale/LocaleInformation_is.java, gnu/java/locale/LocaleInformation_it_CH.java, gnu/java/locale/LocaleInformation_it_IT.java, gnu/java/locale/LocaleInformation_it.java, gnu/java/locale/LocaleInformation_iu.java, gnu/java/locale/LocaleInformation_iw_IL.java, gnu/java/locale/LocaleInformation_ja.java, gnu/java/locale/LocaleInformation_ja_JP.java, gnu/java/locale/LocaleInformation.java, gnu/java/locale/LocaleInformation_ka.java, gnu/java/locale/LocaleInformation_kk.java, gnu/java/locale/LocaleInformation_kk_KZ.java, gnu/java/locale/LocaleInformation_kl_GL.java, gnu/java/locale/LocaleInformation_kl.java, gnu/java/locale/LocaleInformation_km.java, gnu/java/locale/LocaleInformation_km_KH.java, gnu/java/locale/LocaleInformation_kn_IN.java, gnu/java/locale/LocaleInformation_kn.java, gnu/java/locale/LocaleInformation_ko.java, gnu/java/locale/LocaleInformation_kok_IN.java, gnu/java/locale/LocaleInformation_kok.java, gnu/java/locale/LocaleInformation_ko_KR.java, gnu/java/locale/LocaleInformation_kw_GB.java, gnu/java/locale/LocaleInformation_kw.java, gnu/java/locale/LocaleInformation_ky.java, gnu/java/locale/LocaleInformation_lo.java, gnu/java/locale/LocaleInformation_lo_LA.java, gnu/java/locale/LocaleInformation_lt.java, gnu/java/locale/LocaleInformation_lt_LT.java, gnu/java/locale/LocaleInformation_lv.java, gnu/java/locale/LocaleInformation_lv_LV.java, gnu/java/locale/LocaleInformation_mk.java, gnu/java/locale/LocaleInformation_ml_IN.java, gnu/java/locale/LocaleInformation_ml.java, gnu/java/locale/LocaleInformation_mn.java, gnu/java/locale/LocaleInformation_mn_MN.java, gnu/java/locale/LocaleInformation_mr_IN.java, gnu/java/locale/LocaleInformation_mr.java, gnu/java/locale/LocaleInformation_ms_BN.java, gnu/java/locale/LocaleInformation_ms.java, gnu/java/locale/LocaleInformation_ms_MY.java, gnu/java/locale/LocaleInformation_mt.java, gnu/java/locale/LocaleInformation_mt_MT.java, gnu/java/locale/LocaleInformation_nb.java, gnu/java/locale/LocaleInformation_nb_NO.java, gnu/java/locale/LocaleInformation_nl_BE.java, gnu/java/locale/LocaleInformation_nl.java, gnu/java/locale/LocaleInformation_nl_NL.java, gnu/java/locale/LocaleInformation_nn.java, gnu/java/locale/LocaleInformation_nn_NO.java, gnu/java/locale/LocaleInformation_no_NO.java, gnu/java/locale/LocaleInformation_oc_FR.java, gnu/java/locale/LocaleInformation_om_ET.java, gnu/java/locale/LocaleInformation_om.java, gnu/java/locale/LocaleInformation_om_KE.java, gnu/java/locale/LocaleInformation_or_IN.java, gnu/java/locale/LocaleInformation_or.java, gnu/java/locale/LocaleInformation_pa_IN.java, gnu/java/locale/LocaleInformation_pa.java, gnu/java/locale/LocaleInformation_pl.java, gnu/java/locale/LocaleInformation_pl_PL.java, gnu/java/locale/LocaleInformation_ps_AF.java, gnu/java/locale/LocaleInformation_ps.java, gnu/java/locale/LocaleInformation_pt_BR.java, gnu/java/locale/LocaleInformation_pt.java, gnu/java/locale/LocaleInformation_pt_PT.java, gnu/java/locale/LocaleInformation_ro.java, gnu/java/locale/LocaleInformation_ro_RO.java, gnu/java/locale/LocaleInformation_ru.java, gnu/java/locale/LocaleInformation_ru_RU.java, gnu/java/locale/LocaleInformation_ru_UA.java, gnu/java/locale/LocaleInformation_sa_IN.java, gnu/java/locale/LocaleInformation_sa.java, gnu/java/locale/LocaleInformation_se_NO.java, gnu/java/locale/LocaleInformation_sid_ET.java, gnu/java/locale/LocaleInformation_sid.java, gnu/java/locale/LocaleInformation_sk.java, gnu/java/locale/LocaleInformation_sk_SK.java, gnu/java/locale/LocaleInformation_sl.java, gnu/java/locale/LocaleInformation_so_DJ.java, gnu/java/locale/LocaleInformation_so_ET.java, gnu/java/locale/LocaleInformation_so.java, gnu/java/locale/LocaleInformation_so_KE.java, gnu/java/locale/LocaleInformation_so_SO.java, gnu/java/locale/LocaleInformation_sq_AL.java, gnu/java/locale/LocaleInformation_sq.java, gnu/java/locale/LocaleInformation_sr.java, gnu/java/locale/LocaleInformation_sr_Latn.java, gnu/java/locale/LocaleInformation_sv_FI.java, gnu/java/locale/LocaleInformation_sv.java, gnu/java/locale/LocaleInformation_sv_SE.java, gnu/java/locale/LocaleInformation_sw.java, gnu/java/locale/LocaleInformation_sw_KE.java, gnu/java/locale/LocaleInformation_sw_TZ.java, gnu/java/locale/LocaleInformation_syr.java, gnu/java/locale/LocaleInformation_syr_SY.java, gnu/java/locale/LocaleInformation_ta_IN.java, gnu/java/locale/LocaleInformation_ta.java, gnu/java/locale/LocaleInformation_te_IN.java, gnu/java/locale/LocaleInformation_te.java, gnu/java/locale/LocaleInformation_tg_TJ.java, gnu/java/locale/LocaleInformation_th.java, gnu/java/locale/LocaleInformation_th_TH.java, gnu/java/locale/LocaleInformation_ti_ER.java, gnu/java/locale/LocaleInformation_ti_ET.java, gnu/java/locale/LocaleInformation_tig_ER.java, gnu/java/locale/LocaleInformation_tig.java, gnu/java/locale/LocaleInformation_ti.java, gnu/java/locale/LocaleInformation_tr.java, gnu/java/locale/LocaleInformation_tr_TR.java, gnu/java/locale/LocaleInformation_tt.java, gnu/java/locale/LocaleInformation_tt_RU.java, gnu/java/locale/LocaleInformation_uk.java, gnu/java/locale/LocaleInformation_uk_UA.java, gnu/java/locale/LocaleInformation_ur.java, gnu/java/locale/LocaleInformation_uz_AF.java, gnu/java/locale/LocaleInformation_uz.java, gnu/java/locale/LocaleInformation_vi.java, gnu/java/locale/LocaleInformation_wal_ET.java, gnu/java/locale/LocaleInformation_wal.java, gnu/java/locale/LocaleInformation_zh_CN_Hans.java, gnu/java/locale/LocaleInformation_zh_Hant.java, gnu/java/locale/LocaleInformation_zh_HK_Hant.java, gnu/java/locale/LocaleInformation_zh.java, gnu/java/locale/LocaleInformation_zh_MO_Hant.java, gnu/java/locale/LocaleInformation_zh_SG_Hans.java, gnu/java/locale/LocaleInformation_zh_TW_Hant.java: Removed. 2005-05-18 Thomas Fitzsimmons <fitzsim@redhat.com> * java/awt/Window.java (createBufferStrategy): Remove unnecessary try-catch blocks. * java/awt/Canvas.java (createBufferStrategy): Likewise. * gnu
* 2005-05-05 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2005-05-061-0/+22
| | | | | | | * java/lang/Class.java: (getSimpleName()): Implemented. * vm/reference/java/lang/VMClass.java: (getSimpleName()): Reference implementation.