From 3ece39d651baea34d38aca4f4d51529d1f74225c Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Sun, 22 Aug 2004 19:31:32 +0000 Subject: [PATCH] *** empty log message *** --- NEWS | 4 ++++ doc/ref/ChangeLog | 7 +++++++ libguile/ChangeLog | 15 +++++++++++++++ 3 files changed, 26 insertions(+) diff --git a/NEWS b/NEWS index 3e0e2ebd8..f846beb84 100644 --- a/NEWS +++ b/NEWS @@ -135,6 +135,10 @@ provided. Use 'make html'. * Changes to the stand-alone interpreter +** New command line option `-L'. + +This option adds a directory to the front of the load path. + ** New command line option `--no-debug'. Specifying `--no-debug' on the command line will keep the debugging diff --git a/doc/ref/ChangeLog b/doc/ref/ChangeLog index 75fe26a86..ff28dfa43 100644 --- a/doc/ref/ChangeLog +++ b/doc/ref/ChangeLog @@ -1,3 +1,10 @@ +2004-08-21 Marius Vollmer + + From Richard Todd, Thanks! + + * scheme-scripts.texi (Invoking Guile): documented new '-L' + switch. + 2004-08-20 Marius Vollmer * gh.texi: Updated transition section with new recommended things. diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 58a6e89a4..09c741d6e 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,18 @@ +2004-08-22 Marius Vollmer + + * strings.c (get_str_buf_start): New helper function. + (scm_i_substring, scm_i_substring_copy, scm_i_substring_shared, + scm_i_string_char, scm_i_string_writable_chars): Use it. + (scm_i_substring_copy): Make START argument optional for C + callers, for upcoming SRFI-13 integration. + +2004-08-21 Marius Vollmer + + From Richard Todd, Thanks! + + * script.c (scm_compile_shell_switches): added '-L' switch to add + to the %load-path. + 2004-08-21 Dirk Herrmann * eval.c (unmemoize_exprs): When dropping internal body markers