diff options
| author | Juanma Barranquero | 2014-04-07 02:51:52 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2014-04-07 02:51:52 +0200 |
| commit | 9b017563288c753d4e9c2f2a83cd20b885574b17 (patch) | |
| tree | 7e5af5338c5ae76544bae2c149b766ffae3402f2 /src | |
| parent | 9b69fd6f8b0783b1ade15bb500ab788dd091e724 (diff) | |
| download | emacs-9b017563288c753d4e9c2f2a83cd20b885574b17.tar.gz emacs-9b017563288c753d4e9c2f2a83cd20b885574b17.zip | |
lisp/ChangeLog, src/ChangeLog: Fix typos.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a474c261187..de97b990735 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -43,7 +43,7 @@ | |||
| 43 | * dired.c (file_attributes): | 43 | * dired.c (file_attributes): |
| 44 | * chartab.c (uniprop_decoder_count, uniprop_encode_count): | 44 | * chartab.c (uniprop_decoder_count, uniprop_encode_count): |
| 45 | Change expressions of the form sizeof(arr) / sizeof(arr[0]) | 45 | Change expressions of the form sizeof(arr) / sizeof(arr[0]) |
| 46 | to ARRAYELTS(arr). | 46 | to ARRAYELTS (arr). |
| 47 | 47 | ||
| 48 | 2014-04-02 Daniel Colascione <dancol@dancol.org> | 48 | 2014-04-02 Daniel Colascione <dancol@dancol.org> |
| 49 | 49 | ||
| @@ -55,10 +55,10 @@ | |||
| 55 | * alloc.c: Include execinfo.h if available. | 55 | * alloc.c: Include execinfo.h if available. |
| 56 | (SUSPICIOUS_OBJECT_CHECKING): New macro; define unconditionally. | 56 | (SUSPICIOUS_OBJECT_CHECKING): New macro; define unconditionally. |
| 57 | (suspicious_free_record): New structure. | 57 | (suspicious_free_record): New structure. |
| 58 | (suspicious_objects,suspicious_object_index) | 58 | (suspicious_objects, suspicious_object_index) |
| 59 | (suspicious_free_history, suspicious_free_history_index): New | 59 | (suspicious_free_history, suspicious_free_history_index): |
| 60 | variables. | 60 | New variables. |
| 61 | (find_suspicious_object_in_range,detect_suspicious_free) | 61 | (find_suspicious_object_in_range, detect_suspicious_free) |
| 62 | (Fsuspicious_object): New functions. | 62 | (Fsuspicious_object): New functions. |
| 63 | (cleanup_vector): Call find_suspicious_object_in_range. | 63 | (cleanup_vector): Call find_suspicious_object_in_range. |
| 64 | 64 | ||
| @@ -281,10 +281,10 @@ | |||
| 281 | Split gc_sweep into discrete functions for legibility and better | 281 | Split gc_sweep into discrete functions for legibility and better |
| 282 | stack traces. | 282 | stack traces. |
| 283 | 283 | ||
| 284 | * alloc.c (sweep_strings,sweep_vectors): Add NO_INLINE | 284 | * alloc.c (sweep_strings, sweep_vectors): Add NO_INLINE |
| 285 | (sweep_vectors): Fix typo in comment. | 285 | (sweep_vectors): Fix typo in comment. |
| 286 | (sweep_conses,sweep_floats,sweep_intervals) | 286 | (sweep_conses, sweep_floats, sweep_intervals) |
| 287 | (sweep_symbols,sweep_misc,sweep_buffers): New functions. | 287 | (sweep_symbols, sweep_misc, sweep_buffers): New functions. |
| 288 | (gc_sweep): Call new functions, to which existing functionality is | 288 | (gc_sweep): Call new functions, to which existing functionality is |
| 289 | moved. | 289 | moved. |
| 290 | * fns.c (sweep_weak_hash_tables): Add NO_INLINE. | 290 | * fns.c (sweep_weak_hash_tables): Add NO_INLINE. |
| @@ -346,7 +346,7 @@ | |||
| 346 | 346 | ||
| 347 | * alloc.c (lisp_align_malloc, allocate_string_data) | 347 | * alloc.c (lisp_align_malloc, allocate_string_data) |
| 348 | (allocate_vectorlike): Allow mmap allocation of lisp objects. | 348 | (allocate_vectorlike): Allow mmap allocation of lisp objects. |
| 349 | (pointers_fit_in_lispobj_p,mmap_lisp_allowed_p): New functions. | 349 | (pointers_fit_in_lispobj_p, mmap_lisp_allowed_p): New functions. |
| 350 | 350 | ||
| 351 | 2014-03-21 Eli Zaretskii <eliz@gnu.org> | 351 | 2014-03-21 Eli Zaretskii <eliz@gnu.org> |
| 352 | 352 | ||