summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add remaining Set filters to ElementFilter.compiler-supportAndrew John Hughes2013-02-032-0/+60
* Document ElementKind fields and add missing methods.Andrew John Hughes2013-02-012-0/+76
* For ElementFilter, the type of element should be determined by its kind, not ...Andrew John Hughes2013-02-012-33/+98
* Add missing exception classes in javax.lang.model.element.* and javax.lang.mo...Andrew John Hughes2013-01-049-0/+543
* Fix warnings in gnu.xml.validation.*Andrew John Hughes2012-12-2829-217/+383
* Add missing Modifier and NestingKind enumerations and associated methods.Andrew John Hughes2012-12-288-0/+277
* Add methods to Messager now dependents are in place.Andrew John Hughes2012-12-242-0/+67
* Provide implementation of SimpleJavaFileObject.Andrew John Hughes2012-12-192-0/+273
* Add remaining javax.tools interfaces.Andrew John Hughes2012-12-184-0/+489
* Add remaining TypeMirror subclasses and associated methods.Andrew John Hughes2012-11-3011-0/+781
* Add Name & PackageElement along with methods that depend on them.Andrew John Hughes2012-11-296-3/+278
* Add annotation elements and start of type hierarchy.Andrew John Hughes2012-11-2717-1/+1560
* Implement javax.annotation.processing.Processor interface.Andrew John Hughes2012-11-262-0/+200
* Documentation & annotation update/cleanup on new files.Andrew John Hughes2012-11-2616-10/+93
* Provide implementations of ForwardingFileObject and ForwardingJavaFileObject....Andrew John Hughes2012-11-255-3/+269
* Add JavaFileManager and JavaFileObject, along with methods that use them in F...Andrew John Hughes2012-11-207-0/+882
* Add remaining methods of ProcessingEnvironment so the ecj implementation comp...Andrew John Hughes2012-11-132-0/+39
* Start implementing classes/fields/methods necessary to build ecj.Andrew John Hughes2012-11-1313-0/+1558
* 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
|/