summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git.sv.gnu.org:/srv/git/classpath into gtk3gtk3Andrew John Hughes2013-09-1916-26/+342
|\
| * Update javax.lang.model, javax.lang.model.element and javax.lang.model.type p...Andrew John Hughes2013-09-0416-26/+342
* | Remove generated files.Andrew John Hughes2013-09-1910-6459/+13
* | Merge branch 'gtk3' of git.sv.gnu.org:/srv/git/classpath into gtk3Andrew John Hughes2013-09-1933-222/+6551
|\ \
| * | Cleaned Up Code and removed print statementsfarshadmuhammad2013-09-0133-222/+6551
* | | Merge branch 'master' into gtk3 to bring in texinfo fix.Andrew John Hughes2013-08-123-6/+338
|\ \ \ | |/ / |/| / | |/
| * 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
* | | GTK3 commit - Farshad Muhammadfarshadmuhammad2013-07-1933-667/+1419
|/ /
* | 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
| * 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
* | * tools/gnu/classpath/tools/gjdoc/Main.java: Accept -source 1.5, 1.6, 1.7.Matthias Klose2013-01-102-3/+13
* | PR libgcj/55716Andrew Haley2012-12-182-8/+17
|/
* 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
|\