diff --git a/THANKS b/THANKS index 51c5334e9..514f41c86 100644 --- a/THANKS +++ b/THANKS @@ -19,6 +19,7 @@ Bug reports and fixes from: Karl M. Hegbloom Dirk Herrmann Bill Janssen + Roland Kaufmann Shiro Kawai Christopher Lee Roland McGrath @@ -33,6 +34,7 @@ Christopher Lee Larry Schwimmer Radey Shouman Maciej Stachowiak + Eiichi Takamori John Tobey Greg Troxel Bernard Urban diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 89a4af103..8dedd5d5d 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,11 @@ +1998-06-09 Mikael Djurfeldt + + * regex-posix.c (scm_regexp_exec): Free malloced memory. (Thanks + to Julian Satchell and Roland Kaufmann.) + + * gh.h (gh_memv, gh_member): Fixed typos in macro definitions. + (gh_write): Added declaration. (Thanks to Eiichi Takamori.) + 1998-06-07 Mikael Djurfeldt * debug.h, debug.c (scm_start_stack): New function. Implements