aboutsummaryrefslogtreecommitdiff
path: root/libjava/gnu/java/lang/reflect
AgeCommit message (Collapse)AuthorFilesLines
2016-09-30Makefile.def: Remove libjava.Andrew Haley11-518/+0
2016-09-30 Andrew Haley <aph@redhat.com> * Makefile.def: Remove libjava. * Makefile.tpl: Likewise. * Makefile.in: Regenerate. * configure.ac: Likewise. * configure: Likewise. * gcc/java: Remove. * libjava: Likewise. From-SVN: r240662
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey11-0/+518
From-SVN: r120621
2005-07-16Major merge with Classpath.Tom Tromey1-288/+0
Removed many duplicate files. * HACKING: Updated.x * classpath: Imported new directory. * standard.omit: New file. * Makefile.in, aclocal.m4, configure: Rebuilt. * sources.am: New file. * configure.ac: Run Classpath configure script. Moved code around to support. Disable xlib AWT peers (temporarily). * Makefile.am (SUBDIRS): Added 'classpath' (JAVAC): Removed. (AM_CPPFLAGS): Added more -I options. (BOOTCLASSPATH): Simplified. Completely redid how sources are built. Include sources.am. * include/Makefile.am (tool_include__HEADERS): Removed jni.h. * include/jni.h: Removed (in Classpath). * scripts/classes.pl: Updated to look at built classes. * scripts/makemake.tcl: New file. * testsuite/libjava.jni/jni.exp (gcj_jni_compile_c_to_so): Added -I options. (gcj_jni_invocation_compile_c_to_binary): Likewise. From-SVN: r102082
2005-06-30Update FSF addressKelley Cook1-2/+2
From-SVN: r101453
2005-04-20ClassHelper.java, [...]: Fixed @author tag.Michael Koch1-1/+1
2005-04-20 Michael Koch <konqueror@gmx.de> * gnu/java/lang/ClassHelper.java, gnu/java/lang/reflect/TypeSignature.java: Fixed @author tag. From-SVN: r98442
2004-01-112004-01-11 Michael Koch <konqueror@gmx.de>Michael Koch1-12/+16
* gnu/java/lang/reflect/TypeSignature.java (getEncodingOfClass): Documentation fixed. (getClassForEncoding): Give class loader to Class.forName(). Documentation fixed. From-SVN: r75675
2003-12-16TypeSignature.java (getClassForEncoding): Splitted the method so we can ↵Guilhem Lavaux1-1/+24
specify an explicit boot loader. 2003-12-16 Guilhem Lavaux <guilhem@kaffe.org> Helmer Kraemer <hkraemer@freenet.de> * gnu/java/lang/reflect/TypeSignature.java (getClassForEncoding): Splitted the method so we can specify an explicit boot loader. Co-Authored-By: Helmer Kraemer <hkraemer@freenet.de> From-SVN: r74687
2002-09-30Add Proxy support.Anthony Green1-198/+186
From-SVN: r57635
2002-01-22Add license clarification.Mark Wielaard1-5/+16
From-SVN: r49104
2000-05-19Jumbo patch:Tom Tromey1-0/+262
* Imported beans and serialization * Updated IA-64 port * Miscellaneous bug fixes From-SVN: r34028