Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 3988:1227374e7199
[xemacs-hg @ 2007-05-26 18:28:19 by aidan]
Make double-free checks 64-bit safe, from Sebastian Freundt.
author | aidan |
---|---|
date | Sat, 26 May 2007 18:28:23 +0000 |
parents | b14c8c2d6597 |
children | 53260b0cd16b |
comparison
equal
deleted
inserted
replaced
3987:445918763299 | 3988:1227374e7199 |
---|---|
1 2007-05-24 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * free-hook.c (check_free): | |
4 * lisp.h: | |
5 * lisp.h (xfree): | |
6 Inspired by some of Sebastian Freundt's SXEmacs work, use a 64-bit | |
7 constant on 64-bit platforms when making sure pointers haven't | |
8 been freed twice. | |
9 | |
1 2007-05-22 Ville Skyttä <scop@xemacs.org> | 10 2007-05-22 Ville Skyttä <scop@xemacs.org> |
2 | 11 |
3 * Makefile.in.in ($(LISP)/finder-inf.el): Set lisp-directory | 12 * Makefile.in.in ($(LISP)/finder-inf.el): Set lisp-directory |
4 to $(LISP) to ensure we're working with the correct finder*. | 13 to $(LISP) to ensure we're working with the correct finder*. |
5 | 14 |