From 5bf762459121cc397663d22498d62d71fa179ef6 Mon Sep 17 00:00:00 2001 From: doko Date: Sun, 3 Jun 2007 23:18:43 +0000 Subject: libjava/classpath/ChangeLog.gcj: 2007-05-31 Matthias Klose * 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 * java/io/natFileWin32.cc (setFilePermissions): New (stub only). _access: Handle EXEC query, stub only. 2007-06-03 Matthias Klose 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 * 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 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@125302 138bc75d-0d04-0410-961f-82ee72b054a4 --- .../lib/gnu/java/nio/ChannelInputStream.class | Bin 1104 -> 1365 bytes .../lib/gnu/java/nio/PipeImpl$SinkChannelImpl.class | Bin 1856 -> 1906 bytes .../lib/gnu/java/nio/PipeImpl$SourceChannelImpl.class | Bin 1865 -> 1917 bytes libjava/classpath/lib/gnu/java/nio/PipeImpl.class | Bin 1072 -> 1200 bytes .../lib/gnu/java/nio/ServerSocketChannelImpl.class | Bin 2266 -> 2266 bytes libjava/classpath/lib/gnu/java/nio/VMChannel.class | Bin 2528 -> 2632 bytes .../lib/gnu/java/nio/channels/FileChannelImpl.class | Bin 7914 -> 7955 bytes .../gnu/java/nio/charset/ByteCharset$Decoder.class | Bin 1300 -> 1392 bytes .../gnu/java/nio/charset/ByteCharset$Encoder.class | Bin 2042 -> 2042 bytes .../lib/gnu/java/nio/charset/EncodingHelper.class | Bin 3137 -> 3279 bytes .../lib/gnu/java/nio/charset/Provider$1.class | Bin 581 -> 581 bytes .../classpath/lib/gnu/java/nio/charset/Provider.class | Bin 5340 -> 5340 bytes .../lib/gnu/java/nio/charset/UTF_16Decoder.class | Bin 2637 -> 2427 bytes .../lib/gnu/java/nio/charset/UTF_16Encoder.class | Bin 2308 -> 2258 bytes .../lib/gnu/java/nio/charset/UTF_8$Decoder.class | Bin 3229 -> 2759 bytes .../lib/gnu/java/nio/charset/UTF_8$Encoder.class | Bin 2124 -> 1974 bytes 16 files changed, 0 insertions(+), 0 deletions(-) (limited to 'libjava/classpath/lib/gnu/java/nio') diff --git a/libjava/classpath/lib/gnu/java/nio/ChannelInputStream.class b/libjava/classpath/lib/gnu/java/nio/ChannelInputStream.class index eb59e72598f..0f0724f16a0 100644 Binary files a/libjava/classpath/lib/gnu/java/nio/ChannelInputStream.class and b/libjava/classpath/lib/gnu/java/nio/ChannelInputStream.class differ diff --git a/libjava/classpath/lib/gnu/java/nio/PipeImpl$SinkChannelImpl.class b/libjava/classpath/lib/gnu/java/nio/PipeImpl$SinkChannelImpl.class index 21dd064ad9e..450ea096747 100644 Binary files a/libjava/classpath/lib/gnu/java/nio/PipeImpl$SinkChannelImpl.class and b/libjava/classpath/lib/gnu/java/nio/PipeImpl$SinkChannelImpl.class differ diff --git a/libjava/classpath/lib/gnu/java/nio/PipeImpl$SourceChannelImpl.class b/libjava/classpath/lib/gnu/java/nio/PipeImpl$SourceChannelImpl.class index e5dea7f33c4..fa2e59ef354 100644 Binary files a/libjava/classpath/lib/gnu/java/nio/PipeImpl$SourceChannelImpl.class and b/libjava/classpath/lib/gnu/java/nio/PipeImpl$SourceChannelImpl.class differ diff --git a/libjava/classpath/lib/gnu/java/nio/PipeImpl.class b/libjava/classpath/lib/gnu/java/nio/PipeImpl.class index a0459a1235c..43c4f672cde 100644 Binary files a/libjava/classpath/lib/gnu/java/nio/PipeImpl.class and b/libjava/classpath/lib/gnu/java/nio/PipeImpl.class differ diff --git a/libjava/classpath/lib/gnu/java/nio/ServerSocketChannelImpl.class b/libjava/classpath/lib/gnu/java/nio/ServerSocketChannelImpl.class index 6188d794caf..c5c67e4e8a7 100644 Binary files a/libjava/classpath/lib/gnu/java/nio/ServerSocketChannelImpl.class and b/libjava/classpath/lib/gnu/java/nio/ServerSocketChannelImpl.class differ diff --git a/libjava/classpath/lib/gnu/java/nio/VMChannel.class b/libjava/classpath/lib/gnu/java/nio/VMChannel.class index 8ee7d1cf8f0..4cd76f58276 100644 Binary files a/libjava/classpath/lib/gnu/java/nio/VMChannel.class and b/libjava/classpath/lib/gnu/java/nio/VMChannel.class differ diff --git a/libjava/classpath/lib/gnu/java/nio/channels/FileChannelImpl.class b/libjava/classpath/lib/gnu/java/nio/channels/FileChannelImpl.class index 817ba710b1e..10c779e033f 100644 Binary files a/libjava/classpath/lib/gnu/java/nio/channels/FileChannelImpl.class and b/libjava/classpath/lib/gnu/java/nio/channels/FileChannelImpl.class differ diff --git a/libjava/classpath/lib/gnu/java/nio/charset/ByteCharset$Decoder.class b/libjava/classpath/lib/gnu/java/nio/charset/ByteCharset$Decoder.class index bb1dcbc58c8..166210902d0 100644 Binary files a/libjava/classpath/lib/gnu/java/nio/charset/ByteCharset$Decoder.class and b/libjava/classpath/lib/gnu/java/nio/charset/ByteCharset$Decoder.class differ diff --git a/libjava/classpath/lib/gnu/java/nio/charset/ByteCharset$Encoder.class b/libjava/classpath/lib/gnu/java/nio/charset/ByteCharset$Encoder.class index d434b325092..fed5aaf0384 100644 Binary files a/libjava/classpath/lib/gnu/java/nio/charset/ByteCharset$Encoder.class and b/libjava/classpath/lib/gnu/java/nio/charset/ByteCharset$Encoder.class differ diff --git a/libjava/classpath/lib/gnu/java/nio/charset/EncodingHelper.class b/libjava/classpath/lib/gnu/java/nio/charset/EncodingHelper.class index e64d2d57f78..4e81021f07b 100644 Binary files a/libjava/classpath/lib/gnu/java/nio/charset/EncodingHelper.class and b/libjava/classpath/lib/gnu/java/nio/charset/EncodingHelper.class differ diff --git a/libjava/classpath/lib/gnu/java/nio/charset/Provider$1.class b/libjava/classpath/lib/gnu/java/nio/charset/Provider$1.class index 30aebbad4f2..ecc9fd09e7c 100644 Binary files a/libjava/classpath/lib/gnu/java/nio/charset/Provider$1.class and b/libjava/classpath/lib/gnu/java/nio/charset/Provider$1.class differ diff --git a/libjava/classpath/lib/gnu/java/nio/charset/Provider.class b/libjava/classpath/lib/gnu/java/nio/charset/Provider.class index 33fb54b6aaa..52cd4e4477c 100644 Binary files a/libjava/classpath/lib/gnu/java/nio/charset/Provider.class and b/libjava/classpath/lib/gnu/java/nio/charset/Provider.class differ diff --git a/libjava/classpath/lib/gnu/java/nio/charset/UTF_16Decoder.class b/libjava/classpath/lib/gnu/java/nio/charset/UTF_16Decoder.class index ef6a6745589..12b3dae6f7d 100644 Binary files a/libjava/classpath/lib/gnu/java/nio/charset/UTF_16Decoder.class and b/libjava/classpath/lib/gnu/java/nio/charset/UTF_16Decoder.class differ diff --git a/libjava/classpath/lib/gnu/java/nio/charset/UTF_16Encoder.class b/libjava/classpath/lib/gnu/java/nio/charset/UTF_16Encoder.class index f411c933c7b..038e5666445 100644 Binary files a/libjava/classpath/lib/gnu/java/nio/charset/UTF_16Encoder.class and b/libjava/classpath/lib/gnu/java/nio/charset/UTF_16Encoder.class differ diff --git a/libjava/classpath/lib/gnu/java/nio/charset/UTF_8$Decoder.class b/libjava/classpath/lib/gnu/java/nio/charset/UTF_8$Decoder.class index 4bd770bda8c..72d6ced9911 100644 Binary files a/libjava/classpath/lib/gnu/java/nio/charset/UTF_8$Decoder.class and b/libjava/classpath/lib/gnu/java/nio/charset/UTF_8$Decoder.class differ diff --git a/libjava/classpath/lib/gnu/java/nio/charset/UTF_8$Encoder.class b/libjava/classpath/lib/gnu/java/nio/charset/UTF_8$Encoder.class index a4bcdf24353..6d3d9fdf161 100644 Binary files a/libjava/classpath/lib/gnu/java/nio/charset/UTF_8$Encoder.class and b/libjava/classpath/lib/gnu/java/nio/charset/UTF_8$Encoder.class differ -- cgit v1.2.3