summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Update warning suppression for newer compilers (unchecked->rawtypes).Andrew John Hughes2012-05-0132-65/+173
* Replace use of deprecated gdk_pixbuf_unref.Andrew John Hughes2012-04-242-1/+8
* Add missed ChangeLog entry.Andrew John Hughes2012-04-031-0/+4
* Move .cvsignore to .gitignore.Andrew John Hughes2012-04-031-0/+0
* Update copyright notices.Jakub Jelinek2012-04-033-5/+12
* Don't check if TimeZone is an instance of SimpleTimeZone.Jakub Jelinek2012-04-032-8/+6
* Decrement index when removing elements from PriorityQueue. Catch capacity < 1.Andrew Haley2012-04-032-0/+9
* Negate dayOfWeek in java.util.TimeZone.getDateParams.Andrew Haley2012-04-032-6/+23
* Implement Matcher.usePattern(Pattern).Andrew John Hughes2012-04-032-1/+28
* PR libgcj/52694Andrew Haley2012-03-292-0/+10
* Merge branch 'penberg-next'Andrew John Hughes2012-03-1934-26/+431
|\
| * Add missing Java 1.7 AutoCloseable interfacePekka Enberg2012-03-1416-3/+91
| * Add missing Java 1.7 java/lang/reflect/Modifier methodsPekka Enberg2012-03-142-1/+50
| * Add missing Java 1.7 ReflectiveOperationException classPekka Enberg2012-03-148-18/+117
| * Add missing Java 1.7 constructors to java/lang classesPekka Enberg2012-03-143-3/+35
| * Add missing Java 1.7 compare() API methods to java/lang classesPekka Enberg2012-03-147-0/+115
| * Add missing java/lang/System.lineSeparator() methodPekka Enberg2012-03-142-0/+17
| * Fix java/lang/reflect/Member.getDeclaringClass() return typePekka Enberg2012-03-142-1/+6
* | Add key to NEWS file along the same lines as IcedTea's.Andrew John Hughes2012-03-192-0/+17
|/
* Prepare for future 1.0 release.Andrew John Hughes2012-03-083-1/+10
* Remove duplicate sources and fail on error when copying tool sources.classpath-0.99Andrew John Hughes2012-03-082-2/+10
* Always define @gcctabopt.Andrew John Hughes2012-03-072-6/+12
* Fix GStreamer make distcheck build.Andrew John Hughes2012-02-222-2/+6
* Update NEWS prior to release.Andrew John Hughes2012-02-162-1/+53
* Remove trailing separator from locale data and hack to get around it in DateF...Andrew John Hughes2012-02-15164-608/+777
* PR classpath/42390: Use AccessController and PrivilegedAction to retrieve sys...Andrew John Hughes2012-02-083-4/+24
* PR classpath/42390: Add missing security checks in DatagramSocket.connect.Andrew John Hughes2012-02-082-1/+30
* Regenerate locale resources with 'format' month/day context and no alternativ...Andrew John Hughes2012-02-0256-1260/+1318
* Use the main approved value for properties, not the one that occurs last in t...Andrew John Hughes2012-01-3065-2228/+2297
* Replace property data with version sorted by key. This will make later chang...Andrew John Hughes2012-01-20135-55894/+56033
* RH712013: pdftk crashes with java.lang.ArrayIndexOutOfBoundsExceptionAndrew John Hughes2012-01-122-16/+86
* Add java/io/Console class and java/lang/System.console() methodPekka Enberg2012-01-087-2/+291
* Add java.io.IOError classPekka Enberg2012-01-062-0/+63
* Fix block-wise chosen-plaintext against SSL/TLS (BEAST) (CVE-2011-3389)Andrew John Hughes2011-12-214-53/+122
* Stefan Ring reports that commit f154af6 ("Fix HashMap.put() to check forPekka Enberg2011-10-302-1/+9
* PR classpath/45526: Produce header files for any inner classes found.Andrew John Hughes2011-09-092-32/+69
* PR classpath/45527: Replace '$' with '_' rather than '_00024'.Andrew John Hughes2011-07-072-0/+9
* PR classpath/40188: javah creates constants using name of the superclassAndrew John Hughes2011-07-072-2/+11
* Fix clock_gettime() support check for DarwinPekka Enberg2011-07-053-2/+12
* Fix issues with building with -Werror and gcc 4.6.Andrew John Hughes2011-06-277-19/+62
* Generate META-INF/INDEX.LIST file for glibj.zipPekka Enberg2011-05-292-1/+6
* Add Matcher.quoteReplacement API methodPekka Enberg2011-04-252-0/+28
* PR classpath/42823: Remove memory leaks in native code of java.net.VMInetAddr...Andrew John Hughes2011-03-312-0/+11
* Fix Java_java_nio_VMDirectByteBuffer_allocate() for negative capacityPekka Enberg2011-03-172-0/+13
* PR42390: Add missing call to SecurityManager.checkConnect in connect(SocketAd...Andrew John Hughes2011-03-152-1/+17
* Fix for PR 48131.Jeroen Frijters2011-03-152-1/+7
* Fix Use ArrayList.set() in StyleSheet.resolveStylePekka Enberg2011-03-142-1/+7
* PR classpath/42390: Don't include permissions of the Policy in toString() out...Andrew John Hughes2011-03-062-1/+17
* Fix Matcher.find() infinite loop bugPekka Enberg2011-03-022-0/+11
* Fix HashMap.put() to check for hashCode equality before equals()Pekka Enberg2011-02-222-1/+7