1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2001-06-14 20:20:35 +00:00
parent 020e3c3868
commit 4927dd283b
3 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,7 @@
2001-06-14 Marius Vollmer <mvo@zagadka.ping.de> 2001-06-14 Marius Vollmer <mvo@zagadka.ping.de>
* libguile.h: Added deprecated section with the olde type names.
* configure.in: Check for header <stdint.h>. Check for uintptr_t * configure.in: Check for header <stdint.h>. Check for uintptr_t
type. Use AC_CHECK_TYPES for this. Do not caus ptrdiff_t to be type. Use AC_CHECK_TYPES for this. Do not caus ptrdiff_t to be
`#defined'. `#defined'.

View file

@ -22,6 +22,8 @@ After signal handling and threading have been fixed:
=== In release 1.8.0: === In release 1.8.0:
- remove deprecated "scm_*_t" type names in libguile.h.
- remove re-exporting behaviour of `export'. - remove re-exporting behaviour of `export'.
in boot-9.scm, remove begin-deprecated part of `module-export!' in boot-9.scm, remove begin-deprecated part of `module-export!'
in format.scm, remove kluge at top in format.scm, remove kluge at top

View file

@ -1,7 +1,7 @@
2001-06-14 Marius Vollmer <mvo@zagadka.ping.de> 2001-06-14 Marius Vollmer <mvo@zagadka.ping.de>
Throughout: replace "scm_*_t" with "scm_t_*". Throughout: replace "scm_*_t" with "scm_t_*", except "scm_lisp_t".
2001-06-14 Marius Vollmer <mvo@zagadka.ping.de> 2001-06-14 Marius Vollmer <mvo@zagadka.ping.de>
* unif.h (SCM_ARRAY_NDIM): Shift then cast so that no sign * unif.h (SCM_ARRAY_NDIM): Shift then cast so that no sign