summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
| * Documentation & annotation update/cleanup on new files.Andrew John Hughes2012-11-261-0/+50
| * Provide implementations of ForwardingFileObject and ForwardingJavaFileObject....Andrew John Hughes2012-11-251-0/+26
| * Add JavaFileManager and JavaFileObject, along with methods that use them in F...Andrew John Hughes2012-11-201-0/+59
| * Add remaining methods of ProcessingEnvironment so the ecj implementation comp...Andrew John Hughes2012-11-131-0/+7
| * Start implementing classes/fields/methods necessary to build ecj.Andrew John Hughes2012-11-131-0/+99
* | * tools/gnu/classpath/tools/gjdoc/Main.java: Accept -source 1.5, 1.6, 1.7.Matthias Klose2013-01-101-0/+5
* | PR libgcj/55716Andrew Haley2012-12-181-0/+6
|/
* PR55182: Fix build on RHEL6libgcj-import-20121202Andrew John Hughes2012-11-021-0/+14
* PR55140: Addition of exception to codePointBefore breaks OpenJDK GenerateBrea...Andrew John Hughes2012-10-301-0/+7
* Cleanup ChangeLog entry from previous merge.Andrew John Hughes2012-10-261-11/+22
* Merge remote-tracking branch 'ivan/ivmai4review-v3'Andrew John Hughes2012-10-261-0/+16
|\
| * Optimize emptySet/Map/List() in Collections classIvan Maidanski2012-10-161-0/+16
* | PR41689: Add missing field javax.security.sasl.Sasl.CREDENTIALS.Andrew John Hughes2012-10-261-0/+7
* | Update NEWS and THANKYOU.Andrew John Hughes2012-10-261-0/+5
* | PR44208: Ensure a handle for the enum is registered before its constant.Andrew John Hughes2012-10-261-0/+8
* | PR42551: Avoid overwriting length of message when computing length representa...Andrew John Hughes2012-10-261-0/+7
* | PR54960: Avoid NullPointerException in SAXSerializer.Andrew John Hughes2012-10-261-0/+6
* | Use jack_client_open rather than deprecated jack_client_new.Andrew John Hughes2012-10-261-0/+7
|/
* 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-151-0/+7
* Merge branch 'master' of git.sv.gnu.org:/srv/git/classpathAndrew John Hughes2012-10-151-0/+10
|\
| * Fix NPE in java/util/Formatter.format() methodPekka Enberg2012-10-151-0/+10
* | PR54931: Allow Classpath to build docs with the GJDoc included withinAndrew John Hughes2012-10-151-0/+8
|/
* Fix java/lang/String.codePoint{At|Before} exception typesPekka Enberg2012-10-151-0/+6
* Handle malloc() failure in java_util_VMTimeZone.c file.Ivan Maidanski2012-10-151-0/+7
* Replace all .cvsignore files with .gitignoreIvan Maidanski2012-10-151-0/+70
* Fix warnings in java.awt.geom.Area.Andrew John Hughes2012-10-151-0/+46
* Java warnings cleanup for javax.sound.* and gnu.javax.sound.*Andrew John Hughes2012-10-101-0/+83
* PR42134: NullPointerException in java.text.BidiAndrew John Hughes2012-09-281-0/+9
* Warning cleanup in tools (gjdoc & rmic).Andrew John Hughes2012-09-261-0/+220
* Use accessor functions to manipulate xmlOutputBufferDodji Seketeli2012-08-091-0/+7
* Fix warnings in java.util.TimeZone.Andrew John Hughes2012-08-091-0/+13
* Fix warnings in java.text.* and gnu.java.text.*Andrew John Hughes2012-07-311-0/+98
* PR44052: Cache parsed property data for DateFormatSymbols.Andrew John Hughes2012-07-021-0/+33
* Refactor DateFormatSymbols to use list of ResourceBundle objects for all look...Andrew John Hughes2012-05-311-0/+14
* Remove use of deprecated pango_ft2_font_map_create_context which breaks -Werr...Andrew John Hughes2012-05-041-0/+10
* PR classpath/53171: Cache the compiled regular expressions for splitting loca...Andrew John Hughes2012-05-021-0/+18
* Update warning suppression for newer compilers (unchecked->rawtypes).Andrew John Hughes2012-05-011-0/+102
* Replace use of deprecated gdk_pixbuf_unref.Andrew John Hughes2012-04-241-0/+7
* Add missed ChangeLog entry.Andrew John Hughes2012-04-031-0/+4
* Update copyright notices.Jakub Jelinek2012-04-031-0/+6
* Don't check if TimeZone is an instance of SimpleTimeZone.Jakub Jelinek2012-04-031-0/+5
* Decrement index when removing elements from PriorityQueue. Catch capacity < 1.Andrew Haley2012-04-031-0/+6
* Negate dayOfWeek in java.util.TimeZone.getDateParams.Andrew Haley2012-04-031-0/+5
* Implement Matcher.usePattern(Pattern).Andrew John Hughes2012-04-031-0/+5
* PR libgcj/52694Andrew Haley2012-03-291-0/+6
* Merge branch 'penberg-next'Andrew John Hughes2012-03-191-0/+71
|\
| * Add missing Java 1.7 AutoCloseable interfacePekka Enberg2012-03-141-0/+19
| * Add missing Java 1.7 java/lang/reflect/Modifier methodsPekka Enberg2012-03-141-0/+9
| * Add missing Java 1.7 ReflectiveOperationException classPekka Enberg2012-03-141-0/+11