1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00
This commit is contained in:
Mark Galassi 1997-02-10 14:43:01 +00:00
parent d590bbf6d8
commit feaa557dc0

View file

@ -55,3 +55,11 @@ In the subdirectory threads, rewrote:
coop-threads.c coop.c mit-pthreads.c threads.c
coop-threads.h fsu-pthreads.h mit-pthreads.h threads.h
Many other changes throughout.
Mark Galassi:
Designed and implemented the high-level libguile API (the @code{gh_}
interface), based largely on the defunct @code{gscm_} interface. In the
subdirectory gh, wrote:
gh.c gh_eval.c gh_io.c gh_test_c.c
gh.h gh_funcs.c gh_list.c gh_test_repl.c
gh_data.c gh_init.c gh_predicates.c