Re: [Tinycc-devel] [PATCH 5/5] Fix gv for long longs

2008-09-11 Thread Daniel Glöckner
On Thu, Sep 11, 2008 at 05:06:43AM +0200, grischka wrote: There are three diffs: - arm.diff : some hunks seem to exist already in CVS completely applied by bellard 2004-10-04 22:19:21 - bugfixes.diff : applies mostly but not completly chunk 1+2 replaced by bellard 2004-10-18 00:18:20 chunk 3

Re: [Tinycc-devel] [PATCH 5/5] Fix gv for long longs

2008-09-10 Thread grischka
Message - From: Daniel Glöckner [EMAIL PROTECTED] To: tinycc-devel@nongnu.org Sent: Friday, September 05, 2008 9:08 PM Subject: [Tinycc-devel] [PATCH 5/5] Fix gv for long longs long long a(); long long b() { return a(); } At the end of b there will be some useless register shuffling

Re: [Tinycc-devel] [PATCH 5/5] Fix gv for long longs

2008-09-06 Thread Kirill Smelkov
On Fri, Sep 05, 2008 at 02:50:51PM -0500, Rob Landley wrote: On Friday 05 September 2008 14:08:48 Daniel Glöckner wrote: At this point I would like to remind those who pick up the patches that there are two other mails by me with uncommitted fixes:

Re: [Tinycc-devel] [PATCH 5/5] Fix gv for long longs

2008-09-06 Thread Laurens Simonis
Hi! You could also use bzr, which can also easily import cvs repo's, and even still be a server for read-only cvs access, for those who still want that. Check out the CVS section on http://bazaar-vcs.org/BzrMigration Cheers! Laurens ___

Re: [Tinycc-devel] [PATCH 5/5] Fix gv for long longs

2008-09-06 Thread KHMan
Laurens Simonis wrote: You could also use bzr, which can also easily import cvs repo's, and even still be a server for read-only cvs access, for those who still want that. Check out the CVS section on http://bazaar-vcs.org/BzrMigration We do have a sorta 'parallel' repository on Mercurial

Re: [Tinycc-devel] [PATCH 5/5] Fix gv for long longs

2008-09-06 Thread Rob Landley
On Saturday 06 September 2008 05:41:21 KHMan wrote: Laurens Simonis wrote: You could also use bzr, which can also easily import cvs repo's, and even still be a server for read-only cvs access, for those who still want that. Check out the CVS section on

Re: [Tinycc-devel] [PATCH 5/5] Fix gv for long longs

2008-09-06 Thread KHMan
Rob Landley wrote: On Saturday 06 September 2008 05:41:21 KHMan wrote: Laurens Simonis wrote: You could also use bzr, which can also easily import cvs repo's, and even still be a server for read-only cvs access, for those who still want that. Check out the CVS section on

Re: [Tinycc-devel] [PATCH 5/5] Fix gv for long longs

2008-09-05 Thread Rob Landley
On Friday 05 September 2008 14:08:48 Daniel Glöckner wrote: At this point I would like to remind those who pick up the patches that there are two other mails by me with uncommitted fixes: http://lists.gnu.org/archive/html/tinycc-devel/2003-10/msg00044.html