From d76c049cc4b1da8d5b42f0013ecdcb4d592c9282 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Fri, 25 May 2007 02:16:25 +0000 Subject: hush: rework variable storage and environment handling. More that -100 bytes of code + memory leak plugged. Added a testcase for it. --- shell/README | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'shell/README') diff --git a/shell/README b/shell/README index a9b434637..a09353d6c 100644 --- a/shell/README +++ b/shell/README @@ -1,5 +1,9 @@ Various bits of what is known about busybox shells, in no particular order. +2007-05-24 +hush: environment-related memory leak plugged, with net code size +decrease. + 2007-05-24 hush: '( echo ${name )' will show syntax error message, but prompt doesn't return (need to press ). Pressing Ctrl-C, , -- cgit v1.2.3