diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index fabbcbef40d..767dfa47036 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,25 @@ | |||
| 1 | 2012-05-30 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2012-05-30 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Clean up __executable_start, monstartup when --enable-profiling. | ||
| 4 | The following changes affect the code only when profiling. | ||
| 5 | * dispnew.c (__executable_start): Rename from safe_bcopy. | ||
| 6 | Define only on platforms that need it. | ||
| 7 | * emacs.c: Include <sys/gmon.h> when profiling. | ||
| 8 | (_mcleanup): Remove decl, since <sys/gmon.h> does it now. | ||
| 9 | (__executable_start): Remove decl, since lisp.h does it now. | ||
| 10 | (safe_bcopy): Remove decl; no longer has that name. | ||
| 11 | (main): Coalesce #if into single bit of code, for simplicity. | ||
| 12 | Cast pointers to uintptr_t, since standard libraries want integers | ||
| 13 | and not pointers. | ||
| 14 | * lisp.h (__executable_start): New decl. | ||
| 15 | |||
| 16 | 2012-05-30 Jim Meyering <meyering@redhat.com> | ||
| 17 | |||
| 18 | * callproc.c (Fcall_process_region): Include directory component | ||
| 19 | in mkstemp error message (Bug#11586). | ||
| 20 | |||
| 21 | 2012-05-30 Paul Eggert <eggert@cs.ucla.edu> | ||
| 22 | |||
| 3 | * alloc.c, lisp.h (make_pure_vector): Now static. | 23 | * alloc.c, lisp.h (make_pure_vector): Now static. |
| 4 | 24 | ||
| 5 | 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca> | 25 | 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca> |