From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] calculate usecs correctly in thread-sleep! Date: Sun, 23 Mar 2014 22:00:44 +0100 Message-ID: <874n2osk8z.fsf@pobox.com> References: <1379638863.16313.7.camel@unknown7845C43D7A58.gateway.2wire.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1395608453 4122 80.91.229.3 (23 Mar 2014 21:00:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 23 Mar 2014 21:00:53 +0000 (UTC) Cc: guile-devel@gnu.org To: Nathaniel Alderson Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Mar 23 22:01:04 2014 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WRpVu-0007Tb-2B for guile-devel@m.gmane.org; Sun, 23 Mar 2014 22:01:02 +0100 Original-Received: from localhost ([::1]:33423 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WRpVt-0008TS-KD for guile-devel@m.gmane.org; Sun, 23 Mar 2014 17:01:01 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37635) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WRpVl-0008KR-2B for guile-devel@gnu.org; Sun, 23 Mar 2014 17:00:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WRpVg-00042p-Bb for guile-devel@gnu.org; Sun, 23 Mar 2014 17:00:53 -0400 Original-Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:41925 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WRpVg-00042k-7n for guile-devel@gnu.org; Sun, 23 Mar 2014 17:00:48 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 8BC331094F; Sun, 23 Mar 2014 17:00:47 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=Q5MN19CZJJ8fau80XrfHmJqgQMA=; b=ko+Vqo 5ELqJFG8VNeqnPhlMH0iaesQMHF25T8xmtHU33NS4DLXEcoe0WTPo8oJs/RK5wrl r0ntv3sESFED4FO1mcru4AtyB1uJDXxgXzUbv7iOljJMaiLEOEvJWCQJg6Tjj13j 1GIlhn02gQXkiIFafKvVyUx5q2LoxU3VZuSOU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=Sj+rQANb76VIdmgkeygZ95cDvendtjvV uusBbNxqzwEeZpedY3PDNVzCB/UHp9V55gnEG/GTZlhZNDHnKk8/lngzcgBT1JTo zeIgbNZmhgHKRj15MrWBjbtNA2cvo+OnE5VoP3dc4rxGvg+dHChrrgWaWTgl9Cr8 19WmWXuDaMc= Original-Received: from a-pb-sasl-quonix.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 83E021094E; Sun, 23 Mar 2014 17:00:47 -0400 (EDT) Original-Received: from badger (unknown [88.160.190.192]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPSA id E651A1094D; Sun, 23 Mar 2014 17:00:46 -0400 (EDT) In-Reply-To: <1379638863.16313.7.camel@unknown7845C43D7A58.gateway.2wire.net> (Nathaniel Alderson's message of "Thu, 19 Sep 2013 18:01:03 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-Pobox-Relay-ID: 34D5DA78-B2CE-11E3-9FEB-873F0E5B5709-02397024!a-pb-sasl-quonix.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 208.72.237.25 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:16997 Archived-At: On Fri 20 Sep 2013 03:01, Nathaniel Alderson writes: > Attached is a patch for srfi-18 thread-sleep! to work for timeoutes less > than an second in the future. Applied, finally. Thanks! Next time mail bug-guile@gnu.org so that it gets a ticket number and we'll be sure not to forget. Cheers, Andy -- http://wingolog.org/