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

Updated my record.

This commit is contained in:
Martin Grabmüller 2001-06-27 13:21:31 +00:00
parent c34f52745c
commit 71220e3400

19
AUTHORS
View file

@ -136,16 +136,14 @@ In the subdirectory libguile, changes to:
strop.c strop.h struct.c macros.c strop.c strop.h struct.c macros.c
numbers.c posix.h posix.c symbols.c numbers.c posix.h posix.c symbols.c
gh_data.c strports.h strports.c validate.h gh_data.c strports.h strports.c validate.h
and changed many docstrings throughout. read.c
and many docstrings changes throughout.
In the subdirectory srfi, wrote: In the subdirectory srfi, wrote:
srfi-1.scm srfi-1.scm srfi-9.scm srfi-10.scm
srfi-9.scm srfi-13.scm srfi-14.scm srfi-13.c
srfi-10.scm srfi-14.c srfi-13.h srfi-14.h
srfi-13.scm srfi-16.scm srfi-4.c srfi-4.h
srfi-14.scm srfi-4.scm
srfi-13.c
srfi-14.c
srfi-16.scm
In the subdirectory scripts, wrote: In the subdirectory scripts, wrote:
doc-snarf doc-snarf
In the subdirectory doc, wrote: In the subdirectory doc, wrote:
@ -164,7 +162,8 @@ In the subdirectory example, wrote
scripts modules safe scripts modules safe
box box-module box-dynamic box box-module box-dynamic
In the subdirectory test-suite/tests, wrote: In the subdirectory test-suite/tests, wrote:
srfi-9.test srfi-10.test srfi-13.test srfi-4.test srfi-9.test srfi-10.test
srfi-13.test
Will Fitzgerald: Will Fitzgerald:
wrote initial srfi/srfi-19.scm. wrote initial srfi/srfi-19.scm.