summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* 2006-08-31 Andreas Tobler <a.tobler@schweiz.ch>Andreas Tobler2006-08-311-0/+4
| | | | * lib/Makefile.am (cssfiles): Add new rule to install css files.
* 2006-08-18 Roger Sayle <roger@eyesopen.com>Tom Tromey2006-08-181-5/+5
| | | | * lib/Makefile.am (resources): Fix some shell portability issues.
* * java/lang/Iterable.java: Import all of java.util.Mark Wielaard2006-07-222-3/+4
| | | | | * lib/mkcollections.pl.in (javautilclasses): Add Iterable. * lib/Makefile.am: Only search for .java files in COLLECTIONS_PREFIX.
* 2006-07-18 Roman Kennke <kennke@aicas.com>Roman Kennke2006-07-181-1/+1
| | | | | | * 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.
* 2006-07-18 Roman Kennke <kennke@aicas.com>Roman Kennke2006-07-181-1/+1
| | | | * lib/copy-vmresources.sh.in: Include properties from X peers.
* 2006-07-17 Gary Benson <gbenson@redhat.com>Gary Benson2006-07-171-0/+1
| | | | | * resource/META-INF/services/.cvsignore: New file. * lib/.cvsignore: Updated.
* * lib/Makefile.am (CLEANFILES): Add Makefile.deps.Mark Wielaard2006-07-061-3/+2
| | | | | (DISTCLEANFILES): Add standard.omit. (clean-local): Remove Makefile.deps, only remove dirs.
* 2006-07-04 Mario Torre <neugens@limasoftware.net>Mark Wielaard2006-07-042-2/+2
| | | | | | | | | | | | | | | | | * 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.
* * configure.ac: Move standard.omit creation after dirs are created.Mark Wielaard2006-06-303-3/+4
| | | | | | | | 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.
* 2006-06-30 Roman Kennke <kennke@aicas.com>Roman Kennke2006-06-301-1/+1
| | | | | | | * 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.
* 2006-06-29 Roman Kennke <kennke@aicas.com>Roman Kennke2006-06-291-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* 2006-06-25 Vivek Lakshmanan <vivekl@redhat.com>Vivek Lakshmanan2006-06-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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/.cvsignore: Add sun.Mark Wielaard2006-06-102-4/+5
| | | | * lib/Makefile.am (dist-hook): Likewise.
* * lib/Makefile.am (install-data-local): Copy 'sun' files.Tom Tromey2006-06-092-4/+7
| | | | | | | (uninstall-local): Delete 'sun' directory. (glibj.zip): Include 'sun' classes. (clean-local): Delete 'sun' directory. * lib/gen-classlist.sh.in: Search 'sun' subdirectories.
* * lib/.cvsignore: Added classes.2.generics-merge-20060501Tom Tromey2006-05-011-0/+1
|
* PR libgcj/26625:Tom Tromey2006-04-051-0/+1
| | | | * lib/Makefile.am (compile-classes): Touch the output file.
* * lib/gen-classlist.sh.in: Correct handle generated files.Tom Tromey2006-04-041-2/+5
|
* 2006-04-03 Thomas Fitzsimmons <fitzsim@redhat.com>Thomas Fitzsimmons2006-04-041-2/+2
| | | | | | | | | | | | * 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.
* * lib/gen-classlist.sh.in: Use classes.tmp, not classes.2Mark Wielaard2006-04-031-2/+2
| | | | as temporary file name.
* Added support for using a prebuilt glibj.zipDalibor Topic2006-04-021-0/+9
| | | | | | | | | | | 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/split-for-gcj.sh: Updated for multi-field format.Tom Tromey2006-03-313-33/+57
| | | | | | * lib/Makefile.am (CLEANFILES): Added classes.2. * lib/gen-classlist.sh.in (GCJ): Removed. Create classes.1 and classes.2 using multiple fields.
* * .externalToolBuilders/CreateLocaleData.launch: Updated.Tom Tromey2006-03-241-6/+6
| | | | | | | | | | | | | | * 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.
* 2006-03-03 Thomas Fitzsimmons <fitzsim@redhat.com>Thomas Fitzsimmons2006-03-032-4/+21
| | | | | | | | | | | * 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.
* 2006-02-13 Chris Burdess <dog@gnu.org>Chris Burdess2006-02-132-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* 2006-01-21 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux2006-01-211-0/+1
| | | | | | | * m4/acinclude.m4 (CLASSPATH_WITH_GLIBJ): Add support for fastjar. * lib/Makefile.am: Likewise.
* * lib/Makefile.am (GCJX): Add -g to get linenumber info.Mark Wielaard2006-01-101-1/+1
|
* 2006-01-03 Roman Kennke <kennke@aicas.com>Roman Kennke2006-01-031-1/+1
| | | | | | * lib/Makefile.am: (dist-hook): Preserve attributes of Java sources when copying to dist dir.
* Fix dist-hook to put the class libs into the correct directory, rather than ↵Dalibor Topic2005-12-181-6/+6
| | | | | | | | | | | 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.
* 2005-12-17 Mark Wielaard <mark@klomp.org>Mark Wielaard2005-12-171-1/+1
| | | | | * lib/copy-vmresources.sh.in: Use dot '.' for find after changing dir to target directory.
* Build breakage fix for jikes 1.19Dalibor Topic2005-12-131-1/+1
| | | | | | | | | | 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.
* 2005-12-11 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux2005-12-111-2/+2
| | | | * lib/copy-vmresources.sh.in: Added some '.' after find.
* Fixes bug classpath/25257Mark Wielaard2005-12-051-1/+1
| | | | | * lib/Makefile.am (FOUND_ECJ): Remove -warn typeHiding, unchecked and varargsCast flags for non-generic code.
* * native/jni/midi-dssi/.cvsignore: Updated.Tom Tromey2005-11-131-0/+1
| | | | | * native/jni/midi-alsa/.cvsignore: New file. * lib/.cvsignore: Updated.
* * lib/Makefile.am: Add typeHiding, unchecked, unused and varargsCastMark Wielaard2005-11-021-1/+1
| | | | to ECJ compile warning rule.
* 2005-11-02 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux2005-11-021-0/+1
| | | | * lib/copy-vmresources.sh.in: Added definition for top_srcdir.
* 2005-10-23 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux2005-10-233-3/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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/split-for-gcj.sh: Cut list to 3 package levels deep.Mark Wielaard2005-09-211-1/+1
|
* 2005-09-12 Thomas Fitzsimmons <fitzsim@redhat.com>Thomas Fitzsimmons2005-09-121-1/+1
| | | | * lib/Makefile.am (JAVAC): Specify -source 1.4 to ecj.
* * lib/gen-classlist.sh.in: Use sort -r to work around bug #21418.Mark Wielaard2005-09-111-1/+3
|
* * Makefile.am (EXTRA_DIST): Add autogen.shMark Wielaard2005-09-081-3/+0
| | | | | | * lib/standard.omit: Remove gnu/classpath/jdwp, gnu/xml/stream and javax/xml/stream. * vm/reference/standard.omit: Removed.
* * lib/standard.omit: Add gnu/xml/stream and javax/xml/stream.Mark Wielaard2005-09-051-0/+2
| | | | * NEWS: Describe Untested/Disabled new features.
* 2005-09-04 Andreas Tobler <a.tobler@schweiz.ch>Mark Wielaard2005-09-041-1/+1
| | | | | Fix for bug #23653 * lib/Makefile.am (metafiles): Use find -name -prune not -path.
* * lib/split-for-gcj.sh: Create Makefile.deps atomically.Tom Tromey2005-08-224-8/+14
| | | | | | | * 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.
* 2005-08-19 Thomas Fitzsimmons <fitzsim@redhat.com>Thomas Fitzsimmons2005-08-191-0/+3
| | | | * lib/.cvsignore: Add META-INF, Makefile.deps and lists.
* 2005-08-14 Thomas Fitzsimmons <fitzsim@redhat.com>Thomas Fitzsimmons2005-08-141-1/+1
| | | | * lib/Makefile.am (JAVAC): Disable ecj warning output.
* For PR classpath/23238:Tom Tromey2005-08-111-2/+2
| | | | | | * lib/gen-classlist.sh.in: Use @SHELL@; invoke split-for-gcj.sh with it. * configure.ac (SH): Removed subst.
* 2005-08-11 Andrew Haley <aph@redhat.com>Andrew Haley2005-08-111-2/+25
| | | | * lib/split-for-gcj.sh: Comment.
* 2005-08-10 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>Tom Tromey2005-08-101-5/+5
| | | | | * lib/split-for-gcj.sh: Don't use unportable %{parameter%word}. Don't use unportable !.
* * lib/gen-classlist.sh.in (GCJ): New subst.Tom Tromey2005-08-102-2/+7
| | | | | | 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.
* For PR classpath/22580:Tom Tromey2005-08-101-5/+14
| | | | | | * lib/Makefile.am (compile-classes): Made conditional on FOUND_GCJ. (JAVAC): Redefined when FOUND_GCJ.