diff options
| author | Paul Eggert | 2013-07-01 17:35:28 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-07-01 17:35:28 -0700 |
| commit | 37afa042f9f56e3b3f22511ff222b49d728558d9 (patch) | |
| tree | 76775e59b582080f1b6564e92a5cb3a272f9d309 /lib-src | |
| parent | 164b1ba3f311a3c333df8bcbd4ad65ad4ec864b5 (diff) | |
| download | emacs-37afa042f9f56e3b3f22511ff222b49d728558d9.tar.gz emacs-37afa042f9f56e3b3f22511ff222b49d728558d9.zip | |
Fix ChangeLog dates.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 4 |
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 @@ | |||
| 1 | 2013-06-21 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2013-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 | ||
| 10 | 2013-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): |