From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: Re: ash rewrite Date: Fri, 28 Jan 2005 09:50:45 +1100 Message-ID: <87k6pyqyey.fsf@zip.com.au> References: <87oefaqyiu.fsf@zip.com.au> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1106866582 6290 80.91.229.6 (27 Jan 2005 22:56:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 27 Jan 2005 22:56:22 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Jan 27 23:56:17 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CuIYi-0001O8-00 for ; Thu, 27 Jan 2005 23:56:17 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CuIl6-0004C2-Gj for guile-devel@m.gmane.org; Thu, 27 Jan 2005 18:09:04 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CuIkU-0003uJ-9X for guile-devel@gnu.org; Thu, 27 Jan 2005 18:08:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CuIkQ-0003rr-1q for guile-devel@gnu.org; Thu, 27 Jan 2005 18:08:22 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CuIkP-0003qC-Jo for guile-devel@gnu.org; Thu, 27 Jan 2005 18:08:21 -0500 Original-Received: from [61.8.0.84] (helo=mailout1.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CuITV-0008KP-Lw for guile-devel@gnu.org; Thu, 27 Jan 2005 17:50:54 -0500 Original-Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87]) by mailout1.pacific.net.au (8.12.3/8.12.3/Debian-7.1) with ESMTP id j0RMoqA6020768 for ; Fri, 28 Jan 2005 09:50:52 +1100 Original-Received: from localhost (ppp2C4B.dyn.pacific.net.au [61.8.44.75]) by mailproxy2.pacific.net.au (8.12.3/8.12.3/Debian-7.1) with ESMTP id j0RMop8v006991 for ; Fri, 28 Jan 2005 09:50:52 +1100 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1CuITN-0003GH-00; Fri, 28 Jan 2005 09:50:45 +1100 Original-To: guile-devel@gnu.org In-Reply-To: <87oefaqyiu.fsf@zip.com.au> (Kevin Ryde's message of "Fri, 28 Jan 2005 09:48:25 +1100") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:4748 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:4748 Forgot to say, inexacts and fractions are no longer supported. They used to work for left shifts because that was done with a multiply, but they never worked for right shifts. I don't think they'll be missed, the other bit-oriented functions in the same section of the manual only take exact integers. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel