From 28078b517a3151f18cf427be87600803251d732b Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Fri, 4 Mar 2005 12:52:32 +0000 Subject: - Missing docs for $| - Update NEWS and AUTHORS files. - Fix support request #103195. - Apply patch #3679 - Fix handling of sys_siglist in autoconf/etc. --- ChangeLog | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 485fb56..9897a2c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ -Thu Mar 3 18:28:15 2005 Boris Kolpackov +2005-03-04 Paul D. Smith + + * AUTHORS: Update. + * doc/make.texi (Automatic Variables): Document $|. + +2005-03-03 Boris Kolpackov * read.c (record_files): Instead of substituting % with actual stem value in dependency list replace it with $*. @@ -11,7 +16,16 @@ Thu Mar 3 18:28:15 2005 Boris Kolpackov in dependency list replace it with $*. This fixes stem triple expansion bug. -Tue Mar 1 10:12:20 2005 Boris Kolpackov +2005-03-01 Paul D. Smith + + * commands.c (fatal_error_signal) [WINDOWS32]: Don't call kill() + on Windows, as it takes a handle not a pid. Just exit. + Fix from patch #3679, provided by Alessandro Vesely. + + * configure.in: Update check for sys_siglist[] from autoconf manual. + * signame.c (strsignal): Update to use the new autoconf macro. + +2005-03-01 Boris Kolpackov * read.c (record_files): Add a check for the list of prerequisites of a static pattern rule being empty. Fixes Savannah bug #12180. -- cgit v1.2.3