diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
| @@ -1,3 +1,13 @@ | |||
| 1 | 2014-05-30 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Fix port to 32-bit AIX with xlc (Bug#17598). | ||
| 4 | This doesn't fix Bug#17598, but it does fix a regression since Emacs | ||
| 5 | built with xlc until recently, and perhaps it'll help us fix Bug#17598. | ||
| 6 | * configure.ac (GC_SETJMP_WORKS): Define for AIX, too. | ||
| 7 | Merge from gnulib, incorporating: | ||
| 8 | 2014-05-30 ftoastr: work around compiler bug in IBM xlc 12.1 | ||
| 9 | * lib/ftoastr.c: Update from gnulib. | ||
| 10 | |||
| 1 | 2014-05-22 Paul Eggert <eggert@cs.ucla.edu> | 11 | 2014-05-22 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 12 | ||
| 3 | Fix port to 32-bit AIX (Bug#17540). | 13 | Fix port to 32-bit AIX (Bug#17540). |