aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 00a42ccf49f..4a43a741e54 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,4 +1,4 @@
12013-06-21 Paul Eggert <eggert@cs.ucla.edu> 12013-07-02 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Prefer plain 'static' to 'static inline' (Bug#12541). 3 Prefer plain 'static' to 'static inline' (Bug#12541).
4 I missed these instances of 'static inline' in an earlier sweep. 4 I missed these instances of 'static inline' in an earlier sweep.
@@ -7,6 +7,8 @@
7 * make-docfile.c (put_char): No longer inline. 7 * make-docfile.c (put_char): No longer inline.
8 * etags.c (hash): Prefer int to unsigned when either will do. 8 * etags.c (hash): Prefer int to unsigned when either will do.
9 9
102013-06-21 Paul Eggert <eggert@cs.ucla.edu>
11
10 Use C99-style flexible array members if available. 12 Use C99-style flexible array members if available.
11 * ebrowse.c: Include <stddef.h>, for offsetof. 13 * ebrowse.c: Include <stddef.h>, for offsetof.
12 (struct member, struct alias, struct sym): 14 (struct member, struct alias, struct sym):