summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Bump up HashMap default initial capacityPekka Enberg2011-02-222-3/+8
* Fix Formatter.parseInt() wrt. leading zeroesPekka Enberg2011-02-162-1/+8
* Implement Pattern.quote() API methodPekka Enberg2011-01-262-1/+44
* Fix PrintStream constructor API differences for nullPekka Enberg2011-01-232-0/+18
* Fix clock_gettime() fallbackPekka Enberg2011-01-222-3/+7
* Rename currentTimeMillis to currentTimeMicrosPekka Enberg2011-01-222-4/+10
* Fix java.lang.Class field and method API for null namesPekka Enberg2011-01-212-0/+22
* PR classpath/42390: Add and document missing security check in java.io.File#i...Andrew John Hughes2010-12-252-1/+10
* PR classpath/42390: Throw SecurityException when adding and removing LogManag...Andrew John Hughes2010-12-252-3/+34
* PR classpath/42390: Add security check to ObjectOutputStream(OutputStream) co...Andrew John Hughes2010-12-252-0/+56
* Provide implies shortcut for ProtectionDomain instances with AllPermission.Andrew John Hughes2010-12-252-0/+25
* Update java.lang.Class#getSimpleName() implementation from gcj's version.Andrew John Hughes2010-12-132-14/+21
* PR46775: Ensure use of setPolicy is reflected by the default SecurityManager.Andrew John Hughes2010-12-032-3/+17
* 2010-11-04 Andrew John Hughes <ahughes@redhat.com>Andrew John Hughes2010-11-053-8/+689
* PR44411: Make VMSystem.nanoTime independent of wall time where possible.Andrew John Hughes2010-11-053-12/+75
* Only initialise loggers when Configuration.DEBUG is true.Andrew John Hughes2010-09-0248-120/+248
* PR classpath/40889: "gtktoolkit" var in gtk_GtkToolkit.c requires NewGlobalRefAndrew John Hughes2010-08-102-1/+10
* jcl changes:Andrew John Hughes2010-08-102-41/+104
* 2010-07-30 Andrew Haley <aph@redhat.com>Andrew Haley2010-07-302-1/+6
* When a zip file contains an encrypted entry, we should throw a ZipException (...Jeroen Frijters2010-07-132-1/+9
* Added description of previous commit.Jeroen Frijters2010-07-131-0/+5
* Fix for #36560. Patch by Daniel Noll. I took the exception message from the z...Jeroen Frijters2010-07-131-2/+5
* Tidy up VM reference implementation, making all classes final and all methods...Andrew John Hughes2010-07-0838-148/+354
* Cleanup warning in Demo.java and rename message bundles to avoid class name c...Andrew John Hughes2010-06-2112-52/+78
* * doc/cp-tools.texinfo: Move copying information in @copying section.Mark Wielaard2010-06-052-17/+24
* Normalise whitespace.Andrew John Hughes2010-06-034304-91564/+95175
* Disable plugin by default and warn when enabled.libgcj-import-20100921Andrew John Hughes2010-05-272-2/+12
* Define macros only once and require dependencies rather than using inclusion.Andrew John Hughes2010-05-276-12/+33
* 2010-05-04 Andrew Haley <aph@redhat.com>Andrew Haley2010-05-052-11/+18
* Cleanup output of javac is gcj test.Andrew John Hughes2010-05-042-2/+12
* Allow location of GMP to be specified.Andrew John Hughes2010-05-042-2/+37
* Add generic types to IppResponse and IppPrintServiceAndrew John Hughes2010-04-2811-114/+178
* Add generic types.Andrew John Hughes2010-04-272-16/+33
* Fix return value of getCategory() and mutability of private variables in Requ...Andrew John Hughes2010-04-2737-45/+127
* Normalise whitespace usage.Andrew John Hughes2010-04-2758-1317/+1379
* Fix getCategory and getAssociatedAttributeArray warnings. Whitespace cleanup.Andrew John Hughes2010-04-2722-615/+699
* 2010-04-27 Andrew Haley <aph@redhat.com>Andrew Haley2010-04-272-1/+11
* 2010-04-27 Andrew Haley <aph@redhat.com>Andrew Haley2010-04-274-5/+35
* Remove .svn pruning. Now applied to GCJ local copies only.Andrew John Hughes2010-01-302-4/+16
* List JAPI results against newer JDKs on the website.Andrew John Hughes2010-01-302-1/+11
* PR classpath/41686 Implement KerberosTicket.getSessionKeyType()Andrew John Hughes2010-01-303-9/+61
* Update GNU Classpath build system to handle newer autotools.Andrew John Hughes2010-01-306-837/+25
* 2010-01-12 Jeroen Frijters <jeroen@frijters.net>Jeroen Frijters2010-01-122-25/+21
* 2009-11-18 Andrew Haley <aph@redhat.com>Andrew Haley2009-11-182-2/+7
* 2009-10-22 Andrew Haley <aph@redhat.com>Andrew Haley2009-10-223-6/+23
* 2009-08-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>Tom Tromey2009-08-172-4/+9
* 2009-08-14 Jakub Jelinek <jakub@redhat.com>Andrew Haley2009-08-141-0/+63
* 2009-07-08 Chris Burdess <dog@gnu.org>Chris Burdess2009-07-0811-37/+105
* 2009-07-06 Ludovic Claude <ludovic.claude@laposte.net>Andrew John Hughes2009-07-072-4/+26
* Correctly spot EOF in java.util.Scanner#hasNextLine().Andrew John Hughes2009-07-073-1/+15