[commit-cp] classpath ChangeLog tools/gnu/classpath/tools/j...

Andrew John Hughes <[email protected]> Fri, 09 Sep 2011 05:44:22 +0000
Newsgroups gmane.comp.java.classpath.cvs
Message-ID <[email protected]>
CVSROOT:	/sources/classpath
Module name:	classpath
Changes by:	Andrew John Hughes <gnu_andrew>	11/09/09 05:44:22

Modified files:
	.              : ChangeLog 
	tools/gnu/classpath/tools/javah: Main.java 

Log message:
	PR classpath/45526: Produce header files for any inner classes found.
	
	2011-09-09  Andrew John Hughes  <[email protected]>
	
		PR classpath/45526: Produce header files for
		any inner classes found.
		* tools/gnu/classpath/tools/javah/Main.java:
		(parsed): Set of class names that have been parsed.
		(writeHeader(Map,Printer)): Take a general Map
		rather than a specific HashMap.
		(parseClasses(Iterator<Object>)): Factor out
		the parsing of class files into a separate
		method so it can be called recursively for
		inner classes.
		(getClass(String)): Remove redundant cast.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.9831&r2=1.9832
http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/javah/Main.java?cvsroot=classpath&r1=1.13&r2=1.14