guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.6-122-g39195


From: Mark H Weaver
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.6-122-g3919585
Date: Thu, 29 Nov 2012 22:58:26 +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=3919585f7945b3df8bb22f8296466eb8f89a7bf0

The branch, stable-2.0 has been updated
       via  3919585f7945b3df8bb22f8296466eb8f89a7bf0 (commit)
       via  2813d72571fc5730a8ffb96ceed20d17b63dbd0f (commit)
      from  a94e7d85dd98893cebdb6108f3e7a7afb1e784dd (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 3919585f7945b3df8bb22f8296466eb8f89a7bf0
Author: Mark H Weaver <address@hidden>
Date:   Thu Nov 29 17:57:49 2012 -0500

    NEWS: Add entry for new GUILE_LOAD_PATH (et al) ellipsis handling.
    
    * NEWS: Add entry for new GUILE_LOAD_PATH (et al) ellipsis handling.

commit 2813d72571fc5730a8ffb96ceed20d17b63dbd0f
Author: Mark H Weaver <address@hidden>
Date:   Thu Nov 29 17:50:56 2012 -0500

    NEWS: Mention par-for-each, alongside par-map, being fixed to use all cores
    
    * NEWS: Mention par-for-each, alongside par-map, being fixed to use all
      cores.

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

Summary of changes:
 NEWS |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/NEWS b/NEWS
index daa7201..38e18a4 100644
--- a/NEWS
+++ b/NEWS
@@ -41,7 +41,17 @@ future to completed.  This allows all threads to be kept 
busy, and was
 made possible by the use of delimited continuations (see the manual for
 details.)
 
-Consequently, `par-map' has been rewritten and can now use all cores.
+Consequently, `par-map' and `par-for-each' have been rewritten and can
+now use all cores.
+
+** `GUILE_LOAD_PATH' et al can now add directories to the end of the path
+
+`GUILE_LOAD_PATH' and `GUILE_LOAD_COMPILED_PATH' can now be used to add
+directories to both ends of the load path.  If the special path
+component `...' (ellipsis) is present in these environment variables,
+then the default path is put in place of the ellipsis, otherwise the
+default path is placed at the end.  See "Environment Variables" in the
+manual for details.
 
 ** `load-in-vicinity' search for `.go' files in `%load-compiled-path'
 


hooks/post-receive
-- 
GNU Guile



reply via email to

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