From 8541e3345df12b3c4941c8b7261b966e073cc461 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 22 Jun 1996 19:31:26 +0000 Subject: [PATCH] . --- ChangeLog | 43 ++++++++++++++++++++++++++++++++++++++----- 1 file changed, 38 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5ed4f0b5..ce39c451 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,41 @@ +Sat Jun 22 14:56:05 1996 Roland McGrath + + * job.c (start_job_command): Call block_sigs. + (block_sigs): New function, broken out of start_job_command. + (reap_children): Block fatal signals around removing dead child from + chain and adjusting job_slots_used. + + * remote-stub.c (remote_setup, remote_cleanup): New (empty) functions. + * main.c (main): Call remote_setup. + (die): Call remote_cleanup. + + * job.c (reap_children): Quiescent value of shell_function_pid is + zero, not -1. + + * main.c (print_version): Add 96 to copyright years. + +Sat Jun 15 20:30:01 1996 Andreas Schwab + + * read.c (find_char_unquote): Avoid calling strlen on every call + just to throw away the value most of the time. + +Sun Jun 2 12:24:01 1996 Roland McGrath + + * main.c (decode_env_switches): Prepend '-' to ARGV[1] if it contains + no '=', regardless of ARGC. + (define_makeflags): Elide leading '-' from MAKEFLAGS value if first + word is short option, regardless of WORDS. + +Wed May 22 17:24:51 1996 Roland McGrath + + * makefile.vms: Set LOADLIBES. + * makefile.com (link_using_library): Fix typo. + +Wed May 15 17:37:26 1996 Roland McGrath + + * dir.c (print_dir_data_base): Use %ld dev and ino and cast them to + long. + Wed May 15 10:14:14 CDT 1996 Rob Tulloh * dir.c: WIN32 does not support inode. For now, fully qualified @@ -88,11 +126,6 @@ Wed May 15 10:14:14 CDT 1996 Rob Tulloh * w32/subproc/sub_proc.c: WIN32: subproc library source code * w32/subproc/w32err.c: WIN32: subproc library support code -Wed May 22 17:24:51 1996 Roland McGrath - - * makefile.vms: Set LOADLIBES. - * makefile.com (link_using_library): Fix typo. - Mon May 13 14:37:42 1996 Roland McGrath * Version 3.74.4.