diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f91ec458464..6e950569fbc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2011-01-18 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * lisp.h (DECL_ALIGN): Define if HAVE_ATTRIBUTE_ALIGNED, not if | ||
| 4 | defined __GNUC__. ../configure now checks for this GCC feature, | ||
| 5 | which is now also supported by IBM and Oracle compilers. | ||
| 6 | (USE_LSB_TAG) [defined DECL_ALIGN]: Also define if defined __sun, | ||
| 7 | since Solaris malloc returns mult-of-8. | ||
| 8 | |||
| 1 | 2011-01-18 Stefan Monnier <monnier@iro.umontreal.ca> | 9 | 2011-01-18 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 10 | ||
| 3 | * image.c (syms_of_image): Don't access XSYMBOL's internals directly. | 11 | * image.c (syms_of_image): Don't access XSYMBOL's internals directly. |