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=40a723a92236fe4e58feb89057b4182b1fc76810 The branch, stable-2.0 has been updated via 40a723a92236fe4e58feb89057b4182b1fc76810 (commit) via 8acd457958892f64c9f676b50b39a2a3061cbac3 (commit) from 8a114e1b54d1711a6edfad1f8c78f54db7b8e157 (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 40a723a92236fe4e58feb89057b4182b1fc76810 Author: Mark H Weaver <[email protected]> Date: Wed Feb 5 23:40:25 2014 -0500 Remove outdated documentation of LTDL_LIBRARY_PATH. * doc/ref/guile-invoke.texi (Environment Variables): Remove documentation of 'LTDL_LIBRARY_PATH'. commit 8acd457958892f64c9f676b50b39a2a3061cbac3 Author: Mark H Weaver <[email protected]> Date: Wed Feb 5 23:25:32 2014 -0500 Document 'equal?' in list of R6RS incompatibilities. * doc/ref/r6rs.texi (R6RS Incompatibilities): Mention that 'equal?' may not terminate when applied to cyclic datums. ----------------------------------------------------------------------- Summary of changes: doc/ref/guile-invoke.texi | 8 -------- doc/ref/r6rs.texi | 8 ++++++-- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/doc/ref/guile-invoke.texi b/doc/ref/guile-invoke.texi index 29f3c93..95493dd 100644 --- a/doc/ref/guile-invoke.texi +++ b/doc/ref/guile-invoke.texi @@ -412,14 +412,6 @@ Guile uses the environment variable @env{HOME}, the name of your home directory, to locate various files, such as @file{.guile} or @file{.guile_history}. -@item LTDL_LIBRARY_PATH -@vindex LTDL_LIBRARY_PATH -Guile now adds its install prefix to the @env{LTDL_LIBRARY_PATH}. - -Users may now install Guile in non-standard directories and run -`/path/to/bin/guile', without having also to set @env{LTDL_LIBRARY_PATH} -to include `/path/to/lib'. - @end table @c Local Variables: diff --git a/doc/ref/r6rs.texi b/doc/ref/r6rs.texi index 9c5984b..e5ffb78 100644 --- a/doc/ref/r6rs.texi +++ b/doc/ref/r6rs.texi @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Guile Reference Manual. -@c Copyright (C) 2010, 2011, 2012, 2013 -@c Free Software Foundation, Inc. +@c Copyright (C) 2010, 2011, 2012, 2013, +@c 2014 Free Software Foundation, Inc. @c See the file guile.texi for copying conditions. @node R6RS Support @@ -100,6 +100,10 @@ ongoing to fix this. Guile does not prevent use of textual I/O procedures on binary ports. More generally, it does not make a sharp distinction between binary and textual ports (@pxref{R6RS Port Manipulation, binary-port?}). + +@item +Guile's implementation of @code{equal?} may fail to terminate when +applied to arguments containing cycles. @end itemize @node R6RS Standard Libraries hooks/post-receive -- GNU Guile
