Re: GCC 4.0 Freeze

2005-04-16 Thread Branko Čibej
Zack Weinberg wrote: "This compiler does not support all of Fortran 77 yet. We recommend distributors continue to provide packages of g77 from GCC 3.4 for the time being. When gfortran is considered a complete replacement for g77 we will announce it." "We recommend distributors continue...

Re: GCC 4.0 Freeze

2005-04-16 Thread Branko Čibej
Zack Weinberg wrote: Branko Äibej <[EMAIL PROTECTED]> writes: Zack Weinberg wrote: "This compiler does not support all of Fortran 77 yet. We recommend distributors continue to provide packages of g77 from GCC 3.4 for the time being. When gfortran is considered a complete replacement for g

Re: [PATCH]: Proof-of-concept for dynamic format checking

2005-08-18 Thread Branko Čibej
Mike Stump wrote: Imagine the following program: { int i = 234234; printf ("%d", i); } imagine the folder collapsing this to puts ("234234"); Now imagine that the output of the original program depends on the locale that's in force at execution time, which defines numberic output to

Re: svn tag inspection

2005-10-22 Thread Branko Čibej
Giovanni Bajo wrote: Jeffrey A Law <[EMAIL PROTECTED]> wrote: In fact, after the subversion conversion is over, we can "svn delete" all those merging tags for good since they're there because you can't delete them in CVS but we really don't need them anymore (before anybody asks: "svn delet

Re: svn diff branch woprking copy against mainline?

2005-11-02 Thread Branko Čibej
Joe Buck wrote: On Wed, Nov 02, 2005 at 06:28:42PM -0500, Daniel Berlin wrote: On Wed, 2005-11-02 at 14:33 -0800, Mike Stump wrote: On Nov 2, 2005, at 2:18 PM, Joern RENNECKE wrote: I tried: bash-2.05b$ svn diff Makefile.in svn+ssh://[EMAIL PROTECTED]/svn/ gcc/trunk/gcc/[EMAIL

Re: svn diff branch woprking copy against mainline?

2005-11-03 Thread Branko Čibej
Paolo Bonzini wrote: More formally, you can say that any file in the checkout is made of BASE/DIR/filename where BASE is the URL passed to the latest `svn co' or `svn switch' command. The current SVN working copy philosophy (the same as CVS's, by the way) is that every working copy directory is

Re: svn diff branch woprking copy against mainline?

2005-11-03 Thread Branko Čibej
Joern RENNECKE wrote: Branko Čibej wrote: It certainly seems that --old and --new are redundant. I suggest a search in http://svn.haxx.se/dev/. What should we search for? I tried both of --old and --new, and both searches came up empty. Heh, that's Google search for you...

Re: svn diff branch woprking copy against mainline?

2005-11-03 Thread Branko Čibej
Andreas Schwab wrote: Branko Čibej <[EMAIL PROTECTED]> writes: Paolo Bonzini wrote: More formally, you can say that any file in the checkout is made of BASE/DIR/filename where BASE is the URL passed to the latest `svn co' or svn switch' command. The current

Re: svn diff branch woprking copy against mainline?

2005-11-03 Thread Branko Čibej
Kevin Puetz wrote: I'm replying to a thread off of gcc-devel, but as I think I may have just had a thought that hasn't already been chewed through. So, I'm shifting to subversion-devel. If I'm wrong and this is already debunked, just shoot me down... Branko Čibej wrote:

Re: New branch: ia64-improvements-branch

2005-11-15 Thread Branko Čibej
Could I make a small suggestion? Now that GCC has switched to SVN, and tag and branch names are for all practical purposes in different namespaces, you could drop the "-branch" suffix from new branch names. That'll save 8 chars per branch URL; not much, but the best you can do until we come up

Re: svn speed traversing slow filesystems

2005-11-24 Thread Branko Čibej
Kaveh R. Ghazi wrote: > On Sat, 2005-11-19 at 10:14 -0500, Kaveh R. Ghazi wrote: > > Hi Dan, > > > > (BTW, sorry for the reposted messages.) > > > > While I was waiting for some svn commands to finish (cleanup, > > update) on my solaris2.7 box, which has a slow filesystem, I > > happen