comparison src/ChangeLog @ 5894:23178aa71f8b

Define ALIGNOF using C11 and C++11 operators. See <CAHCOHQmG51R61KwGUNY7T5t9tXxzbyg=aGijUKYstbE+wL2-6Q@mail.gmail.com> in xemacs-patches for more information.
author Jerry James <james@xemacs.org>
date Mon, 20 Apr 2015 15:09:11 -0600
parents a0e751d6c3ad
children 2dc8711af537
comparison
equal deleted inserted replaced
5893:d3d073aceaea 5894:23178aa71f8b
1 2015-04-20 Jerry James <james@xemacs.org>
2
3 * lisp.h (max_align_t): Do not define if C11 or C++11, or a later
4 version of either, is in use.
5 (ALIGNOF): Define with native operators in C11 and C++11 and later.
6
1 2015-04-18 Aidan Kehoe <kehoea@parhasard.net> 7 2015-04-18 Aidan Kehoe <kehoea@parhasard.net>
2 8
3 * sequence.c (Fclear_string): New, API from GNU. Zero a string's 9 * sequence.c (Fclear_string): New, API from GNU. Zero a string's
4 contents, making sure the text is not kept around even when the 10 contents, making sure the text is not kept around even when the
5 string's data is reallocated because of a changed character 11 string's data is reallocated because of a changed character