From 1fa3db14684b18e50383be6a83a1f17f716b0788 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Thu, 30 Jan 2003 07:49:17 +0000 Subject: Fix bug #2238: the read.c:eval() function was not entirely reentrant. Apply patch #1022: fix a memory corruption on very long target-specific variable definition lines. --- tests/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tests/ChangeLog') diff --git a/tests/ChangeLog b/tests/ChangeLog index fe09610..39bf62f 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,5 +1,12 @@ 2003-01-30 Paul D. Smith + * scripts/features/targetvars: Test very long target-specific + variable definition lines (longer than the default make buffer + length). Tests patch # 1022. + + * scripts/functions/eval: Test very recursive $(eval ...) calls + with simple variable expansion (bug #2238). + * scripts/functions/word: Test error handling for word and wordlist functions (bug #2407). -- cgit v1.2.3