cp-tools ./ChangeLog src/gnu/localegen/JavaGene...

[email protected] Sun, 30 Jan 2005 21:35:58 -0500
Newsgroups gmane.comp.java.classpath.tools.cvs
Message-ID <E1CvRPy-0005cm-00@savannah>
CVSROOT:	/cvsroot/classpath
Module name:	cp-tools
Branch: 	
Changes by:	Andrew John Hughes <[email protected]>	05/01/31 02:35:58

Modified files:
	.              : ChangeLog 
	src/gnu/localegen: JavaGenerator.java 

Log message:
	2005-01-31  Andrew John Hughes  <[email protected]>
	
	* src/gnu/localegen/JavaGenerator.java:
	(JavaGenerator.JavaContent.isUsable()): New
	method to check for usability of parsed content.
	Implementations returning true are added to
	all but the implementation below.
	(JavaGenerator.TimeZoneContent.isUsable()):
	Returns the value of the usability variable,
	which may be set true during generation.
	(JavaGenerator.TimeZoneContent.generateContent(java.io.PrintWriter)):
	Content is now written to a pair of buffers, one
	for each individual set of data, and one for the whole
	block.  These are only printed if usable data is found.
	The ID is also now used first.
	(JavaGenerator.HashtableContent.generateContent(java.io.PrintWriter)):
	\u00A6 is now used as the separator character to avoid
	conflicts.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/cp-tools/ChangeLog.diff?tr1=1.33&tr2=1.34&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/cp-tools/src/gnu/localegen/JavaGenerator.java.diff?tr1=1.24&tr2=1.25&r1=text&r2=text