Re: Summer of Code 2006

2006-04-18 Thread Jan-Benedict Glaw
On Tue, 2006-04-18 11:57:31 +0200, Steven Bosscher <[EMAIL PROTECTED]> wrote: > On 4/18/06, Allan Sandfeld Jensen <[EMAIL PROTECTED]> wrote: > > On Monday 17 April 2006 12:21, Jan-Benedict Glaw wrote: > > > On Sun, 2006-04-16 21:30:08 -0700, Ian Lance Taylor wrote: > > > * Trailing whitespace pa

Re: Summer of Code 2006

2006-04-18 Thread Steven Bosscher
On 4/18/06, Allan Sandfeld Jensen <[EMAIL PROTECTED]> wrote: > On Monday 17 April 2006 12:21, Jan-Benedict Glaw wrote: > > On Sun, 2006-04-16 21:30:08 -0700, Ian Lance Taylor wrote: > > * Trailing whitespace patrol. > find . -name "*\.[ch]" | xargs perl -pi -e's/\s*$/\n/' Or `egrep "[ \t]$" *.[

Re: Summer of Code 2006

2006-04-18 Thread Allan Sandfeld Jensen
On Monday 17 April 2006 12:21, Jan-Benedict Glaw wrote: > On Sun, 2006-04-16 21:30:08 -0700, Ian Lance Taylor wrote: > * Trailing whitespace patrol. find . -name "*\.[ch]" | xargs perl -pi -e's/\s*$/\n/' `Allan

Re: Summer of Code 2006

2006-04-17 Thread Colm O' Flaherty
How about a pull-together of all the existing docs on how to create a new front-end / back-end.. stuff like whats in the gcc internals doc, and Stallman's "Using and porting gcc".. maybe update it all in a single place for ver 4.x, and update for the undocumented / obsolete macros? It's not st

Re: Summer of Code 2006

2006-04-17 Thread Jan-Benedict Glaw
On Sun, 2006-04-16 21:30:08 -0700, Ian Lance Taylor wrote: > http://gcc.gnu.org/projects/ > If anybody wants to pull together a single URL of projects suitable > for students, probably on the Wiki page, that would be helpful. Or I > might try to tackle that in the next few days myself. Maybe