mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-02 13:00:26 +02:00
*** empty log message ***
This commit is contained in:
parent
fcb8ba8ce7
commit
3ece39d651
3 changed files with 26 additions and 0 deletions
4
NEWS
4
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
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
2004-08-21 Marius Vollmer <mvo@zagadka.de>
|
||||
|
||||
From Richard Todd, Thanks!
|
||||
|
||||
* scheme-scripts.texi (Invoking Guile): documented new '-L'
|
||||
switch.
|
||||
|
||||
2004-08-20 Marius Vollmer <mvo@zagadka.de>
|
||||
|
||||
* gh.texi: Updated transition section with new recommended things.
|
||||
|
|
|
@ -1,3 +1,18 @@
|
|||
2004-08-22 Marius Vollmer <mvo@zagadka.de>
|
||||
|
||||
* 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 <mvo@zagadka.de>
|
||||
|
||||
From Richard Todd, Thanks!
|
||||
|
||||
* script.c (scm_compile_shell_switches): added '-L' switch to add
|
||||
to the %load-path.
|
||||
|
||||
2004-08-21 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
|
||||
|
||||
* eval.c (unmemoize_exprs): When dropping internal body markers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue