summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add remaining javax.lang.model.util classes for Java 6.Andrew John Hughes2015-09-268-3/+1562
* Mention PR66376.Andrew John Hughes2015-06-1919-165/+356
* Cleanup warnings in XML parser.Andrew John Hughes2015-04-224-378/+806
* Allow setDName to throw an IOException so tools build again.Andrew John Hughes2015-03-221-1/+2
* Cleanup the majority of the warnings in the gnu.java.security, java.security,...Andrew John Hughes2015-03-11188-895/+2349
* PR64902: Keys returned by KeyPairGenerator don't use standardised algorithm n...Andrew John Hughes2015-02-1011-201/+497
* PR64881: KeyPairGenerator.genKeyPair() ends up calling the default generateKe...Andrew John Hughes2015-02-023-18/+59
* Implement java.util.Objects.Andrew John Hughes2015-01-073-0/+317
* PR64176: Week of year field during end of year transition is incorrectAndrew John Hughes2014-12-223-11/+92
* PR64109: Missing symbol in libjavautil.soAndrew John Hughes2014-11-283-0/+10
* Add 0.99 release to web site.Andrew John Hughes2014-10-144-4/+198
* Allow warnings from the Java compiler to be turned on and off.Andrew John Hughes2014-10-136-6/+97
* Implement AbstractAnnotationValueVisitor6.Andrew John Hughes2014-10-133-0/+140
* Fix majority of warnings in gnu.java.security.* and java.security.*.Andrew John Hughes2014-10-13159-1134/+1766
* Add missing IOException constructors.Andrew John Hughes2014-05-072-0/+32
* Remove obsolete Solaris 9 support.Andrew John Hughes2014-04-303-7/+9
* Add file changes for last commitAndrew John Hughes2014-04-302-6/+8
* Use correct inclusion method, allowing builds with FreeType >=2.5.3.Andrew John Hughes2014-04-301-0/+7
* Fix issues with parallel make.Andrew John Hughes2014-04-202-7/+17
* Update javax.lang.model, javax.lang.model.element and javax.lang.model.type p...Andrew John Hughes2013-09-0416-26/+342
* Fix bad use of gccoptlist in cp-tools.texinfo.Andrew John Hughes2013-08-072-1/+6
* Merge branch 'master' of ../classpathAndrew John Hughes2013-08-072-5/+332
|\
| * Add methods for Iterables to ElementFilter.Andrew John Hughes2013-08-062-5/+332
* | Mention PR57070 being fixed in NEWS.Andrew John Hughes2013-07-102-0/+5
* | Make resources for AicasGraphicsBenchmark example work within the examples zip.Andrew John Hughes2013-06-062-2/+8
* | Allow builds with -Werror with GLib >= 2.32.Andrew John Hughes2013-06-063-0/+12
|/
* Fix missing bracket.Andrew John Hughes2013-06-042-1/+6
* Fix warnings in gnu.java.security.PolicyFileAndrew John Hughes2013-05-312-34/+46
* Fix warnings in gnu.java.net classes.Andrew John Hughes2013-05-264-11/+26
* Use notifyAll, not notify, in VMProcess.Andrew John Hughes2013-05-263-3/+15
* Fix warnings in TreeMap and TreeSet.Andrew John Hughes2013-05-263-134/+264
* Check for gettext m4 macros in autogen.shPekka Enberg2013-03-122-0/+12
* Add autogen-generated files to gitignorePekka Enberg2013-03-112-0/+6
* Fix warnings in gnu.classpath.* code (mainly the JDWP implementation).Andrew John Hughes2013-03-0545-212/+422
* Implement javax.tools.ToolProvider using ecj. Cleanup and make more use of C...Andrew John Hughes2013-02-267-76/+361
* Implement AbstractProcessor, adding annotations and an interface it depends on.Andrew John Hughes2013-02-227-2/+473
* Add missing methods in javax.lang.model.SourceVersion.Andrew John Hughes2013-02-182-0/+71
* Add ElementVisitor implementations and JavaFileManager forwarder.Andrew John Hughes2013-02-188-1/+875
* Merge branch 'compiler-support'Andrew John Hughes2013-02-0383-220/+7879
|\
| * 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