summaryrefslogtreecommitdiff
path: root/libjava
Commit message (Collapse)AuthorAgeFilesLines
* 2003-05-10 Michael Koch <konqueror@gmx.de>mkoch2003-05-107-13/+35
| | | | | | | | | | | | | | | | | | | | | | | | | * java/nio/CharBuffer.java (offset): Make it package-private. (backing_buffer): Likewise. * java/nio/DoubleBuffer.java (offset): Make it package-private. (backing_buffer): Likewise. (put): Reformatted. * java/nio/FloatBuffer.java (offset): Make it package-private. (backing_buffer): Likewise. * java/nio/IntBuffer.java (offset): Make it package-private. (backing_buffer): Likewise. * java/nio/LongBuffer.java (offset): Make it package-private. (backing_buffer): Likewise. * java/nio/ShortBuffer.java (offset): Make it package-private. (backing_buffer): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66657 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-05-10 Michael Koch <konqueror@gmx.de>mkoch2003-05-102-3/+15
| | | | | | | | | | * java/nio/CharBuffer.java (put): Fixed precondtion check. (toString): Make it work without backing array. (put): Skip one level of method calling. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66656 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-05-10 Michael Koch <konqueror@gmx.de>mkoch2003-05-1015-14/+35
| | | | | | | | | | | | | | | | | | | | | * java/security/Identity.java, java/security/IdentityScope.java, java/security/Key.java, java/security/KeyPair.java, java/security/PrivateKey.java, java/security/Provider.java, java/security/PublicKey.java, java/security/SecureRandom.java, java/security/SecureRandomSpi.java, java/security/SignedObject.java, java/security/Signer.java, java/security/cert/Certificate.java, java/security/cert/PKIXCertPathBuilderResult.java, java/security/cert/X509Certificate.java: New versions from classpath. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66655 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in: Rebuilt.tromey2003-05-098-190/+18
| | | | | | | | | | | | * Makefile.am (nat_source_files): Removed old files. * gnu/java/nio/natDoubleBufferImpl.cc: Removed. * gnu/java/nio/natFloatBufferImpl.cc: Removed. * gnu/java/nio/natIntBufferImpl.cc: Removed. * gnu/java/nio/natLongBufferImpl.cc: Removed. * gnu/java/nio/natShortBufferImpl.cc: Removed. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66640 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-05-09 Michael Koch <konqueror@gmx.de>mkoch2003-05-0910-269/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/java/nio/ByteBufferImpl.java (nio_cast): Removed. (ByteBufferImpl): Removed. (nio_get_Byte): Removed. (nio_put_Byte): Removed. (asByteBuffer): Removed. (asCharBuffer): Removed implementation and throw exception. (asShortBuffer): Likewise. (asIntBuffer): Likewise. (asLongBuffer): Likewise. (asFloatBuffer): Likewise. (asDoubleBuffer): Likewise. * gnu/java/nio/CharBufferImpl.java (CharBufferImpl): Removed. (nio_get_Byte): Removed. (nio_put_Byte): Removed. (asByteBuffer): Removed. * gnu/java/nio/DoubleBufferImpl.java (DoubleBufferImpl): Removed. (nio_get_Byte): Removed. (nio_put_Byte): Removed. (asByteBuffer): Removed. * gnu/java/nio/FloatBufferImpl.java (FloatBufferImpl): Removed. (nio_get_Byte): Removed. (nio_put_Byte): Removed. (asByteBuffer): Removed. * gnu/java/nio/IntBufferImpl.java (IntBufferImpl): Removed. (nio_get_Byte): Removed. (nio_put_Byte): Removed. (asByteBuffer): Removed. * gnu/java/nio/LongBufferImpl.java (LongBufferImpl): Removed. (nio_get_Byte): Removed. (nio_put_Byte): Removed. (asByteBuffer): Removed. * gnu/java/nio/ShortBufferImpl.java (ShortBufferImpl): Removed. (nio_get_Byte): Removed. (nio_put_Byte): Removed. (asByteBuffer): Removed. * gnu/java/nio/natByteBufferImpl.cc (nio_cast): Removed. (nio_get_Byte): Removed. (nio_put_Byte): Removed. * gnu/java/nio/natCharBufferImpl.cc (nio_get_Byte): Removed. (nio_put_Byte): Removed. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66626 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-05-09 Michael Koch <konqueror@gmx.de>mkoch2003-05-093-9/+31
| | | | | | | | | | | | | | | * java/net/JarURLConnection.java (getJarEntry): Merged documentation from classpath. (getJarFile): Likewise. (getMainAttributes): Likewise. (getAttributes): Likewise. (getManifest): Likewise. (getCertificates): Reformatted. * java/net/URLConnection.java: Little classpath merge. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66625 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-05-09 Michael Koch <konqueror@gmx.de>mkoch2003-05-094-26/+128
| | | | | | | | | | | | | | | | | | | | | * java/io/DataOutputStream.java (writeShort): Made it synchronized. (writeChar): Likewise. (writeInt): Likewise. (writeLong): Liekwise. (writeUTF): Made it synchronized, renamed argument to match classpath. * java/io/InputStreamReader.java (converter): Added documentation. (read): Merged documentation from classpath. * java/io/OutputStreamWriter.java (OutputStreamWriter): Merged documentation from classpath. (close): Reformatted. (getEncoding): Likewise. (flush): Likewise. (write): Merged documentation from classpath, reformatted. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66624 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.host <powerpc64*-*>: Set with_libffi_default andtromey2003-05-082-2/+7
| | | | | | | libgcj_interpreter to "yes". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66609 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-05-08 Scott Gilbertson <scottg@mantatest.com>tromey2003-05-082-8/+4
| | | | | | | * gnu/gcj/xlib/natGC.cc (drawString): Removed obsolete code. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66608 138bc75d-0d04-0410-961f-82ee72b054a4
* * verify.cc: Reverted previous patch.tromey2003-05-072-2/+64
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66548 138bc75d-0d04-0410-961f-82ee72b054a4
* * libjava.lang/verify.java: New file.tromey2003-05-073-0/+25
| | | | | | | * libjava.lang/verify.out: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66547 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-05-06 Michael Koch <konqueror@gmx.de>mkoch2003-05-066-98/+304
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * java/io/DataOutputStream.java (write): Renamed argument to "value", merged documentation from classpath. (writeBoolean): Likewise. (writeByte): Likewise. (writeShort): Likewise. (writeChar): Likewise. (writeInt): Likewise. (writeLong): Likewise. (writeFloat): Likewise. (writeDouble): Likewise. (writeBytes): Likewise. (writeChars): Likewise. (writeUTF): Likewise. * java/io/File.java (performDelete): Added documentation. (performList): Likewise. (performMkdir): Likewise. (performSetReadOnly): Likewise. (performRenameTo): Likewise. (performSetLastModified): Likewise. (delete): Made it sychronized. (renameTo): Made it sychronized. (equals): Reformatted. (isHidden): Likewise. (listFiles): Likewise. (setReadOnly): Likewise. (listRoots): Likewise. (setLastModified): Likewise. (checkRead): Likewise. (checkWrite): Likewise. * java/io/FileInputStream.java (skip): Made it sychronized, merged from classpath. * java/io/FileOutputStream.java (write): Merged from classpath. * java/io/InputStreamReader.java: (InputStreamReader): Merged documentation from classpath. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66520 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-05-05 Michael Koch <konqueror@gmx.de>mkoch2003-05-052-9/+16
| | | | | | | | | | | | | * java/net/NetworkInterface.java (networkInterfaces): Removed. (getByName): Use getRealNetworkInterfaces() instead of networkInterfaces. (getByInetAddress): Likewise. (getNetworkInterfaces): Likewise. (toString): Fix output of addresses of an interface. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66500 138bc75d-0d04-0410-961f-82ee72b054a4
* Fixed wrong changelog entrymkoch2003-05-051-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66479 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-05-04 Michael Koch <konqueror@gmx.de>mkoch2003-05-052-49/+71
| | | | | | | | * java/io/DataInputStream.java: Reordered methods to match libgcj. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66478 138bc75d-0d04-0410-961f-82ee72b054a4
* Forgot to add this to commit line on 2003/05/02. Its in Changelog already.mkoch2003-05-051-1/+0
| | | | | | | | | | >2003-05-02 Michael Koch <konqueror@gmx.de> > > * java/net/URI.java > (create): Doesnt throws any exceptions. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66474 138bc75d-0d04-0410-961f-82ee72b054a4
* * gnu/awt/gtk/GtkButtonPeer.java: Fix misspelling ofkraai2003-05-041-0/+16
| | | | | | | | | | | | | | | | | | "version". * gnu/awt/gtk/GtkComponentPeer.java: Likewise. * gnu/awt/gtk/GtkContainerPeer.java: Likewise. * gnu/awt/gtk/GtkFramePeer.java: Likewise. * gnu/awt/gtk/GtkLabelPeer.java: Likewise. * gnu/awt/gtk/GtkMainThread.java: Likewise. * gnu/awt/gtk/GtkToolkit.java: Likewise. * gnu/awt/gtk/GtkWindowPeer.java: Likewise. * java/security/Key.java: Likewise. * java/security/PrivateKey.java: Likewise. * java/security/Provider.java: Likewise. * java/security/PublicKey.java: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66469 138bc75d-0d04-0410-961f-82ee72b054a4
* * libjava/gnu/awt/gtk/GtkButtonPeer.java: Fix misspelling ofkraai2003-05-0312-12/+12
| | | | | | | | | | | | | | | | | | "version". * libjava/gnu/awt/gtk/GtkComponentPeer.java: Likewise. * libjava/gnu/awt/gtk/GtkContainerPeer.java: Likewise. * libjava/gnu/awt/gtk/GtkFramePeer.java: Likewise. * libjava/gnu/awt/gtk/GtkLabelPeer.java: Likewise. * libjava/gnu/awt/gtk/GtkMainThread.java: Likewise. * libjava/gnu/awt/gtk/GtkToolkit.java: Likewise. * libjava/gnu/awt/gtk/GtkWindowPeer.java: Likewise. * libjava/java/security/Key.java: Likewise. * libjava/java/security/PrivateKey.java: Likewise. * libjava/java/security/Provider.java: Likewise. * libjava/java/security/PublicKey.java: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66431 138bc75d-0d04-0410-961f-82ee72b054a4
* PR java/10459:tromey2003-05-033-0/+26
| | | | | | | | * libjava.compile/pr10459_2.java: New file. * libjava.compile/pr10459.java: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66410 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-05-02 Michael Koch <konqueror@gmx.de>mkoch2003-05-022-60/+128
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * java/net/URI.java (create): Doesnt throws any exceptions. * java/net/URLConnection.java (URLConnection): Commend added. (getExpiration): The header field is called "expires" not "expiration". (getHeaderField): Merged documentation with classpath. (getHeaderFieldInt): Likewise. (getHeaderFieldDate): Likewise. (getHeaderFieldKey): Likewise. (getPermission): Likewise. (setDefaultUseCaches): Likewise. (setRequestProperty): Likewise. (addRequestProperty): Likewise. (getRequestProperty): Likewise. (getRequestProperties): Likewise. (setDefaultRequestProperty): Likewise. (getDefaultRequestProperty): Likewise. (guessContentTypeFromStream): Likewise. (getFileNameMap): Likewise. (setFileNameMap): Likewise. (setDoInput): Merged implementation and documentation with classpath. (setDoOutput): Likewise. (setAllowUserInteraction): Likewise. (setDefaultAllowUserInteraction): Likewise. (setContentHandlerFactory): Made it synchronized, merged documentation with classpath. (guessContentTypeFromName): Renamed argument fname to filename to match classpath, merged documentation with classpath. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66384 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-05-02 Michael Koch <konqueror@gmx.de>mkoch2003-05-024-69/+276
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * java/net/JarURLConnection.java (JarURLConnection): Class documentation merged with classpath. (getJarFileURL): Moved and documentation merged with classpath. (getEntryName): Likewise. (JarURLConnection): Documentation merged with classpath. (getJarEntry): Likewise. (getJarFile): Likewise. * java/net/PlainDatagramSocketImpl.java: Class documentation moved. * java/net/URLConnection.java (fileNameMap): Moved and documentation merged with classpath. (factory): Likewise. (defaultAllowUserInteraction): Likewis. (defaultUseCaches): Likewise. (allowUserInteraction): Likewise. (connected): Likewise. (url): Likewise. (connect): Documentation merged with classpath. (getURL): Likewise. (getContentLength): Likewise. (getContentType): Likewise. (getContentEncoding): Likewise. (getExpiration): Likewise. (getDate): Likewise. (getLastModified): Likewise. (getHeaderField): Likewise. (getContent): Likewise. (getPermission): Likewise. (getInputStream): Likewise. (getOutputStream): Likewise. (toString): Likewise. (getDoInput): Likewise. (getDoOutput): Likewise. (setAllowUserInteraction): Likewise. (getAllowUserInteraction): Likewise. (setDefaultAllowUserInteraction): Likewise. (getDefaultAllowUserInteraction): Likewise. (setUseCaches): Likewise. (getUseCaches): Likewise. (setIfModifiedSince): Likewise. (getIfModifiedSince): Likewise. (setDefaultRequestProperty): Likewise. (getDefaultRequestProperty): Likewise. (setContentHandlerFactory): Likewise. (setFileNameMap): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66379 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-05-02 Michael Koch <konqueror@gmx.de>mkoch2003-05-026-18/+126
| | | | | | | | | | | | | | | * java/net/InetAddress.java: Merged class documentation with classpath. * java/net/JarURLConnection.java: Explicitely import all used classes. * java/net/URL.java: Reformatting. * java/net/ServerSocket.java, java/net/Socket.java: New versions from classpath. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66376 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-05-02 Michael Koch <konqueror@gmx.de>mkoch2003-05-025-42/+130
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu/java/nio/FileChannelImpl.java (read): New implementation. (implRead): New methods. (write): New implementation, call other write insteal of read method. (implWrite): New methods. (map): Added comment. (transferFrom): Implemented. (transferTo): Implemented. (lock): Added checks to throw exceptions. (truncate): Added check to throw exception. * gnu/java/nio/natFileChannelImpl.cc (implRead): New method. (implWrite): New method. * java/nio/ByteBuffer.java (hashCode): Fixed comment. (get): Fixed exception documentation. (put): Fixed exception documentation. * java/nio/CharBuffer.java: Added comment for later optimizations. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66373 138bc75d-0d04-0410-961f-82ee72b054a4
* PR libgcj/10582:tromey2003-05-013-76/+36
| | | | | | | | | | | | * verify.cc (_Jv_BytecodeVerifier::is_assignable_from_slow): Removed. (type::compatible): Use _Jv_IsAssignableFrom. * java/lang/natClass.cc (iindex_mutex_initialized): Now static. (_Jv_IsAssignableFrom): Work even when source or target class is not prepared. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66348 138bc75d-0d04-0410-961f-82ee72b054a4
* PR libgcj/10582:tromey2003-05-013-0/+25
| | | | | | | | * libjava.lang/assign.java: New file. * libjava.lang/assign.out: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66347 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-04-30 Michael Koch <konqueror@gmx.de>mkoch2003-04-302-0/+20
| | | | | | | | * java/text/BreakIterator.java (clone): New method. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66289 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-04-30 Michael Koch <konqueror@gmx.de>mkoch2003-04-304-86/+308
| | | | | | | | | | | * java/text/CollationElementIterator.java, java/text/CollationKey.java, java/text/RuleBasedCollator.java: Merged copyright and documentation from classpath and rearranged some code. No code changes done. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66288 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-04-30 Michael Koch <konqueror@gmx.de>mkoch2003-04-303-13/+309
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * java/util/regex/Matcher.java (pattern): New member variable. (appendReplacement): New method. (appendTail): New method. (end): New method. (find): New method. (group): New method. (replaceFirst): Added documentation. (replaceAll): Added documentation. (groupCount): New method. (lookingAt): New method. (matches): New method. (reset): New method. (start): New method. * java/util/regex/Pattern.java (serialVersionUID): New constant. (CANON_EQ): New constant. (CASE_INSENSITIVE): New constant. (COMMENTS): New constant. (DOTALL): New constant. (MULTILINE): New constant. (UNICODE_CASE): New constant. (UNIX_LINES): New constant. (regex): New member variable. (flags): New member variable. (Pattern): New method. (compile): Documentation added. (flags): New method. (matches): Documentation added. (matcher): Documentation added. (split): Documentation added. (pattern): New method. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66285 138bc75d-0d04-0410-961f-82ee72b054a4
* This accidently got it then the big java.security merge so revert this.mkoch2003-04-301-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66284 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-04-30 Michael Koch <konqueror@gmx.de>mkoch2003-04-3065-638/+9039
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/java/security/Engine.java, gnu/java/security/OID.java, gnu/java/security/der/BitString.java, gnu/java/security/der/DER.java, gnu/java/security/der/DERReader.java, gnu/java/security/der/DERValue.java, gnu/java/security/der/DERWriter.java, gnu/java/security/provider/DSAKeyFactory.java, gnu/java/security/provider/X509CertificateFactory.java, gnu/java/security/x509/X500DistinguishedName.java, gnu/java/security/x509/X509CRL.java, gnu/java/security/x509/X509CRLEntry.java, gnu/java/security/x509/X509Certificate.java, java/security/cert/CRLSelector.java, java/security/cert/CertPathBuilder.java, java/security/cert/CertPathBuilderResult.java, java/security/cert/CertPathBuilderSpi.java, java/security/cert/CertPathParameters.java, java/security/cert/CertPathValidator.java, java/security/cert/CertPathValidatorResult.java, java/security/cert/CertPathValidatorSpi.java, java/security/cert/CertSelector.java, java/security/cert/CertStore.java, java/security/cert/CertStoreParameters.java, java/security/cert/CertStoreSpi.java, java/security/cert/CollectionCertStoreParameters.java, java/security/cert/LDAPCertStoreParameters.java, java/security/cert/PKIXBuilderParameters.java, java/security/cert/PKIXCertPathBuilderResult.java, java/security/cert/PKIXCertPathChecker.java, java/security/cert/PKIXCertPathValidatorResult.java, java/security/cert/PKIXParameters.java, java/security/cert/PolicyNode.java, java/security/cert/PolicyQualifierInfo.java, java/security/cert/TrustAnchor.java, javax/security/auth/x500/X500Principal.java: New files from classpath. * gnu/java/io/ASN1ParsingException.java, gnu/java/io/Base64InputStream.java, gnu/java/security/der/DEREncodingException.java, gnu/java/security/provider/DSAParameters.java, gnu/java/security/provider/DSASignature.java, gnu/java/security/provider/Gnu.java, gnu/java/security/provider/GnuDSAPrivateKey.java, gnu/java/security/provider/GnuDSAPublicKey.java, java/security/AlgorithmParameterGenerator.java, java/security/AlgorithmParameters.java, java/security/KeyFactory.java, java/security/KeyPairGenerator.java, java/security/KeyStore.java, java/security/MessageDigest.java, java/security/SecureClassLoader.java, java/security/SecureRandom.java, java/security/Security.java, java/security/Signature.java, java/security/cert/Certificate.java, java/security/cert/CertificateFactory.java, java/security/cert/CertificateFactorySpi.java, java/security/cert/X509CRL.java, java/security/cert/X509Certificate.java, java/security/spec/DSAPublicKeySpec.java: New versions from classpath. * gnu/java/security/provider/DERReader.java, gnu/java/security/provider/DERWriter.java, java/security/Engine.java: Removed. * Makefile.am (java_source_files, javax_source_files): Added new files. * Makefile.in: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66283 138bc75d-0d04-0410-961f-82ee72b054a4
* Two little fixes I commited to classpath but not to libgcj firstmkoch2003-04-292-1/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66222 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-04-29 Michael Koch <konqueror@gmx.de>mkoch2003-04-293-5/+290
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * javax/swing/JTable.java (AUTO_RESIZE_ALL_COLUMNS): New constant. (AUTO_RESIZE_LAST_COLUMN): New constant. (AUTO_RESIZE_NEXT_COLUMN): New constant. (AUTO_RESIZE_OFF): New constant. (AUTO_RESIZE_SUBSEQUENT_COLUMNS): New constant. (JTable): New method. (columnAdded): New method. (columnMarginChanged): New method. (columnMoved): New method. (columnRemoved): New method. (columnSelectionChanged): New method. (editingCanceled): New method. (editingStopped): New method. (getColumnModel): New method. (getPreferredScrollableViewportSize): New method. (getScrollableBlockIncrement): New method. (getScrollableTracksViewportHeight): New method. (getScrollableTracksViewportWidth): New method. (getScrollableUnitIncrement): New method. (getSelectedRow): New method. (getSelectionModel): New method. (tableChanged): New method. (setModel): New method. (setSelectionMode): New method. (setSelectionModel): New method. (setShowGrid): New method. (valueChanged): New method. * javax/swing/text/DefaultEditorKit.java (backwardAction): New constant. (beepAction): New constant. (beginAction): New constant. (beginLineAction): New constant. (beginParagraphAction): New constant. (beginWordAction): New constant. (copyAction): New constant. (cutAction): New constant. (defaultKeyTypedAction): New constant. (deleteNextCharAction): New constant. (deletePrevCharAction): New constant. (downAction): New constant. (endAction): New constant. (endLineAction): New constant. (endOfLineStringProperty): New constant. (endParagraphAction): New constant. (endWordAction): New constant. (forwardAction): New constant. (insertBreakAction): New constant. (insertContentAction): New constant. (insertTabAction): New constant. (nextWordAction): New constant. (pageDownAction): New constant. (pageUpAction): New constant. (pasteAction): New constant. (previousWordAction): New constant. (readOnlyAction): New constant. (selectAllAction): New constant. (selectionBackwardAction): New constant. (selectionBeginAction): New constant. (selectionBeginLineAction): New constant. (selectionBeginParagraphAction): New constant. (selectionBeginWordAction): New constant. (selectionDownAction): New constant. (selectionEndAction): New constant. (selectionEndLineAction): New constant. (selectionEndParagraphAction): New constant. (selectionEndWordAction): New constant. (selectionForwardAction): New constant. (selectionNextWordAction): New constant. (selectionPreviousWordAction): New constant. (selectionUpAction): New constant. (selectLineAction): New constant. (selectParagraphAction): New constant. (selectWordAction): New constant. (upAction): New constant. (writableAction): New constant. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66221 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-04-29 Michael Koch <konqueror@gmx.de>mkoch2003-04-293-6/+40
| | | | | | | | | | | | * java/util/PropertyPermission.java: New version from classpath * java/util/ResourceBundle.java: Partly merged from classpath (getObject): Reformated. (tryBundle): Set foundBundle = null if no bundle found. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66214 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-04-29 Michael Koch <konqueror@gmx.de>mkoch2003-04-294-601/+582
| | | | | | | | | | * javax/swing/AbstractListModel.java, javax/swing/DefaultBoundedRangeModel.java, javax/swing/DefaultSingleSelectionModel.java: New Versions from classpath. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66212 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-04-29 Michael Koch <konqueror@gmx.de>mkoch2003-04-292-2/+10
| | | | | | | | | | | * java/awt/Window.java (show): Call super.show() instead of setVisible() to avoid endless loop. (hide): Call super.hide() instead of setVisible() to avoid endless loop. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66208 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-04-29 Michael Koch <konqueror@gmx.de>mkoch2003-04-293-7/+45
| | | | | | | | | * java/util/zip/Deflater.java, java/util/zip/DeflaterOutputStream.java: Partly merged with classpath. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66207 138bc75d-0d04-0410-961f-82ee72b054a4
* * java/lang/natString.cc (_Jv_AllocString): Initializetromey2003-04-282-0/+9
| | | | | | | | | cachedHashCode. (init): Likewise. (_Jv_NewStringUtf8Const): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66180 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-03-29 Mohan Embar <gnustuff@thisiscool.com>aph2003-04-255-12/+56
| | | | | | | | | | | | | | | | | | * include/jvm.h: (_Jv_GetNbArgs) added (_Jv_GetSafeArg) added (_Jv_SetArgs) added * prims.cc: (_Jv_GetNbArgs) implemented (_Jv_GetSafeArg) implemented (_Jv_SetArgs) implemented (_Jv_RunMain) use _Jv_SetArgs() instead of explicitly setting _Jv_argc and _Jv_argv * posix.cc: (_Jv_ThisExecutable) use _Jv_GetSafeArg() instead of _Jv_argv * java/lang/natRuntime.cc: (insertSystemProperties) use _Jv_GetSafeArg() instead of _Jv_argv git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66067 138bc75d-0d04-0410-961f-82ee72b054a4
* * resolve.cc (_Jv_PrepareClass): Round size up to alignmenttromey2003-04-232-15/+59
| | | | | | | | | | | | required by this object. Search superclasses to find required alignment. (get_alignment_from_class): Use alignment of type as it appears in a struct. (ALIGNOF): New macro. (struct aligner): New helper structure. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66008 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-04-20 Scott Gilbertson <scottg@mantatest.com>tromey2003-04-202-6/+23
| | | | | | | | | | | | * java/awt/Container.java (addImpl): Enable paint events if adding a lightweight to a heavyweight. (addNotify): Ensure that peer is created before addNotifyContainerChildren. (addNotifyContainerChildren): Enable paint events if a heavyweight container contains a lightweight. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65870 138bc75d-0d04-0410-961f-82ee72b054a4
* * java/io/BufferedReader.java, java/io/BufferedWriter.java,tromey2003-04-205-19/+26
| | | | | | | | java/io/DataInput.java, java/io/DataOutput.java: Imports from Classpath. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65868 138bc75d-0d04-0410-961f-82ee72b054a4
* * java/sql/Date.java, java/sql/DriverManager.java,tromey2003-04-195-17/+181
| | | | | | | | java/sql/Time.java, java/sql/Timestamp.java: New versions from Classpath. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65831 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in: Rebuilt.tromey2003-04-1924-1888/+3787
| | | | | | | | | | | | | | | | | | | | | | * Makefile.am (ordinary_java_source_files): Added new files. * java/security/AlgorithmParameterGenerator.java, java/security/AlgorithmParameters.java, java/security/Engine.java, java/security/Identity.java, java/security/IdentityScope.java, java/security/KeyFactory.java, java/security/KeyPairGenerator.java, java/security/KeyStore.java, java/security/MessageDigest.java, java/security/Policy.java, java/security/ProtectionDomain.java, java/security/SecureRandom.java, java/security/Security.java, java/security/Signature.java, java/security/SignatureSpi.java, java/security/SignedObject.java, java/security/Signer.java, java/security/interfaces/RSAMultiPrimePrivateCrtKey.java, java/security/spec/PSSParameterSpec.java, java/security/spec/RSAMultiPrimePrivateCrtKeySpec.java, java/security/spec/RSAOtherPrimeInfo.java: New versions from Classpath. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65829 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-04-19 Scott Gilbertson <scottg@mantatest.com>tromey2003-04-1910-27/+132
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/awt/xlib/XGraphics.java (XGraphics): Use new GC.create. (dispose): Null metrics. * gnu/awt/xlib/XToolkit.java (sync): Implement. * gnu/gcj/xlib/Clip.java (dispose): Change name of native from finalize. (finalize): Call dispose. * gnu/gcj/xlib/Drawable.java (gcCache): New field. (gcCachedCount): New field. (finalize): New method. (putGCInCache): New method. (getGCFromCache): New method. * gnu/gcj/xlib/GC.java (GC): Make protected. (clone): Get new GC from cache if possible. (create): New static method. (dispose): Save old GC in cache. * gnu/gcj/xlib/natClip.cc (dispose): Check for null before deleting. * gnu/gcj/xlib/natGC.cc (initStructure): Call XCreateGC only if gc is null. * gnu/gcj/xlib/Pixmap.java (Pixmap): Use new GC.create. * java/awt/Container.java (visitChild): Dispose gfx2 when finished. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65827 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-04-19 Jerry Quinn <jlquinn@optonline.net>tromey2003-04-193-0/+27
| | | | | | | | * java/math/BigInteger.java (probablePrime): New. * java/math/BigDecimal.java (unscaledValue): New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65825 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-04-19 Ranjit Mathew <rmathew@hotmail.com>tromey2003-04-193-10/+113
| | | | | | | | | | | | | | * java/io/File.java (getAbsolutePath): On Windows, take care of paths like "C:", "G:foo\bar", etc. (getName): Make it work correctly on Windows. (getParent): Make it work correctly on Windows. For UNIX, fix bug that causes "/" to be returned as the parent of "/", instead of null as returned by Sun's JRE. * java/io/natFileWin32.cc: Change copyright owner to FSF. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65823 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-04-19 Scott Gilbertson <scottg@mantatest.com>tromey2003-04-192-26/+153
| | | | | | | | | | | | * gnu/awt/xlib/XGraphicsConfiguration.java (FontMetricsCache): New inner class. (CACHE_SIZE_PER_DISPLAY): New field (fontMetricsCache): New field (getXFontMetrics): Use fontMetricsCache to cache fonts. Prefer loading ISO10646-1 fonts. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65821 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-04-19 Scott Gilbertson <scottg@mantatest.com>tromey2003-04-193-27/+40
| | | | | | | | | | * libjava/gnu/gcj/xlib/natFont.cc (getStringWidth): Support 16-bit characters. * libjava/gnu/gcj/xlib/natGC.cc (drawString): Support 16-bit characters. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65820 138bc75d-0d04-0410-961f-82ee72b054a4
* PR middle-end/8866mmitchel2003-04-162-0/+27
| | | | | | | | | | | * cfgtrl.c (try_redirect_by_replacing_jump): Do not delete jumptables. PR middle-end/8866 * libjava.lang/PR8866.java: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65698 138bc75d-0d04-0410-961f-82ee72b054a4
* * java/lang/ieeefp.h: Handle ARM platforms that have pure-endianrearnsha2003-04-162-2/+17
| | | | | | | floating point. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65693 138bc75d-0d04-0410-961f-82ee72b054a4