diff --git a/ChangeLog b/ChangeLog index 8d02e791f..eec6cba1c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2001-06-14 Marius Vollmer + * libguile.h: Added deprecated section with the olde type names. + * configure.in: Check for header . Check for uintptr_t type. Use AC_CHECK_TYPES for this. Do not caus ptrdiff_t to be `#defined'. diff --git a/RELEASE b/RELEASE index d653a367b..a26eec933 100644 --- a/RELEASE +++ b/RELEASE @@ -22,6 +22,8 @@ After signal handling and threading have been fixed: === In release 1.8.0: +- remove deprecated "scm_*_t" type names in libguile.h. + - remove re-exporting behaviour of `export'. in boot-9.scm, remove begin-deprecated part of `module-export!' in format.scm, remove kluge at top diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 549401a40..330e5b090 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,7 +1,7 @@ 2001-06-14 Marius Vollmer - Throughout: replace "scm_*_t" with "scm_t_*". - + Throughout: replace "scm_*_t" with "scm_t_*", except "scm_lisp_t". + 2001-06-14 Marius Vollmer * unif.h (SCM_ARRAY_NDIM): Shift then cast so that no sign