diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
| @@ -1,3 +1,20 @@ | |||
| 1 | 2013-04-29 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Merge from gnulib, incorporating: | ||
| 4 | 2013-04-28 extern-inline: work around bug in Sun c99 | ||
| 5 | |||
| 6 | 2013-04-27 Paul Eggert <eggert@cs.ucla.edu> | ||
| 7 | |||
| 8 | Merge from gnulib, incorporating: | ||
| 9 | 2013-04-27 alignof, intprops, malloca: port better to IBM's C compiler | ||
| 10 | |||
| 11 | 2013-04-26 Paul Eggert <eggert@cs.ucla.edu> | ||
| 12 | |||
| 13 | Port better to AIX (Bug#14258). | ||
| 14 | * configure.ac (CFLAGS): Append -O if the user did not specify CFLAGS, | ||
| 15 | we did not already infer an optimization option, and -O works. | ||
| 16 | AIX xlc needs -O, otherwise garbage collection doesn't work. | ||
| 17 | |||
| 1 | 2013-04-22 Paul Eggert <eggert@cs.ucla.edu> | 18 | 2013-04-22 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 19 | ||
| 3 | * make-dist: Do not distribute admin/unidata/Makefile. | 20 | * make-dist: Do not distribute admin/unidata/Makefile. |