diff options
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 |