diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-12-03 09:19:54 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-12-03 09:19:54 +0000 |
commit | b186d980d6060195d01048bb3a083739137b6c21 (patch) | |
tree | f64b2d63850be12ce3081b2000784aa57ac29656 /Changelog | |
parent | 77619b9dda2b0550fea519fba05f7d9790ef7eaf (diff) | |
download | busybox-w32-b186d980d6060195d01048bb3a083739137b6c21.tar.gz busybox-w32-b186d980d6060195d01048bb3a083739137b6c21.tar.bz2 busybox-w32-b186d980d6060195d01048bb3a083739137b6c21.zip |
Stuf
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -3,6 +3,11 @@ | |||
3 | file existed. | 3 | file existed. |
4 | * df will not exit on error, but will try to stat all mounted filesystems. | 4 | * df will not exit on error, but will try to stat all mounted filesystems. |
5 | * Fixed tar so uid/gid/permissions on extracted tarballs will be correct. | 5 | * Fixed tar so uid/gid/permissions on extracted tarballs will be correct. |
6 | * Fixed find -name so it properly uses shell wildcard patterns | ||
7 | (i.e. `*', `?', and `[]') instead of regular expressions, which | ||
8 | was causing some confusing and unexpected behavior. | ||
9 | |||
10 | -Erik Andrsen, Dec 2, 1999 | ||
6 | 11 | ||
7 | 0.37 | 12 | 0.37 |
8 | * Wrote a micro syslogd, and a logger util (to log things to the syslog | 13 | * Wrote a micro syslogd, and a logger util (to log things to the syslog |