tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] [PATCH] GNU __attribute__ extension handling with par


From: Marc Andre Tanner
Subject: Re: [Tinycc-devel] [PATCH] GNU __attribute__ extension handling with parenthesis
Date: Fri, 28 Sep 2007 10:01:16 +0200
User-agent: Thunderbird 2.0.0.6 (Windows/20070728)

Rob Landley wrote:
On Wednesday 26 September 2007 1:06:17 pm Marc Andre Tanner wrote:
cat > bug.c << EOF
    void warn ( const char * format , ... )
       __attribute__ ( ( format ( printf , ( 1 ) , ( 2 ) ) ) ) ;
EOF
I did a smaller version of this patch.  Close enough?
Yep works, unsurprisingly since it is essentially the same.

Thanks for committing.

Thanks for helping me debug this thing.

No problem.

I'm pondering cutting another release, I'm just not sure where a good dividing line is. "No more known bugs" isn't likely to happen any time soon,

I personally don't care about a release because i will use current tip anyway.

and I have so many pending patches to look through at this point I'm fairly certain I'm going to forget some when I go back to apply them.

Are these patches accessible somewhere? For example i noticed that you wrote in your development log on 6 September:

"Just got a bunch of tcc patches from Filip Navara. I'll have to look through that tonight..."

However it seems that they haven't yet made it to the repository. I am wondering why those peoples don't sent the patches to the mailing list in the first place.

By the way debian has also some patches in their bts[1] and in the source package itself. Haven't really looked at those though.

Marc

[1]http://bugs.debian.org/cgi-bin/pkgreport.cgi?which=src&data=tcc&include=tags:patch&exclude=tags:pending&pend-exc=done

--
 Marc Andre Tanner >< http://www.brain-dump.org/ >< GPG key: CF7D56C0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]