diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-11-16 00:46:00 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-11-16 00:46:00 +0000 |
commit | d2c0ee990eb6ee33deadf2ab8ff48b45808ee7c2 (patch) | |
tree | 9f32d236ce80a7a692f74fe1012df3bed6b19418 /Changelog | |
parent | 68852f97ac9a68c6097e777339e0463a5e11c9eb (diff) | |
download | busybox-w32-d2c0ee990eb6ee33deadf2ab8ff48b45808ee7c2.tar.gz busybox-w32-d2c0ee990eb6ee33deadf2ab8ff48b45808ee7c2.tar.bz2 busybox-w32-d2c0ee990eb6ee33deadf2ab8ff48b45808ee7c2.zip |
Stuf
git-svn-id: svn://busybox.net/trunk/busybox@102 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -11,6 +11,11 @@ | |||
11 | * NFS support added to mount by Eric Delaunay. It costs 10k when compiled | 11 | * NFS support added to mount by Eric Delaunay. It costs 10k when compiled |
12 | in, but that is still a big win for those that use NFS. | 12 | in, but that is still a big win for those that use NFS. |
13 | * Made 'rm -f' be silent for non-existant files (thanks to Eric Delaunay). | 13 | * Made 'rm -f' be silent for non-existant files (thanks to Eric Delaunay). |
14 | * changed zcat.c to gunzip.c. It now obeys the principle of least surprise | ||
15 | and acts as god intended gunzip and zcat to act. They answer --help and | ||
16 | obey the '-c' flag. | ||
17 | * Fixed a bug in mv which caused it to not move files when the destination | ||
18 | was a directory name. | ||
14 | 19 | ||
15 | -Erik Andersen | 20 | -Erik Andersen |
16 | 21 | ||