diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index ec4d16aaabe..740359605fd 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2015-01-10 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2015-01-10 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Port to 32-bit --with-wide-int | ||
| 4 | * make-docfile.c (write_globals): Define and use symbols like | ||
| 5 | iQnil (a small integer, like 0) rather than aQnil (an address | ||
| 6 | constant). | ||
| 7 | |||
| 3 | Port to 32-bit Sun C 5.12 sparc | 8 | Port to 32-bit Sun C 5.12 sparc |
| 4 | * make-docfile.c (close_emacs_globals): Align lispsym to GCALIGNMENT. | 9 | * make-docfile.c (close_emacs_globals): Align lispsym to GCALIGNMENT. |
| 5 | The alignment is required on all platforms; it just happens to have | 10 | The alignment is required on all platforms; it just happens to have |