mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-02 21:10:27 +02:00
*** empty log message ***
This commit is contained in:
parent
14a7d5f84b
commit
466bb4b350
1 changed files with 14 additions and 1 deletions
15
NEWS
15
NEWS
|
@ -29,7 +29,7 @@ Changes since Guile 1.4:
|
||||||
|
|
||||||
tag - no replacement.
|
tag - no replacement.
|
||||||
fseek - replaced by seek.
|
fseek - replaced by seek.
|
||||||
list* - replaced by cons*.
|
list* - replaced by cons*.
|
||||||
|
|
||||||
** New SRFI modules have been added:
|
** New SRFI modules have been added:
|
||||||
|
|
||||||
|
@ -49,6 +49,19 @@ Changes since Guile 1.4:
|
||||||
|
|
||||||
(srfi srfi-14) implements the SRFI Character-Set Library.
|
(srfi srfi-14) implements the SRFI Character-Set Library.
|
||||||
|
|
||||||
|
** New scripts / "executable modules"
|
||||||
|
|
||||||
|
Subdirectory "scripts" contains Scheme modules that are packaged to
|
||||||
|
also be executable as scripts. At this time, these scripts are available:
|
||||||
|
|
||||||
|
display-commentary
|
||||||
|
doc-snarf
|
||||||
|
generate-autoload
|
||||||
|
punify
|
||||||
|
use2dot
|
||||||
|
|
||||||
|
See README there for more info.
|
||||||
|
|
||||||
** New module (ice-9 stack-catch):
|
** New module (ice-9 stack-catch):
|
||||||
|
|
||||||
stack-catch is like catch, but saves the current state of the stack in
|
stack-catch is like catch, but saves the current state of the stack in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue