summaryrefslogtreecommitdiff
path: root/java/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* 2008-02-21 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2008-02-221-28/+24
* 2008-02-05 Ian Rogers <ian.rogers@manchester.ac.uk>Ian Rogers2008-02-054-10/+10
* 2008-01-27 Bernhard Fischer <rep.dot.nop@gmail.com>Tom Tromey2008-01-281-1/+1
* 2008-01-09 Stefan Huehner <stefan@huehner.org>Andrew John Hughes2008-01-091-1/+1
* 2008-01-04 Stefan Huehner <stefan@huehner.org>Andrew John Hughes2008-01-073-5/+5
* 2007-11-24 Mario Torre <neugens@limasoftware.net>Mario Torre2007-11-241-26/+53
* 2007-11-23 Mario Torre <neugens@limasoftware.net>Mario Torre2007-11-231-24/+28
* 2007-11-23 Mario Torre <neugens@limasoftware.net>Mario Torre2007-11-231-6/+328
* Make private fields that can be final, final.Ian Rogers2007-11-231-6/+3
* 2007-11-08 Jeroen Frijters <jeroen@frijters.net>Jeroen Frijters2007-11-081-6/+5