1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

*** empty log message ***

This commit is contained in:
Rob Browning 2001-04-26 20:16:12 +00:00
parent c59ef9c154
commit 53e29a1e0c
2 changed files with 25 additions and 0 deletions

View file

@ -91,3 +91,10 @@ Tim Pierce:
In the subdirectory libguile, wrote: In the subdirectory libguile, wrote:
regex-posix.c regex-posix.c
regex-posix.h regex-posix.h
Rob Browning:
In the subdirectory srfi, wrote the initial files for:
srfi-2.scm
srfi-6.scm
srfi-8.scm
srfi-11.scm

18
NEWS
View file

@ -8,6 +8,24 @@ Changes since Guile 1.4:
* Changes to the distribution * Changes to the distribution
** New module (srfi srfi-11):
This module exports let-values and let*-values.
** New module (srfi srfi-6):
This is a dummy file for now, since guile already provides all of the
srfi-6 procedures by default: open-input-string, open-output-string,
get-output-string.
** New module (srfi srfi-8):
This module exports receive.
** New module (srfi srfi-2):
This module exports and-let*.
** 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