Mercurial > emacs
comparison src/ChangeLog @ 57726:66e97a54985f
Fix SAFE_FREE calls. Replace SAFE_FREE_LISP calls.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Tue, 26 Oct 2004 22:38:50 +0000 |
parents | 794d9f52bb22 |
children | 394f5aa03475 3a5b83e18d41 |
comparison
equal
deleted
inserted
replaced
57725:c0675c413aa3 | 57726:66e97a54985f |
---|---|
1 2004-10-27 Kim F. Storm <storm@cua.dk> | |
2 | |
3 * editfns.c (Fformat): Allocate discarded table with SAFE_ALLOCA. | |
4 Only allocate info and discarded tables once. | |
5 | |
6 * lisp.h (USE_SAFE_ALLOCA): Add and init sa_must_free integer. | |
7 (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Increment it when malloc is used. | |
8 (SAFE_FREE): Test it to determine if we need to unwind to free. | |
9 Remove size arg. All users changed. | |
10 (SAFE_FREE_LISP) Remove. All users changed to use SAFE_FREE. | |
11 | |
1 2004-10-26 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 12 2004-10-26 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
2 | 13 |
3 * gtkutil.c: Put empty line between comment and function body. | 14 * gtkutil.c: Put empty line between comment and function body. |
4 (xg_destroy_widgets): Renamed from remove_from_container. Just | 15 (xg_destroy_widgets): Renamed from remove_from_container. Just |
5 destroy all widgets in list. Argument wcont removed. | 16 destroy all widgets in list. Argument wcont removed. |