hush: fix "wait -n" to wait for a _job_, not a _process_
[oweals/busybox.git] / shell / match.h
2010-09-04 Denys Vlasenkohush: optimize #[#] and %[%] for speed. size -2 bytes.
2010-01-12 Denys Vlasenkohush: use ash's read builtin
2010-01-12 Denys Vlasenkoshell: split read builtin from ash
2009-04-26 Denis Vlasenkohush: fix SEGV in % expansion
2009-04-09 Denis Vlasenko*: make "pragma GCC visibility push(hidden)" less ugly
2009-04-07 Mike Frysingerimplement support for parameter substitution via #...