diff options
| author | Steven Tamm | 2002-11-24 22:56:59 +0000 |
|---|---|---|
| committer | Steven Tamm | 2002-11-24 22:56:59 +0000 |
| commit | 821222545845596e565db14530444fdb1d6f9238 (patch) | |
| tree | 80fac89059eadd7717e8bd13232be8d0821c729c /src/ChangeLog | |
| parent | 877db12e021888f8b605119516083ee2e169d6cf (diff) | |
| download | emacs-821222545845596e565db14530444fdb1d6f9238.tar.gz emacs-821222545845596e565db14530444fdb1d6f9238.zip | |
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
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e202320f0d6..245b6fd8a95 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 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. |