mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
*** empty log message ***
This commit is contained in:
parent
c59ef9c154
commit
53e29a1e0c
2 changed files with 25 additions and 0 deletions
7
AUTHORS
7
AUTHORS
|
@ -91,3 +91,10 @@ Tim Pierce:
|
|||
In the subdirectory libguile, wrote:
|
||||
regex-posix.c
|
||||
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
18
NEWS
|
@ -8,6 +8,24 @@ Changes since Guile 1.4:
|
|||
|
||||
* 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):
|
||||
|
||||
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