comparison src/ChangeLog @ 1626:5cec7ab01719

[xemacs-hg @ 2003-08-16 14:18:36 by michaels] 2003-08-12 Mike Sperber <mike@xemacs.org> * bytecode.c (GCPRO_STACK): Added. (execute_optimized_program): Use GCPRO_STACK, fixing a space leak: Formerly, the byte-code engine would always hold on to the entire stack memory area, including the stuff above the top. Now, we adjust the GCPRO record via GCPRO_STACK just before a GC may occur.
author michaels
date Sat, 16 Aug 2003 14:18:38 +0000
parents bf2a986fcb17
children 632411c376d0
comparison
equal deleted inserted replaced
1625:b7261453102e 1626:5cec7ab01719
1 2003-08-12 Mike Sperber <mike@xemacs.org>
2
3 * bytecode.c (GCPRO_STACK): Added.
4 (execute_optimized_program): Use GCPRO_STACK, fixing a space leak:
5 Formerly, the byte-code engine would always hold on to the entire
6 stack memory area, including the stuff above the top. Now, we
7 adjust the GCPRO record via GCPRO_STACK just before a GC may
8 occur.
9
1 2003-07-31 René Kyllingstad <listmailxemacs@kyllingstad.com> 10 2003-07-31 René Kyllingstad <listmailxemacs@kyllingstad.com>
2 11
3 * event-msw.c (mswindows_enqueue_mouse_button_event): 12 * event-msw.c (mswindows_enqueue_mouse_button_event):
4 * event-msw.c (mswindows_wnd_proc): 13 * event-msw.c (mswindows_wnd_proc):
5 enqueue button{4,5}up events for scrollwheel event when 14 enqueue button{4,5}up events for scrollwheel event when