summaryrefslogtreecommitdiffstats
path: root/libjava/classpath
Commit message (Collapse)AuthorAgeFilesLines
* libjava/classpath:tromey2006-04-053-0/+8
| | | | | | | | | | | | | | PR libgcj/26625: * lib/Makefile.in: Rebuilt. * lib/Makefile.am (compile-classes): Touch the output file. libjava: PR libgcj/26625: * Makefile.in: Rebuilt. * Makefile.am (libgcj-$(gcc_version).jar): Depend on classpath/lib/compile-classes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112724 138bc75d-0d04-0410-961f-82ee72b054a4
* * lib/gen-classlist.sh.in: Correct handle generated files.tromey2006-04-045-41/+86
| | | | | | | | | | | | | | | | 2006-04-04 Mark Wielaard <mark@klomp.org> * lib/gen-classlist.sh.in: Use classes.tmp, not classes.2 as temporary file name. 2006-04-04 Tom Tromey <tromey@redhat.com> * lib/split-for-gcj.sh: Updated for multi-field format. * lib/Makefile.am (CLEANFILES): Added classes.2. * lib/gen-classlist.sh.in (GCJ): Removed. Create classes.1 and classes.2 using multiple fields. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112677 138bc75d-0d04-0410-961f-82ee72b054a4
* Temporarily reverting previous patch due to build-breaking bug.tromey2006-04-045-77/+39
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112671 138bc75d-0d04-0410-961f-82ee72b054a4
* 2006-04-04 Mark Wielaard <mark@klomp.org>tromey2006-04-045-39/+77
| | | | | | | | | | | | | | * lib/gen-classlist.sh.in: Use classes.tmp, not classes.2 as temporary file name. 2006-04-04 Tom Tromey <tromey@redhat.com> * lib/split-for-gcj.sh: Updated for multi-field format. * lib/Makefile.am (CLEANFILES): Added classes.2. * lib/gen-classlist.sh.in (GCJ): Removed. Create classes.1 and classes.2 using multiple fields. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112664 138bc75d-0d04-0410-961f-82ee72b054a4
* PR gcc/26901:tromey2006-03-293-8/+19
| | | | | | | | * Makefile.in: Rebuilt. * Makefile.am (SUBDIRS): Remove 'tools'. (DIST_SUBDIRS): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112510 138bc75d-0d04-0410-961f-82ee72b054a4
* PR libgcj/26706:tromey2006-03-164-185/+409
| | | | | | | * aclocal.m4, configure: Rebuilt. * configure.ac (GCC_NO_EXECUTABLES): Moved earlier. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112142 138bc75d-0d04-0410-961f-82ee72b054a4
* PR libgcj/26688:tromey2006-03-163-4/+13
| | | | | | | | * lib/Makefile.in: Rebuilt. * lib/Makefile.am (propertydirs): Ignore .svn directories. (metafiles): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112115 138bc75d-0d04-0410-961f-82ee72b054a4
* libjavatromey2006-03-102-13/+23
| | | | | | | | | | | | | | | | | PR libgcj/25713: * java/util/zip/Deflater.java (flush): New method. * sources.am, Makefile.in: Rebuilt. * java/util/zip/DeflaterOutputStream.java: Removed. * java/util/zip/InflaterInputStream.java: Likewise. * java/util/zip/GZIPInputStream.java: Likewise. * java/util/zip/GZIPOutputStream.java: Likewise. libjava/classpath For PR libgcj/25713: * java/util/zip/InflaterInputStream.java (read): Replaced with libgcj implementation. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111949 138bc75d-0d04-0410-961f-82ee72b054a4
* Imported GNU Classpath 0.90mark2006-03-101359-22216/+184442
| | | | | | | | | | | | | | | | | | | | | * scripts/makemake.tcl: Set gnu/java/awt/peer/swing to ignore. * gnu/classpath/jdwp/VMFrame.java (SIZE): New constant. * java/lang/VMCompiler.java: Use gnu.java.security.hash.MD5. * java/lang/Math.java: New override file. * java/lang/Character.java: Merged from Classpath. (start, end): Now 'int's. (canonicalName): New field. (CANONICAL_NAME, NO_SPACES_NAME, CONSTANT_NAME): New constants. (UnicodeBlock): Added argument. (of): New overload. (forName): New method. Updated unicode blocks. (sets): Updated. * sources.am: Regenerated. * Makefile.in: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111942 138bc75d-0d04-0410-961f-82ee72b054a4
* PR libgcj/24183:tromey2006-03-083-17/+53
| | | | | | | | * native/jni/xmlj/Makefile.in: Rebuilt. * native/jni/xmlj/Makefile.am (nativelib_LTLIBRARIES): Renamed (reverted local patch). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111844 138bc75d-0d04-0410-961f-82ee72b054a4
* 2006-02-23 Scott Gilbertson <scottg@mantatest.com>sgilbertson2006-02-232-1/+9
| | | | | | | | | | | | | | | | * gnu/awt/j2d/IntegerGraphicsState.java (getClip): Clone clip before returning, handle null clip. (getClipBounds): Handle null clip. * gnu/awt/j2d/Graphics2DImpl.java (clipRect): Handle null clip. * gnu/awt/xlib/XCanvasPeer.java (): (getLocationOnScreen): Implement. * classpath/gnu/java/awt/peer/GLightweightPeer.java (repaint): Merged with Classpath. * classpath/java/awt/Graphics.java (hitClip): Merged with Classpath. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111395 138bc75d-0d04-0410-961f-82ee72b054a4
* Resolve classpath ChangeLog merge conflict.mark2006-02-041-6316/+0
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110591 138bc75d-0d04-0410-961f-82ee72b054a4
* Imported GNU Classpath 0.20mark2006-01-17435-30545/+74568
| | | | | | | | | | | * Makefile.am (AM_CPPFLAGS): Add classpath/include. * java/nio/charset/spi/CharsetProvider.java: New override file. * java/security/Security.java: Likewise. * sources.am: Regenerated. * Makefile.in: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109831 138bc75d-0d04-0410-961f-82ee72b054a4
* Update copyright year for last patch.green2006-01-151-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109721 138bc75d-0d04-0410-961f-82ee72b054a4
* 2006-01-14 Anthony Green <green@redhat.com>green2006-01-152-5/+9
| | | | | | | | | | * java/net/ServerSocket.java (accept): Remove bogus security check. (implAccept): Add FIXME comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109719 138bc75d-0d04-0410-961f-82ee72b054a4
* PR libgcj/23499:tromey2006-01-063-40/+18
| | | | | | | * lib/Makefile.in: Rebuilt. * lib/Makefile.am (glibj_DATA): Commented out. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109426 138bc75d-0d04-0410-961f-82ee72b054a4
* 2005-12-27 Tom Tromey <tromey@redhat.com>green2005-12-285-34/+32
| | | | | | | | | | | | | | | | | | | | | | * gnu/java/nio/SelectorImpl.java: Added import. 2005-12-26 Anthony Green <green@redhat.com> * java/net/Socket.java (connect): Don't close the socket on exceptions. * gnu/java/nio/SocketChannelImpl.java (read): Compute the right amount of data to read (dst.remaining()). * gnu/java/nio/DatagramChannelImpl.java (receive): Ditto. * gnu/java/nio/SelectorImpl.java (select): Handle OP_CONNECT properly. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109114 138bc75d-0d04-0410-961f-82ee72b054a4
* 2005-12-01 Anthony Green <green@redhat.com>green2005-12-013-85/+212
| | | | | | | | | | | | PR bootstrap/25207 * configure.ac: Make sure we have an alsa library in addition to the headers. This extra test is required for systems with multilibs. * configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107828 138bc75d-0d04-0410-961f-82ee72b054a4
* 2005-11-30 Andrew Haley <aph@redhat.com>aph2005-11-302-16/+16
| | | | | | | | | * classpath/lib/Makefile.am (resources): Use `cp -p'. Remove `@' from start of line. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107714 138bc75d-0d04-0410-961f-82ee72b054a4
* Imported GNU Classpath gcj-import-20051117.mark2005-11-1898-1353/+6706
| | | | | | | | | * gnu/java/net/protocol/file/Connection.java: Removed, fully merged. * sources.am: Regenerated. * Makefile.in: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107153 138bc75d-0d04-0410-961f-82ee72b054a4
* Imported GNU Classpath 0.19 + gcj-import-20051115.mark2005-11-151237-25258/+96768
| | | | | | | | | * sources.am: Regenerated. * Makefile.in: Likewise. * scripts/makemake.tcl: Use glob -nocomplain. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107049 138bc75d-0d04-0410-961f-82ee72b054a4
* 2005-09-16 Andrew Haley <aph@redhat.com>aph2005-11-152-8/+14
| | | | | | | | | * java/io/ObjectStreamClass.java (findAccessibleMethod): Allow protected readResolve(). Rewrite accessibility check. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107027 138bc75d-0d04-0410-961f-82ee72b054a4
* .cvsignore are not needed for subversion, remove them.aj2005-10-3148-209/+0
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@106279 138bc75d-0d04-0410-961f-82ee72b054a4
* * native/jawt/Makefile.in: Rebuilt.tromey2005-10-039-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:tromey2005-10-033-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:tromey2005-09-3032-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.tromey2005-09-245-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.tromey2005-09-23526-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 revisiontromey2005-09-23495-0/+82760
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104578 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure: Rebuilt.tromey2005-08-233-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:tromey2005-08-231-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>kcook2005-08-223-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:tromey2005-08-223-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}.ro2005-08-112-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>doko2005-07-191-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,tromey2005-07-1671-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 revisiontromey2005-07-1632-0/+5340
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102075 138bc75d-0d04-0410-961f-82ee72b054a4
* Initial revisiontromey2005-07-164557-0/+1000262
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102074 138bc75d-0d04-0410-961f-82ee72b054a4
OpenPOWER on IntegriCloud