diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d1f539bcf2d..1cd500b6053 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,33 @@ | |||
| 1 | 2012-08-02 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Use C99-style 'extern inline' if available. | ||
| 4 | * buffer.h (BUFFER_INLINE): | ||
| 5 | * category.h (CATEGORY_INLINE): | ||
| 6 | * character.h (CHARACTER_INLINE): | ||
| 7 | * charset.h (CHARSET_INLINE): | ||
| 8 | * composite.h (COMPOSITE_INLINE): | ||
| 9 | * dispextern.h (DISPEXTERN_INLINE): | ||
| 10 | * lisp.h (LISP_INLINE): | ||
| 11 | * systime.h (SYSTIME_INLINE): | ||
| 12 | New macro, replacing 'static inline' in this header. | ||
| 13 | * buffer.h, category.h, character.h, charset.h, composite.h: | ||
| 14 | * dispextern.h, lisp.h, systime.h: | ||
| 15 | Use INLINE_HEADER_BEGIN, INLINE_HEADER_END. | ||
| 16 | * alloc.c (LISP_INLINE): | ||
| 17 | * buffer.c (BUFFER_INLINE): | ||
| 18 | * category.c (CATEGORY_INLINE): | ||
| 19 | * character.c (CHARACTER_INLINE): | ||
| 20 | * charset.c (CHARSET_INLINE): | ||
| 21 | * composite.c (COMPOSITE_INLINE): | ||
| 22 | * dispnew.c (DISPEXTERN_INLINE): | ||
| 23 | * sysdep.c (SYSTIME_INLINE): | ||
| 24 | Define to EXTERN_INLINE, so that the corresponding functions | ||
| 25 | are compiled into code. | ||
| 26 | * conf_post.h (INLINE, EXTERN_INLINE, INLINE_HEADER_BEGIN) | ||
| 27 | (INLINE_HEADER_END): New macros. | ||
| 28 | * lisp.h (PSEUDOVECTOR_FLAG): Now a macro as well as a constant, | ||
| 29 | since it's used in non-static inline functions now. | ||
| 30 | |||
| 1 | 2012-08-02 Glenn Morris <rgm@gnu.org> | 31 | 2012-08-02 Glenn Morris <rgm@gnu.org> |
| 2 | 32 | ||
| 3 | * s/: Remove empty directory. | 33 | * s/: Remove empty directory. |