Vasili Burdo on Wed, 23 Dec 2009 19:18:19 +0100


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: A patch for native PARI/GP build on Windows (Mingw+Msys)


Bill,

I just noticed: some test result files in src/test/32/ have svn property "svn:eol-style" set to "native", whereas some don't.

This wreaks havoc in tests if "diff -wb" option removed.
We need either to set "svn:eol-style" to "native" on all files, or completely remove it.

NB. "svn:eol-style" on Windows converts line endings to "\r\n". On Unix it leave them plain "\n".