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

Andrew John Hughes <[email protected]> Thu, 05 Jun 2008 23:58:47 +0000
Newsgroups gmane.comp.java.classpath.cvs
Message-ID <[email protected]>
CVSROOT:	/sources/classpath
Module name:	classpath
Changes by:	Andrew John Hughes <gnu_andrew>	08/06/05 23:58:47

Modified files:
	.              : ChangeLog 
	tools/gnu/classpath/tools/common: ClasspathToolParser.java 
	tools/gnu/classpath/tools/getopt: OptionException.java 
	tools/gnu/classpath/tools/jar: Main.java 
	tools/gnu/classpath/tools/javah: GcjhMain.java Main.java 

Log message:
	Applying Schuster's @file patch with amendments.
	
	2008-06-06  Andrew John Hughes  <[email protected]>
	
		* tools/gnu/classpath/tools/common/ClasspathToolParser.java:
		Fixed indentation and changed to use OptionException.
		* tools/gnu/classpath/tools/getopt/OptionException.java:
		(OptionException(String,Throwable)): Added.
	
	2008-06-03  Robert Schuster  <[email protected]>
	
		* tools/gnu/classpath/tools/jar/Main.java:
		(run): Call different ClasspathToolParser.parse() variant.
		(getParser): Changed return type to ClasspathToolParser.
		* tools/gnu/classpath/tools/javah/GcjhMain.java:
		(getParser): Changed return type to ClasspathToolParser.
		* tools/gnu/classpath/tools/javah/Main.java:
		(getParser): Changed return type to ClasspathToolParser.
		* tools/gnu/classpath/tools/getopt/Parser.java: Make 'programName'
		protected.
		* tools/gnu/classpath/tools/common/ClasspathToolParser.java:
		(parse(String[], FileArgumentCallback,boolean): New method.
		(parse(String[], boolean): New method.
		(parseFileList): New method.
		(parseLine): New method.
		(AtFileArgumentCallback): New inner class.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.9625&r2=1.9626
http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/common/ClasspathToolParser.java?cvsroot=classpath&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/getopt/OptionException.java?cvsroot=classpath&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/jar/Main.java?cvsroot=classpath&r1=1.11&r2=1.12
http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/javah/GcjhMain.java?cvsroot=classpath&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/javah/Main.java?cvsroot=classpath&r1=1.10&r2=1.11