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: scm_sysmissing doco Date: Fri, 04 Apr 2003 07:24:37 +1000 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <873ckz1dgq.fsf@zip.com.au> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: main.gmane.org 1049405247 1914 80.91.224.249 (3 Apr 2003 21:27:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 3 Apr 2003 21:27:27 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Apr 03 23:27:25 2003 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 191CF2-0000UU-00 for ; Thu, 03 Apr 2003 23:27:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 191CD4-0004DQ-02 for guile-devel@m.gmane.org; Thu, 03 Apr 2003 16:25:22 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 191CCf-0004Ar-00 for guile-devel@gnu.org; Thu, 03 Apr 2003 16:24:57 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 191CCd-00049c-00 for guile-devel@gnu.org; Thu, 03 Apr 2003 16:24:56 -0500 Original-Received: from snoopy.pacific.net.au ([61.8.0.36]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 191CCc-00049I-00 for guile-devel@gnu.org; Thu, 03 Apr 2003 16:24:55 -0500 Original-Received: from sunny.pacific.net.au (sunny.pacific.net.au [203.2.228.40]) h33LOr5f015084 for ; Fri, 4 Apr 2003 07:24:53 +1000 Original-Received: from wisma.pacific.net.au (wisma.pacific.net.au [210.23.129.72]) by sunny.pacific.net.au with ESMTP id h33LOrWL020013 for ; Fri, 4 Apr 2003 07:24:53 +1000 (EST) Original-Received: from localhost (ppp109.dyn228.pacific.net.au [203.143.228.109]) by wisma.pacific.net.au (8.12.8/8.12.8) with ESMTP id h33LOpqn024852 for ; Fri, 4 Apr 2003 07:24:52 +1000 (EST) Original-Received: from gg by localhost with local (Exim 3.35 #1 (Debian)) id 191CCL-0000Xx-00; Fri, 04 Apr 2003 07:24:37 +1000 Original-To: guile-devel@gnu.org User-Agent: Gnus/5.090017 (Oort Gnus v0.17) Emacs/21.2 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:2125 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2125 --=-=-= I noticed scm_sysmissing still appears in the manual. * scheme-control.texi (Handling Errors): Remove scm_sysmissing, long since gone from libguile. --=-=-= Content-Disposition: attachment; filename=scheme-control.texi.sysmissing.diff --- scheme-control.texi.~1.5.~ 2002-04-21 01:52:13.000000000 +1000 +++ scheme-control.texi 2003-04-03 17:43:43.000000000 +1000 @@ -943,8 +943,7 @@ The following procedures invoke scm_error with various error keys and arguments. The first three call scm_error with the system-error key and automatically supply errno in the "rest" argument: scm_syserror -generates messages using strerror, scm_sysmissing is used when -facilities are not available. Care should be taken that the errno +generates messages using strerror, Care should be taken that the errno value is not reset (e.g. due to an interrupt). @itemize @bullet @@ -953,8 +952,6 @@ @item void scm_syserror_msg (char *subr, char *message, SCM args); @item -void scm_sysmissing (char *subr); -@item void scm_num_overflow (char *subr); @item void scm_out_of_range (char *subr, SCM bad_value); --=-=-= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel --=-=-=--