Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 2132:34ca43a57692
[xemacs-hg @ 2004-06-16 12:01:17 by malcolmp]
IA-64 compilation and unaligned access fixes.
| author | malcolmp |
|---|---|
| date | Wed, 16 Jun 2004 12:01:19 +0000 |
| parents | 13181f978082 |
| children | 5c7bc4e019e6 |
comparison
equal
deleted
inserted
replaced
| 2131:646a9dd3e204 | 2132:34ca43a57692 |
|---|---|
| 1 2004-06-15 Malcolm Purvis <malcolmp@xemacs.org> | |
| 2 | |
| 3 * emacs.c: | |
| 4 * malloc.c: lim_data is a long because in some architectures | |
| 5 (eg ia-64) an int cannot hold the address range. | |
| 6 * mem-limits.h: lim-data is a long. Linux uses getrlimit() instead | |
| 7 of ulimit() because ulimit() always returns -1. | |
| 8 * file-coding.h (struct Lisp_Coding_System): Moved a field to the | |
| 9 end of the structure to work around alignment problems on the ia-64. | |
| 10 * file-coding.c (struct convert_eol_coding_system): Added dummy | |
| 11 field to work around alignment problems on the ia-64. | |
| 12 | |
| 1 2004-06-08 Didier Verna <didier@xemacs.org> | 13 2004-06-08 Didier Verna <didier@xemacs.org> |
| 2 | 14 |
| 3 * config.h.in (EXTERN_C_BLOCK_BEGIN): Remove. | 15 * config.h.in (EXTERN_C_BLOCK_BEGIN): Remove. |
| 4 (EXTERN_C_BLOCK_END): Ditto. | 16 (EXTERN_C_BLOCK_END): Ditto. |
| 5 * nas.c: Use BEGIN_C_DECLS and END_C_DECLS instead. | 17 * nas.c: Use BEGIN_C_DECLS and END_C_DECLS instead. |
