diff options
author | Erik Andersen <andersen@codepoet.org> | 1999-12-21 08:52:04 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 1999-12-21 08:52:04 +0000 |
commit | 3fe2ecf0d92b5ff8984513d0a99f6152b61ea998 (patch) | |
tree | c5847668267623f203b11efe5553ec8169d59ae9 /Changelog | |
parent | d387d01f11c3b9438322c951cd1eac8f29ea6afc (diff) | |
download | busybox-w32-3fe2ecf0d92b5ff8984513d0a99f6152b61ea998.tar.gz busybox-w32-3fe2ecf0d92b5ff8984513d0a99f6152b61ea998.tar.bz2 busybox-w32-3fe2ecf0d92b5ff8984513d0a99f6152b61ea998.zip |
Added grep -q, thanks to a patch from "Konstantin Boldyshev" <konst@voshod.com>
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ | |||
7 | * Fixed the embarrasing failure of the -p opition in the logger app. -erik | 7 | * Fixed the embarrasing failure of the -p opition in the logger app. -erik |
8 | * Re-worked the whole source tree a bit so it will compile under glibc 2.0.7 | 8 | * Re-worked the whole source tree a bit so it will compile under glibc 2.0.7 |
9 | with the 2.0.x Linux kernel. | 9 | with the 2.0.x Linux kernel. |
10 | * Added 'grep -q' thanks to a patch from "Konstantin Boldyshev" | ||
11 | <konst@voshod.com>. | ||
10 | 12 | ||
11 | -Erik Andersen | 13 | -Erik Andersen |
12 | 14 | ||