guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core ChangeLog RELEASE


From: Mikael Djurfeldt
Subject: guile/guile-core ChangeLog RELEASE
Date: Thu, 19 Apr 2001 15:10:20 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:             01/04/19 15:10:20

Modified files:
        guile-core     : ChangeLog RELEASE 

Log message:
        * unif.h (SCM_ARRAY_CONTIGUOUS): Reintroduced as deprecated.
        
        * RELEASE: Added deprecated macro SCM_ARRAY_CONTIGUOUS

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/ChangeLog.diff?cvsroot=OldCVS&tr1=1.232&tr2=1.233&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/RELEASE.diff?cvsroot=OldCVS&tr1=1.101&tr2=1.102&r1=text&r2=text

Patches:
Index: guile/guile-core/ChangeLog
diff -u guile/guile-core/ChangeLog:1.232 guile/guile-core/ChangeLog:1.233
--- guile/guile-core/ChangeLog:1.232    Tue Apr 17 16:04:09 2001
+++ guile/guile-core/ChangeLog  Thu Apr 19 15:10:19 2001
@@ -1,3 +1,7 @@
+2001-04-19  Mikael Djurfeldt  <address@hidden>
+
+       * RELEASE: Added deprecated macro SCM_ARRAY_CONTIGUOUS
+
 2001-04-17  Gary Houston  <address@hidden>
 
        * configure.in: run the autoconf BIGENDIAN check.
Index: guile/guile-core/RELEASE
diff -u guile/guile-core/RELEASE:1.101 guile/guile-core/RELEASE:1.102
--- guile/guile-core/RELEASE:1.101      Thu Apr 19 02:38:37 2001
+++ guile/guile-core/RELEASE    Thu Apr 19 15:10:19 2001
@@ -69,7 +69,8 @@
   SCM_SUBR_DOC, SCM_OPDIRP, SCM_VALIDATE_OPDIR, SCM_WTA, RETURN_SCM_WTA,
   SCM_WNA, SCM_FUNC_NAME, SCM_VALIDATE_NUMBER_COPY,
   SCM_VALIDATE_NUMBER_DEF_COPY, SCM_SLOPPY_CONSP, SCM_SLOPPY_NCONSP,
-  SCM_SETAND_CDR, SCM_SETOR_CDR, SCM_SETAND_CAR, SCM_SETOR_CAR
+  SCM_SETAND_CDR, SCM_SETOR_CDR, SCM_SETAND_CAR, SCM_SETOR_CAR,
+  SCM_ARRAY_CONTIGUOUS
 - remove scm_vector_set_length_x
 - remove function scm_call_catching_errors
   (replaced by catch functions from throw.[ch])



reply via email to

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