diff options
| author | Tom Tromey | 2013-07-06 23:18:58 -0600 |
|---|---|---|
| committer | Tom Tromey | 2013-07-06 23:18:58 -0600 |
| commit | 6dacdad5fcb278e5a16b38bb81786aac9ca27be4 (patch) | |
| tree | f5f331ea361ba0f99e0f9b638d183ad492a7da31 /lib-src/ChangeLog | |
| parent | 0a6f2ff0c8ceb29703e76cddd46ea3f176dd873a (diff) | |
| parent | 219afb88d9d484393418820d1c08dc93299110ec (diff) | |
| download | emacs-6dacdad5fcb278e5a16b38bb81786aac9ca27be4.tar.gz emacs-6dacdad5fcb278e5a16b38bb81786aac9ca27be4.zip | |
merge from trunk
this merges frmo trunk and fixes various build issues.
this needed a few ugly tweaks.
this hangs in "make check" now
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index e1025fc5f6b..4a43a741e54 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,22 @@ | |||
| 1 | 2013-07-02 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Prefer plain 'static' to 'static inline' (Bug#12541). | ||
| 4 | I missed these instances of 'static inline' in an earlier sweep. | ||
| 5 | * ebrowse.c (putstr): | ||
| 6 | * etags.c (hash): | ||
| 7 | * make-docfile.c (put_char): No longer inline. | ||
| 8 | * etags.c (hash): Prefer int to unsigned when either will do. | ||
| 9 | |||
| 10 | 2013-06-21 Paul Eggert <eggert@cs.ucla.edu> | ||
| 11 | |||
| 12 | Use C99-style flexible array members if available. | ||
| 13 | * ebrowse.c: Include <stddef.h>, for offsetof. | ||
| 14 | (struct member, struct alias, struct sym): | ||
| 15 | Use FLEXIBLE_ARRAY_MEMBER. | ||
| 16 | (add_sym, add_member, make_namespace, register_namespace_alias): | ||
| 17 | Use offsetof (struct, flex_array_member), not sizeof (struct), as | ||
| 18 | that ports better to pre-C99 non-GCC. | ||
| 19 | |||
| 1 | 2013-05-29 Eli Zaretskii <eliz@gnu.org> | 20 | 2013-05-29 Eli Zaretskii <eliz@gnu.org> |
| 2 | 21 | ||
| 3 | * Makefile.in (mostlyclean): Remove *.res files. | 22 | * Makefile.in (mostlyclean): Remove *.res files. |
| @@ -717,7 +736,7 @@ | |||
| 717 | to avoid potential buffer overflow issues on typical 64-bit hosts. | 736 | to avoid potential buffer overflow issues on typical 64-bit hosts. |
| 718 | (whatlen_max): New static var. | 737 | (whatlen_max): New static var. |
| 719 | (main): Avoid buffer overflow if subsidiary command length is | 738 | (main): Avoid buffer overflow if subsidiary command length is |
| 720 | greater than BUFSIZ or 2*BUFSIZ + 20. Do not use sprintf when its | 739 | greater than BUFSIZ or 2*BUFSIZ + 20. Do not use sprintf when its |
| 721 | result might not fit in 'int'. | 740 | result might not fit in 'int'. |
| 722 | 741 | ||
| 723 | * movemail.c (main): Do not use sprintf when its result might not fit | 742 | * movemail.c (main): Do not use sprintf when its result might not fit |
| @@ -8408,7 +8427,7 @@ | |||
| 8408 | 8427 | ||
| 8409 | 1988-12-31 Richard Mlynarik (mly@rice-chex.ai.mit.edu) | 8428 | 1988-12-31 Richard Mlynarik (mly@rice-chex.ai.mit.edu) |
| 8410 | 8429 | ||
| 8411 | * env.c: Add decl for my-index | 8430 | * env.c: Add decl for my-index. |
| 8412 | * etags.c (file-entries): .oak => scheme. | 8431 | * etags.c (file-entries): .oak => scheme. |
| 8413 | 8432 | ||
| 8414 | 1988-12-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu) | 8433 | 1988-12-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |