You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Luc Maisonobe <Lu...@free.fr> on 2011/12/01 22:10:05 UTC

Re: svn commit: r1209198 [1/2] - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/random/ISAACRandom.java test/java/org/apache/commons/math/random/ISAACTest.java

Le 01/12/2011 20:21, luc@apache.org a écrit :
> Author: luc
> Date: Thu Dec  1 19:21:11 2011
> New Revision: 1209198
> 
> URL: http://svn.apache.org/viewvc?rev=1209198&view=rev
> Log:
> Updated patch from original contributor.
> 
> Modified:
>     commons/proper/math/trunk/src/main/java/org/apache/commons/math/random/ISAACRandom.java
>     commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/ISAACTest.java
> 
> Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/random/ISAACRandom.java
> URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math/random/ISAACRandom.java?rev=1209198&r1=1209197&r2=1209198&view=diff
> ==============================================================================
> --- commons/proper/math/trunk/src/main/java/org/apache/commons/math/random/ISAACRandom.java (original)
> +++ commons/proper/math/trunk/src/main/java/org/apache/commons/math/random/ISAACRandom.java Thu Dec  1 19:21:11 2011
> @@ -1,286 +1,279 @@

It seems I got line ending problems when I first checked in the files,
despite svn eol-style was set properly on my side.

Could someone else check on various OS if these files are properly
stored now ? I use linux myself but probably checked them in with
windows EOL first, and fixed it as part of this patch. I would like to
see if another Linux user and also a Windows user see these files properly.

Sorry for the noise.
Luc

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: svn commit: r1209198 [1/2] - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/random/ISAACRandom.java test/java/org/apache/commons/math/random/ISAACTest.java

Posted by Gilles Sadowski <gi...@harfang.homelinux.org>.
On Thu, Dec 01, 2011 at 10:10:05PM +0100, Luc Maisonobe wrote:
> Le 01/12/2011 20:21, luc@apache.org a écrit :
> > Author: luc
> > Date: Thu Dec  1 19:21:11 2011
> > New Revision: 1209198
> > 
> > URL: http://svn.apache.org/viewvc?rev=1209198&view=rev
> > Log:
> > Updated patch from original contributor.
> > 
> > Modified:
> >     commons/proper/math/trunk/src/main/java/org/apache/commons/math/random/ISAACRandom.java
> >     commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/ISAACTest.java
> > 
> > Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/random/ISAACRandom.java
> > URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math/random/ISAACRandom.java?rev=1209198&r1=1209197&r2=1209198&view=diff
> > ==============================================================================
> > --- commons/proper/math/trunk/src/main/java/org/apache/commons/math/random/ISAACRandom.java (original)
> > +++ commons/proper/math/trunk/src/main/java/org/apache/commons/math/random/ISAACRandom.java Thu Dec  1 19:21:11 2011
> > @@ -1,286 +1,279 @@
> 
> It seems I got line ending problems when I first checked in the files,
> despite svn eol-style was set properly on my side.
> 
> Could someone else check on various OS if these files are properly
> stored now ? I use linux myself but probably checked them in with
> windows EOL first, and fixed it as part of this patch. I would like to
> see if another Linux user and also a Windows user see these files properly.

It seems OK here.

Gilles

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org