diff options
| author | Dmitry Antipov | 2014-08-29 20:21:30 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2014-08-29 20:21:30 +0400 |
| commit | 42d819e9de99996f09c124244dc577bf264ac350 (patch) | |
| tree | 579e6d6222e178ad99162a9370d1bb5d15dc845d /src/ChangeLog | |
| parent | 69149b6cc38977bc2584541f745334d1e5b0f3dc (diff) | |
| download | emacs-42d819e9de99996f09c124244dc577bf264ac350.tar.gz emacs-42d819e9de99996f09c124244dc577bf264ac350.zip | |
Fix last change to support Darwin/OSX (Bug#18354).
* sysdep.c (sort_vector_compare) [DARWIN_OS || __FreeBSD__]:
Conditionally define to match system's qsort_r signature.
(sort_vector) [DARWIN_OS || __FreeBSD__]: Likewise in call to qsort_r.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c24ca69536f..2a78c4b4fa9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -9,6 +9,11 @@ | |||
| 9 | * lisp.h (enum Lisp_Save_Type): New member SAVE_TYPE_INT_OBJ. | 9 | * lisp.h (enum Lisp_Save_Type): New member SAVE_TYPE_INT_OBJ. |
| 10 | (make_save_int_obj): Add prototype. | 10 | (make_save_int_obj): Add prototype. |
| 11 | 11 | ||
| 12 | Fix last change to support Darwin/OSX (Bug#18354). | ||
| 13 | * sysdep.c (sort_vector_compare) [DARWIN_OS || __FreeBSD__]: | ||
| 14 | Conditionally define to match system's qsort_r signature. | ||
| 15 | (sort_vector) [DARWIN_OS || __FreeBSD__]: Likewise in call to qsort_r. | ||
| 16 | |||
| 12 | 2014-08-28 Ken Brown <kbrown@cornell.edu> | 17 | 2014-08-28 Ken Brown <kbrown@cornell.edu> |
| 13 | 18 | ||
| 14 | Add support for HYBRID_MALLOC, allowing the use of gmalloc before | 19 | Add support for HYBRID_MALLOC, allowing the use of gmalloc before |