From 7ea029a07c02b9401cb3d88566eac41959b84c11 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Tue, 10 Sep 2002 07:27:28 +0000 Subject: Add support for broken SA_RESTART on PTX. Fix bug #103: allow ifdef, export, and unexport to expand their arguments. --- ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d600686..4891382 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,29 @@ +2002-09-10 Paul D. Smith + + * read.c (eval): Expand variable lists given to export and + unexport, so that "export $(LIST_OF_VARIABLES)" (etc.) works. + (conditional_line): Ditto for "ifdef". Fixes bug #103. + + * doc/make.texi (Variables/Recursion): Document this. + (Conditional Syntax): And here. + 2002-09-09 Paul D. Smith * configure.in: Check for memmove(). +2002-09-07 Paul D. Smith + + * configure.in (HAVE_BROKEN_RESTART): Define this on PTX systems; + Michael Sterrett reports that while it has + SA_RESTART, it does not work properly. + + * misc.c (atomic_stat): If HAVE_BROKEN_RESTART, create a function + that invokes stat() and loops to do it again if it returns EINTR. + (atomic_readdir): Ditto, with readdir(). + + * make.h (stat, readdir): If HAVE_BROKEN_RESTART, alias stat() + and readdir() to atomic_stat() and atomic_readdir(). + 2002-09-04 Paul D. Smith * implicit.c (pattern_search): Daniel -- cgit v1.2.3