summaryrefslogtreecommitdiff
path: root/java
Commit message (Expand)AuthorAgeFilesLines
* Cleanup warnings in java.util.Collections.HEADmasterAndrew John Hughes2016-03-181-81/+86
* Revert undocumented changes accidentally included with last commit.Andrew John Hughes2016-02-161-11/+2
* Mention PR66376.Andrew John Hughes2015-06-191-2/+11
* Cleanup the majority of the warnings in the gnu.java.security, java.security,...Andrew John Hughes2015-03-1163-371/+334
* PR64881: KeyPairGenerator.genKeyPair() ends up calling the default generateKe...Andrew John Hughes2015-02-021-18/+47
* Implement java.util.Objects.Andrew John Hughes2015-01-071-0/+296
* PR64176: Week of year field during end of year transition is incorrectAndrew John Hughes2014-12-221-11/+79
* Fix majority of warnings in gnu.java.security.* and java.security.*.Andrew John Hughes2014-10-1322-216/+266
* Add missing IOException constructors.Andrew John Hughes2014-05-071-0/+26
* Fix warnings in TreeMap and TreeSet.Andrew John Hughes2013-05-262-134/+153
* Implement javax.tools.ToolProvider using ecj. Cleanup and make more use of C...Andrew John Hughes2013-02-261-1/+1
* PR55140: Addition of exception to codePointBefore breaks OpenJDK GenerateBrea...Andrew John Hughes2012-10-301-2/+2
* Merge remote-tracking branch 'ivan/ivmai4review-v3'Andrew John Hughes2012-10-261-14/+18
|\
| * Optimize emptySet/Map/List() in Collections classIvan Maidanski2012-10-161-14/+18
* | PR44208: Ensure a handle for the enum is registered before its constant.Andrew John Hughes2012-10-261-1/+2
|/
* Fix NPE in java/util/Formatter.format() methodPekka Enberg2012-10-151-3/+18
* Fix java/lang/String.codePoint{At|Before} exception typesPekka Enberg2012-10-151-0/+4
* Replace all .cvsignore files with .gitignoreIvan Maidanski2012-10-151-0/+0
* Fix warnings in java.awt.geom.Area.Andrew John Hughes2012-10-151-120/+106
* PR42134: NullPointerException in java.text.BidiAndrew John Hughes2012-09-281-8/+8
* Fix warnings in java.util.TimeZone.Andrew John Hughes2012-08-091-42/+42
* Fix warnings in java.text.* and gnu.java.text.*Andrew John Hughes2012-07-319-99/+95
* PR44052: Cache parsed property data for DateFormatSymbols.Andrew John Hughes2012-07-021-34/+227
* Refactor DateFormatSymbols to use list of ResourceBundle objects for all look...Andrew John Hughes2012-05-311-16/+41
* PR classpath/53171: Cache the compiled regular expressions for splitting loca...Andrew John Hughes2012-05-021-3/+8
* Don't check if TimeZone is an instance of SimpleTimeZone.Jakub Jelinek2012-04-031-8/+1
* Decrement index when removing elements from PriorityQueue. Catch capacity < 1.Andrew Haley2012-04-031-0/+3
* Negate dayOfWeek in java.util.TimeZone.getDateParams.Andrew Haley2012-04-031-6/+18
* Implement Matcher.usePattern(Pattern).Andrew John Hughes2012-04-031-1/+23
* Add missing Java 1.7 AutoCloseable interfacePekka Enberg2012-03-1410-3/+63
* Add missing Java 1.7 java/lang/reflect/Modifier methodsPekka Enberg2012-03-141-1/+41
* Add missing Java 1.7 ReflectiveOperationException classPekka Enberg2012-03-147-18/+106
* Add missing Java 1.7 constructors to java/lang classesPekka Enberg2012-03-142-3/+28
* Add missing Java 1.7 compare() API methods to java/lang classesPekka Enberg2012-03-146-0/+100
* Add missing java/lang/System.lineSeparator() methodPekka Enberg2012-03-141-0/+12
* Fix java/lang/reflect/Member.getDeclaringClass() return typePekka Enberg2012-03-141-1/+1
* 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