From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.devel Subject: Re: char-ready? for soft ports Date: 09 Oct 2002 19:21:31 +0100 Sender: guile-devel-admin@gnu.org Message-ID: References: <87elb0wsuq.fsf@zagadka.ping.de> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1034189212 26515 127.0.0.1 (9 Oct 2002 18:46:52 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 9 Oct 2002 18:46:52 +0000 (UTC) Cc: Guile Development Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17zLr9-0006tH-00 for ; Wed, 09 Oct 2002 20:46:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17zLqP-0005GT-00; Wed, 09 Oct 2002 14:46:05 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17zLpR-0004Xe-00 for guile-devel@gnu.org; Wed, 09 Oct 2002 14:45:05 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17zLpP-0004Th-00 for guile-devel@gnu.org; Wed, 09 Oct 2002 14:45:04 -0400 Original-Received: from mail.uklinux.net ([80.84.72.21] helo=s1.uklinux.net) by monty-python.gnu.org with esmtp (Exim 4.10) id 17zLpO-0004Pi-00 for guile-devel@gnu.org; Wed, 09 Oct 2002 14:45:02 -0400 Original-Received: from portalet.ossau.uklinux.net (ppp-1-212.lond-b-2.access.uk.tiscali.com [80.40.7.212]) by s1.uklinux.net (8.11.6/8.11.6) with ESMTP id g99Iiqh00988; Wed, 9 Oct 2002 19:44:53 +0100 Original-Received: from laruns.ossau.uklinux.net.ossau.uklinux.net (laruns.ossau.uklinux.net [192.168.1.3]) by portalet.ossau.uklinux.net (Postfix on SuSE Linux 7.2 (i386)) with ESMTP id 07C241702; Wed, 9 Oct 2002 19:30:55 +0000 (GMT) Original-To: Marius Vollmer In-Reply-To: <87elb0wsuq.fsf@zagadka.ping.de> Original-Lines: 13 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Errors-To: guile-devel-admin@gnu.org X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.devel:1493 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:1493 >>>>> "Marius" == Marius Vollmer writes: Marius> Neil Jerram writes: >> (Is the use of SCM_INUM in sf_input_waiting safe?) Marius> I don't think so. Using scm_uint2num or scm_int2num Marius> should not be a significant overhead. That's the wrong way round, though. I need to convert a Scheme value, which is expected but not guaranteed to be an integer >=0, to a C int. Neil _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel