*** empty log message ***
[bpt/emacs.git] / src / ChangeLog
index b2d5c1d..62bbfe2 100644 (file)
@@ -1,5 +1,22 @@
+2001-09-24  Gerd Moellmann  <gerd@gnu.org>
+
+       * process.c (sigchld_handler) [LINUX]: Don't return from
+       the signal handler at the end of the loop.
+
+2001-09-21  Gerd Moellmann  <gerd@gnu.org>
+
+       * sysdep.c (wait_for_termination) [POSIX_SIGNALS]: Terminate
+       only if kill returns -1, and errno is ESRCH.
+
+2001-09-21  Markus Rost  <rost@math.ohio-state.edu>
+
+       * Makefile.in (shortlisp): Add ../lisp/env.elc.
+
 2001-09-20  Gerd Moellmann  <gerd@gnu.org>
 
+       * process.c (sigchld_handler): Use GC_CONSP, GC_INTEGERP, GC_EQ
+       since this function can be called during GC.
+
        * callproc.c (Fcall_process): Handle errors from pipe(2).
        (child_setup): Delete code in #ifdef vipc.