1. 03 Jun, 2007 1 commit
    • libjava/classpath/ChangeLog.gcj: · e1bea0c0
      2007-05-31  Matthias Klose  <doko@ubuntu.com>
      
              * javax/management/NotificationBroadcasterSupport.java
              (getNotificationInfo): Add cast.
              * native/jni/qt-peer/Makefile.am (AM_CXXFLAGS): Add libstdc++ include
              directories.
              * native/jni/qt-peer/Makefile.in: Regenerate.
      
      libjava/ChangeLog:
      
      2007-06-03  Matthias Klose  <doko@ubuntu.com>
      
              * java/io/natFileWin32.cc (setFilePermissions): New (stub only).
              _access: Handle EXEC query, stub only.
      
      2007-06-03  Matthias Klose  <doko@ubuntu.com>
      
              Merged from classpath:
              * gnu/java/nio/SelectorProviderImpl.java: Whitespace merge.
              * java/lang/System.java(inheritedChannel): New.
              * java/lang/Character.java: Remove stray`;'.
              * java/net/MulticastSocket.java: Merged.
              * java/text/DateFormatSymbols.java(getInstance): New, comment updates.
              * java/text/Collator.java(getInstance): Merged.
              * java/util/Calendar.java: New attributes ALL_STYLES, SHORT, LONG.
              getDisplayName, getDisplayNames: New.
              * java/util/logging/Logger.java: Merged.
              * Regenerate .class and .h files.
      
      2007-06-03  Matthias Klose  <doko@ubuntu.com>
      
              * java/io/File.java: Merge with classpath-0.95, new method
              setFilePermissions, new attribute EXEC.
              * java/io/natFilePosix.cc (setFilePermissions): New.
              _access: Handle EXEC query.
              * classpath/lib/java/io/File.class, java/io/File.h: Regenerate.
      
      2007-06-03  Matthias Klose  <doko@ubuntu.com>
      
              Imported GNU Classpath 0.95.
      
              * classpath/Makefile.in,
              classpath/native/jni/midi-dssi/Makefile.in,
              classpath/native/jni/classpath/Makefile.in,
              classpath/native/jni/Makefile.in,
              classpath/native/jni/gconf-peer/Makefile.in,
              classpath/native/jni/java-io/Makefile.in,
              classpath/native/jni/native-lib/Makefile.in,
              classpath/native/jni/java-util/Makefile.in,
              classpath/native/jni/midi-alsa/Makefile.in,
              classpath/native/jni/java-lang/Makefile.in,
              classpath/native/jni/java-nio/Makefile.in,
              classpath/native/jni/java-net/Makefile.in,
              classpath/native/jni/xmlj/Makefile.in,
              classpath/native/jni/qt-peer/Makefile.in,
              classpath/native/jni/gtk-peer/Makefile.in,
              classpath/native/Makefile.in, classpath/native/jawt/Makefile.in,
              classpath/native/fdlibm/Makefile.in,
              classpath/native/plugin/Makefile.in,
              classpath/resource/Makefile.in, classpath/scripts/Makefile.in,
              classpath/tools/Makefile.in, classpath/doc/Makefile.in,
              classpath/doc/api/Makefile.in, classpath/lib/Makefile.in,
              classpath/external/Makefile.in, classpath/external/jsr166/Makefile.in,
              classpath/external/sax/Makefile.in,
              classpath/external/w3c_dom/Makefile.in,
              classpath/external/relaxngDatatype/Makefile.in,
              classpath/include/Makefile.in,
              classpath/examples/Makefile.in: Regenerate.
              * classpath/config.guess, classpath/config.sub,
              classpath/ltmain.sh : Update.
              * classpath/configure, classpath/depcomp, classpath/missing,
              classpath/aclocal.m4, classpath/install-sh: Regenerate.
      
              * gnu/classpath/Configuration.java (CLASSPATH_VERSION): Now 0.95.
              * sources.am: Regenerate.
              * Makefile.in: Regenerate.
      
              * Update the .class files and generated CNI header files, add new
              .class and generated CNI header files.
              * Remove generated files for removed java source files:
              classpath/gnu/java/net/BASE64.java,
              classpath/gnu/java/security/util/Base64.java,
              classpath/gnu/java/awt/peer/gtk/GThreadMutex.java,
              classpath/gnu/java/awt/peer/gtk/GThreadNativeMethodRunner.java,
              classpath/gnu/java/awt/font/autofit/Scaler.java,
              classpath/gnu/classpath/jdwp/util/Value.java,
              classpath/gnu/javax/net/ssl/Base64.java.
              * Remove empty directories.
      
              * Makefile.am(nat_source_files): Add natVMOperatingSystemMXBeanImpl.cc.
              * java/lang/Class.java(setAccessible): Merge from classpath.
              * java/util/Locale.java: Remove.
              * gnu/java/lang/management/VMOperatingSystemMXBeanImpl.java,
              gnu/java/lang/management/natVMOperatingSystemMXBeanImpl.cc: New.
              * gcj/javaprims.h: Update class declarations.
              * scripts/classes.pl: Update usage.
              * HACKING: Mention to build all peers.
      
      From-SVN: r125302
      Matthias Klose committed
  2. 09 Jan, 2007 1 commit
  3. 14 Aug, 2006 1 commit
    • Imported GNU Classpath 0.92 · ac1ed908
      2006-08-14  Mark Wielaard  <mark@klomp.org>
      
             Imported GNU Classpath 0.92
             * HACKING: Add more importing hints. Update automake version
             requirement.
      
             * configure.ac (gconf-peer): New enable AC argument.
             Add --disable-gconf-peer and --enable-default-preferences-peer
             to classpath configure when gconf is disabled.
             * scripts/makemake.tcl: Set gnu/java/util/prefs/gconf and
             gnu/java/awt/dnd/peer/gtk to bc. Classify
             gnu/java/security/Configuration.java as generated source file.
      
             * gnu/java/lang/management/VMGarbageCollectorMXBeanImpl.java,
             gnu/java/lang/management/VMMemoryPoolMXBeanImpl.java,
             gnu/java/lang/management/VMClassLoadingMXBeanImpl.java,
             gnu/java/lang/management/VMRuntimeMXBeanImpl.java,
             gnu/java/lang/management/VMMemoryManagerMXBeanImpl.java,
             gnu/java/lang/management/VMThreadMXBeanImpl.java,
             gnu/java/lang/management/VMMemoryMXBeanImpl.java,
             gnu/java/lang/management/VMCompilationMXBeanImpl.java: New VM stub
             classes.
             * java/lang/management/VMManagementFactory.java: Likewise.
             * java/net/VMURLConnection.java: Likewise.
             * gnu/java/nio/VMChannel.java: Likewise.
      
             * java/lang/Thread.java (getState): Add stub implementation.
             * java/lang/Class.java (isEnum): Likewise.
             * java/lang/Class.h (isEnum): Likewise.
      
             * gnu/awt/xlib/XToolkit.java (getClasspathTextLayoutPeer): Removed.
      
             * javax/naming/spi/NamingManager.java: New override for StackWalker
             functionality.
      
             * configure, sources.am, Makefile.in, gcj/Makefile.in,
             include/Makefile.in, testsuite/Makefile.in: Regenerated.
      
      From-SVN: r116139
      Mark Wielaard 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