diff options
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). |