diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 433b95988..5095ff433 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,7 +1,10 @@ 2003-04-16 Rob Browning - * gc_os_dep.c: add check for __arm__ in addition to arm for - LINUX. Thanks to James Treacy for tracking this one down. + * gc_os_dep.c: Added patch for UnixWare and OpenUNIX support. + Thanks to Boyd Gerber. + Added check for __arm__ in addition to arm for LINUX and copied + __s390__ defines from upstream libgc. Thanks to James Treacy for + reporting the problems. * numbers.c (PTRDIFF_MIN): use SCM_CHAR_BIT. @@ -11,9 +14,6 @@ * num2integral.i.c (NUM2INTEGRAL): use SCM_CHAR_BIT. - * gc_os_dep.c (mach_type_known): added patch for UnixWare and - OpenUNIX support. Thanks to Boyd Gerber. - 2003-04-16 Mikael Djurfeldt * feature.c (scm_init_feature): Always add threads feature.