X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=shell%2FREADME;h=59efe499fbe0e5a5b456d8ee14721667765157b9;hb=68404f13d4bf4826e3609703dad5375763db28ab;hp=a9b434637fdb94052a56e54394a34d3358c83e6e;hpb=163a8557310911bcf8b852a282c0aa855b778058;p=oweals%2Fbusybox.git diff --git a/shell/README b/shell/README index a9b434637..59efe499f 100644 --- a/shell/README +++ b/shell/README @@ -1,5 +1,19 @@ Various bits of what is known about busybox shells, in no particular order. +2008-02-14 +ash: does not restore tty pgrp if killed by HUP. Symptom: Midnight Commander +is backgrounded if you started ash under it, and then killed it with HUP. + +2007-11-23 +hush: fixed bogus glob handling; fixed exec <"$1"; added test and echo builtins + +2007-06-13 +hush: exec <"$1" doesn't do parameter subst + +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, ,