1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 21:40:33 +02:00
This commit is contained in:
Mikael Djurfeldt 1998-06-09 20:28:13 +00:00
parent 62f1c6d216
commit 391aebfc7c
2 changed files with 10 additions and 0 deletions

2
THANKS
View file

@ -19,6 +19,7 @@ Bug reports and fixes from:
Karl M. Hegbloom Karl M. Hegbloom
Dirk Herrmann Dirk Herrmann
Bill Janssen Bill Janssen
Roland Kaufmann
Shiro Kawai Shiro Kawai
Christopher Lee Christopher Lee
Roland McGrath Roland McGrath
@ -33,6 +34,7 @@ Christopher Lee
Larry Schwimmer Larry Schwimmer
Radey Shouman Radey Shouman
Maciej Stachowiak Maciej Stachowiak
Eiichi Takamori
John Tobey John Tobey
Greg Troxel Greg Troxel
Bernard Urban Bernard Urban

View file

@ -1,3 +1,11 @@
1998-06-09 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
* 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 <mdj@barbara.nada.kth.se> 1998-06-07 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
* debug.h, debug.c (scm_start_stack): New function. Implements * debug.h, debug.c (scm_start_stack): New function. Implements