comparison src/ChangeLog @ 48535:e2e2249bea09

Use malloc_default_zone to determine the size of pointers alloced in unexec space instead of using possibly invalid emacs_zone pointers. This fixes the binary incompatibility problems caused by updates to libSystem.B
author Steven Tamm <steventamm@mac.com>
date Sun, 24 Nov 2002 22:56:59 +0000
parents ea972f5474c9
children 718308f273ba
comparison
equal deleted inserted replaced
48534:4128ae2ce141 48535:e2e2249bea09
1 2002-11-24 Steven Tamm <steventamm@mac.com>
2
3 * unexmacosx.c (unexec_realloc): Use malloc_default_zone to
4 determine the size of pointers alloced in unexed space instead
5 of using possibly invalid emacs_zone pointers. This fixes the
6 binary incompatibility problems caused by updates to libSystem.B.
7
1 2002-11-24 Richard M. Stallman <rms@gnu.org> 8 2002-11-24 Richard M. Stallman <rms@gnu.org>
2 9
3 * search.c (Fstring_match): Doc fix. 10 * search.c (Fstring_match): Doc fix.
4 11
5 * callint.c (Fcall_interactively): If a command fails because 12 * callint.c (Fcall_interactively): If a command fails because