[commit-cp] classpath ChangeLog tools/gnu/classpath/tools/c... [classpath-0_97-release-branch]

Andrew John Hughes <[email protected]> Fri, 06 Jun 2008 00:27:04 +0000
Newsgroups gmane.comp.java.classpath.cvs
Message-ID <[email protected]>
CVSROOT:	/sources/classpath
Module name:	classpath
Branch:		classpath-0_97-release-branch
Changes by:	Andrew John Hughes <gnu_andrew>	08/06/06 00:27:04

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

Log message:
	Backport gjar fix to 0.97.2
	
	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.
	
	2008-06-03  Andrew John Hughes  <[email protected]>
	
		* tools/gnu/classpath/tools/getopt/OptionException.java,
		* tools/gnu/classpath/tools/jar/Main.java:
		Revert previous changes to allow Schuster's patch to
		do the same.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&only_with_tag=classpath-0_97-release-branch&r1=1.9526.2.20&r2=1.9526.2.21
http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/common/ClasspathToolParser.java?cvsroot=classpath&only_with_tag=classpath-0_97-release-branch&r1=1.1&r2=1.1.8.1
http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/jar/Main.java?cvsroot=classpath&only_with_tag=classpath-0_97-release-branch&r1=1.9.4.1&r2=1.9.4.2
http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/javah/GcjhMain.java?cvsroot=classpath&only_with_tag=classpath-0_97-release-branch&r1=1.1&r2=1.1.4.1
http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/javah/Main.java?cvsroot=classpath&only_with_tag=classpath-0_97-release-branch&r1=1.10&r2=1.10.2.1