comparison src/ChangeLog @ 1015:3d3204656cb4

[xemacs-hg @ 2002-09-24 14:59:22 by michaels] 2002-09-22 Mike Sperber <mike@xemacs.org> * specifier.c (specifier_add_spec): Don't do anything if NILP (inst_list)---otherwise, assertions in the rest of the specifier code get violated. 2002-09-20 Mike Sperber <mike@xemacs.org> (This partially gets back my patch from 2002-07-20 without the bug.) * process-unix.c (child_setup): Remove Ben's comment noting confusion over the file descriptors >= 3: close_process_descs() doesn't close all. Fix fd range to go up to MAXDESC-1 instead of 64. (unix_create_process): Call begin_dont_check_for_quit to inhibit unwanted interaction (and thus breaking of X event synchronicity) in the child.
author michaels
date Tue, 24 Sep 2002 14:59:25 +0000
parents 25e260cb7994
children ccaf90c5a53a
comparison
equal deleted inserted replaced
1014:deaf6c4f5a1c 1015:3d3204656cb4
1 2002-09-22 Mike Sperber <mike@xemacs.org>
2
3 * specifier.c (specifier_add_spec): Don't do anything if NILP
4 (inst_list)---otherwise, assertions in the rest of the specifier
5 code get violated.
6
7 2002-09-20 Mike Sperber <mike@xemacs.org>
8
9 (This partially gets back my patch from 2002-07-20 without the
10 bug.)
11 * process-unix.c (child_setup): Remove Ben's comment noting
12 confusion over the file descriptors >= 3: close_process_descs()
13 doesn't close all. Fix fd range to go up to MAXDESC-1 instead
14 of 64.
15 (unix_create_process): Call begin_dont_check_for_quit to inhibit
16 unwanted interaction (and thus breaking of X event synchronicity)
17 in the child.
18
1 2002-08-08 Jerry James <james@xemacs.org> 19 2002-08-08 Jerry James <james@xemacs.org>
2 20
3 * Makefile.in.in: ldap.o and postgresql.o have moved. 21 * Makefile.in.in: ldap.o and postgresql.o have moved.
4 * alloc.c (unstaticpro_nodump_1): New function. 22 * alloc.c (unstaticpro_nodump_1): New function.
5 * alloc.c (unstaticpro_nodump): Ditto. 23 * alloc.c (unstaticpro_nodump): Ditto.