From 1d2454e00432c65dac39bcf3ab1e6f4dc448b2e1 Mon Sep 17 00:00:00 2001 From: gandalf Date: Wed, 25 Feb 2009 21:40:28 +0000 Subject: Sync libgcj with GNU Classpath 0.98. 2009-02-13 Andrew John Hughes Import GNU Classpath (classpath-0_98-release). * Makefile.am: Add natVMSecureRandom.cc. * Makefile.in: Regenerated. * classpath/ChangeLog, * classpath/Makefile.am: Merged. * classpath/Makefile.in: Regenerated. * classpath/NEWS: Merged. * classpath/config.guess, * classpath/config.sub, * classpath/configure: Regenerated. * classpath/configure.ac: Merged. * classpath/gnu/java/awt/peer/gtk/CairoGraphics2D.java, * classpath/gnu/java/security/jce/prng/SecureRandomAdapter.java, * classpath/gnu/javax/crypto/jce/prng/ARCFourRandomSpi.java, * classpath/gnu/javax/crypto/jce/prng/CSPRNGSpi.java, * classpath/gnu/javax/crypto/jce/prng/FortunaImpl.java, * classpath/gnu/javax/crypto/jce/prng/ICMRandomSpi.java, * classpath/gnu/javax/crypto/jce/prng/UMacRandomSpi.java, * classpath/gnu/javax/crypto/prng/ICMGenerator.java, * classpath/gnu/xml/stream/XMLParser.java, * classpath/java/security/SecureRandom.java, * classpath/native/jni/native-lib/cpproc.c, * classpath/native/plugin/gcjwebplugin.cc, * classpath/tools/gnu/classpath/tools/gjdoc/Main.java: Merged. * configure: Regenerated. * configure.ac: Add symlink for natVMSecureRandomPosix.cc to natVMSecureRandom.cc * gnu/classpath/Configuration.java: Change version to 0.98. * gnu/java/security/jce/prng/SecureRandomAdapter.h: Regenerated. * gnu/java/security/jce/prng/VMSecureRandom.h: Generated. * gnu/java/security/jce/prng/VMSecureRandom.java: Added native implementation. * gnu/java/security/jce/prng/natVMSecureRandomPosix.cc: Wrapper around /dev/random. * gnu/javax/crypto/jce/prng/CSPRNGSpi.h, * gnu/javax/crypto/jce/prng/FortunaImpl.h, * java/security/SecureRandom.h: Regenerated. * java/security/VMSecureRandom$Spinner.h, * java/security/VMSecureRandom.h, * java/security/VMSecureRandom.java: Removed. * sources.am: Move VMSecureRandom to gnu.java.security.jce.prng. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144434 138bc75d-0d04-0410-961f-82ee72b054a4 --- .../gnu/javax/crypto/jce/prng/ARCFourRandomSpi.class | Bin 1418 -> 1443 bytes .../lib/gnu/javax/crypto/jce/prng/CSPRNGSpi.class | Bin 1499 -> 1516 bytes .../lib/gnu/javax/crypto/jce/prng/FortunaImpl.class | Bin 1354 -> 1498 bytes .../lib/gnu/javax/crypto/jce/prng/ICMRandomSpi.class | Bin 3712 -> 3735 bytes .../lib/gnu/javax/crypto/jce/prng/UMacRandomSpi.class | Bin 3184 -> 3209 bytes .../lib/gnu/javax/crypto/prng/ICMGenerator.class | Bin 4444 -> 4678 bytes 6 files changed, 0 insertions(+), 0 deletions(-) (limited to 'libjava/classpath/lib/gnu/javax/crypto') diff --git a/libjava/classpath/lib/gnu/javax/crypto/jce/prng/ARCFourRandomSpi.class b/libjava/classpath/lib/gnu/javax/crypto/jce/prng/ARCFourRandomSpi.class index 1adddb1be0c..6993b3a0f3e 100644 Binary files a/libjava/classpath/lib/gnu/javax/crypto/jce/prng/ARCFourRandomSpi.class and b/libjava/classpath/lib/gnu/javax/crypto/jce/prng/ARCFourRandomSpi.class differ diff --git a/libjava/classpath/lib/gnu/javax/crypto/jce/prng/CSPRNGSpi.class b/libjava/classpath/lib/gnu/javax/crypto/jce/prng/CSPRNGSpi.class index c10db7a1e0d..b73add56309 100644 Binary files a/libjava/classpath/lib/gnu/javax/crypto/jce/prng/CSPRNGSpi.class and b/libjava/classpath/lib/gnu/javax/crypto/jce/prng/CSPRNGSpi.class differ diff --git a/libjava/classpath/lib/gnu/javax/crypto/jce/prng/FortunaImpl.class b/libjava/classpath/lib/gnu/javax/crypto/jce/prng/FortunaImpl.class index 817c972c95d..bf61fb49fb8 100644 Binary files a/libjava/classpath/lib/gnu/javax/crypto/jce/prng/FortunaImpl.class and b/libjava/classpath/lib/gnu/javax/crypto/jce/prng/FortunaImpl.class differ diff --git a/libjava/classpath/lib/gnu/javax/crypto/jce/prng/ICMRandomSpi.class b/libjava/classpath/lib/gnu/javax/crypto/jce/prng/ICMRandomSpi.class index 747f0032817..5fca78ef177 100644 Binary files a/libjava/classpath/lib/gnu/javax/crypto/jce/prng/ICMRandomSpi.class and b/libjava/classpath/lib/gnu/javax/crypto/jce/prng/ICMRandomSpi.class differ diff --git a/libjava/classpath/lib/gnu/javax/crypto/jce/prng/UMacRandomSpi.class b/libjava/classpath/lib/gnu/javax/crypto/jce/prng/UMacRandomSpi.class index 214773133bf..9c760ea3324 100644 Binary files a/libjava/classpath/lib/gnu/javax/crypto/jce/prng/UMacRandomSpi.class and b/libjava/classpath/lib/gnu/javax/crypto/jce/prng/UMacRandomSpi.class differ diff --git a/libjava/classpath/lib/gnu/javax/crypto/prng/ICMGenerator.class b/libjava/classpath/lib/gnu/javax/crypto/prng/ICMGenerator.class index 9c38cdf1799..53776d6de50 100644 Binary files a/libjava/classpath/lib/gnu/javax/crypto/prng/ICMGenerator.class and b/libjava/classpath/lib/gnu/javax/crypto/prng/ICMGenerator.class differ -- cgit v1.2.3