comparison src/ChangeLog @ 2567:bbc3231c4812

[xemacs-hg @ 2005-02-04 11:57:28 by vins] EXTERNAL_LIST_LOOP_2 declares data and must be enclosed in braces.
author vins
date Fri, 04 Feb 2005 11:57:29 +0000
parents 045f20e1c3af
children bafa01f3cb06
comparison
equal deleted inserted replaced
2566:045f20e1c3af 2567:bbc3231c4812
1 2005-02-04 Vin Shelton <acs@xemacs.org>
2
3 * lread.c (check_if_suppressed, check_if_suppressed):
4 EXTERNAL_LIST_LOOP_2 declares variables and must be enclosed in
5 braces. Thanks, Fabrice.
6
1 2005-02-03 David Evers <extsw@appliedgenerics.com> 7 2005-02-03 David Evers <extsw@appliedgenerics.com>
2 8
3 * process-unix.c (unix_send_process): Flush the last chunk, even 9 * process-unix.c (unix_send_process): Flush the last chunk, even
4 when the pipe is blocked. 10 when the pipe is blocked.
5 11