diff options
| author | Paul Eggert | 2014-09-17 18:03:40 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-09-17 18:03:40 -0700 |
| commit | bb95ed98f4ef667609d7b0990933f9f4095c8b6a (patch) | |
| tree | 3d7b035f89e96d553f08b9a78ce7dbc099c75813 /src/ChangeLog | |
| parent | 5db525e40007b1f0e7f8f6cee070c515c7f6ff11 (diff) | |
| download | emacs-bb95ed98f4ef667609d7b0990933f9f4095c8b6a.tar.gz emacs-bb95ed98f4ef667609d7b0990933f9f4095c8b6a.zip | |
Port USE_LOCAL_ALLOCATORS code to clang 3.4 x86-64.
* lisp.h (ALLOCA_FIXUP): New constant.
(LOCAL_ALLOCA): New macro.
(local_cons, make_local_vector, make_local_string): Use them.
(local_cons): Rename parameter to make capture less likely.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ff9e6e5778d..b91221ef8f3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2014-09-18 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Port USE_LOCAL_ALLOCATORS code to clang 3.4 x86-64. | ||
| 4 | * lisp.h (ALLOCA_FIXUP): New constant. | ||
| 5 | (LOCAL_ALLOCA): New macro. | ||
| 6 | (local_cons, make_local_vector, make_local_string): Use them. | ||
| 7 | (local_cons): Rename parameter to make capture less likely. | ||
| 8 | |||
| 1 | 2014-09-17 Samuel Bronson <naesten@gmail.com> | 9 | 2014-09-17 Samuel Bronson <naesten@gmail.com> |
| 2 | 10 | ||
| 3 | * unexmacosx.c (copy_data_segment): Port to GCC 4.6+ (Bug#9927). | 11 | * unexmacosx.c (copy_data_segment): Port to GCC 4.6+ (Bug#9927). |