summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* PR55182: Fix build on RHEL6libgcj-import-20121202Andrew John Hughes2012-11-023-5/+26
* PR55140: Addition of exception to codePointBefore breaks OpenJDK GenerateBrea...Andrew John Hughes2012-10-303-2/+10
* Cleanup ChangeLog entry from previous merge.Andrew John Hughes2012-10-261-11/+22
* Merge remote-tracking branch 'ivan/ivmai4review-v3'Andrew John Hughes2012-10-262-14/+34
|\
| * Optimize emptySet/Map/List() in Collections classIvan Maidanski2012-10-162-14/+34
* | PR41689: Add missing field javax.security.sasl.Sasl.CREDENTIALS.Andrew John Hughes2012-10-263-0/+18
* | Update NEWS and THANKYOU.Andrew John Hughes2012-10-263-0/+11
* | PR44208: Ensure a handle for the enum is registered before its constant.Andrew John Hughes2012-10-262-1/+10
* | PR42551: Avoid overwriting length of message when computing length representa...Andrew John Hughes2012-10-262-2/+11
* | PR54960: Avoid NullPointerException in SAXSerializer.Andrew John Hughes2012-10-262-1/+8
* | Use jack_client_open rather than deprecated jack_client_new.Andrew John Hughes2012-10-262-5/+17
|/
* Fix broken ChangeLog entry.Andrew John Hughes2012-10-151-2/+2
* Update NEWS and start preparing for 0.99.1 release.Andrew John Hughes2012-10-153-2/+10
* Merge branch 'master' of git.sv.gnu.org:/srv/git/classpathAndrew John Hughes2012-10-152-3/+28
|\
| * Fix NPE in java/util/Formatter.format() methodPekka Enberg2012-10-152-3/+28
* | PR54931: Allow Classpath to build docs with the GJDoc included withinAndrew John Hughes2012-10-152-0/+10
|/
* Fix java/lang/String.codePoint{At|Before} exception typesPekka Enberg2012-10-152-0/+10
* Handle malloc() failure in java_util_VMTimeZone.c file.Ivan Maidanski2012-10-152-1/+15
* Replace all .cvsignore files with .gitignoreIvan Maidanski2012-10-1568-3/+70
* Fix warnings in java.awt.geom.Area.Andrew John Hughes2012-10-152-120/+152
* Java warnings cleanup for javax.sound.* and gnu.javax.sound.*Andrew John Hughes2012-10-1013-114/+211
* PR42134: NullPointerException in java.text.BidiAndrew John Hughes2012-09-283-8/+20
* Warning cleanup in tools (gjdoc & rmic).Andrew John Hughes2012-09-2624-580/+663
* Use accessor functions to manipulate xmlOutputBufferDodji Seketeli2012-08-092-3/+24
* Fix warnings in java.util.TimeZone.Andrew John Hughes2012-08-092-42/+55
* Fix warnings in java.text.* and gnu.java.text.*Andrew John Hughes2012-07-3114-245/+367
* Merge branch 'master' of git.sv.gnu.org:/srv/git/classpathAndrew John Hughes2012-07-020-0/+0
|\
| * Cache the compiled regular expressions for splitting locale data fields.Andrew John Hughes2012-05-013-3/+26
* | PR44052: Cache parsed property data for DateFormatSymbols.Andrew John Hughes2012-07-022-34/+260
* | Refactor DateFormatSymbols to use list of ResourceBundle objects for all look...Andrew John Hughes2012-05-312-16/+55
* | Remove use of deprecated pango_ft2_font_map_create_context which breaks -Werr...Andrew John Hughes2012-05-042-3/+13
* | PR classpath/53171: Cache the compiled regular expressions for splitting loca...Andrew John Hughes2012-05-023-3/+27
|/
* 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