# HG changeset patch # User Juanma Barranquero # Date 1039506021 0 # Node ID a7e4e627d69ecf7851879334d5a625cb9af79e66 # Parent b02bdb795a5c481b96bc5f6dfd5735ee786fd2b6 *** empty log message *** diff -r b02bdb795a5c -r a7e4e627d69e src/ChangeLog --- a/src/ChangeLog Tue Dec 10 07:40:11 2002 +0000 +++ b/src/ChangeLog Tue Dec 10 07:40:21 2002 +0000 @@ -1,3 +1,7 @@ +2002-12-10 Juanma Barranquero + + * editfns.c (Fformat): Use alloca, not _alloca. + 2002-12-09 Richard M. Stallman * buffer.c (Fget_buffer_create): Call Qucs_set_table_for_input @@ -24,15 +28,15 @@ * eval.c (Feval) [HAVE_CARBON]: Calls mac_check_for_quit_char at each stack frame. This may change as it could be time consuming. - - * macterm.c (mac_check_for_quit_char, quit_char_comp) - (init_quit_char_handler, mac_determine_quit_char_modifiers) + + * macterm.c (mac_check_for_quit_char, quit_char_comp) + (init_quit_char_handler, mac_determine_quit_char_modifiers) (mac_initialize): Added code to check for pressing of quit_char in the OS event queue * mac.c (sys_select): Call mac_check_for_quit_char every second while blocking on select. - + * mac.c (sys_read): Use sys_select to test for input first before calling read to allow C-g to break