aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog23
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 @@
12013-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
102013-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
12013-05-29 Eli Zaretskii <eliz@gnu.org> 202013-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
84091988-12-31 Richard Mlynarik (mly@rice-chex.ai.mit.edu) 84281988-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
84141988-12-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu) 84331988-12-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)