From a2b6a0e7f2317c10a9cd858b9872edac075bc150 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Fri, 5 Nov 2004 14:50:16 +0000 Subject: [PATCH] *** empty log message *** --- NEWS | 9 ++++++++- ice-9/ChangeLog | 6 ++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d7ab22458..27bce37d6 100644 --- a/NEWS +++ b/NEWS @@ -159,6 +159,13 @@ be used with '-e'. For example, you can now write a script like * Changes to Scheme functions and syntax +** The default load path no longer includes "." at the end. + +Automatically loading modules from the current directory should not +happen by default. If you want to allow it in a more controlled +manner, set the environment variable GUILE_LOAD_PATH or the Scheme +variable %load-path. + ** The uniform vector and array support has been overhauled. It now complies with SRFI-4 and the weird prototype based uniform @@ -684,7 +691,7 @@ alternatives. C value. For example, you can use scm_to_int to safely convert from a SCM to an int. - - SCM scm_from_) ( val, ...) + - SCM scm_from_ ( val, ...) These functions convert from a C type to a SCM value; for example, scm_from_int for ints. diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 9c143d6f4..a00b94f49 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,9 @@ +2004-11-05 Marius Vollmer + + * boot-9.scm: Do not add "." to %load-path. 'load' will still be + able to load files in the current directory, but 'use-modules' etc + will not. + 2004-10-29 Marius Vollmer * arrays.scm: Do not install read-hash procedure for reading