1. 09 Jan, 2007 1 commit
  2. 10 Mar, 2006 1 commit
    • Imported GNU Classpath 0.90 · 8aa540d2
             Imported GNU Classpath 0.90
             * scripts/makemake.tcl: Set gnu/java/awt/peer/swing to ignore.
             * gnu/classpath/jdwp/VMFrame.java (SIZE): New constant.
             * java/lang/VMCompiler.java: Use gnu.java.security.hash.MD5.
             * java/lang/Math.java: New override file.
             * java/lang/Character.java: Merged from Classpath.
             (start, end): Now 'int's.
             (canonicalName): New field.
             (CANONICAL_NAME, NO_SPACES_NAME, CONSTANT_NAME): New constants.
             (UnicodeBlock): Added argument.
             (of): New overload.
             (forName): New method.
             Updated unicode blocks.
             (sets): Updated.
             * sources.am: Regenerated.
             * Makefile.in: Likewise.
      
      From-SVN: r111942
      Mark Wielaard committed
  3. 16 Jul, 2005 1 commit
  4. 30 Jun, 2005 1 commit
  5. 20 Apr, 2004 1 commit
    • Buffer.java, [...]: Fixed javadocs and jalopied all over java.nio. · 92e1fe67
      2004-04-20  Michael Koch  <konqueror@gmx.de>
      
      	* java/nio/Buffer.java,
      	java/nio/channels/AlreadyConnectedException.java,
      	java/nio/channels/AsynchronousCloseException.java,
      	java/nio/channels/ByteChannel.java,
      	java/nio/channels/CancelledKeyException.java,
      	java/nio/channels/Channel.java,
      	java/nio/channels/Channels.java,
      	java/nio/channels/ClosedByInterruptException.java,
      	java/nio/channels/ClosedChannelException.java,
      	java/nio/channels/ClosedSelectorException.java,
      	java/nio/channels/ConnectionPendingException.java,
      	java/nio/channels/DatagramChannel.java,
      	java/nio/channels/FileChannel.java,
      	java/nio/channels/FileLock.java,
      	java/nio/channels/FileLockInterruptionException.java,
      	java/nio/channels/GatheringByteChannel.java,
      	java/nio/channels/IllegalBlockingModeException.java,
      	java/nio/channels/IllegalSelectorException.java,
      	java/nio/channels/InterruptibleChannel.java,
      	java/nio/channels/NoConnectionPendingException.java,
      	java/nio/channels/NonReadableChannelException.java,
      	java/nio/channels/NonWritableChannelException.java,
      	java/nio/channels/NotYetBoundException.java,
      	java/nio/channels/NotYetConnectedException.java,
      	java/nio/channels/OverlappingFileLockException.java,
      	java/nio/channels/Pipe.java,
      	java/nio/channels/ReadableByteChannel.java,
      	java/nio/channels/ScatteringByteChannel.java,
      	java/nio/channels/SelectableChannel.java,
      	java/nio/channels/SelectionKey.java,
      	java/nio/channels/Selector.java,
      	java/nio/channels/ServerSocketChannel.java,
      	java/nio/channels/SocketChannel.java,
      	java/nio/channels/UnresolvedAddressException.java,
      	java/nio/channels/UnsupportedAddressTypeException.java,
      	java/nio/channels/WritableByteChannel.java,
      	java/nio/channels/spi/AbstractInterruptibleChannel.java,
      	java/nio/channels/spi/AbstractSelectableChannel.java,
      	java/nio/channels/spi/AbstractSelectionKey.java,
      	java/nio/channels/spi/AbstractSelector.java,
      	java/nio/channels/spi/SelectorProvider.java,
      	java/nio/charset/spi/CharsetProvider.java:
      	Fixed javadocs and jalopied all over java.nio.
      
      From-SVN: r80909
      Michael Koch committed
  6. 18 Nov, 2002 1 commit
    • PlainSocketImpl.java: Reworked imports. · 6602dd4a
      2002-11-18  Michael Koch <konqueror@gmx.de>
      
      	* java/net/PlainSocketImpl.java: Reworked imports.
      	* java/net/ServerSocket.java
      	(ServerSocket): Create socket.
      	* java/net/SocketAddress.java: Documentation added.
      	* java/net/natPlainSocketImpl.cc: Reindented.
      	* java/nio/ReadOnlyBufferException.java: New file
      	* java/nio/channels/ClosedChannelException.java: Documentation added.
      	* java/nio/channels/ClosedSelectorException.java: New file.
      
      From-SVN: r59214
      Michael Koch committed
  7. 07 Oct, 2002 1 commit
    • AlreadyConnectedException.java, [...]: New file. · 0b6dfe3b
      2002-10-07  Michael Koch  <konqueror@gmx.de>
      
      	* java/nio/channels/AlreadyConnectedException.java,
      	java/nio/channels/ClosedChannelException.java,
      	java/nio/channels/ReadableByteChannel.java,
      	java/nio/channels/InterruptibleChannel.java,
      	java/nio/channels/Channel.java,
      	java/nio/channels/ByteChannel.java,
      	java/nio/channels/GatheringByteChannel.java,
      	java/nio/channels/ScatteringByteChannel.java,
      	java/nio/channels/WritableByteChannel.java,
      	java/nio/charset/CharacterCodingException.java,
      	java/nio/charset/IllegalCharsetNameException.java,
      	java/nio/charset/MalformedInputException.java,
      	java/nio/charset/UnmappableCharacterException.java,
      	java/nio/charset/UnsupportedCharsetException.java,
      	java/nio/charset/spi/CharsetProvider.java: New file.
      	These files are exceptions or interfaces,
      	no real or abstract classes.
      	* Makefile.am (java_native_source_files): Added new files.
      	* Makefile.in: Regenerated.
      
      From-SVN: r57885
      Michael Koch committed
  8. 25 Sep, 2002 1 commit
    • AbstractSelectableChannel.java: New file. · 1754e35c
      2002-09-25  Michael Koch  <konqueror@gmx.de>
      
      	* java/nio/channels/spi/AbstractSelectableChannel.java: New file.
      	* java/nio/channels/DatagramChannel.java:
      	extends AbstractSelectableChannel
      	* java/nio/channels/ServerSocketChannel.java:
      	extends AbstractSelectableChannel
      	* java/nio/channels/SocketChannel.java:
      	extends AbstractSelectableChannel
      	* Makefile.am (ordinary_java_source_files):
      	java/nio/channels/spi/AbstractSelectableChannel.java added.
      	* Makefile.in: Regenerated.
      
      	This commit fixes the CVS build problems, Sorry for the trouble.
      
      From-SVN: r57497
      Michael Koch committed
  9. 13 Sep, 2002 1 commit
    • DatagramChannel.java, [...]: New dummy files to make java.net fully JDK 1.4 compatible · 8764acde
      2002-09-13  Michael Koch  <konqueror@gmx.de>
      
      	* java/nio/channels/DatagramChannel.java,
      	java/nio/channels/ServerSocketChannel.java
      	java/nio/channels/SocketChannel.java:
      	New dummy files to make java.net fully JDK 1.4 compatible
      	* Makefile.am (ordinary_java_source_files): Added
      	java/net/DatagramSocketImplFactory.java (long forgotten),
      	java/nio/SocketChannel.java,
      	java/nio/ServerSocketChannel.java,
      	java/nio/DatagramChannel.java
      	* Makefile.in: Regenrated.
      
      From-SVN: r57101
      Michael Koch committed
  10. 09 Aug, 2002 1 commit
  11. 22 Jan, 2002 1 commit
  12. 28 Aug, 2001 1 commit
    • Activatable.java, [...]: RMI implementation from Kaffe. · 83e7315b
      	* java/rmi/activation/Activatable.java,
      	java/rmi/activation/ActivateFailedException.java,
      	java/rmi/activation/ActivationDesc.java,
      	java/rmi/activation/ActivationException.java,
      	java/rmi/activation/ActivationGroup.java,
      	java/rmi/activation/ActivationGroupDesc.java,
      	java/rmi/activation/ActivationGroupID.java,
      	java/rmi/activation/ActivationID.java,
      	java/rmi/activation/ActivationInstantiator.java,
      	java/rmi/activation/ActivationMonitor.java,
      	java/rmi/activation/ActivationSystem.java,
      	java/rmi/activation/Activator.java,
      	java/rmi/activation/UnknownGroupException.java,
      	java/rmi/activation/UnknownObjectException.java,
      	java/rmi/AccessException.java,
      	java/rmi/AlreadyBoundException.java,
      	java/rmi/ConnectException.java, java/rmi/ConnectIOException.java,
      	java/rmi/MarshalException.java, java/rmi/MarshalledObject.java,
      	java/rmi/Naming.java, java/rmi/NoSuchObjectException.java,
      	java/rmi/NotBoundException.java,
      	java/rmi/RMISecurityException.java,
      	java/rmi/RMISecurityManager.java, java/rmi/Remote.java,
      	java/rmi/RemoteException.java, java/rmi/ServerError.java,
      	java/rmi/ServerException.java,
      	java/rmi/ServerRuntimeException.java,
      	java/rmi/StubNotFoundException.java,
      	java/rmi/UnexpectedException.java,
      	java/rmi/UnknownHostException.java,
      	java/rmi/UnmarshalException.java, java/rmi/dgc/DGC.java,
      	java/rmi/dgc/Lease.java, java/rmi/dgc/VMID.java,
      	java/rmi/registry/LocateRegistry.java,
      	java/rmi/registry/Registry.java,
      	java/rmi/registry/RegistryHandler.java,
      	java/rmi/server/ExportException.java,
      	java/rmi/server/LoaderHandler.java,
      	java/rmi/server/LogStream.java, java/rmi/server/ObjID.java,
      	java/rmi/server/Operation.java,
      	java/rmi/server/RMIClassLoader.java,
      	java/rmi/server/RMIClientSocketFactory.java,
      	java/rmi/server/RMIFailureHandler.java,
      	java/rmi/server/RMIServerSocketFactory.java,
      	java/rmi/server/RMISocketFactory.java,
      	java/rmi/server/RemoteCall.java,
      	java/rmi/server/RemoteObject.java, java/rmi/server/RemoteRef.java,
      	java/rmi/server/RemoteServer.java,
      	java/rmi/server/RemoteStub.java,
      	java/rmi/server/ServerCloneException.java,
      	java/rmi/server/ServerNotActiveException.java,
      	java/rmi/server/ServerRef.java, java/rmi/server/Skeleton.java,
      	java/rmi/server/SkeletonMismatchException.java,
      	java/rmi/server/SkeletonNotFoundException.java,
      	java/rmi/server/SocketSecurityException.java,
      	java/rmi/server/UID.java,
      	java/rmi/server/UnicastRemoteObject.java,
      	java/rmi/server/Unreferenced.java, gnu/java/rmi/dgc/DGCImpl.java,
      	gnu/java/rmi/dgc/DGCImpl_Skel.java,
      	gnu/java/rmi/dgc/DGCImpl_Stub.java,
      	gnu/java/rmi/registry/RegistryImpl.java,
      	gnu/java/rmi/registry/RegistryImpl_Skel.java,
      	gnu/java/rmi/registry/RegistryImpl_Stub.java,
      	gnu/java/rmi/rmic/RMIC.java, gnu/java/rmi/rmic/TabbedWriter.java,
      	gnu/java/rmi/server/ProtocolConstants.java,
      	gnu/java/rmi/server/RMIDefaultSocketFactory.java,
      	gnu/java/rmi/server/RMIHashes.java,
      	gnu/java/rmi/server/RMIObjectInputStream.java,
      	gnu/java/rmi/server/RMIObjectOutputStream.java,
      	gnu/java/rmi/server/UnicastConnection.java,
      	gnu/java/rmi/server/UnicastConnectionManager.java,
      	gnu/java/rmi/server/UnicastRef.java,
      	gnu/java/rmi/server/UnicastRemoteCall.java,
      	gnu/java/rmi/server/UnicastRemoteStub.java,
      	gnu/java/rmi/server/UnicastServer.java,
      	gnu/java/rmi/server/UnicastServerRef.java: RMI implementation from
      	Kaffe.  Relabelled classes to fit into Classpath tree.
      	* Makefile.in: Rebuilt.
      	* Makefile.am (rmi_java_source_files): New macro.
      	(ordinary_java_source_files): Reference it.
      	(bin_PROGRAMS): Added rmic and rmiregistry.
      	(rmic_SOURCES): New macro.
      	(EXTRA_rmic_SOURCES): Likewise.
      	(rmic_LDFLAGS): Likewise.
      	(rmic_LINK): Likewise.
      	(rmic_LDADD): Likewise.
      	(rmic_DEPENDENCIES): Likewise.
      	(rmiregistry_SOURCES): New macro.
      	(EXTRA_rmiregistry_SOURCES): Likewise.
      	(rmiregistry_LDFLAGS): Likewise.
      	(rmiregistry_LINK): Likewise.
      	(rmiregistry_LDADD): Likewise.
      	(rmiregistry_DEPENDENCIES): Likewise.
      
      From-SVN: r45218
      Tom Tromey committed
  13. 10 May, 2001 1 commit
    • [multiple changes] · 96227626
      2001-05-10  Tom Tromey  <tromey@redhat.com>
      
      	* java/util/GregorianCalendar.java: Imported from Classpath.
      	* gnu/java/locale/LocaleInformation_nl.java: New file from
      	Classpath.
      	* gnu/java/locale/LocaleInformation_en.java: Likewise.
      	* gnu/java/locale/LocaleInformation_de.java: Likewise.
      	* gnu/java/locale/LocaleInformation.java: Likewise.
      	* natGregorianCalendar.cc: Removed.
      	* Makefile.in: Rebuilt.
      	* Makefile.am (nat_source_files): Removed
      	natGregorianCalendar.cc.
      
      2001-05-10  Tom Tromey  <tromey@redhat.com>
      
      	* java/text/SimpleDateFormat.java (computeCenturyStart): New
      	method.
      	(defaultCenturyStart): Use it.
      	(readObject): Likewise.
      	(SimpleDateFormat): Clear the calendar.  Set the grouping on the
      	number format.
      	(parse): Copy the calendar before modifying it.  Correctly handle
      	the time zone.
      
      	* java/util/Calendar.java (clear): Set field value(s) to 0.
      
      2001-05-10  Jeff Sturm  <jsturm@one-point.com>
      
      	* Calendar.java (get): Clear areFieldsSet if requested field
      	is not set.
      	(set): Unset fields that depend on new value.
      
      From-SVN: r41942
      Tom Tromey committed
  14. 25 Apr, 2001 1 commit
    • decl.c (init_decl_processing): Add new class "protectionDomain" field. · 28f7d9d0
      gcc/java:
      
      2001-04-25  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
      
      	* decl.c (init_decl_processing): Add new class "protectionDomain"
      	field.
      	* class.c (make_class_data): Set initial value for "protectionDomain".
      
      libjava:
      
      2001-04-25  Bryce McKinlay  <bryce@albatross.co.nz>
      
      	java.security merge and ClassLoader compliance fixes.
      
      	* java/lang/Class.h (Class): Include ProtectionDomain.h.
      	New protectionDomain field.
      	(forName): Add initialize parameter. Fixes declaration to comply with
      	JDK spec.
      	* java/lang/natClass.cc (forName): Correct declaration of the three-arg
      	variant. Honour	"initialize" flag.
      	(getProtectionDomain0): New method.
      	* java/lang/Class.java: Fix forName() declaration.
      	(getPackage): New method based on Classpath implementation.
      	(getProtectionDomain0): New native method decl.
      	(getProtectionDomain): New method.
      	* java/lang/ClassLoader.java (getParent): Now final.
      	(definedPackages): New field.
      	(getPackage): New.
      	(defineClass): New variant with protectionDomain argument.
      	(definePackage): New.
      	(getPackages): New.
      	(findSystemClass): Now final.
      	(getSystemResourceAsStream): Remove redundant "final" modifier.
      	(getSystemResource): Remove redundant "final" modifier.
      	(getResources): Now final.
      	(protectionDomainPermission): New static field.
      	(unknownProtectionDomain): Ditto.
      	(defaultProtectionDomain): Ditto.
      	(getSystemClassLoader): Now non-native.
      	* java/util/ResourceBundle.java (tryGetSomeBundle): Use the correct
      	arguments for Class.forName().
      	* java/lang/Package.java: New file.
      	* gnu/gcj/runtime/VMClassLoader.java (getVMClassLoader): Removed.
      	(instance): Static initialize singleton.
      	(findClass): Override this, not findSystemClass.
      	* java/lang/natClassLoader.cc (defineClass0): Set class's
      	protectionDomain field as specified.
      	(getSystemClassLoader): Removed.
      	(findClass): Renamed from findSystemClass. Call the interpreter via
      	URLClassLoader.findClass if loading class via dlopen fails.
      
      	* java/security/*.java: java.security import/merge with Classpath.
      	* java/security/acl/*.java: Likewise.
      	* java/security/interfaces/*.java: Likewise.
      	* java/security/spec/*.java: Likewise.
      	* java/net/NetPermission.java: Likewise.
      	* java/net/SocketPermission.java: Likewise.
      	* gnu/java/security/provider/DefaultPolicy.java: Likewise.
      
      	* Makefile.am: Add new classes.
      	* Makefile.in: Rebuilt.
      	* gcj/javaprims.h: CNI namespace rebuild.
      
      From-SVN: r41543
      Bryce McKinlay committed
  15. 10 Mar, 2000 1 commit
    • AlgorithmParameterGeneratorSpi.java: New file. · 8560e497
      	* java/security/AlgorithmParameterGeneratorSpi.java: New file.
      	* java/security/DigestException.java: New file.
      	* java/security/GeneralSecurityException.java: New file.
      	* java/security/InvalidAlgorithmParameterException.java: New file.
      	* java/security/InvalidKeyException.java: New file.
      	* java/security/InvalidParameterException.java: New file.
      	* java/security/Key.java: New file.
      	* java/security/KeyException.java: New file.
      	* java/security/KeyPair.java: New file.
      	* java/security/KeyPairGenerator.java: New file.
      	* java/security/KeyPairGeneratorSpi.java: New file.
      	* java/security/NoSuchProviderException.java: New file.
      	* java/security/PrivateKey.java: New file.
      	* java/security/Provider.java: New file.
      	* java/security/PublicKey.java: New file.
      	* java/security/SecureRandom.java: New file.
      	* java/security/Security.java: New file.
      	* java/security/Signature.java: New file.
      	* java/security/SignatureException.java: New file.
      	* java/security/interfaces/DSAKey.java: New file.
      	* java/security/interfaces/DSAParams.java: New file.
      	* java/security/interfaces/DSAPrivateKey.java: New file.
      	* java/security/interfaces/DSAPublicKey.java: New file.
      	* java/security/interfaces/RSAPrivateCrtKey.java: New file.
      	* java/security/interfaces/RSAPrivateKey.java: New file.
      	* java/security/interfaces/RSAPublicKey.java: New file.
      	* java/security/spec/AlgorithmParameterSpec.java: New file.
      	* java/security/spec/InvalidKeySpecException.java: New file.
      	* java/security/spec/InvalidParameterSpecException.java: New file.
      	* java/security/spec/KeySpec.java: New file.
      	* java/security/spec/RSAPrivateCrtKeySpec.java: New file.
      	* java/security/spec/RSAPrivateKeySpec.java: New file.
      	* java/security/spec/RSAPublicKeySpec.java: New file.
      	* Makefile.am: Added above java.security files.
      	* Makefile.in: Rebuilt.
      
      	* java/security/MessageDigest.java: Rewritten.
      	* java/security/SecureClassLoader.java: Added JDK1.2 comment.
      
      From-SVN: r32461
      Warren Levy committed