diff options
author | Paul Smith <psmith@gnu.org> | 1999-06-14 05:26:28 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1999-06-14 05:26:28 +0000 |
commit | 187787286d9bc2f41696090917f47d9935651ddf (patch) | |
tree | ce669419e8b2442a20e001ef3ec32090e07c3812 /ChangeLog | |
parent | fc0fe4103ac983d88b83dad0daf97664ffa8e04b (diff) | |
download | make-187787286d9bc2f41696090917f47d9935651ddf.tar.gz |
* Various bug fixes.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,8 +1,22 @@ +1999-04-26 Paul D. Smith <psmith@gnu.org> + + * main.c (main): Reset read_makefiles to empty after processing so + we get the right error message. + 1999-04-25 Paul D. Smith <psmith@gnu.org> * make.texinfo: Updates to @dircategory and @direntry suggested by Karl Berry <karl@cs.umb.edu>. +1999-04-23 Eli Zaretskii <eliz@is.elta.co.il> + + * job.c (start_job_command) [__MSDOS__]: Call unblock_sigs before + turning off dos_command_running, so child's signals produce the + right effect. + + * commands.c (fatal_error_signal) [__MSDOS__]: Use EXIT_FAILURE + instead of 1. + 1999-04-18 Eli Zaretskii <eliz@is.elta.co.il> * configh.dos.template: Update to recognize that version 2.02 of |