mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Add ChangeLog and NEWS entry for the GOOPS `class-redefinition' memory
corruption fix.
This commit is contained in:
parent
bb764c0e3c
commit
4a1db3a91f
2 changed files with 8 additions and 0 deletions
1
NEWS
1
NEWS
|
@ -57,6 +57,7 @@ This makes these internal functions technically not callable from
|
||||||
application code.
|
application code.
|
||||||
|
|
||||||
** `guile-config link' now prints `-L$libdir' before `-lguile'
|
** `guile-config link' now prints `-L$libdir' before `-lguile'
|
||||||
|
** Fix memory corruption involving GOOPS' `class-redefinition'
|
||||||
** Fix build issue on Tru64 and ia64-hp-hpux11.23 (`SCM_UNPACK' macro)
|
** Fix build issue on Tru64 and ia64-hp-hpux11.23 (`SCM_UNPACK' macro)
|
||||||
** Fix build issue on mips, mipsel, powerpc and ia64 (stack direction)
|
** Fix build issue on mips, mipsel, powerpc and ia64 (stack direction)
|
||||||
** Fix build issue on hppa2.0w-hp-hpux11.11 (`dirent64' and `readdir64_r')
|
** Fix build issue on hppa2.0w-hp-hpux11.11 (`dirent64' and `readdir64_r')
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
2008-08-19 Han-Wen Nienhuys <hanwen@lilypond.org>
|
||||||
|
Ludovic Courtès <ludo@gnu.org>
|
||||||
|
|
||||||
|
* goops.c (scm_init_goops_builtins, go_to_hell): Fix allocation
|
||||||
|
of `hell' by passing "hell_size * sizeof (*hell)" instead of
|
||||||
|
"hell_size" to `scm_malloc ()' and `scm_realloc ()'.
|
||||||
|
|
||||||
2008-08-02 Neil Jerram <neil@ossau.uklinux.net>
|
2008-08-02 Neil Jerram <neil@ossau.uklinux.net>
|
||||||
|
|
||||||
* numbers.c (scm_rationalize): Update docstring to match the
|
* numbers.c (scm_rationalize): Update docstring to match the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue