This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: DOS line endings
- From: Tom Tromey <tromey at redhat dot com>
- To: Zack Weinberg <zack at codesourcery dot com>
- Cc: gcc at gcc dot gnu dot org, java at gcc dot gnu dot org, Hans dot Boehm at hp dot com
- Date: 22 Apr 2003 22:26:26 -0600
- Subject: Re: DOS line endings
- References: <87ptnecddo.fsf@egil.codesourcery.com>
- Reply-to: tromey at redhat dot com
>>>>> "Zack" == Zack Weinberg <zack at codesourcery dot com> writes:
Zack> These files have DOS line endings on both mainline and 3.3 branch:
Zack> boehm-gc/BCC_MAKEFILE
Zack> boehm-gc/digimars.mak
Zack> boehm-gc/ltmain.sh
I don't know what the deal is with ltmain.sh. I wouldn't expect that
one to have DOS line endings.
Most of the other files in boehm-gc come from an external source. I'd
prefer we not change them here, as we do import new versions from time
to time.
I've CC'd Hans; he probably knows whether this is required or not.
Anyway, this is the sort of thing in the GC that I prefer we fix
upstream first. Ordinarily we only put bug fixes in our tree (in
parallel with upstream); more minor stuff comes in via imports.
Zack> libjava/testsuite/libjava.compile/OperatorBenchmark.java
Please do fix this one. All our line ending tests are in Jacks and
don't appear in the gcc tree at all.
I'm with Anthony about org.w3c.* -- we just leave those alone.
Tom