diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
| @@ -1,3 +1,18 @@ | |||
| 1 | 2012-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 | |||
| 1 | 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru> | 16 | 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 17 | ||
| 3 | Fix toolkit configuration report. | 18 | Fix toolkit configuration report. |