| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | .cvsignore are not needed for subversion, remove them. | aj | 2005-10-31 | 48 | -209/+0 |
| | | | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@106279 138bc75d-0d04-0410-961f-82ee72b054a4 | ||||
| * | * native/jawt/Makefile.in: Rebuilt. | tromey | 2005-10-03 | 9 | -184/+79 |
| | | | | | | | | | | | | | | * native/jawt/Makefile.am (noinst_LTLIBRARIES): Renamed. * native/jni/xmlj/Makefile.in: Rebuilt. * native/jni/xmlj/Makefile.am (noinst_LTLIBRARIES): Renamed. * native/jni/qt-peer/Makefile.in: Rebuilt. * native/jni/qt-peer/Makefile.am (noinst_LTLIBRARIES): Renamed. * native/jni/gtk-peer/Makefile.in: Rebuilt. * native/jni/gtk-peer/Makefile.am (noinst_LTLIBRARIES): Renamed. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104920 138bc75d-0d04-0410-961f-82ee72b054a4 | ||||
| * | PR libgcj/24057: | tromey | 2005-10-03 | 3 | -97/+27 |
| | | | | | | | | | * include/Makefile.in: Rebuilt. * include/Makefile.am: Don't install headers. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104905 138bc75d-0d04-0410-961f-82ee72b054a4 | ||||
| * | libjava: | tromey | 2005-09-30 | 32 | -1208/+1419 |
| | | | | | | | | | | | | | | | | | | | | | | | | PR libgcj/24051: * Makefile.in: Rebuilt. * Makefile.am (toolexeclib_LTLIBRARIES): Add Qt library if requested. (lib_gnu_java_awt_peer_qt_la_SOURCES): New variable. (lib_gnu_java_awt_peer_qt_la_LIBADD): Likewise. (lib_gnu_java_awt_peer_qt_la_DEPENDENCIES): Likewise. (lib_gnu_java_awt_peer_qt_la_LDFLAGS): Likewise. (lib_gnu_java_awt_peer_qt_la_LINK): Likewise. * configure: Rebuilt. * configure.ac: Pass --enable-qt-peers when qt is requested. libjava/classpath: PR libgcj/24051: * Makefile.in: Rebuilt. * Makefile.am (ACLOCAL_AMFLAGS): Added -I ../../config * configure: Rebuilt. * configure.ac: Use GCC_NO_EXECUTABLES git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104833 138bc75d-0d04-0410-961f-82ee72b054a4 | ||||
| * | * native/jawt/.cvsignore: Likewise. | tromey | 2005-09-24 | 5 | -2/+1249 |
| | | | | | | | | | | * native/jni/qt-peer/.cvsignore * native/jawt/Makefile.in: Added. * native/jni/qt-peer/Makefile.in: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104592 138bc75d-0d04-0410-961f-82ee72b054a4 | ||||
| * | Imported Classpath 0.18. | tromey | 2005-09-23 | 526 | -14372/+33600 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * sources.am, Makefile.in: Updated. * Makefile.am (nat_source_files): Removed natProxy.cc. * java/lang/reflect/natProxy.cc: Removed. * gnu/classpath/jdwp/VMFrame.java, gnu/classpath/jdwp/VMIdManager.java, gnu/classpath/jdwp/VMVirtualMachine.java, java/lang/reflect/VMProxy.java: New files. 2005-09-23 Thomas Fitzsimmons <fitzsim@redhat.com> * scripts/makemake.tcl (verbose): Add gnu/java/awt/peer/qt to BC list. 2005-09-23 Thomas Fitzsimmons <fitzsim@redhat.com> * gnu/java/net/DefaultContentHandlerFactory.java (getContent): Remove ClasspathToolkit references. 2005-09-23 Thomas Fitzsimmons <fitzsim@redhat.com> * gnu/awt/xlib/XCanvasPeer.java: Add new peer methods. * gnu/awt/xlib/XFramePeer.java: Likewise. * gnu/awt/xlib/XGraphicsConfiguration.java: Likewise. 2005-09-23 Thomas Fitzsimmons <fitzsim@redhat.com> * Makefile.am (libgcjawt_la_SOURCES): Remove jawt.c. Add classpath/native/jawt/jawt.c. * Makefile.in: Regenerate. * jawt.c: Remove file. * include/Makefile.am (tool_include__HEADERS): Remove jawt.h and jawt_md.h. Add ../classpath/include/jawt.h and ../classpath/include/jawt_md.h. * include/Makefile.in: Regenerate. * include/jawt.h: Regenerate. * include/jawt_md.h: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104586 138bc75d-0d04-0410-961f-82ee72b054a4 | ||||
| * | Initial revision | tromey | 2005-09-23 | 495 | -0/+82760 |
| | | | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104578 138bc75d-0d04-0410-961f-82ee72b054a4 | ||||
| * | * configure: Rebuilt. | tromey | 2005-08-23 | 3 | -2/+7 |
| | | | | | | | | * configure.ac: Fixed typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103399 138bc75d-0d04-0410-961f-82ee72b054a4 | ||||
| * | PR libgcj/23498: | tromey | 2005-08-23 | 1 | -0/+6 |
| | | | | | | | | | * doc/Makefile.am (info_TEXINFOS): Commented out. * doc/Makefile.in: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103378 138bc75d-0d04-0410-961f-82ee72b054a4 | ||||
| * | 2005-08-22 Kelley Cook <kcook@gcc.gnu.org> | kcook | 2005-08-22 | 3 | -0/+8 |
| | | | | | | | | | * Makefile.am (ACLOCAL_AMFLAGS): New. * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103358 138bc75d-0d04-0410-961f-82ee72b054a4 | ||||
| * | PR libgcj/23498: | tromey | 2005-08-22 | 3 | -184/+25 |
| | | | | | | | | | * doc/Makefile.am (info_TEXINFOS): Commented out. * doc/Makefile.in: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103353 138bc75d-0d04-0410-961f-82ee72b054a4 | ||||
| * | * lib/split-for-gcj.sh: Don't use unportable %{parameter%word}. | ro | 2005-08-11 | 2 | -5/+10 |
| | | | | | | | | Don't use unportable !. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102986 138bc75d-0d04-0410-961f-82ee72b054a4 | ||||
| * | 2005-07-19 Matthias Klose <doko@debian.org> | doko | 2005-07-19 | 1 | -2/+2 |
| | | | | | | | | | * classpath/java/awt/im/InputContext.java (clinit): Initialize line, im. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102156 138bc75d-0d04-0410-961f-82ee72b054a4 | ||||
| * | * ChangeLog.gcj, Makefile.in, aclocal.m4, config.guess, | tromey | 2005-07-16 | 71 | -45/+39169 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | config.sub, configure, ltmain.sh, doc/Makefile.in, doc/api/Makefile.in, examples/Makefile.in, external/Makefile.in, external/sax/Makefile.in, external/w3c_dom/Makefile.in, include/Makefile.in, include/config.h.in, include/jni.h, lib/Makefile.in, native/Makefile.in, native/fdlibm/Makefile.in, native/jni/Makefile.in, native/jni/classpath/Makefile.in, native/jni/gtk-peer/Makefile.in, native/jni/java-io/Makefile.in, native/jni/java-lang/Makefile.in, native/jni/java-net/Makefile.in, native/jni/java-nio/Makefile.in, native/jni/java-util/Makefile.in, native/jni/xmlj/Makefile.in, native/target/Makefile.in, native/target/Linux/Makefile.in, native/target/generic/Makefile.in, resource/Makefile.in, scripts/Makefile.in: Added. * native/fdlibm/.cvsignore, native/jni/xmlj/.cvsignore, native/jni/java-util/.cvsignore, native/jni/classpath/.cvsignore, native/jni/java-net/.cvsignore, native/jni/java-io/.cvsignore, native/jni/.cvsignore, native/jni/java-lang/.cvsignore, native/jni/gtk-peer/.cvsignore, native/jni/java-nio/.cvsignore, native/testsuite/.cvsignore, native/.cvsignore, native/vmi/.cvsignore, native/target/.cvsignore, native/target/generic/.cvsignore, native/target/Linux/.cvsignore, include/.cvsignore, doc/api/.cvsignore, doc/www.gnu.org/faq/.cvsignore, doc/www.gnu.org/downloads/.cvsignore, doc/www.gnu.org/docs/.cvsignore, doc/www.gnu.org/.cvsignore, doc/www.gnu.org/events/.cvsignore, doc/www.gnu.org/announce/.cvsignore, doc/.cvsignore, resource/.cvsignore, external/w3c_dom/.cvsignore, external/sax/.cvsignore, external/.cvsignore, java/util/.cvsignore, .cvsignore, test/java.net/.cvsignore, test/java.io/.cvsignore, test/.cvsignore, test/java.util/.cvsignore, test/gnu.java.lang.reflect/.cvsignore, test/java.lang.reflect/.cvsignore, examples/.cvsignore, lib/.cvsignore, gnu/classpath/.cvsignore, gnu/test/.cvsignore, compat/java.net/.cvsignore, compat/.cvsignore, vm/.cvsignore, vm/reference/.cvsignore, scripts/.cvsignore: Updated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102079 138bc75d-0d04-0410-961f-82ee72b054a4 | ||||
| * | Initial revision | tromey | 2005-07-16 | 32 | -0/+5340 |
| | | | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102075 138bc75d-0d04-0410-961f-82ee72b054a4 | ||||
| * | Initial revision | tromey | 2005-07-16 | 4557 | -0/+1000262 |
| git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102074 138bc75d-0d04-0410-961f-82ee72b054a4 | |||||

