unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* scm_sysmissing doco
@ 2003-04-03 21:24 Kevin Ryde
  2003-04-26 15:00 ` Neil Jerram
  0 siblings, 1 reply; 2+ messages in thread
From: Kevin Ryde @ 2003-04-03 21:24 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 167 bytes --]

I noticed scm_sysmissing still appears in the manual.

        * scheme-control.texi (Handling Errors): Remove scm_sysmissing, long
        since gone from libguile.


[-- Attachment #2: scheme-control.texi.sysmissing.diff --]
[-- Type: text/plain, Size: 866 bytes --]

--- 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);

[-- Attachment #3: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-04-26 15:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-03 21:24 scm_sysmissing doco Kevin Ryde
2003-04-26 15:00 ` Neil Jerram

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).