This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: java.lang.Character


Do I have permission to commit?

Bryce McKinlay wrote:
> 
> Eric Blake wrote:
> 
> >I'm trying to merge java.lang.Character with Classpath.

> >And should I add the
> >UnicodeData-3.0.0.txt and supporting files to the gcj distribution?  If
> >so, what directory would be the best location for them?
> >
> 
> Either in gnu/gcj/convert, or perhaps just in scripts.

For now, I stuck those files in gnu/gcj/convert.  Notice that since they
are in a different location than in Classpath, that Character.java will
have a one-line diff between the two projects where the perl script
lists the path to the source file.

2002-02-20  Eric Blake  <ebb9@email.byu.edu>

	* java/lang/Character.java: Merge with Classpath.
	* java/lang/natCharacter.cc: Delete.
	* gnu/java/lang/CharData.java: New file - merge with Classpath.
	* scripts/makefile-muncher.pl: Ditto.
	* scripts/makefile-blocks.pl: Ditto.
	* gnu/gcj/convert/Blocks-3.txt: New file, part of the Unicode
	database from www.unicode.org.
	* gnu/gcj/convert/UnicodeData-3.0.0.txt: Ditto.
	* gnu/gcj/convert/UnicodeCharacterDatabase-3.0.0.html: Ditto.
	* Makefile.am (ordinary_java_source_files): Add
	gnu/java/lang/CharData.java.
	(nat_source_files): Remove java/lang/natCharacter.cc.

-- 
This signature intentionally left boring.

Eric Blake             ebb9@email.byu.edu
  BYU student, free software programmer

Attachment: diff.patch.gz
Description: GNU Zip compressed data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]