summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-09-06 17:35:20 +0000
committerEric Andersen <andersen@codepoet.org>2001-09-06 17:35:20 +0000
commit88cec25e99370ccef499e0b65480aa8458e66b7a (patch)
treec61aef5eee53abff53154f8ed411259af254bb7a /Changelog
parent1644db9a2bc153373a2c27e7622a5486bf648114 (diff)
downloadbusybox-w32-88cec25e99370ccef499e0b65480aa8458e66b7a.tar.gz
busybox-w32-88cec25e99370ccef499e0b65480aa8458e66b7a.tar.bz2
busybox-w32-88cec25e99370ccef499e0b65480aa8458e66b7a.zip
Patch from vodz to make ash cope with leading redirections
(i.e. '2>/dev/null ls rubbish') will now work.
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog5
1 files changed, 3 insertions, 2 deletions
diff --git a/Changelog b/Changelog
index e0b9c4622..c34a7e470 100644
--- a/Changelog
+++ b/Changelog
@@ -13,6 +13,7 @@
13 13
14 * Vladimir Oleynik, Manuel Novoa III, Aaron Lehmann 14 * Vladimir Oleynik, Manuel Novoa III, Aaron Lehmann
15 -- a whole bunch of ash size optimizations 15 -- a whole bunch of ash size optimizations
16 -- Fix for ash leading redirections (i.e. '2>/dev/null ls rubbish')
16 * Rodney Brown <RDBrown@mira.net> 17 * Rodney Brown <RDBrown@mira.net>
17 -- Optimized gzip.c, shrinking it be ~1.5k 18 -- Optimized gzip.c, shrinking it be ~1.5k
18 * Matt Kraai 19 * Matt Kraai
@@ -20,8 +21,8 @@
20 -- Fix `-/bin/sh' invocation (closes: #1209). 21 -- Fix `-/bin/sh' invocation (closes: #1209).
21 -- Fix ash exec (noted by Arne Bernin). 22 -- Fix ash exec (noted by Arne Bernin).
22 * Magick 23 * Magick
23 -- maked init run inittab command's in inittab order ( 24 -- made init run inittab command's in the order they show up
24 (i.e. FIFO instead of LIFO). 25 in the inittab file (FIFO instead of LIFO).
25 26
26 27
27 -Erik Andersen, --not yet released-- 28 -Erik Andersen, --not yet released--