diff options
| author | Paul Eggert | 2012-11-30 10:25:59 -0800 |
|---|---|---|
| committer | Paul Eggert | 2012-11-30 10:25:59 -0800 |
| commit | f64898abf40b09990c4974c921ddc2ebc698609a (patch) | |
| tree | 45707f0fd85ef6da1c94832b9af8290b2ad0d5d2 /ChangeLog | |
| parent | f8aff4c6b87598697d7fc67063037ac69f1c9421 (diff) | |
| download | emacs-f64898abf40b09990c4974c921ddc2ebc698609a.tar.gz emacs-f64898abf40b09990c4974c921ddc2ebc698609a.zip | |
Merge from gnulib for 'inline'.
2012-11-29 snippet/warn-on-use: no 'static inline'
2012-11-29 ftruncate, fts, lstat, openat, raise: no 'static inline'
2012-11-29 arctwo, md4, md5, sha1, sha256, sha512: no 'static inline'
2012-11-29 fflush, stat: no 'static inline'
2012-11-29 stdio: better 'inline'
2012-11-29 sys_stat: no 'static inline'
2012-11-29 unistd: better 'inline'
2012-11-29 c-strtod, memcoll, readutmp: no 'static inline'
2012-11-29 extern-inline: no 'static inline'
2012-11-29 sys_socket: better 'inline'
* lib/stdio.c, lib/unistd.c: New files, from gnulib.
* build-aux/snippet/warn-on-use.h, lib/gnulib.mk, lib/lstat.c:
* lib/md5.c, lib/sha1.c, lib/sha256.c, lib/sha512.c, lib/stat.c:
* lib/stdio.in.h, lib/sys_stat.in.h, lib/unistd.in.h, m4/c-strtod.m4:
* m4/extern-inline.m4, m4/gnulib-comp.m4, m4/lstat.m4, m4/md5.m4:
* m4/sha1.m4, m4/sha256.m4, m4/sha512.m4, m4/stat.m4, m4/stdio_h.m4:
* m4/sys_socket_h.m4, m4/sys_stat_h.m4, m4/unistd_h.m4:
Update from gnulib.
Fixes: debbugs:13040
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
| @@ -1,3 +1,25 @@ | |||
| 1 | 2012-11-30 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Merge from gnulib for 'inline' (Bug#13040), incorporating: | ||
| 4 | 2012-11-29 snippet/warn-on-use: no 'static inline' | ||
| 5 | 2012-11-29 ftruncate, fts, lstat, openat, raise: no 'static inline' | ||
| 6 | 2012-11-29 arctwo, md4, md5, sha1, sha256, sha512: no 'static inline' | ||
| 7 | 2012-11-29 fflush, stat: no 'static inline' | ||
| 8 | 2012-11-29 stdio: better 'inline' | ||
| 9 | 2012-11-29 sys_stat: no 'static inline' | ||
| 10 | 2012-11-29 unistd: better 'inline' | ||
| 11 | 2012-11-29 c-strtod, memcoll, readutmp: no 'static inline' | ||
| 12 | 2012-11-29 extern-inline: no 'static inline' | ||
| 13 | 2012-11-29 sys_socket: better 'inline' | ||
| 14 | * lib/stdio.c, lib/unistd.c: New files, from gnulib. | ||
| 15 | * build-aux/snippet/warn-on-use.h, lib/gnulib.mk, lib/lstat.c: | ||
| 16 | * lib/md5.c, lib/sha1.c, lib/sha256.c, lib/sha512.c, lib/stat.c: | ||
| 17 | * lib/stdio.in.h, lib/sys_stat.in.h, lib/unistd.in.h, m4/c-strtod.m4: | ||
| 18 | * m4/extern-inline.m4, m4/gnulib-comp.m4, m4/lstat.m4, m4/md5.m4: | ||
| 19 | * m4/sha1.m4, m4/sha256.m4, m4/sha512.m4, m4/stat.m4, m4/stdio_h.m4: | ||
| 20 | * m4/sys_socket_h.m4, m4/sys_stat_h.m4, m4/unistd_h.m4: | ||
| 21 | Update from gnulib. | ||
| 22 | |||
| 1 | 2012-11-27 Eli Zaretskii <eliz@gnu.org> | 23 | 2012-11-27 Eli Zaretskii <eliz@gnu.org> |
| 2 | 24 | ||
| 3 | * make-dist (nt): Adjust to changes in names of the *.manifest files. | 25 | * make-dist (nt): Adjust to changes in names of the *.manifest files. |