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:
parent
a19422d7bf
commit
2b60bc955f
4 changed files with 19 additions and 5 deletions
13
AUTHORS
13
AUTHORS
|
@ -93,11 +93,11 @@ In the subdirectory libguile, wrote:
|
||||||
regex-posix.h
|
regex-posix.h
|
||||||
|
|
||||||
Rob Browning:
|
Rob Browning:
|
||||||
In the subdirectory srfi, wrote the initial files for:
|
wrote initial srfi/srfi-2.scm.
|
||||||
srfi-2.scm
|
wrote initial srfi/srfi-6.scm.
|
||||||
srfi-6.scm
|
wrote initial srfi/srfi-8.scm.
|
||||||
srfi-8.scm
|
wrote initial srfi/srfi-11.scm.
|
||||||
srfi-11.scm
|
ported srfi/srfi-19.scm to Guile.
|
||||||
|
|
||||||
Martin Grabmueller:
|
Martin Grabmueller:
|
||||||
In the subdirectory srfi, wrote:
|
In the subdirectory srfi, wrote:
|
||||||
|
@ -111,3 +111,6 @@ In the subdirectory doc, wrote:
|
||||||
srfi-modules.texi
|
srfi-modules.texi
|
||||||
srfi-13-14.texi
|
srfi-13-14.texi
|
||||||
repl-modules.texi
|
repl-modules.texi
|
||||||
|
|
||||||
|
Will Fitzgerald:
|
||||||
|
wrote initial srfi/srfi-19.scm.
|
||||||
|
|
2
NEWS
2
NEWS
|
@ -49,6 +49,8 @@ Changes since Guile 1.4:
|
||||||
|
|
||||||
(srfi srfi-14) implements the SRFI Character-Set Library.
|
(srfi srfi-14) implements the SRFI Character-Set Library.
|
||||||
|
|
||||||
|
(srfi srfi-14) implements the SRFI Time/Date Library.
|
||||||
|
|
||||||
** New scripts / "executable modules"
|
** New scripts / "executable modules"
|
||||||
|
|
||||||
Subdirectory "scripts" contains Scheme modules that are packaged to
|
Subdirectory "scripts" contains Scheme modules that are packaged to
|
||||||
|
|
2
THANKS
2
THANKS
|
@ -9,6 +9,8 @@ Contributors since the last release:
|
||||||
|
|
||||||
Jost Boekemeier
|
Jost Boekemeier
|
||||||
Greg Harvey
|
Greg Harvey
|
||||||
|
Will Fitzgerald
|
||||||
|
Rob Browning
|
||||||
|
|
||||||
For fixes or providing information which led to a fix:
|
For fixes or providing information which led to a fix:
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
2001-05-05 Rob Browning <rlb@cs.utexas.edu>
|
||||||
|
|
||||||
|
* Makefile.am (srfi_DATA): added srfi-19.scm.
|
||||||
|
|
||||||
|
* srfi-19.scm: New file - time/date SRFI. Thanks to Will
|
||||||
|
Fitzgerald.
|
||||||
|
|
||||||
2001-05-02 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
|
2001-05-02 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
|
||||||
|
|
||||||
* srfi-14.c, srfi-13.c: Added @bullet to various @itemize lists.
|
* srfi-14.c, srfi-13.c: Added @bullet to various @itemize lists.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue