summaryrefslogtreecommitdiff
path: root/java
Commit message (Expand)AuthorAgeFilesLines
* Implement MethodType.toMethodDescriptorString()indyPekka Enberg2012-03-121-1/+40
* Implement MethodType.equals()Pekka Enberg2012-03-121-2/+10
* Implement MethodType API some morePekka Enberg2012-03-121-24/+92
* Implement MethodHandle.toString()Pekka Enberg2012-03-121-1/+1
* Fix VMMethodHandles formattingPekka Enberg2012-03-121-14/+28
* Move fields near top of class definitionPekka Enberg2012-03-123-9/+9
* invokedynamic APIPekka Enberg2012-03-1210-0/+1084
* Remove trailing separator from locale data and hack to get around it in DateF...Andrew John Hughes2012-02-151-1/+1
* PR classpath/42390: Use AccessController and PrivilegedAction to retrieve sys...Andrew John Hughes2012-02-082-4/+15
* PR classpath/42390: Add missing security checks in DatagramSocket.connect.Andrew John Hughes2012-02-081-1/+21
* RH712013: pdftk crashes with java.lang.ArrayIndexOutOfBoundsExceptionAndrew John Hughes2012-01-121-11/+70
* Add java/io/Console class and java/lang/System.console() methodPekka Enberg2012-01-082-1/+132
* Add java.io.IOError classPekka Enberg2012-01-061-0/+58
* Stefan Ring reports that commit f154af6 ("Fix HashMap.put() to check forPekka Enberg2011-10-301-1/+4
* Add Matcher.quoteReplacement API methodPekka Enberg2011-04-251-0/+23
* PR42390: Add missing call to SecurityManager.checkConnect in connect(SocketAd...Andrew John Hughes2011-03-151-1/+10
* Fix for PR 48131.Jeroen Frijters2011-03-151-1/+1
* PR classpath/42390: Don't include permissions of the Policy in toString() out...Andrew John Hughes2011-03-061-1/+9
* Fix Matcher.find() infinite loop bugPekka Enberg2011-03-021-0/+6
* Fix HashMap.put() to check for hashCode equality before equals()Pekka Enberg2011-02-221-1/+1
* Bump up HashMap default initial capacityPekka Enberg2011-02-221-3/+2
* Fix Formatter.parseInt() wrt. leading zeroesPekka Enberg2011-02-161-1/+1
* Implement Pattern.quote() API methodPekka Enberg2011-01-261-1/+39
* Fix PrintStream constructor API differences for nullPekka Enberg2011-01-231-0/+12
* Fix java.lang.Class field and method API for null namesPekka Enberg2011-01-211-0/+12
* PR classpath/42390: Add and document missing security check in java.io.File#i...Andrew John Hughes2010-12-251-1/+3
* PR classpath/42390: Throw SecurityException when adding and removing LogManag...Andrew John Hughes2010-12-251-3/+24
* PR classpath/42390: Add security check to ObjectOutputStream(OutputStream) co...Andrew John Hughes2010-12-251-0/+46
* Provide implies shortcut for ProtectionDomain instances with AllPermission.Andrew John Hughes2010-12-251-0/+14
* Only initialise loggers when Configuration.DEBUG is true.Andrew John Hughes2010-09-021-2/+4
* When a zip file contains an encrypted entry, we should throw a ZipException (...Jeroen Frijters2010-07-131-1/+4
* Fix for #36560. Patch by Daniel Noll. I took the exception message from the z...Jeroen Frijters2010-07-131-2/+5
* Normalise whitespace.Andrew John Hughes2010-06-03796-29955/+29852
* 2010-04-27 Andrew Haley <aph@redhat.com>Andrew Haley2010-04-271-1/+6
* 2010-01-12 Jeroen Frijters <jeroen@frijters.net>Jeroen Frijters2010-01-121-25/+17
* 2009-11-18 Andrew Haley <aph@redhat.com>Andrew Haley2009-11-181-2/+2
* Correctly spot EOF in java.util.Scanner#hasNextLine().Andrew John Hughes2009-07-072-1/+4
* Whitespace cleanup.Andrew John Hughes2009-07-072-430/+428
* Fix typo and access to VMSecureRandom.Andrew John Hughes2009-02-031-63/+2
* Use an IntegerInstance of NumberFormat for formatting integers.Andrew John Hughes2009-01-021-6/+1
* Emulate Vector.setSize() with ArrayList.Andrew John Hughes2008-12-311-1/+6
* Remove empty line.Andrew John Hughes2008-12-311-1/+0
* Cleanup of java.text classes.Andrew John Hughes2008-12-314-80/+82
* 2008-12-30 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2008-12-311-3/+4
* Add missing 1.6 String methods.Andrew John Hughes2008-12-231-24/+99
* Backport cleanups from the GCJ merge.Andrew John Hughes2008-09-3019-78/+124
* Reinstate use of EnvironmentMap.Andrew John Hughes2008-09-171-3/+3
* 2008-09-16 Mario Torre <neugens@aicas.com>Mario Torre2008-09-161-11/+19
* Optimise storage of ThreadLocals.Andrew John Hughes2008-09-104-45/+360
* ZipEntry tweaks to improve performance.Andrew John Hughes2008-09-101-70/+96