changeset 48783:a7e4e627d69e

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 10 Dec 2002 07:40:21 +0000
parents b02bdb795a5c
children bdc945cde16e
files src/ChangeLog
diffstat 1 files changed, 8 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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  <lektu@terra.es>
+
+	* editfns.c (Fformat): Use alloca, not _alloca.
+
 2002-12-09  Richard M. Stallman  <rms@gnu.org>
 
 	* 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