comparison src/ChangeLog @ 76738:c39f6a4ef598

(sigchld_handler): Delay by 1ms instead of 1s to alleviate sluggishness (the original problem is still fixed).
author Sam Steingold <sds@gnu.org>
date Mon, 26 Mar 2007 02:29:08 +0000
parents 0066c9c25dd2
children 44f86e993c52
comparison
equal deleted inserted replaced
76737:9c267a44bcf9 76738:c39f6a4ef598
1 2007-03-26 Sam Steingold <sds@gnu.org>
2
3 * process.c (sigchld_handler): Delay by 1ms instead of 1s to
4 alleviate sluggishness (the original problem is still fixed).
5
1 2007-03-25 Kim F. Storm <storm@cua.dk> 6 2007-03-25 Kim F. Storm <storm@cua.dk>
2 7
3 * intervals.c (merge_properties): Use explicit loop instead of 8 * intervals.c (merge_properties): Use explicit loop instead of
4 Fplist_member to avoid QUIT. Don't use Fcdr. 9 Fplist_member to avoid QUIT. Don't use Fcdr.
5 (intervals_equal): Likewise. Rewrite loop to perform length check 10 (intervals_equal): Likewise. Rewrite loop to perform length check