summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* * lib/Makefile.am (JAVAC): Use $(SHELL) to invokeTom Tromey2005-08-101-2/+3
| | | | split-for-gcj.sh. For PR classpath/23238.
* * lib/split-for-gcj.sh: Use 'while' loop to avoid length limits.Tom Tromey2005-08-101-1/+1
|
* * lib/standard.omit: Don't omit gnu/javax/swing/plaf/gtk files.Mark Wielaard2005-07-242-4/+0
| | | | | | | | | | | | | * lib/Makefile.am (dist-hook): Don't remove standard.omit dirs. * gnu/javax/swing/plaf/gtk/GtkBorders.java: Removed. * gnu/javax/swing/plaf/gtk/GtkCheckBoxUI.java: Likewise. * gnu/javax/swing/plaf/gtk/GtkIconFactory.java: Likewise. * gnu/javax/swing/plaf/gtk/GtkLookAndFeel.java: Likewise. * gnu/javax/swing/plaf/gtk/GtkRadioButtonUI.java: Likewise. * gnu/javax/swing/plaf/gtk/GtkSliderUI.java: Likewise. * gnu/javax/swing/plaf/gtk/README: Likewise. * gnu/javax/swing/plaf/gtk/SliderTest.java: Likewise.
* * lib/Makefile.gcj (%.stamp): Added -MP.Tom Tromey2005-07-181-1/+1
|
* * lib/libgcj.omit: Removed.Tom Tromey2005-07-151-7/+0
|
* * lib/standard.omit: Only list gnu/javax/swing/plaf/gtk/.*java andMark Wielaard2005-07-151-1/+2
| | | | | | README explicitly, not the icons. * examples/gnu/classpath/examples/swing/GNULookAndFeel.java (getDefaults): Add Tree closed, leaf and open icons.
* 2005-07-12 Lillian Angel <langel@redhat.com>Lillian Angel2005-07-121-5/+3
| | | | | | | | | | | | | | * javax/swing/plaf/basic/BasicLookAndFeel.java: Took out icon defaults. * javax/swing/plaf/basic/BasicTreeUI.java (installUI): set root to visible (getCellBounds): took out addition to width since there may not be an icon. * javax/swing/plaf/metal/MetalLookAndFeel.java: Added in icon defaults * lib/Makefile.am: Fixed so icons are installed for the JTree For icons to install properly: make sure you rebuild, reconfigure and delete the lib/resources file
* 2005-07-11 Lillian Angel <langel@redhat.com>Lillian Angel2005-07-111-0/+7
| | | | | | | | | | * javax/swing/plaf/basic/BasicTreeUI.java (getCellBounds): added width of icon, so selection fits over the cell properly. * javax/swing/plaf/basic/BasicLookAndFeel.java added in icons for the tree. * lib/Makefile.am added in handling for the icons being used.
* * lib/split-for-gcj.sh: Make list file depend on source file.Tom Tromey2005-07-082-4/+6
| | | | * lib/Makefile.gcj (%.stamp): Set target name to stamp file.
* * lib/Makefile.am (FOUND_GCJ): Add top_builddir to compile_classpath.Mark Wielaard2005-07-081-2/+6
| | | | | (EXTRA_DIST): Add Makefile.gcj and split-for-gcj.sh (clean-local): Remove lists and Makefile.deps.
* * lib/Makefile.gcj: New file.Tom Tromey2005-07-064-17/+60
| | | | | | * lib/Makefile.am (JAVAC): Changed for new gcj build approach. * lib/gen-classlist.sh.in: Don't split list for gcj. * lib/split-for-gcj.sh: New file.
* * all files: Update for new FSF address.Mark Wielaard2005-07-021-1/+2
|
* * lib/Makefile.am (JAVAC): Use JIKESENCODING.Tom Tromey2005-06-171-1/+1
| | | | | | * m4/acinclude.m4 (CLASSPATH_CHECK_JIKES): Check for -encoding option to jikes. (JIKESENCODING): New subst.
* * lib/gen-classlist.sh.in: Remove vm.omit, vm.add and tmp.omit filesMark Wielaard2005-06-151-0/+4
| | | | after use.
* * lib/gen-classlist.sh.in (vm_dirlist): Prune non-existingTom Tromey2005-06-142-3/+7
| | | | | | | directories. * lib/Makefile.am (genclasses): Pass top_srcdir to gen-classlist.sh. * m4/acinclude.m4: Quote default value of vm_classes.
* * m4/acinclude.m4 (--with-vm-classes): New option.Tom Tromey2005-06-142-5/+45
| | | | | | | * lib/gen-classlist.sh.in: Handle 'vm_classes' feature. * lib/Makefile.am (compile_classpath): Updated for new classpath-setting approach. (noinst_DATA): Now unconditional.
* * lib/standard.omit: Add gnu/classpath/jdwp.Mark Wielaard2005-06-141-0/+1
|
* * lib/Makefile.am (metafiles): Exclude directories and CVS files.Keith Seitz2005-06-131-1/+1
|
* 2005-06-02 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2005-06-021-3/+5
| | | | | * lib/Makefile.am: Fix permissions problem with creation of META-INF tree.
* 2005-05-25 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2005-05-251-1/+6
| | | | | | | | | | | | * examples/Makefile.am: Fix command-line options for ecj. * lib/Makefile.am: Added a META-INF directory structure to glibj.zip. * resource/META-INF/services/javax.xml.parsers.DocumentBuilderFactory, resource/META-INF/services/javax.xml.parsers.SAXParserFactory, resource/META-INF/services/javax.xml.parsers.TransformerFactory, resource/META-INF/services/org.xml.sax.driver: Properties for the XML facilities.
* * lib/Makefile.am (FOUND_JIKES): Add +Pno-switchcheck.Mark Wielaard2005-05-231-1/+1
|
* * doc/hacking.texinfo (Source Code Style Guide): Document UTF-8Tom Tromey2005-05-231-7/+11
| | | | | | use. * lib/Makefile.am (GCJF): New variable. (JAVAC): Use it. Add -encoding option where needed.
* 2005-05-19 Michael Koch <konqueror@gmx.de>Michael Koch2005-05-191-1/+1
| | | | | * lib/Makefile.am: Remove accidentally commited -nowarn option for jikes.
* 2005-05-19 Michael Koch <konqueror@gmx.de>Michael Koch2005-05-192-5/+2
| | | | | | | | | | | | | | | | * java/text/DateFormatSymbols.java (getStringArray): New method. (getZoneStrings): Likewise. (DateFormatSymbols): Load symbols from properties files. * java/util/Locale.java (getDisplayLanguage): Handle new way to load language names. (getDisplayCountry): Handle new way to load territory names. (getDisplayVariant): Handle new way to load variant names. * lib/Makefile.am, lib/gen-classlist.sh.in: No need to special case classes from gnu.java.locale anymore. * scripts/generate-locale-list.sh: Generate list from the new properties files. * LICENSE: Added license of locale data properties files.