diff options
| author | Kim F. Storm | 2004-10-26 22:38:50 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-10-26 22:38:50 +0000 |
| commit | 233f3db624556da41f0edb0c0a03dc4288eeea98 (patch) | |
| tree | 929dc6d80200504a57102e8e289864cebc083f79 /src/ChangeLog | |
| parent | e65837df545fcf0791b3c8db27186e605cf89538 (diff) | |
| download | emacs-233f3db624556da41f0edb0c0a03dc4288eeea98.tar.gz emacs-233f3db624556da41f0edb0c0a03dc4288eeea98.zip | |
Fix SAFE_FREE calls. Replace SAFE_FREE_LISP calls.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 150bc439979..fbef104296f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 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. |