summaryrefslogtreecommitdiffstats
path: root/libjava/classpath
Commit message (Collapse)AuthorAgeFilesLines
* 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