From 95a60b2936e8835963bfb08eadc0edf9dddf0498 Mon Sep 17 00:00:00 2001 From: Herbert Xu Date: Wed, 26 May 2010 18:54:19 +0800 Subject: [VAR] Replace cmdenviron with localvars This patch replaces the cmdenviron mechanism for temporary command variables with the localvars mechanism used by functions. This reduces code size, and more importantly, makes the variable assignment take effect immediately as required by POSIX. Signed-off-by: Herbert Xu --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1f7120f..bf1f13c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-05-26 Herbert Xu + + * Replace cmdenviron with localvars. + 2010-05-25 Herbert Xu * Fix poplocalvar leak. -- cgit 1.4.1