1. 30 Mar, 2007 1 commit
  2. 01 Feb, 2007 1 commit
    • LogManager.java (loggers): Genericized. · 4d2446d9
      	* java/util/logging/LogManager.java (loggers): Genericized.
      	(addLogger): Merged.
      	(findAncestor): Likewise.
      	(getLogger): Likewise.
      	(getLoggerNames): Genericized.
      	(reset): Merged.
      	(getLevelProperty): Likewise.
      	* java/lang/reflect/Method.java (getDeclaringClass): Genericized.
      	* java/lang/reflect/Constructor.java (getParameterTypes):
      	Genericized.
      	(getExceptionTypes): Likewise.
      	(newInstance): Likewise.
      	* java/lang/reflect/Array.java (newInstance): Genericized.
      	* java/lang/Object.java (getClass): Genericized.
      	* java/nio/charset/spi/CharsetProvider.java (charsets):
      	Genericized.
      	* java/text/Collator.java: Implement Comparable<Object>.
      
      From-SVN: r121473
      Tom Tromey committed
  3. 19 Sep, 2006 1 commit
    • [multiple changes] · 19db9631
      2006-09-19  Mark Wielaard  <mark@klomp.org>
      
      	Fixes bug #29137
      	* java/util/logging/LogManager.java (addLogger): Always check for
      	existing children of a new Logger.
      
      2006-09-19  Tom Tromey  <tromey@redhat.com>
      
      	* java/util/logging/LogManager.java: Re-merged with Classpath.
      
      From-SVN: r117058
      Tom Tromey committed
  4. 18 May, 2006 1 commit
    • Imported GNU Classpath 0.90 · 4f9533c7
             Imported GNU Classpath 0.90
             * scripts/makemake.tcl: LocaleData.java moved to gnu/java/locale.
      
             * sources.am: Regenerated.
             * gcj/javaprims.h: Regenerated.
             * Makefile.in: Regenerated.
             * gcj/Makefile.in: Regenerated.
             * include/Makefile.in: Regenerated.
             * testsuite/Makefile.in: Regenerated.
      
             * gnu/java/lang/VMInstrumentationImpl.java: New override.
             * gnu/java/net/local/LocalSocketImpl.java: Likewise.
             * gnu/classpath/jdwp/VMMethod.java: Likewise.
             * gnu/classpath/jdwp/VMVirtualMachine.java: Update to latest
             interface.
             * java/lang/Thread.java: Add UncaughtExceptionHandler.
             * java/lang/reflect/Method.java: Implements GenericDeclaration and
             isSynthetic(),
             * java/lang/reflect/Field.java: Likewise.
             * java/lang/reflect/Constructor.java
             * java/lang/Class.java: Implements Type, GenericDeclaration,
             getSimpleName() and getEnclosing*() methods.
             * java/lang/Class.h: Add new public methods.
             * java/lang/Math.java: Add signum(), ulp() and log10().
             * java/lang/natMath.cc (log10): New function.
             * java/security/VMSecureRandom.java: New override.
             * java/util/logging/Logger.java: Updated to latest classpath
             version.
             * java/util/logging/LogManager.java: New override.
      
      From-SVN: r113887
      Mark Wielaard committed
  5. 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
  6. 15 Nov, 2005 1 commit
  7. 16 Jul, 2005 1 commit
  8. 30 Jun, 2005 1 commit
  9. 22 Apr, 2005 1 commit
  10. 20 Oct, 2004 1 commit
    • ConsoleHandler.java, [...]: Standardized copyrigth header. · fd460b77
      2004-10-20  Michael Koch  <konqueror@gmx.de>
      
      	* java/util/logging/ConsoleHandler.java,
      	java/util/logging/ErrorManager.java,
      	java/util/logging/FileHandler.java,
      	java/util/logging/Filter.java,
      	java/util/logging/Formatter.java,
      	java/util/logging/Handler.java,
      	java/util/logging/Level.java,
      	java/util/logging/LogManager.java,
      	java/util/logging/LogRecord.java,
      	java/util/logging/Logger.java,
      	java/util/logging/LoggingPermission.java,
      	java/util/logging/MemoryHandler.java,
      	java/util/logging/SimpleFormatter.java,
      	java/util/logging/SocketHandler.java,
      	java/util/logging/StreamHandler.java,
      	java/util/logging/XMLFormatter.java:
      	Standardized copyrigth header.
      
      From-SVN: r89322
      Michael Koch committed
  11. 18 Oct, 2004 1 commit
  12. 20 Apr, 2004 1 commit
    • MarshalledObject.java, [...]: Fixed javadoc, coding style and argument names all over. · a17c9f2e
      2004-04-20  Michael Koch  <konqueror@gmx.de>
      
      	* java/rmi/MarshalledObject.java,
      	java/rmi/Naming.java,
      	java/rmi/RemoteException.java,
      	java/rmi/activation/ActivationException.java,
      	java/rmi/server/ServerCloneException.java,
      	java/security/AccessController.java,
      	java/security/AlgorithmParameterGenerator.java,
      	java/security/AlgorithmParameters.java,
      	java/security/CodeSource.java,
      	java/security/Identity.java,
      	java/security/IdentityScope.java,
      	java/security/KeyPairGenerator.java,
      	java/security/KeyStore.java,
      	java/security/Security.java,
      	java/security/Signature.java,
      	java/security/SignatureSpi.java,
      	java/security/SignedObject.java,
      	java/security/spec/DSAParameterSpec.java,
      	java/security/spec/DSAPrivateKeySpec.java,
      	java/security/spec/DSAPublicKeySpec.java,
      	java/sql/Array.java,
      	java/sql/DatabaseMetaData.java,
      	java/sql/ResultSet.java,
      	java/text/ChoiceFormat.java,
      	java/text/CollationElementIterator.java,
      	java/text/CollationKey.java,
      	java/text/Collator.java,
      	java/text/DateFormat.java,
      	java/text/DateFormatSymbols.java,
      	java/text/DecimalFormatSymbols.java,
      	java/text/Format.java,
      	java/text/ParsePosition.java,
      	java/text/RuleBasedCollator.java,
      	java/text/SimpleDateFormat.java,
      	java/text/StringCharacterIterator.java,
      	java/util/Collections.java,
      	java/util/PropertyResourceBundle.java,
      	java/util/ResourceBundle.java,
      	java/util/StringTokenizer.java,
      	java/util/jar/Attributes.java,
      	java/util/logging/ConsoleHandler.java,
      	java/util/logging/LogManager.java,
      	java/util/logging/MemoryHandler.java,
      	java/util/logging/SocketHandler.java,
      	javax/naming/NamingException.java:
      	Fixed javadoc, coding style and argument names all over.
      
      From-SVN: r80906
      Michael Koch committed
  13. 09 Jan, 2004 1 commit
    • 2004-01-09 Michael Koch <konqueror@gmx.de> · bbe4ef89
      	* java/awt/geom/PathIterator.java
      	(WIND_EVEN_ODD): Removed redundant modifiers.
      	(WIND_NON_ZERO): Likewise.
      	(SEG_MOVETO): Likewise.
      	(SEG_LINETO): Likewise.
      	(SEG_QUADTO): Likewise.
      	(SEG_CUBICTO): Likewise.
      	(SEG_CLOSE): Likewise.
      	* java/awt/image/SinglePixelPackedSampleModel.java:
      	Removed redundant semicolon.
      	* java/io/ObjectInputStream.java
      	(inputGetObjectStreamClasses): Removed unused variable "ret_val".
      	* java/util/logging/Filter.java
      	(isLoggable): Removed redundant modifier.
      	* java/util/logging/LogManager.java:
      	Removed redundant semicolon.
      	* java/util/logging/XMLFormatter.java
      	(format): Removed unused variable "key".
      
      From-SVN: r75570
      Michael Koch committed
  14. 31 Aug, 2003 1 commit
  15. 21 Jun, 2003 1 commit
    • LogRecord.java, [...]: New files from classpath. · 2d0c9050
      2003-06-21  Michael Koch  <konqueror@gmx.de>
      
      	* java/util/logging/LogRecord.java,
      	java/util/logging/Logger.java,
      	java/util/logging/SocketHandler.java,
      	java/util/logging/SimpleFormatter.java,
      	java/util/logging/Formatter.java,
      	java/util/logging/ErrorManager.java,
      	java/util/logging/Handler.java,
      	java/util/logging/FileHandler.java,
      	java/util/logging/LogManager.java,
      	java/util/logging/Level.java,
      	java/util/logging/ConsoleHandler.java,
      	java/util/logging/StreamHandler.java,
      	java/util/logging/LoggingPermission.java,
      	java/util/logging/Filter.java,
      	java/util/logging/MemoryHandler.java,
      	java/util/logging/XMLFormatter.java:
      	New files from classpath.
      
      From-SVN: r68295
      Michael Koch committed