aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorPaul Eggert2013-07-01 17:35:28 -0700
committerPaul Eggert2013-07-01 17:35:28 -0700
commit37afa042f9f56e3b3f22511ff222b49d728558d9 (patch)
tree76775e59b582080f1b6564e92a5cb3a272f9d309 /lib-src
parent164b1ba3f311a3c333df8bcbd4ad65ad4ec864b5 (diff)
downloademacs-37afa042f9f56e3b3f22511ff222b49d728558d9.tar.gz
emacs-37afa042f9f56e3b3f22511ff222b49d728558d9.zip
Fix ChangeLog dates.
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):