aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 03f4291a634..f9546f9e056 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
12012-07-28 Paul Eggert <eggert@cs.ucla.edu>
2
3 Use Gnulib environ module (Bug#9772).
4 * m4/environ.m4: New file, from gnulib.
5 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
6
7 Use Gnulib stdalign module (Bug#9772, Bug#9960).
8 This should improve portability of macros like alignof and DECL_ALIGN.
9 * lib/stdalign.in.h, m4/stdalign.m4: New files, from gnulib.
10 * .bzrignore: Add lib/stdalign.h.
11 * config.bat: Do not set NO_DECL_ALIGN; no longer needed.
12 Copy lib/stdalign.in.h to lib/stdalign.in-h as needed.
13 * configure.ac (HAVE_ATTRIBUTE_ALIGNED): Remove the code that
14 fiddles with this, as gnulib now does this for us.
15
12012-07-17 Dmitry Antipov <dmantipov@yandex.ru> 162012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
2 17
3 Fix toolkit configuration report. 18 Fix toolkit configuration report.