aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-05-26 16:14:36 -0700
committerPaul Eggert2012-05-26 16:14:36 -0700
commitcaf8a9b2b301aba06735d403317b75b41df59bfe (patch)
treebfafb3cc0cf8a2f2394b4ed721e7c3d4891b78ab /ChangeLog
parentfe453991eafc32a890297a2003ac532b9f579f92 (diff)
downloademacs-caf8a9b2b301aba06735d403317b75b41df59bfe.tar.gz
emacs-caf8a9b2b301aba06735d403317b75b41df59bfe.zip
Merge from gnulib.
Fixes: debbugs:11527
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog74
1 files changed, 74 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9da0a32d568..5102d7b1e80 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,77 @@
12012-05-26 Paul Eggert <eggert@cs.ucla.edu>
2
3 Merge from gnulib. (Bug#11527)
4
5 The build procedure now creates <stdalign.h> and <sys/types.h> for
6 older hosts that lack a working <stdalign.h> or whose
7 <sys/types.h> does not define pid_t, size_t, ssize_t, mode_t. New
8 symbols such as WINDOWS_64_BIT_OFF_T may require attention in the
9 msdos and nt builds.
10
11 Here is a precis of gnulib changes that seem relevant; please see
12 the gnulib ChangeLog for details.
13
14 2012-05-18 crypto: fix bug in large buffer handling
15 2012-05-14 ignore-value.h: remove unused _GL_ATTRIBUTE_DEPRECATED
16 2012-05-10 _Noreturn: port config.h to gcc -Wundef
17 2012-05-08 warnings.m4: give a means to specify the program to compile
18 2012-05-07 stdint: be more consistent with glibc, SunOS libc
19 2012-04-21 Large File Support for native Windows platforms.
20 2012-04-14 stat: Bypass buggy override in mingw64.
21 2012-03-29 stdio: don't assume gets any more
22 2012-03-24 Enable common subexpression optimization in GCC.
23 2012-02-09 maint: replace FSF snail-mail addresses with URLs
24 2012-01-30 sys_stat: Fix support for mingw64 and MSVC.
25 2012-01-28 strtoimax: eliminate need for stdint.h, inttypes.h checks
26 2012-01-21 stdint: Add support for Android.
27 2012-01-15 Improve support for MSVC 9.
28 2012-01-08 mktime: Avoid compilation error on Solaris 11.
29 2012-01-05 Use ', not `, for quoting output.
30 2012-01-05 strtoimax: Don't replace systems where intmax_t is int.
31 2012-01-05 strtoimax: Work around AIX 5.1 bug.
32 2012-01-05 inttypes: Modernize.
33 2011-12-13 inttypes, stdint: add C++11 support
34 2011-11-26 Fix conflict between two instantiations of module 'unistd'.
35 2011-11-21 _Noreturn: Check that _MSC_VER is defined
36 2011-11-10 ptsname_r: Avoid compilation error on OSF/1 5.1.
37 2011-11-09 raise: fix mingw handling of SIGPIPE
38 2011-10-27 Add stdalign module and use it in other modules.
39
40 * lib/stdalign.in.h, lib/sys_types.in.h, m4/off_t.m4, m4/stdalign.m4:
41 * m4/sys_types_h.m4:
42 New files.
43 * build-aux/move-if-change, build-aux/snippet/_Noreturn.h:
44 * build-aux/snippet/arg-nonnull.h, build-aux/snippet/c++defs.h:
45 * build-aux/snippet/warn-on-use.h, doc/misc/texinfo.tex:
46 * lib/alloca.in.h, lib/allocator.h, lib/careadlinkat.c:
47 * lib/careadlinkat.h, lib/dosname.h, lib/dup2.c, lib/filemode.c:
48 * lib/filemode.h, lib/ftoastr.c, lib/ftoastr.h, lib/getloadavg.c:
49 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
50 * lib/gettext.h, lib/gnulib.mk, lib/ignore-value.h, lib/intprops.h:
51 * lib/inttypes.in.h, lib/lstat.c, lib/md5.c, lib/md5.h, lib/mktime.c:
52 * lib/pathmax.h, lib/pthread_sigmask.c, lib/readlink.c, lib/sha1.c:
53 * lib/sha1.h, lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
54 * lib/signal.in.h, lib/sigprocmask.c, lib/stat.c, lib/stdarg.in.h:
55 * lib/stdbool.in.h, lib/stddef.in.h, lib/stdint.in.h, lib/stdio.in.h:
56 * lib/stdlib.in.h, lib/strftime.c, lib/strftime.h, lib/strtoimax.c:
57 * lib/strtol.c, lib/strtoll.c, lib/strtoul.c, lib/strtoull.c:
58 * lib/symlink.c, lib/sys_stat.in.h, lib/time.in.h, lib/time_r.c:
59 * lib/u64.h, lib/unistd.in.h, lib/verify.h, m4/00gnulib.m4:
60 * m4/alloca.m4, m4/c-strtod.m4, m4/dup2.m4, m4/extensions.m4:
61 * m4/filemode.m4, m4/getloadavg.m4, m4/getopt.m4, m4/gl-comp.m4:
62 * m4/gnulib-common.m4, m4/gnulib-tool.m4, m4/include_next.m4:
63 * m4/inttypes.m4, m4/largefile.m4, m4/longlong.m4, m4/lstat.m4:
64 * m4/md5.m4, m4/mktime.m4, m4/multiarch.m4, m4/nocrash.m4:
65 * m4/pathmax.m4, m4/pthread_sigmask.m4, m4/readlink.m4, m4/sha1.m4:
66 * m4/sha256.m4, m4/sha512.m4, m4/signal_h.m4, m4/signalblocking.m4:
67 * m4/socklen.m4, m4/ssize_t.m4, m4/st_dm_mode.m4, m4/stat.m4:
68 * m4/stdarg.m4, m4/stdbool.m4, m4/stddef_h.m4, m4/stdint.m4:
69 * m4/stdio_h.m4, m4/stdlib_h.m4, m4/strftime.m4, m4/strtoimax.m4:
70 * m4/strtoll.m4, m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4:
71 * m4/sys_stat_h.m4, m4/time_h.m4, m4/time_r.m4, m4/tm_gmtoff.m4:
72 * m4/unistd_h.m4, m4/warnings.m4, m4/wchar_t.m4:
73 Update from gnulib.
74
12012-05-22 Paul Eggert <eggert@cs.ucla.edu> 752012-05-22 Paul Eggert <eggert@cs.ucla.edu>
2 76
3 Remove src/m/*. 77 Remove src/m/*.