summaryrefslogtreecommitdiff
path: root/libjava/classpath/java
Commit message (Collapse)AuthorAgeFilesLines
* Imported GNU Classpath 0.20Mark Wielaard2006-01-1753-2009/+4029
| | | | | | | | | | | Imported GNU Classpath 0.20 * 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. From-SVN: r109831
* Update copyright year for last patch.Anthony Green2006-01-151-1/+1
| | | | From-SVN: r109721
* ServerSocket.java (accept): Remove bogus security check.Anthony Green2006-01-151-5/+3
| | | | | | | | | | 2006-01-14 Anthony Green <green@redhat.com> * java/net/ServerSocket.java (accept): Remove bogus security check. (implAccept): Add FIXME comment. From-SVN: r109719
* [multiple changes]Anthony Green2005-12-281-19/+1
| | | | | | | | | | | | | | | | | | | | 2005-12-27 Tom Tromey <tromey@redhat.com> * 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. From-SVN: r109114
* Imported GNU Classpath gcj-import-20051117.Mark Wielaard2005-11-187-101/+80
| | | | | | | | * gnu/java/net/protocol/file/Connection.java: Removed, fully merged. * sources.am: Regenerated. * Makefile.in: Likewise. From-SVN: r107153
* Imported GNU Classpath 0.19 + gcj-import-20051115.Mark Wielaard2005-11-15158-3251/+5927
| | | | | | | | * sources.am: Regenerated. * Makefile.in: Likewise. * scripts/makemake.tcl: Use glob -nocomplain. From-SVN: r107049
* ObjectStreamClass.java (findAccessibleMethod): Allow protected readResolve().Andrew Haley2005-11-151-8/+9
| | | | | | | | | 2005-09-16 Andrew Haley <aph@redhat.com> * java/io/ObjectStreamClass.java (findAccessibleMethod): Allow protected readResolve(). Rewrite accessibility check. From-SVN: r107027
* .cvsignore are not needed for subversion, remove them.Andreas Jaeger2005-10-311-1/+0
| | | | From-SVN: r106279
* Imported Classpath 0.18.Tom Tromey2005-09-2392-2298/+3054
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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. From-SVN: r104586
* Initial revisionTom Tromey2005-09-232-0/+109
| | | | From-SVN: r104578
* InputContext.java (clinit): Initialize line, im.Matthias Klose2005-07-191-2/+2
| | | | | | | | | 2005-07-19 Matthias Klose <doko@debian.org> * classpath/java/awt/im/InputContext.java (clinit): Initialize line, im. From-SVN: r102156
* Initial revisionTom Tromey2005-07-161147-0/+301154
From-SVN: r102074