comparison src/ChangeLog @ 64274:33ac839960ee

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 13 Jul 2005 05:38:25 +0000
parents 3a4e65404af5
children b5d88178dd8d
comparison
equal deleted inserted replaced
64273:ce14666827c6 64274:33ac839960ee
1 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * alloc.c (gc_cons_combined_threshold, Vgc_cons_percentage): New vars.
4 (Fgarbage_collect, init_alloc_once): Set gc_cons_combined_threshold.
5 (syms_of_alloc): Declare gc-cons-percentage.
6
7 * eval.c (Feval, Ffuncall):
8 * keyboard.c (read_char):
9 * bytecode.c (MAYBE_GC): Use gc_cons_combined_threshold.
10
11 * lisp.h (gc_cons_combined_threshold): Declare.
12
1 2005-07-12 Kim F. Storm <storm@cua.dk> 13 2005-07-12 Kim F. Storm <storm@cua.dk>
2 14
3 * coding.c (Qprocess_argument): 15 * coding.c (Qprocess_argument):
4 * coding.h (Qprocess_argument): Remove unused var. 16 * coding.h (Qprocess_argument): Remove unused var.
5 17