aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2014-09-09 15:43:22 +0400
committerDmitry Antipov2014-09-09 15:43:22 +0400
commite2588fa52fd7761e252361c341d8565790b3d1f2 (patch)
treed42c861fba7d5770d8371a8109768ea541595ae3 /src/ChangeLog
parentc7dfea947eba1980fe3a23ad13f04dd40c6c0d68 (diff)
downloademacs-e2588fa52fd7761e252361c341d8565790b3d1f2.tar.gz
emacs-e2588fa52fd7761e252361c341d8565790b3d1f2.zip
Cleanup last change and make all new stuff conditional.
* lisp.h (build_local_string): Rename to ... (make_local_string): ... this macro. (build_local_string, scoped_list1, scoped_list3): New macros. (toplevel) [USE_STACK_LISP_OBJECTS]: Define all new macros and functions as such, use regular fallbacks otherwise. * alloc.c (verify_alloca) [USE_STACK_LISP_OBJECTS]: Define conditionally.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d1e8314b172..b94ac53051a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -17,6 +17,15 @@
17 * alloc.c (verify_alloca) [ENABLE_CHECKING]: New function. 17 * alloc.c (verify_alloca) [ENABLE_CHECKING]: New function.
18 (init_alloc_once): Call it. 18 (init_alloc_once): Call it.
19 19
20 Cleanup last change and make all new stuff conditional.
21 * lisp.h (build_local_string): Rename to ...
22 (make_local_string): ... this macro.
23 (build_local_string, scoped_list1, scoped_list3): New macros.
24 (toplevel) [USE_STACK_LISP_OBJECTS]: Define all new macros
25 and functions as such, use regular fallbacks otherwise.
26 * alloc.c (verify_alloca) [USE_STACK_LISP_OBJECTS]: Define
27 conditionally.
28
202014-09-08 Eli Zaretskii <eliz@gnu.org> 292014-09-08 Eli Zaretskii <eliz@gnu.org>
21 30
22 * dispnew.c (prepare_desired_row): When MODE_LINE_P is zero, 31 * dispnew.c (prepare_desired_row): When MODE_LINE_P is zero,