1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-05 03:30:24 +02:00

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

* NEWS: Add entry for new GUILE_LOAD_PATH (et al) ellipsis handling.
This commit is contained in:
Mark H Weaver 2012-11-29 17:57:49 -05:00
parent 2813d72571
commit 3919585f79

9
NEWS
View file

@ -44,6 +44,15 @@ details.)
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'
Previously, `load-in-vicinity' would look for compiled files in the