From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Bill Schottstaedt" Newsgroups: gmane.lisp.guile.bugs Subject: Re: (gcd -2) -> -2 Date: Tue, 12 Aug 2008 04:27:02 -0700 Message-ID: <20080812112433.M84043@ccrma.Stanford.EDU> References: <20080811181421.M67344@ccrma.Stanford.EDU> <49dd78620808120214j123a549aw157f02867c554e7b@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Trace: ger.gmane.org 1218540456 11320 80.91.229.12 (12 Aug 2008 11:27:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 12 Aug 2008 11:27:36 +0000 (UTC) Cc: bug-guile@gnu.org To: "Neil Jerram" Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Tue Aug 12 13:28:27 2008 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KSs2z-0007aa-55 for guile-bugs@m.gmane.org; Tue, 12 Aug 2008 13:28:17 +0200 Original-Received: from localhost ([127.0.0.1]:52473 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KSs22-0006g8-Id for guile-bugs@m.gmane.org; Tue, 12 Aug 2008 07:27:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KSs1s-0006da-Eb for bug-guile@gnu.org; Tue, 12 Aug 2008 07:27:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KSs1r-0006an-6B for bug-guile@gnu.org; Tue, 12 Aug 2008 07:27:07 -0400 Original-Received: from [199.232.76.173] (port=44867 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KSs1q-0006aC-DR for bug-guile@gnu.org; Tue, 12 Aug 2008 07:27:06 -0400 Original-Received: from smtp3.stanford.edu ([171.67.20.26]:40216) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KSs1q-0006v6-3B for bug-guile@gnu.org; Tue, 12 Aug 2008 07:27:06 -0400 Original-Received: from smtp3.stanford.edu (localhost.localdomain [127.0.0.1]) by localhost (Postfix) with SMTP id 5F23A60F07D; Tue, 12 Aug 2008 04:27:05 -0700 (PDT) Original-Received: from cm-mail.stanford.edu (cm-mail.Stanford.EDU [171.64.197.135]) by smtp3.stanford.edu (Postfix) with ESMTP id 083FB60F064; Tue, 12 Aug 2008 04:27:05 -0700 (PDT) Original-Received: from ccrma.stanford.edu (ccrma.stanford.edu [171.64.197.141]) by cm-mail.stanford.edu (8.13.8/8.13.8) with ESMTP id m7CBR23i020592; Tue, 12 Aug 2008 04:27:02 -0700 Original-Received: from ccrma.Stanford.EDU (localhost.localdomain [127.0.0.1]) by ccrma.stanford.edu (8.12.11.20060308/8.12.5) with ESMTP id m7CBR24C018837; Tue, 12 Aug 2008 04:27:02 -0700 In-Reply-To: <49dd78620808120214j123a549aw157f02867c554e7b@mail.gmail.com> X-Mailer: Open WebMail 2.41 20040926 X-OriginatingIP: 67.161.21.103 (bil) X-Virus-Scanned: ClamAV 0.92.1/8018/Tue Aug 12 01:36:31 2008 on cm-mail.stanford.edu X-Virus-Status: Clean X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:3965 Archived-At: gcd is supposed to ignore factors of -1. "<" is restricted to reals -- a complex arg should be an error.