| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
* lib/mkcollections.pl.in (javautilclasses): Add Iterable.
* lib/Makefile.am: Only search for .java files in COLLECTIONS_PREFIX.
|
|
|
|
|
|
| |
* lib/copy-vmresources.sh.in: Reverted.
* gnu/java/awt/peer/x/fonts.properties: Moved to resource/
* resource/gnu/java/awt/peer/x/fonts.properties: New file.
|
|
|
|
| |
* lib/copy-vmresources.sh.in: Include properties from X peers.
|
|
|
|
|
| |
* resource/META-INF/services/.cvsignore: New file.
* lib/.cvsignore: Updated.
|
|
|
|
|
| |
(DISTCLEANFILES): Add standard.omit.
(clean-local): Remove Makefile.deps, only remove dirs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* configure.ac: Added new option --enable-default-preferences-peer
to pass user specified default preference backend.
If the GConf peer is built, GConf become the default backend.
* resource/META-INF/services/java.util.prefs.PreferencesFactory.in:
new file.
* lib/Makefile.am: excludes files terminating in 'in' from
the metafiles list.
* lib/copy-vmresources.sh.in: excludes files terminating in 'in'
from copy into META-INF.
* java/util/prefs/Preferences.java: added two new import
classes gnu.classpath.ServiceFactory and java.util.Iterator.
(getFactory): Now try to check for
a system defined default preference backend before to fall back on
FileBasedPreference.
|
|
|
|
|
|
|
|
| |
Cat standard.omit.in from srcdir. Make exclude regex more explicit.
* lib/Makefile.am (EXTRA_DIST): Add standard.omit.in.
(clean-local): Remove standard.omit.
* lib/gen-classlist.sh.in: Use omit file in build dir.
* lib/standard.omit.in: Make exclude regex more explicit.
|
|
|
|
|
|
|
| |
* lib/Makefile.am: Added Escher dir/jar to classpath when
requested.
* configure.ac: Moved handling of standard.omit to a place
where it actually gets executed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gnu/java/awt/peer/x/GLGraphics.java,
* gnu/java/awt/peer/x/ImageConverter.java,
* gnu/java/awt/peer/x/KeyboardMapping.java,
* gnu/java/awt/peer/x/XEventPump.java,
* gnu/java/awt/peer/x/XFontPeer.java,
* gnu/java/awt/peer/x/XFontPeer2.java,
* gnu/java/awt/peer/x/XFramePeer.java,
* gnu/java/awt/peer/x/XGraphics.java,
* gnu/java/awt/peer/x/XGraphics2D.java,
* gnu/java/awt/peer/x/XGraphicsConfiguration.java,
* gnu/java/awt/peer/x/XGraphicsDevice.java,
* gnu/java/awt/peer/x/XGraphicsEnvironment.java,
* gnu/java/awt/peer/x/XImage.java,
* gnu/java/awt/peer/x/XLightweightPeer.java,
* gnu/java/awt/peer/x/XToolkit.java,
* gnu/java/awt/peer/x/XWindowPeer.java,
* gnu/java/awt/peer/x/fonts.properties: New files.
* lib/standard.omit: Removed.
* lib/standard.omit.in: Added.
* configure.ac: Added configure option --with-escher. Added some
configury for omitting gnu.java.awt.peer.x package when
this option is not specified.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gnu/java/security/.cvsignore: New File.
* gnu/java/security/Configuration.java.in: New File.
* gnu/java/security/Properties.java: Change import from
gnu.classpath.Configuration to gnu.java.security.Configuration.
* gnu/java/security/hash/Whirlpool.java: Likewise.
* gnu/java/security/jce/sig/EncodedKeyFactory.java: Likewise.
* gnu/java/security/jce/sig/SignatureAdapter.java: Likewise.
* gnu/java/security/key/dss/DSSKeyPairGenerator.java: Likewise.
* gnu/java/security/key/dss/DSSKeyPairPKCS8Codec.java: Likewise.
* gnu/java/security/key/dss/DSSPrivateKey.java: Likewise.
* gnu/java/security/key/rsa/GnuRSAPrivateKey.java: Likewise.
* gnu/java/security/key/rsa/RSAKeyPairGenerator.java: Likewise.
* gnu/java/security/key/rsa/RSAKeyPairPKCS8Codec.java: Likewise.
* gnu/java/security/key/rsa/RSAKeyPairX509Codec.java: Likewise.
* gnu/java/security/pkcs/PKCS7SignedData.java: Likewise.
* gnu/java/security/pkcs/SignerInfo.java: Likewise.
* gnu/java/security/provider/PKIXCertPathValidatorImpl.java: Likewise.
* gnu/java/security/sig/rsa/EMSA_PSS.java: Likewise.
* gnu/java/security/sig/rsa/RSAPSSSignature.java: Likewise.
* gnu/java/security/util/Base64.java: Likewise.
* gnu/java/security/x509/X509CRL.java: Likewise.
* gnu/java/security/x509/X509CRLEntry.java: Likewise.
* gnu/java/security/x509/ext/Extension.java: Likewise.
* gnu/javax/crypto/cipher/Anubis.java: Likewise.
* gnu/javax/crypto/cipher/BaseCipher.java: Likewise.
* gnu/javax/crypto/cipher/Khazad.java: Likewise.
* gnu/javax/crypto/cipher/Rijndael.java: Likewise.
* gnu/javax/crypto/cipher/Twofish.java: Likewise.
* gnu/javax/crypto/jce/keyring/GnuKeyring.java: Likewise.
* gnu/javax/crypto/jce/prng/ICMRandomSpi.java: Likewise.
* gnu/javax/crypto/jce/prng/UMacRandomSpi.java: Likewise.
* gnu/javax/crypto/key/dh/GnuDHKeyPairGenerator.java: Likewise.
* gnu/javax/crypto/key/srp6/SRPKeyPairGenerator.java: Likewise.
* gnu/javax/crypto/keyring/Entry.java: Likewise.
* gnu/javax/crypto/keyring/EnvelopeEntry.java: Likewise.
* gnu/javax/crypto/keyring/GnuPrivateKeyring.java: Likewise.
* gnu/javax/crypto/keyring/GnuPublicKeyring.java: Likewise.
* gnu/javax/crypto/keyring/PasswordAuthenticatedEntry.java: Likewise.
* gnu/javax/crypto/keyring/PasswordEncryptedEntry.java: Likewise.
* gnu/javax/crypto/mac/OMAC.java: Likewise.
* gnu/javax/crypto/pad/BasePad.java: Likewise.
* gnu/javax/crypto/pad/PKCS1_V1_5.java: Likewise.
* gnu/javax/crypto/pad/PKCS7.java: Likewise.
* gnu/javax/crypto/pad/TBC.java: Likewise.
* gnu/javax/crypto/prng/CSPRNG.java: Likewise.
* gnu/javax/crypto/sasl/SaslInputStream.java: Likewise.
* gnu/javax/crypto/sasl/SaslOutputStream.java: Likewise.
* gnu/javax/crypto/sasl/srp/SRPClient.java: Likewise.
* gnu/javax/crypto/sasl/srp/SRPServer.java: Likewise.
* gnu/javax/security/auth/login/ConfigFileParser.java: Likewise.
* gnu/javax/security/auth/login/ConfigFileTokenizer.java: Likewise.
* gnu/javax/security/auth/login/GnuConfiguration.java
(getAppConfigurationEntry): Change reference to
gnu.classpath.Configuration.DEBUG to
gnu.java.security.Configuration.DEBUG.
(getConfigFromUserHome): Likewise.
(getInputStreamFromURL): Likewise.
(getUserHome): Likewise.
(init): Likewise.
(processSecurityProperties): Likewise.
(processSystemProperty): Likewise.
(processUserHome): Likewise.
* configure.ac: Add gnu/java/security/Configuration.java to
AC_CONFIG_FILES list.
* lib/Makefile.am: Remove gnu/java/security/Configuration.java when
required.
|
|
|
|
| |
* lib/Makefile.am (dist-hook): Likewise.
|
|
|
|
|
|
|
| |
(uninstall-local): Delete 'sun' directory.
(glibj.zip): Include 'sun' classes.
(clean-local): Delete 'sun' directory.
* lib/gen-classlist.sh.in: Search 'sun' subdirectories.
|
| |
|
|
|
|
| |
* lib/Makefile.am (compile-classes): Touch the output file.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* javax/imageio/plugins/jpeg/JPEGImageWriteParam.java: New file.
* javax/imageio/plugins/jpeg/JPEGImageReadParam.java: Add
retrieval instructions to javadoc header.
* javax/imageio/ImageWriteParam.java: Fix javadoc for
compressionType field.
* lib/Makefile.am (propertydirs): Add javax directory.
(propertyfiles): Likewise.
* resource/javax/imageio/plugins/jpeg/MessagesBundle.properties:
New file.
|
|
|
|
| |
as temporary file name.
|
|
|
|
|
|
|
|
|
|
|
| |
2006-04-02 Dalibor Topic <robilad@kaffe.org>
* configure.ac (with-glibj-zip): Added new option.
* examples/Makefile.am,
lib/Makefile.am,
tools/Makefile.am: Adapted build classpath to use glibj.zip,
in addition to classes in lib directory.
|
|
|
|
|
|
| |
* lib/Makefile.am (CLEANFILES): Added classes.2.
* lib/gen-classlist.sh.in (GCJ): Removed. Create classes.1 and
classes.2 using multiple fields.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gnu/java/locale/.cvsignore: New file.
* lib/Makefile.am (LocaleData.java): Put in gnu/java/locale.
* java/util/Locale.java (getAvailableLocales): Clone result.
(getISOCountries): Likewise.
(getISOLanguages): Likewise.
* scripts/generate-locale-list.sh: Make class public. Added new
array.
* gnu/java/locale/LocaleHelper.java (getCollatorLocales): New method.
(getLocaleCount): Likewise.
* java/text/Collator.java (getInstance): Javadoc typo fix.
(getAvailableLocales): Wrote.
|
|
|
|
|
|
|
|
|
|
|
| |
* NEWS: Add entry for --enable-collections.
* configure.ac: Add --enable-collections option.
* lib/Makefile.am (collections.jar): New target.
(glibj_DATA): Add $(COLLECTIONS).
* lib/mkcollections.pl.in (destpath): Set from COLLECTION_PREFIX
configure substitution.
(classpath): Read from command line.
(javautilclasses): Remove BasicMapEntry. Add RandomAccess.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* LICENCE,
NEWS,
configure.ac,
doc/README.jaxp,
external/Makefile.am,
external/relaxngDatatype/.cvsignore,
external/relaxngDatatype/Makefile.am,
external/relaxngDatatype/README.txt,
external/relaxngDatatype/copying.txt,
external/relaxngDatatype/org/relaxng/datatype/Datatype.java,
external/relaxngDatatype/org/relaxng/datatype/DatatypeBuilder.java,
external/relaxngDatatype/org/relaxng/datatype/DatatypeException.java,
external/relaxngDatatype/org/relaxng/datatype/DatatypeLibrary.java,
external/relaxngDatatype/org/relaxng/datatype/DatatypeLibraryFactory.java,
external/relaxngDatatype/org/relaxng/datatype/DatatypeStreamingValidator.java,
external/relaxngDatatype/org/relaxng/datatype/ValidationContext.java,
external/relaxngDatatype/org/relaxng/datatype/helpers/DatatypeLibraryLoader.java,
external/relaxngDatatype/org/relaxng/datatype/helpers/ParameterlessDatatypeBuilder.java,
external/relaxngDatatype/org/relaxng/datatype/helpers/StreamingValidatorImpl.java,
lib/Makefile.am,
lib/gen-classlist.sh.in: Added external RELAX NG pluggable
datatypes library API.
|
|
|
|
|
|
|
| |
* m4/acinclude.m4
(CLASSPATH_WITH_GLIBJ): Add support for fastjar.
* lib/Makefile.am: Likewise.
|
| |
|
|
|
|
|
|
| |
* lib/Makefile.am:
(dist-hook): Preserve attributes of Java sources when copying to
dist dir.
|
|
|
|
|
|
|
|
|
|
|
| |
using top_distdir
2005-12-18 Guilhem Lavaux <guilhem@kaffe.org>
* libraries/javalib/external/classpath/lib/Makefile.am:
Replaced $(top_distdir) with $(distdir)/.. to make sure
that GNU Classpath's class library sources don't end up
in the wrong location in kaffe's tarball.
|
|
|
|
|
| |
* lib/copy-vmresources.sh.in: Use dot '.' for find after changing
dir to target directory.
|
|
|
|
|
|
|
|
|
|
| |
2005-12-12 Dalibor Topic <robilad@kaffe.org>
Fixes bug #25353
* m4/acinclude.m4: Added JIKESWARNINGS makefile variable.
Only add +Pno-shadow to JIKESWARNINGS if not using jikes 1.19.
* lib/Makefile.am: Use JIKESWARNINGS instead of explicitely
listing the warnings.
|
|
|
|
| |
* lib/copy-vmresources.sh.in: Added some '.' after find.
|
|
|
|
|
| |
* lib/Makefile.am (FOUND_ECJ): Remove -warn typeHiding, unchecked and
varargsCast flags for non-generic code.
|
|
|
|
|
| |
* native/jni/midi-alsa/.cvsignore: New file.
* lib/.cvsignore: Updated.
|
|
|
|
| |
to ECJ compile warning rule.
|
|
|
|
| |
* lib/copy-vmresources.sh.in: Added definition for top_srcdir.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* configure.ac: Added support for "--with-native-libdir" and
"--with-glibj-dir". Generate copy-vmresources.sh
* lib/Makefile.am: Call copy-vmresources.sh to fetch possible vm
resources from the vmdirs.
* lib/copy-vmresources.sh.in: New script file.
* lib/gen-classlist.sh.in: Include com/ as base package for the
vm directories.
* native/jawt/Makefile.am,
native/jni/gtk-peer/Makefile.am,
native/jni/java-io/Makefile.am,
native/jni/java-lang/Makefile.am,
native/jni/java-net/Makefile.am,
native/jni/java-nio/Makefile.am,
native/jni/java-util/Makefile.am,
native/jni/midi-alsa/Makefile.am,
native/jni/midi-dssi/Makefile.am,
native/jni/qt-peer/Makefile.am,
native/jni/xmlj/Makefile.am: Install libraries in nativelibdir
and not pkglib.
|
| |
|
|
|
|
| |
* lib/Makefile.am (JAVAC): Specify -source 1.4 to ecj.
|
| |
|
|
|
|
|
|
| |
* lib/standard.omit: Remove gnu/classpath/jdwp, gnu/xml/stream and
javax/xml/stream.
* vm/reference/standard.omit: Removed.
|
|
|
|
| |
* NEWS: Describe Untested/Disabled new features.
|
|
|
|
|
| |
Fix for bug #23653
* lib/Makefile.am (metafiles): Use find -name -prune not -path.
|
|
|
|
|
|
|
| |
* lib/gen-classlist.sh.in: Don't run split-for-gcj.sh.
* lib/Makefile.gcj (Makefile.deps): New target.
* lib/Makefile.am (compile-classes): Pass top_srcdir to
Makefile.gcj.
|
|
|
|
| |
* lib/.cvsignore: Add META-INF, Makefile.deps and lists.
|
|
|
|
| |
* lib/Makefile.am (JAVAC): Disable ecj warning output.
|
|
|
|
|
|
| |
* lib/gen-classlist.sh.in: Use @SHELL@; invoke split-for-gcj.sh
with it.
* configure.ac (SH): Removed subst.
|
|
|
|
| |
* lib/split-for-gcj.sh: Comment.
|
|
|
|
|
| |
* lib/split-for-gcj.sh: Don't use unportable %{parameter%word}.
Don't use unportable !.
|
|
|
|
|
|
| |
Invoke split-for-gcj.sh if the results changed.
* lib/Makefile.am (CLEANFILES): Removed old entries.
(compile-classes): Don't run split-for-gcj.sh.
|
|
|
|
|
|
| |
* lib/Makefile.am (compile-classes): Made conditional on
FOUND_GCJ.
(JAVAC): Redefined when FOUND_GCJ.
|
|
|
|
| |
split-for-gcj.sh. For PR classpath/23238.
|
| |
|