diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 353aa100e9c..2968b2da85f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | * gnutls.c: Use Emacs's memory allocators. | 3 | * gnutls.c: Use Emacs's memory allocators. |
| 4 | Without this change, the gnutls library would invoke malloc etc. | 4 | Without this change, the gnutls library would invoke malloc etc. |
| 5 | directly, which causes problems on non-SYNC_INPUT hosts, and which | 5 | directly, which causes problems on non-SYNC_INPUT hosts, and which |
| 6 | runs afoul of improving memory_full behavior. | 6 | runs afoul of improving memory_full behavior. (Bug#8761) |
| 7 | (fn_gnutls_global_set_mem_functions): New macro or function pointer. | 7 | (fn_gnutls_global_set_mem_functions): New macro or function pointer. |
| 8 | (emacs_gnutls_global_init): Use it to specify xmalloc, xrealloc, | 8 | (emacs_gnutls_global_init): Use it to specify xmalloc, xrealloc, |
| 9 | xfree instead of the default malloc, realloc, free. | 9 | xfree instead of the default malloc, realloc, free. |