Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id D28E9431FAE for ; Tue, 9 Feb 2010 11:28:17 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.092 X-Spam-Level: X-Spam-Status: No, score=-0.092 tagged_above=-999 required=5 tests=[AWL=-0.093, BAYES_50=0.001] autolearn=unavailable Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id er7U07VE0TOz for ; Tue, 9 Feb 2010 11:28:16 -0800 (PST) Received: from mail-fx0-f217.google.com (mail-fx0-f217.google.com [209.85.220.217]) by olra.theworths.org (Postfix) with ESMTP id 7EBBC431FBD for ; Tue, 9 Feb 2010 11:28:16 -0800 (PST) Received: by fxm9 with SMTP id 9so394176fxm.30 for ; Tue, 09 Feb 2010 11:28:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:from:to:subject :in-reply-to:references:date:message-id:mime-version:content-type; bh=uc9HAvXCDTwtaLHQaSx9qSd9tIxHrsgr4eo6r0wHq8s=; b=gnMwbzV/ZW02B+L5F2ishBDq7L7mlCgM6o59NBrkVoGgbcUZLWcXBiEOS/qPXvc512 hohd7FpHF2XDl8dPk25N0NAlub0IzdcKZsdCWaENOYYsUU+SzG7BAdUn/TIL0zPKVJ9w UxcGIHk2vvZmFNmSOcUdyaPBSnPXIHIjZ3naA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:to:subject:in-reply-to:references:date:message-id :mime-version:content-type; b=ilKFxdRdWmwLoSxZSlc3Mo4lFqPmNiaCW8W3RoB3F+MOkXKmX90bNBoBxxsNmvi8XP TMJMjtZcFsSe7jqvFdzRbl6TzcJQAmON+exTZdlYkLA4lAwYb5cG7U6mOEAE2tC87I/T DFV0n+8vpYx79OtKpaLhmWiiD5d47BAFlFMQ4= Received: by 10.223.14.194 with SMTP id h2mr4049593faa.14.1265743693826; Tue, 09 Feb 2010 11:28:13 -0800 (PST) Received: from kunyang (vawpc43.ethz.ch [129.132.59.11]) by mx.google.com with ESMTPS id 22sm769970fkr.57.2010.02.09.11.28.11 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 09 Feb 2010 11:28:12 -0800 (PST) Sender: Jed Brown From: Jed Brown To: Carl Worth , Michal Sojka , notmuch@notmuchmail.org In-Reply-To: <87ljf2md2d.fsf@yoom.home.cworth.org> References: <87mxzjpl9v.fsf@yoom.home.cworth.org> <87eikvpfzl.fsf@yoom.home.cworth.org> <87r5oua2wv.fsf@steelpick.localdomain> <87ljf2md2d.fsf@yoom.home.cworth.org> Date: Tue, 09 Feb 2010 20:30:17 +0100 Message-ID: <87tytqqkae.fsf@59A2.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [notmuch] [PATCH] Switch from random to sequential thread identifiers. X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2010 19:28:18 -0000 On Tue, 09 Feb 2010 11:19:54 -0800, Carl Worth wrote: > I did verify the above in a copy of WG14/N1124. For anyone that doesn't > recognize that, that's the draft from the C99 working group that I've > been told is remarkably similar to C99 but distinct in that it's freely > available[*]. I haven't verified the similarity, but I have found that > document quite useful in cases like this one. This one is more recent (TC3): http://www.open-std.org/jtc1/sc22/WG14/www/docs/n1256.pdf I don't know the legality of this copy: http://www.ishiboo.com/~danny/c++/C_STANDARD-ISOIEC9899-1999.pdf Jed