diff options
| author | Stefan Monnier | 2012-09-24 17:15:53 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2012-09-24 17:15:53 -0400 |
| commit | ad942b63d7a9b984752f46bc2049fe10e488230d (patch) | |
| tree | 71e47ecb9d1e00b996a7e291fef9d4dda1f82386 /src/ChangeLog | |
| parent | 3d80c99f3817bf5eccd6acc6a79498a4fde979a4 (diff) | |
| download | emacs-ad942b63d7a9b984752f46bc2049fe10e488230d.tar.gz emacs-ad942b63d7a9b984752f46bc2049fe10e488230d.zip | |
Try to let it compile on other platforms
* src/profiler.c (evict_lower_half): Fix typo.
(PROFILER_CPU_SUPPORT): Check and define if cpu-profiler is supported.
Don't compile the cpu-profiler code, if not supported.
(malloc_probe): Presume memory_log is non-nil.
(syms_of_profiler): Don't defsubr functions when they aren't defined.
* src/lisp.h (sample_profiler_running, gc_probe): Don't declare.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1b90ae8b976..19b8afe5d51 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,15 @@ | |||
| 1 | 2012-09-24 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2012-09-24 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * profiler.c (evict_lower_half): Fix typo. | ||
| 4 | (PROFILER_CPU_SUPPORT): Check and define if cpu-profiler is supported. | ||
| 5 | Don't compile the cpu-profiler code, if not supported. | ||
| 6 | (malloc_probe): Presume memory_log is non-nil. | ||
| 7 | (syms_of_profiler): Don't defsubr functions when they aren't defined. | ||
| 8 | |||
| 9 | * lisp.h (sample_profiler_running, gc_probe): Don't declare. | ||
| 10 | |||
| 11 | 2012-09-24 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 12 | |||
| 3 | * xdisp.c (Qautomatic_redisplay): New constant. | 13 | * xdisp.c (Qautomatic_redisplay): New constant. |
| 4 | (redisplay_internal): Record itself in backtrace_list. | 14 | (redisplay_internal): Record itself in backtrace_list. |
| 5 | (syms_of_xdisp): Define Qautomatic_redisplay. | 15 | (syms_of_xdisp): Define Qautomatic_redisplay. |