guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-core NEWS


From: Mikael Djurfeldt
Subject: guile/guile-core NEWS
Date: Thu, 20 Sep 2001 04:02:25 -0400

CVSROOT:        /cvs
Module name:    guile
Branch:         branch_release-1-6
Changes by:     Mikael Djurfeldt <address@hidden>       01/09/20 04:02:25

Modified files:
        guile-core     : NEWS 

Log message:
        * num2integral.i.c (NUM2INTEGRAL): Report an error when these
        routines are passed an inexact.  This change in behavior is
        motivated by concordance with R5RS: It is more common that a
        primitive doesn't want to accept an inexact for an exact.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/NEWS.diff?cvsroot=OldCVS&only_with_tag=branch_release-1-6&tr1=1.310.2.9&tr2=1.310.2.10&r1=text&r2=text

Patches:
Index: guile/guile-core/NEWS
diff -u guile/guile-core/NEWS:1.318 guile/guile-core/NEWS:1.319
--- guile/guile-core/NEWS:1.318 Sat Sep  8 21:09:24 2001
+++ guile/guile-core/NEWS       Wed Sep 12 15:53:57 2001
@@ -12,6 +12,13 @@
 compare their values.  This is no longer done.  Variables are now only
 `equal?' if they are `eq?'.
 
+* Changes to the C interface
+
+** New function: scm_str2string
+
+This function creates a scheme string from a 0-terminated C string.  The input
+string is copied.
+
 Changes since Guile 1.4:
 
 * Changes to the distribution



reply via email to

[Prev in Thread] Current Thread [Next in Thread]