Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 2159:3ceb3622efa3
[xemacs-hg @ 2004-07-01 14:44:43 by james]
Make sure spec-lists and inst-lists are valid lists.
author | james |
---|---|
date | Thu, 01 Jul 2004 14:44:48 +0000 |
parents | 5c7bc4e019e6 |
children | 54e1ecdc5778 |
comparison
equal
deleted
inserted
replaced
2158:64fe99818e40 | 2159:3ceb3622efa3 |
---|---|
1 2004-06-29 Jerry James <james@xemacs.org> | |
2 | |
3 * specifier.c (check_valid_inst_list): Change LIST_LOOP to | |
4 EXTERNAL_LIST_LOOP_2. | |
5 * specifier.c (check_valid_spec_list): Ditto. | |
6 | |
1 2004-06-16 Malcolm Purvis <malcolmp@xemacs.org> | 7 2004-06-16 Malcolm Purvis <malcolmp@xemacs.org> |
2 | 8 |
3 * malloc.c (morecore): siz is a long because in some architectures | 9 * malloc.c (morecore): siz is a long because in some architectures |
4 (eg ia-64) an int cannot hold the address range. Additional patch | 10 (eg ia-64) an int cannot hold the address range. Additional patch |
5 from the SuSe distribution. | 11 from the SuSe distribution. |