summaryrefslogtreecommitdiff
path: root/java/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* Optimize emptySet/Map/List() in Collections classIvan Maidanski2012-10-161-14/+18
* Fix NPE in java/util/Formatter.format() methodPekka Enberg2012-10-151-3/+18
* Replace all .cvsignore files with .gitignoreIvan Maidanski2012-10-151-0/+0
* Fix warnings in java.util.TimeZone.Andrew John Hughes2012-08-091-42/+42
* 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
* 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
* Fix for PR 48131.Jeroen Frijters2011-03-151-1/+1
* 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
* PR classpath/42390: Throw SecurityException when adding and removing LogManag...Andrew John Hughes2010-12-251-3/+24
* 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-03115-7462/+7451
* 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
* ZipEntry tweaks to improve performance.Andrew John Hughes2008-09-101-70/+96
* Reset the append position when resetting a Matcher instance.Andrew John Hughes2008-08-211-0/+1
* Fix setCurrency in DecimalFormat.Andrew John Hughes2008-08-171-1/+1
* Add initial implementation of java.util.Scanner.Andrew John Hughes2008-08-161-0/+2223
* Implement java.util.regex.Matcher#toMatchResult()Andrew John Hughes2008-08-161-1/+17
* Use weeks.properties instead of bundles for week data.Andrew John Hughes2008-07-071-3/+29
* Implement cache clearing for java.util.ResourceBundleAndrew John Hughes2008-07-061-3/+54
* 2008-07-06 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2008-07-061-3/+4
* Add support for non-ISO-8859-1 property files.Andrew John Hughes2008-07-062-7/+42
* 2008-05-11 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2008-05-121-7/+259
* 2008-05-07 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2008-05-071-4/+2
* 2008-05-06 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2008-05-0612-23/+48
* 2008-04-26 Ian Rogers <ian.rogers@manchester.ac.uk>Ian Rogers2008-04-262-6/+34
* 2008-04-18 Mario Torre <neugens@aicas.com>Mario Torre2008-04-181-828/+796
* 2008-03-27 Mario Torre <neugens@aicas.com>Mario Torre2008-03-271-2/+2
* 2008-03-26 Mario Torre <neugens@aicas.com>Mario Torre2008-03-261-180/+232
* 2008-03-26 Mario Torre <neugens@aicas.com>Mario Torre2008-03-261-5/+14
* 2008-03-25 Mario Torre <neugens@aicas.com>Mario Torre2008-03-251-2/+40
* 2008-03-16 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2008-03-169-25/+41
* 2008-03-11 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2008-03-125-17/+540
* 2008-02-30 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2008-03-011-11/+13
* 2008-02-28 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2008-02-281-1/+1
* 2008-02-26 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2008-02-261-24/+28