guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, master, updated. release_1-9-10-234-gb


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, master, updated. release_1-9-10-234-gbac6076
Date: Tue, 01 Jun 2010 12:17:25 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=bac6076989db67111c1f30fa7e901cee27144b18

The branch, master has been updated
       via  bac6076989db67111c1f30fa7e901cee27144b18 (commit)
       via  76b4a4aad435b18a94b7170eab0e210c30d12366 (commit)
       via  97597bfb37d7a2f9d592d7e6251e31841382f6c1 (commit)
      from  0f13fcde65d049c8acdef4da9563c1faf508dc4d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit bac6076989db67111c1f30fa7e901cee27144b18
Author: Andy Wingo <address@hidden>
Date:   Tue Jun 1 14:19:52 2010 +0200

    NEWS is ready
    
    * NEWS: Finalize.

commit 76b4a4aad435b18a94b7170eab0e210c30d12366
Author: Andy Wingo <address@hidden>
Date:   Tue Jun 1 14:18:22 2010 +0200

    remove docs for removed procedures
    
    * doc/ref/api-procedures.texi (Compiled Procedures): Remove docs for
      removed procedures.

commit 97597bfb37d7a2f9d592d7e6251e31841382f6c1
Author: Andy Wingo <address@hidden>
Date:   Tue Jun 1 14:16:10 2010 +0200

    more NEWS
    
    * NEWS: More updates.

-----------------------------------------------------------------------

Summary of changes:
 NEWS                        |   47 +++++++++++++++---------------------------
 doc/ref/api-procedures.texi |   19 -----------------
 2 files changed, 17 insertions(+), 49 deletions(-)

diff --git a/NEWS b/NEWS
index 367ccc0..31fc943 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,13 @@ prerelease, and a full NEWS corresponding to 1.8 -> 2.0.)
 
 Changes in 1.9.11 (since the 1.9.10 prerelease):
 
+** Renamed module: (rnrs bytevectors)
+    
+This module was called (rnrs bytevector), its name from earlier drafts
+of the R6RS. Its name has been changed. Users of previous 1.9 preleases
+may want to search for any stale rnrs/bytevector .go or .scm file, and
+delete them.
+
 ** New module: (sxml match)
     
 Guile has incorporated Jim Bender's `sxml-match' library. See
@@ -31,37 +38,21 @@ Libraries" in the manual for more information.
 ** Implementations of R6RS libraries
 
 Guile now has implementations for all of the libraries defined in the
-R6RS. Thanks to Julian Graham for this excellent hack. See ... in the
-manual for a full list of libraries.
+R6RS. Thanks to Julian Graham for this excellent hack. See "R6RS
+Standard Libraries" in the manual for a full list of libraries.
 
 ** Partial R6RS compatibility
 
 Guile now has enough support for R6RS to run a reasonably large subset
-of R6RS programs. Guile is not fully R6RS compatible. Many
-incompatibilities are simply bugs, though some parts of Guile will
-remain R6RS-incompatible for the foreseeable future. See ... in the
-manual Please contact address@hidden if you have found an issue not
-mentioned in that compatibility list.
+of R6RS programs.
+
+Guile is not fully R6RS compatible. Many incompatibilities are simply
+bugs, though some parts of Guile will remain R6RS-incompatible for the
+foreseeable future. See "R6RS Incompatibilities" in the manual, for more
+information.
 
-FIXME: put this list in the manual:
- (rnrs)
- (rnrs arithmetic bitwise)
- (rnrs arithmetic flonums)
- (rnrs control)
- (rnrs enums)
- (rnrs eval)
- (rnrs files)
- (rnrs hashtables)
- (rnrs lists)
- (rnrs mutable-pairs)
- (rnrs mutable-strings)
- (rnrs programs)
- (rnrs r5rs)
- (rnrs record syntactic)
- (rnrs records inspection)
- (rnrs records procedural)
- (rnrs sorting)
- (rnrs unicode)
+Please contact address@hidden if you have found an issue not
+mentioned in that compatibility list.
     
 ** Macro expansion produces structures instead of s-expressions
 
@@ -110,10 +101,6 @@ The frame objects passed to VM hook procedures are now 
allocated on the
 stack instead of the heap, making the next-instruction hook practical to
 use.
 
-** Add `program-free-variables' to `(system vm program)'.
-    
-(revise docs?)
-
 ** New `eval-when' situation: `expand'
 
 Sometimes it's important to cause side-effects while expanding an
diff --git a/doc/ref/api-procedures.texi b/doc/ref/api-procedures.texi
index a2f647c..0b0acf7 100644
--- a/doc/ref/api-procedures.texi
+++ b/doc/ref/api-procedures.texi
@@ -272,25 +272,6 @@ sense at certain points in the program, delimited by these
 @code{arity:start} and @code{arity:end} values.
 @end deffn
 
address@hidden {Scheme Procedure} program-properties program
-Return the properties of a @code{program} as an association list,
-keyed by property name (a symbol). 
-
-Some interesting properties include:
address@hidden
address@hidden @code{name}, the name of the procedure
address@hidden @code{documentation}, the procedure's docstring
address@hidden itemize
address@hidden deffn
-
address@hidden {Scheme Procedure} program-property program name
-Access a program's property by name, returning @code{#f} if not found.
address@hidden deffn
-
address@hidden {Scheme Procedure} program-documentation program
address@hidden {Scheme Procedure} program-name program
-Accessors for specific properties.
address@hidden deffn
 
 @node Optional Arguments
 @subsection Optional Arguments


hooks/post-receive
-- 
GNU Guile



reply via email to

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